﻿:root {
    --black: #222222;
    --dark-grey: #575760;
    --mid-grey: #b2b2be;
    --light-grey: #f0f0f0;
    --grey-white: #f7f8f9;
    --blue: #1e73be;
    --red: #bf1f1f;
    --yellow: #f5eac1;
}

body {
    font-family: "Segoe UI", sans-serif;
    color: var(--black) !important;
    background-color: var(--yellow);
    height: 100%;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    /*font-family: roboto, sans-serif;*/
}


small {
    display: block;
}

.width100 {
    width: 100%;
}

h1,
.h1 {
    font-size: 60px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 33px;
    font-weight: 700;
}

h4,
.h4 {
    font-size: 22px;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 14px;
}

h5 small,
.h5 small {
    font-size: 16px;
}

h6 small,
.h6 small {
    font-size: 12px;
}



a {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.a-link,
.a-link span,
.a-link h1,
.a-link h2,
.a-link h3,
.a-link h4,
.a-link p {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a {
    color: var(--black);
    font-weight: 500;
}

    a:hover {
        color: var(--blue);
    }

footer {
    background-color: #fff;
}

    footer .a-prefooter {
        width: 100%;
        float: left;
        margin: 0;
    }

        footer .a-prefooter ul li {
            list-style: none;
            line-height: 3.5rem;
        }

            footer .a-prefooter ul li > i {
                display: none;
            }

            footer .a-prefooter ul li > a,
            footer .a-prefooter ul li > span {
                font-size: 15px;
                font-weight: 500;
            }

                footer .a-prefooter ul li > a > i {
                    display: none;
                }

        footer .a-prefooter .google-map > iframe {
            width: 360px;
        }

    .a-prefooter .top-border {
        border-top: 3px solid var(--black);
        width: 100%;
    }

        .a-prefooter .top-border .a-postfooter.copyrights {
            font-size: 15px;
            margin: 0px;
            float: left;
            padding: 3rem 0;
        }

            .a-prefooter .top-border .a-postfooter.copyrights a {
                color: var(--black);
            }

        .a-prefooter .top-border .simplepay {
            padding: 3rem 0;
        }

footer .a-prefooter .top-border .simplepay > a > img.alignnone {
    float: right;
    margin-right: -2.6rem;
}

p {
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}

ul {
    margin: 0;
}

header span {
    display: block;
}

header p {
    line-height: 30px;
}

.a-textDecoration--underline {
    position: relative;
}

    .a-textDecoration--underline:after {
        content: "";
        height: 3px;
        width: 88px;
        position: absolute;
        bottom: -20px;
        left: 0;
        background-color: #fff;
    }

.a-fw-300 {
    font-weight: 300;
}

.a-fw-400 {
    font-weight: 400;
}

.a-fw-500 {
    font-weight: 500;
}

.a-fw-600 {
    font-weight: 600;
}

.a-fw-700 {
    font-weight: 700;
}

.a-fw-800 {
    font-weight: 800;
}

.a-fw-900 {
    font-weight: 900;
}

.a-fs-i {
    font-style: italic;
}

.a-fs-n {
    font-style: normal;
}

.a-fs8, .a-fs8 p, .a-fs8 span {
    font-size: 8px;
}

.a-fs10, .a-fs10 p, .a-fs10 span {
    font-size: 10px;
    line-height: 17px;
}

.a-fs12, .a-fs12 p, .a-fs12 span {
    font-size: 12px;
}

.a-fs13, .a-fs13 p, .a-fs13 span {
    font-size: 13px;
}

.a-fs14, .a-fs14 p, .a-fs14 span {
    font-size: 14px;
}

.a-fs16, .a-fs16 p, .a-fs16 span {
    font-size: 16px;
}

.a-fs18, .a-fs18 p, .a-fs18 span {
    font-size: 18px;
    border-bottom: 3px solid var(--black);
    padding-bottom: 1.5rem;
    margin-bottom: 0px;
}

.a-fs20, .a-fs20 p, .a-fs20 span {
    font-size: 20px;
}

.a-fs24, .a-fs24 p, .a-fs24 span {
    font-size: 24px;
}

.a-fs28, .a-fs28 p, .a-fs28 span {
    font-size: 28px;
}

.a-fs32, .a-fs32 p, .a-fs32 span {
    font-size: 32px;
}

.a-fs38, .a-fs38 p, .a-fs38 span {
    font-size: 38px;
}

.a-fs42, .a-fs42 p, .a-fs42 span {
    font-size: 42px;
}

.a-fs48, .a-fs48 p, .a-fs48 span {
    font-size: 48px;
}

.a-u-displayTable,
.a-u-displayTableVertical {
    display: table;
    width: 100%;
}

.a-u-displayTableVertical {
    height: 100%;
}

    .a-u-displayTableVertical .a-u-displayTableCell {
        vertical-align: middle;
    }

.a-u-displayTableRow {
    display: table-row;
}

.a-u-displayTableCell {
    display: table-cell;
}

.a-u-block {
    display: block;
}

.a-u-inline-block {
    display: inline-block;
}

.a-u-z-index1 {
    z-index: 1;
}

.a-u-z-index2 {
    z-index: 2;
}

.a-u-z-index3 {
    z-index: 3;
}

.a-u-z-index4 {
    z-index: 4;
}

.a-u-overflowHidden {
    overflow: hidden;
}

.a-u-relative {
    position: relative;
}

.a-u-absolute {
    position: absolute;
}

.a-u-top-50 {
    top: -50px;
}

.a-u-textLineThrough {
    text-decoration: line-through;
}

.a-u-textUnderline {
    text-decoration: underline;
}

.a-u-backgroundWhite {
    background-color: #ffffff;
}

.a-u-backgroundGreyLight {
    background-color: #f2f6fa;
}

.a-u-backgroundGrey {
    background-color: #f8f8f8;
}

.a-u-text-big {
    font-size: 290px;
    line-height: 1;
    margin-left: -26px;
}

.a-u-lineHeight30 {
    line-height: 30px;
}

.a-u-italic {
    font-style: italic;
}

.a-li-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.is_clickable {
    cursor: hand;
    cursor: pointer;
}

.a-imageContainer {
    display: inline-block;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    padding: 0 12.5px;
    max-width: 540px;
    width: 100%;
}

    .a-imageContainer img {
        border-style: none;
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }

.a-divider--grey {
    height: 1px;
    background-color: #f6f6f6;
}

.a-divider--grey2Big {
    height: 2px;
    background-color: #e3e3e3;
}

.a-divider--greyLight {
    height: 1px;
    background-color: #f0f0f0;
}

.a-divider--greyBig {
    height: 2px;
    background-color: #f3f3f3;
}

/*footer style3*/
.footer-top {
    width: 100%;
    /*background-color: #303337;*/
}

/*    .copyrights ul.social_icons {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .copyrights ul.social_icons li {
            float: right;
            padding: 0;
            margin: 0;
        }

            .copyrights ul.social_icons li a {
                width: 35px;
                height: 35px;
                float: left;
                padding: 0;
                margin: 0 8px 0 0;
                line-height: 35px;
                text-align: center;
                color: #727272;
                font-size: 16px;
                border-radius: 100%;
                background-color: #0d0d0d;
            }

                .copyrights ul.social_icons li a:hover {
                    color: #727272;
                    background-color: #0d0d0d;
                }*/
.copyrights span {
    padding: 0px;
    margin: 0px;
    float: left;
    padding-top: 5px;
}

.a-heading--withBorder p,
.a-heading--withBorderGrey p {
    font-size: 14px;
}

.a-heading--withBorder {
    border-left: 3px solid #fff;
    padding: 10px 0 10px 20px;
}

.a-heading--withBorderGrey {
    border-color: #ececec;
}

.a-heading--withBorderGreyDark {
    border-color: #d4d4d4;
}

.a-heading--striped {
    padding: 20px 0 20px 50px;
    color: #fff;
    position: relative;
}

    .a-heading--striped:before {
        content: "";
        height: 66px;
        position: absolute;
        top: 24px;
        left: -100%;
        width: 100%;
    }

    .a-heading--striped:after {
        content: "";
        width: 19px;
        height: 24px;
        border-style: solid;
        border-width: 0 19px 24px 0;
        position: absolute;
        left: 0;
        bottom: -24px;
    }

    .a-heading--striped .a-right-extension {
        height: 66px;
        width: 100%;
        position: absolute;
        top: 0;
        right: -100%;
    }

.footer-top-image {
    width: 100%;
    background-color: #303337;
    background: #53362d;
    color: #666666;
    background-image: url("Images/footer_bg.jpg");
    background-repeat: repeat-x;
}

.a-u-colorWhite {
    color: #ffffff;
}

.a-u-colorHWhite:hover {
    color: #ffffff;
}

.a-u-colorBlackLight {
    color: #838383;
}

.a-u-colorBlack {
    color: #000000;
}

.a-u-colorHBlack:hover {
    color: #000000;
}

.a-u-color444 {
    color: #444444;
}

.a-u-color666 {
    color: #666666;
}

.a-u-colorH666:hover {
    color: #666666;
}

.a-u-color888 {
    color: #888888;
}

.a-u-colorCCC {
    color: #ccc;
}

.a-u-colorFA {
    color: #fafafa;
}

.a-u-colorBkgWhite {
    background-color: #ffffff;
}

.a-u-colorBkgBlack {
    background-color: #000000;
}

.a-u-colorBkgBlackLight {
    background-color: #838383;
}

.a-u-colorBkg444 {
    background-color: #444444;
}

.a-u-colorBkg666 {
    background-color: #666666;
}

.a-u-colorBkg888 {
    background-color: #888888;
}

.a-u-colorBkgFA {
    background-color: #fafafa;
}

.a-u-colorBrdWhite {
    border-color: #ffffff;
}

.a-u-colorBrdBlack {
    border-color: #000000;
}

.a-u-colorBrdBlackLight {
    border-color: #838383;
}

.a-u-colorBrd444 {
    border-color: #444444;
}

.a-u-colorBrd666 {
    border-color: #666666;
}

.a-u-colorBrd888 {
    border-color: #888888;
}

.a-u-colorBrdFA {
    border-color: #fafafa;
}

.a-u-colorRed {
    color: #d50000;
}

.a-u-colorHRed:hover {
    color: #d50000;
}

.a-u-colorBkgRed {
    background-color: #d50000;
}

.a-u-colorBkgHRed:hover {
    background-color: #d50000;
}

.a-u-colorBrdRed {
    border-color: #d50000;
}

.a-u-colorYellow {
    color: #fecf03;
}

.a-u-colorHYellow:hover {
    color: #fecf03;
}

.a-u-colorBkgYellow {
    background-color: #fecf03;
}

.a-u-colorBkgHYellow:hover {
    background-color: #fecf03;
}

.a-u-colorBrdYellow {
    border-color: #fecf03;
}

.a-u-colorOrange {
    color: #cd9c53;
}

    .a-u-colorOrange:hover {
        color: #cd9c53;
    }

.a-u-colorBkgOrange {
    background-color: #cd9c53;
}

.a-u-colorBkgHOrange:hover {
    background-color: #cd9c53;
}

.a-u-colorBrdOrange {
    border-color: #cd9c53;
}

.a-u-colorGreen {
    color: #a0ce4e;
}

.a-u-colorHGreen:hover {
    color: #a0ce4e;
}

.a-u-colorBkgGreen {
    background-color: #a0ce4e;
}

.a-u-colorBkgHGreen:hover {
    background-color: #a0ce4e;
}

.a-u-colorBrdGreen {
    border-color: #a0ce4e;
}

.a-u-colorGreen2 {
    color: #a0ce4e;
}

.a-u-colorHGreen2:hover {
    color: #a0ce4e;
}

.a-u-colorBkgGreen2 {
    background-color: #a0ce4e;
}

.a-u-colorBkgHGreen2:hover {
    background-color: #a0ce4e;
}

.a-u-colorBrdGreen2 {
    border-color: #a0ce4e;
}

.a-u-colorBlue {
    color: #498bcf;
}

.a-u-colorHBlue:hover {
    color: #498bcf;
}

.a-u-colorBkgBlue {
    background-color: #498bcf;
}

.a-u-colorBkgHBlue:hover {
    background-color: #498bcf;
}

.a-u-colorBrdBlue {
    border-color: #498bcf;
}

.a-u-colorBlue2 {
    color: #427ed1;
}

.a-u-colorHBlue2:hover {
    color: #427ed1;
}

.a-u-colorBkgBlue2 {
    background-color: #427ed1;
}

.a-u-colorBkgHBlue2:hover {
    background-color: #427ed1;
}

.a-u-colorBrdBlue2 {
    border-color: #427ed1;
}

.a-u-paddingBoth10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a-u-paddingTop10 {
    padding-top: 10px;
}

.a-u-paddingBottom10 {
    padding-bottom: 10px;
}

.a-u-paddingLeft10 {
    padding-left: 10px;
}

.a-u-paddingRight10 {
    padding-right: 10px;
}

.a-u-paddingLeft15 {
    padding-left: 15px;
}

.a-u-paddingRight15 {
    padding-right: 15px;
}

.a-u-paddingBoth20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.a-u-paddingTop20 {
    padding-top: 20px;
}

.a-u-paddingBottom20 {
    padding-bottom: 20px;
}

.a-u-paddingLeft20 {
    padding-left: 20px;
}

.a-u-paddingRight20 {
    padding-right: 20px;
}

.a-u-paddingBoth30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.a-u-paddingTop30 {
    padding-top: 30px;
}

.a-u-paddingBottom30 {
    padding-bottom: 30px;
}

.a-u-paddingLeft30 {
    padding-left: 30px;
}

.a-u-paddingRight30 {
    padding-right: 30px;
}

.a-u-paddingBoth40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.a-u-paddingTop40 {
    padding-top: 40px;
}

.a-u-paddingBottom40 {
    padding-bottom: 40px;
}

.a-u-paddingLeft40 {
    padding-left: 40px;
}

.a-u-paddingRight40 {
    padding-right: 40px;
}

.a-u-paddingBoth50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.a-u-paddingTop50 {
    padding-top: 50px;
}

.a-u-paddingBottom50 {
    padding-bottom: 50px;
}

.a-u-paddingBoth60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.a-u-paddingTop60 {
    padding-top: 60px;
}

.a-u-paddingBottom60 {
    padding-bottom: 60px;
}

.a-u-paddingBoth70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.a-u-paddingTop70 {
    padding-top: 70px;
}

.a-u-paddingBottom70 {
    padding-bottom: 70px;
}

.a-u-paddingBoth80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.a-u-paddingTop80 {
    padding-top: 80px;
}

.a-u-paddingBottom80 {
    padding-bottom: 80px;
}

.a-u-paddingBoth90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.a-u-paddingTop90 {
    padding-top: 90px;
}

.a-u-paddingBottom90 {
    padding-bottom: 90px;
}

.a-u-paddingBoth100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.a-u-paddingTop100 {
    padding-top: 100px;
}

.a-u-paddingBottom100 {
    padding-bottom: 100px;
}

.a-u-paddingBoth150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.a-u-paddingTop150 {
    padding-top: 150px;
}

.a-u-paddingBottom150 {
    padding-bottom: 150px;
}

.a-u-paddingBoth200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.a-u-paddingTop200 {
    padding-top: 200px;
}

.a-u-paddingBottom200 {
    padding-bottom: 200px;
}

.a-u-paddingBoth250 {
    padding-top: 250px;
    padding-bottom: 250px;
}

.a-u-paddingTop250 {
    padding-top: 250px;
}

.a-u-paddingBottom250 {
    padding-bottom: 250px;
}

.a-u-marginBoth10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.a-u-marginTop10 {
    margin-top: 10px;
}

.a-u-marginBottom10 {
    margin-bottom: 10px;
}

.a-u-marginLeft5 {
    margin-left: 5px;
}

.a-u-marginRight5 {
    margin-right: 5px;
}

.a-u-marginLeft10 {
    margin-left: 10px;
}

.a-u-marginRight10 {
    margin-right: 10px;
}

.a-u-marginLeft15 {
    margin-left: 15px;
}

.a-u-marginRight15 {
    margin-right: 15px;
}

.a-u-marginBoth20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.a-u-marginTop20 {
    margin-top: 20px;
}

.a-u-marginBottom20 {
    margin-bottom: 20px;
}

.a-u-marginLeft20 {
    margin-left: 20px;
}

.a-u-marginRight20 {
    margin-right: 20px;
}

.a-u-marginBoth30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.a-u-marginTop30 {
    margin-top: 30px;
}

.a-u-marginBottom30 {
    margin-bottom: 30px;
}

.a-u-marginLeft30 {
    margin-left: 30px;
}

.a-u-marginRight30 {
    margin-right: 30px;
}

.a-u-marginBoth40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.a-u-marginTop40 {
    margin-top: 40px;
}

.a-u-marginBottom40 {
    margin-bottom: 40px;
}

.a-u-marginLeft40 {
    margin-left: 40px;
}

.a-u-marginRight40 {
    margin-right: 40px;
}

.a-u-marginBoth50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.a-u-marginTop50 {
    margin-top: 50px;
}

.a-u-marginBottom50 {
    margin-bottom: 50px;
}

.a-u-marginBoth60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.a-u-marginTop60 {
    margin-top: 60px;
}

.a-u-marginBottom60 {
    margin-bottom: 60px;
}

.a-u-marginBoth70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.a-u-marginTop70 {
    margin-top: 70px;
}

.a-u-marginBottom70 {
    margin-bottom: 70px;
}

.a-u-marginBoth80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.a-u-marginTop80 {
    margin-top: 80px;
}

.a-u-marginBottom80 {
    margin-bottom: 80px;
}

.a-u-marginBoth90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.a-u-marginTop90 {
    margin-top: 90px;
}

.a-u-marginBottom90 {
    margin-bottom: 90px;
}

.a-u-marginBoth100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.a-u-marginTop100 {
    margin-top: 100px;
}

.a-u-marginBottom100 {
    margin-bottom: 100px;
}

.a-u-marginBoth150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.a-u-marginTop150 {
    margin-top: 150px;
}

.a-u-marginBottom150 {
    margin-bottom: 150px;
}

.a-u-borderTop1 {
    border-top-width: 1px;
}

.a-u-borderTop2 {
    border-top-width: 2px;
}

.a-u-borderTop3 {
    border-top-width: 3px;
}

.a-u-borderTop5 {
    border-top-width: 5px;
}

.a-u-borderTop10 {
    border-top-width: 10px;
}

.a-u-borderBottom1 {
    border-bottom-width: 1px;
}

.a-u-borderBottom2 {
    border-bottom-width: 2px;
}

.a-u-borderBottom3 {
    border-bottom-width: 3px;
}

.a-u-borderBottom5 {
    border-bottom-width: 5px;
}

.a-u-borderBottom10 {
    border-bottom-width: 10px;
}

.a-u-borderLeft1 {
    border-left-width: 1px;
}

.a-u-borderLeft2 {
    border-left-width: 2px;
}

.a-u-borderLeft3 {
    border-left-width: 3px;
}

.a-u-borderLeft5 {
    border-left-width: 5px;
}

.a-u-borderLeft10 {
    border-left-width: 10px;
}

.a-u-borderRight1 {
    border-right-width: 1px;
}

.a-u-borderRight2 {
    border-right-width: 2px;
}

.a-u-borderRight3 {
    border-right-width: 3px;
}

.a-u-borderRight5 {
    border-right-width: 5px;
}

.a-u-borderRight10 {
    border-right-width: 10px;
}

.a-topBar {
    color: #fff;
    font-size: 11px;
    line-height: 34px;
    letter-spacing: 0.5px;
    padding: 2px 0;
    position: relative;
    z-index: 9999;
    background-color: #1cb5fb;
    /*background-color: #c44c4c;*/
}

    .a-topBar .a-information-contact li {
        margin-right: 20px;
    }

        .a-topBar .a-information-contact li:last-child {
            margin: 0;
        }

    .a-topBar i {
        margin-right: 8px;
    }

    .a-topBar a {
        color: #fff;
        display: inline-block;
        padding-right: 16px;
    }

        .a-topBar a:hover {
            color: #ffc6c6;
        }

    .a-topBar ul {
        display: inline-block;
        margin-bottom: 0px;
    }

        .a-topBar ul.dropdown-menu {
            display: none;
        }

    .a-topBar .open > ul.dropdown-menu {
        display: block;
    }

    .a-topBar ul > li {
        padding: 0;
        position: relative;
    }

        .a-topBar ul > li:before {
            content: "";
            height: 24px;
            width: 1px;
            position: absolute;
            top: 50%;
            right: 1px;
            margin-top: -12px;
        }

        .a-topBar ul > li:after {
            content: "";
            height: 24px;
            width: 1px;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -12px;
        }

        .a-topBar ul > li ul li:before {
            height: 0;
        }

        .a-topBar ul > li ul li:after {
            height: 0;
        }

        .a-topBar ul > li:last-child {
            margin: 0;
        }

            .a-topBar ul > li:last-child:before {
                height: 0;
            }

            .a-topBar ul > li:last-child:after {
                height: 0;
            }

    .a-topBar ul a {
        padding-left: 15px;
    }

    .a-topBar .a-socials {
        font-size: 14px;
        margin-right: 16px;
        padding-top: 0px;
    }

        .a-topBar .a-socials li {
            margin: 0;
            padding: 0;
        }

        .a-topBar .a-socials a {
            padding: 0 5px;
        }

        .a-topBar .a-socials i {
            margin: 0;
        }

    .a-topBar .btn {
        margin-left: 11px;
        position: relative;
        top: -2px;
    }

        .a-topBar .btn:hover {
            border: 1px solid #fff;
            color: #fff;
        }

    .a-topBar .btn-default {
        background-color: #c44c4c;
    }

.dropdown-menu {
    z-index: 9000;
}

.navbar {
    border: none;
    font-weight: 700;
    font-size: 17px;
    margin: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 8000;
}

.navbar .container {
    padding: 0;
}

.navbar-shadow1 {
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
}

.navbar .navbar-header {
    line-height: 60px;
    /*padding-top: 20px;*/
}

.navbar .navbar-nav li > a {
    padding: 0 12px;
    line-height: 60px;
}

.navbar .navbar-nav li:last-child a {
    padding-right: 0;
}

#menu-cart li a i.fa {
    font-size: 25px;
    padding-right: 20px;
}

#menu-cart > li:nth-child(1) {
    margin-right: 4rem;
}

.navbar .navbar-nav li a:hover {
    background-color: transparent;
}

.navbar .navbar-nav li.active a {
    background-color: #fff;
}

    .navbar .navbar-nav li.active a:visited,
    .navbar .navbar-nav li.active a:active,
    .navbar .navbar-nav li.active a:focus {
        background-color: #fff;
    }

.navbar .dropdown:after {
    content: "";
    position: absolute;
    bottom: -7px;
    height: 15px;
    width: 100%;
}

.navbar .dropdown .dropdown-menu {
    min-width: 250px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
}

    .navbar .dropdown .dropdown-menu li a {
        line-height: 30px;
        display: block;
        padding: 0 20px;
        font-size: 12px;
        font-weight: 700;
    }

        .navbar .dropdown .dropdown-menu li a:first-child {
            padding-top: 15px;
        }

        .navbar .dropdown .dropdown-menu li a:last-child {
            padding-bottom: 15px;
        }

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

#menu-fooldal .menu-item {
    padding-top: 10px;
}

.a-navbarMobile {
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background-color: #fff;
    text-align: center;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

    .a-navbarMobile .navbar-brand {
        height: 70px;
        line-height: 70px;
        float: none;
        padding: 0 0 0 20px;
    }

        .a-navbarMobile .navbar-brand img {
            display: inline;
        }

    .a-navbarMobile .navbar-toggle {
        position: absolute;
        top: 10px;
        left: 0;
        float: left;
    }

        .a-navbarMobile .navbar-toggle .icon-bar {
            background-color: #333;
        }

    .a-navbarMobile .a-navbarCart--mobileIcon {
        position: absolute;
        top: 50%;
        right: 9px;
        margin-top: -26px;
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 30px;
    }

.header-logo-title {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}



        .a-menuMobile .a-menuMobile-navbar .dropdown {
            overflow: hidden;
            color: #4b4a4a;
        }

            .a-menuMobile .a-menuMobile-navbar .dropdown i {
                padding-left: 10px;
            }

            .a-menuMobile .a-menuMobile-navbar .dropdown a i {
                margin-right: 10px;
            }

        .a-menuMobile .a-menuMobile-navbar .dropdown-menu {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            position: relative;
            display: block;
            text-align: center;
            max-height: 0;
            padding: 0;
            -webkit-transition: background 0.5s ease;
            -moz-transition: background 0.5s ease;
            -o-transition: background 0.5s ease;
            transition: background 0.5s ease;
            border: none;
            width: 100%;
            left: 0;
            margin: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .a-menuMobile .a-menuMobile-navbar .dropdown-menu li:hover a {
                background-color: transparent;
            }

            .a-menuMobile .a-menuMobile-navbar .dropdown-menu a {
                text-align: left;
                color: #4b4a4a;
            }

            .a-menuMobile .a-menuMobile-navbar .dropdown-menu > .active > a {
                background-color: transparent;
            }

            .a-menuMobile .a-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
                padding-left: 20px;
            }

        .a-menuMobile .a-menuMobile-navbar .open .dropdown-menu {
            padding: 10px 0;
            margin: 0 0 10px 0;
            max-height: none;
        }



.a-header-menu-wrap.a-affix {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    z-index: 9999;
    position: fixed !important;
    background-color: #fff;
    top: 0;
}

.a-header-gradient::before {
    content: "";
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==);
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1;
}

.navbar-scroll-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.headroom {
    transition: transform 200ms linear;
    z-index: 9998;
}

.headroom--pinned {
    transform: translateY(0%);
    display: block;
}

.headroom--unpinned {
    transform: translateY(-100%);
    display: none;
}

.animatedHeadroom {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animatedHeadroom.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animatedHeadroom.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.snapjs-right,
.snapjs-left {
    overflow: hidden !important;
}

    .snapjs-right .a-menuMobile,
    .snapjs-left .a-menuMobile {
        overflow: scroll;
    }

    .snapjs-right .a-navbarMobile {
        right: 0;
        left: auto;
    }

    .snapjs-left .a-navbarMobile {
        left: 0;
        right: auto;
    }

    .snapjs-left .a-menuMobile {
        left: 0;
    }

    .snapjs-right .a-menuMobile,
    .snapjs-left .a-menuMobile {
        overflow: scroll;
    }



.a-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--fadeInLeft > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--fadeInRight > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--fadeInDown > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--fadeInUp > ul {
    list-style: none;
}

.a-navbar--fadeInUp > li {
    float: left;
    padding: 5px;
}

    .a-navbar--fadeInUp > li.lang-dropdown {
        padding: 22px 0 0 30px;
    }

        @-webkit-keyframes a-navbar--fadeInUp {
            0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes a-navbar--fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.a-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: a-navbar--fadeInUp;
    animation-name: a-navbar--fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--pulse > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--bounceInRight > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--bounceInLeft > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--flipInX > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--flipInY > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--zoomIn > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--zoomInDown > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.a-navbar--zoomInUp > li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */


/*!
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%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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 jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.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-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.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;
}

/*
$to-top-bkg: #333;
$to-top-bkg-hover: #a0ce4e;
$to-top-color: #fff;
$to-top-color-hover: #fff;
*/
.to-top-container #toTop {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.to-top-right #toTop {
    right: 75px;
    bottom: 25px;
    z-index: 999999;
}

#toTop {
    background-color: #333;
    border-radius: 4px;
    bottom: 0;
    display: none;
    height: 42px;
    position: fixed;
    text-align: center;
    width: 42px;
    opacity: .9;
    z-index: 100000;
    transition: all .2s ease-in-out 0s;
    color: #fff;
}

    #toTop i {
        margin-top: 12px;
    }

    #toTop:hover {
        background-color: #c44c4c;
        color: #372925;
    }

h4.ticket-price {
    padding-left: 5px;
}

.srsws-addtocart-buttons .input-group.srsws-event-ticket-qty.pull-left {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.srsws-addtocart-buttons .input-group.ticket-btn.pull-left {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.srsws-addtocart-buttons .srsws-ticket-qty,
.srsws-addtocart-buttons .srsws-event-ticket-qty {
    width: 100px;
    height: 32px;
    padding-left: 5px;
}

    .srsws-addtocart-buttons .srsws-ticket-qty .ticket-minus,
    .srsws-addtocart-buttons .srsws-event-ticket-qty .ticket-minus {
        font-size: 18px;
        width: 4rem;
        height: 3rem;
        color: var(--black);
        background-color: #fff;
        border: 1px solid var(--mid-grey);
    }

        .srsws-addtocart-buttons .srsws-ticket-qty .ticket-minus > span::before,
        .srsws-addtocart-buttons .srsws-event-ticket-qty .ticket-minus > span::before {
            position: absolute;
            top: -20px;
            left: -6px;
            font-weight: bold;
        }

            .srsws-addtocart-buttons .srsws-ticket-qty .ticket-plus,
            .srsws-addtocart-buttons .srsws-event-ticket-qty .ticket-plus {
                font-size: 18px;
                width: 4rem;
                height: 3rem;
                color: var(--black);
                background-color: #fff;
                border: 1px solid var(--mid-grey);
            }

                .srsws-addtocart-buttons .srsws-ticket-qty .ticket-plus > span::before,
                .srsws-addtocart-buttons .srsws-event-ticket-qty .ticket-plus > span::before {
                    position: absolute;
                    top: -20px;
                    left: -6px;
                    font-weight: bold;
                }

    .srsws-addtocart-buttons .srsws-ticket-qty .ticket-input,
    .srsws-addtocart-buttons .srsws-event-ticket-qty .ticket-input {
        font-size: 18px;
        width: 4rem;
        height: 3rem;
        padding: 0px;
        text-align: center;
        margin: 0px;
        background: white;
        color: var(--black);
        background-color: #fff;
        border: 1px solid var(--mid-grey);
    }

.srsws-addtocart-buttons .event_ticket_add_to_cart,
.srsws-addtocart-buttons .ticket_add_to_cart {
    color: var(--black);
    background-color: var(--light-grey);
    border: 1px solid var(--mid-grey);
    padding: 1.3rem 3rem;
    font-size: 18px;
    font-weight: 600;
}

    .srsws-addtocart-buttons .event_ticket_add_to_cart:hover,
    .srsws-addtocart-buttons .ticket_add_to_cart:hover {
        color: var(--blue);
    }

.srs_ticketing_ticket {
    margin: 0 7px;
    padding: 6px 10px !important;
    display: inline-block;
    margin-bottom: 10px;
}

    .srs_ticketing_ticket .ticket-name {
        min-width: 250px;
        margin-right: 10px;
        line-height: 33px;
        font-size: 20px;
    }

    .srs_ticketing_ticket .ticket-price {
        margin-right: 10px;
        min-width: 70px;
        line-height: 33px;
        font-size: 20px;
    }

    .srs_ticketing_ticket .ticket-qty {
        width: 100px;
        height: 32px;
        margin-right: 10px;
    }

        .srs_ticketing_ticket .ticket-qty .ticket-minus {
            font-size: 12px;
            height: 32px;
        }

        .srs_ticketing_ticket .ticket-qty .ticket-plus {
            font-size: 12px;
            height: 32px;
        }

        .srs_ticketing_ticket .ticket-qty .ticket-input {
            min-width: 40px;
            padding: 0px;
            text-align: center;
            margin: 0px;
            height: 32px;
            background: white;
        }

    .srs_ticketing_ticket .ticket_add_to_cart {
        color: #fff;
        background-color: #372925;
        border-color: #ccc;
    }

        .srs_ticketing_ticket .ticket_add_to_cart:hover {
            color: #372925;
            background-color: #fbce0e;
            border-color: #372925;
        }

    .srs_ticketing_ticket .added_to_cart {
        display: none;
    }

.cartbar-group {
    display: flex;
    position: relative;
    width: 100%;
}

    .cartbar-group a {
        border-radius: 4px 0px 0px 4px;
        display: flex;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
    }

.cartbar-addon .fa.ticket {
    font-size: 22px;
    color: #498bcf;
}

.cartbar-addon {
    margin: 0px;
    padding: .5rem 1.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    white-space: nowrap;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 0;
    font-size: 15px;
}

    .cartbar-addon flex {
        flex: 1 1 auto;
    }

    .cartbar-addon.total {
        width: 350px;
    }

    .cartbar-addon.qty {
        width: 150px;
    }

    .cartbar-addon span,
    .cart_button span {
        line-height: 25px;
    }

    .cartbar-addon:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .cartbar-addon:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.a-pageWrapper {
    z-index: 3;
    -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    /*background-color: #fff;*/
    padding-top: 0px;
}

    .a-pageWrapper.a-wrapper-open {
        /*left: 360px;*/
        right: 0;
    }

.lang-dropdown .dropdown-menu {
    max-width: 130px;
    min-width: 50px !important;
}

    .lang-dropdown .dropdown-menu a {
        padding: 6px !important;
    }

    .lang-dropdown .dropdown-menu span {
        margin-left: 8px;
        color: #444;
    }

    .lang-dropdown .dropdown-menu img {
        vertical-align: text-top;
    }

.lang-img-flag {
    margin-right: 8px;
    width: 25px;
}

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 35px;
    left: 0;
    text-align: center;
    background-color: #000;
    color: #efefef;
}

.cookie-notice-container {
    padding: 10px;
}

    .cookie-notice-container span {
        margin-right: 10px;
        color: #efefef;
    }

    .cookie-notice-container a {
        color: #c44c4c;
    }

        .cookie-notice-container a:hover {
            color: #ffc6c6;
        }

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice.button {
    margin-left: 10px;
}

    #cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
        text-decoration: none;
    }

.map_wraper {
    margin-bottom: 35px;
}

.map_container {
    border: 5px solid #f3f3f3;
}

    .map_container iframe {
        margin-bottom: 0;
        padding: 0;
        display: block;
        width: 100%;
        border: none;
    }

.srswebshop {
    margin-top: 30px;
}

.srswebshop-checkout .checkout h3 {
    /*font-family: Montserrat;*/
    font-weight: 700;
    padding-bottom: 20px;
}

.srswebshop ul.products {
    visibility: hidden;
}

    .srswebshop ul.products.grid,
    .srswebshop ul.products.list,
    .srswebshop.single-product ul.products {
        visibility: visible;
    }

else .srswebshop .primary_block {
    background: #f0e510 !important;
    font-weight: 700 !important;
}

.srswebshop .added_to_cart.forward {
    display: none;
}

.srswebshop ul.products li.product .description {
    margin-bottom: 27px;
}

.product_list .block-product-inner .item-box-hover {
    position: absolute;
    top: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    height: 35px;
    right: -25px;
}

.price > .amount {
    color: #df1c1c !important;
}

.row.right {
    text-align: right !important;
}

.srswebshop .cart .button,
.srswebshop .cart input.button {
    float: none;
}

ul.products.list li.product div[itemprop=description] {
    margin-top: 10px;
}

.srswebshop .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border: 0;
}

.srswebshop div.product form.cart table td .quantity {
    display: inline-block;
}

.srswebshop-page table.shop_table_responsive .product-quantity::before {
    position: relative;
    bottom: 12px;
    right: 5px;
}

.srswebshop .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.srswebshop .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.srswebshop .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute !important;
    z-index: 1 !important;
    display: block !important;
    border: 0 !important;
    background-color: #c44c51 !important;
}

.srswebshop .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute !important;
    z-index: 2 !important;
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    cursor: ew-resize !important;
    outline: 0 !important;
    top: -5px !important;
    margin: 0 0 0 -6px !important;
    border-radius: 100% !important;
    border: 2px solid #aaa !important;
}

.srswebshop .widget_price_filter .ui-slider-horizontal {
    height: 4px !important;
    background-color: #ccc !important;
    border-radius: 5px !important;
}

.srswebshop .widget #srswebshop-product-search-field {
    margin-bottom: 15px;
}

.srswebshop .widget .srswebshop-product-search input[type=submit] {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    background: #eaeaea;
    border: none;
    color: #333;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

.srswebshop .summary .yith-wcwl-add-to-wishlist a,
.srswebshop-MyAccount-navigation ul li a,
.srswebshop.widget .product-categories li.current-cat-parent > a,
.srswebshop.widget .product-categories li.current-cat > a {
    font-weight: 700;
}

.srswebshop .widget .srswebshop-product-search input[type=submit]:hover {
    border: #f0e510;
    background: #f0e510;
    color: #333;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.srswebshop .primary_block .primary_block-content {
    background: #fff;
    display: block;
    padding: 26px 30px 20px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    /*font-family: Montserrat;*/
}

.srswebshop .primary_block .inner {
    position: relative;
}

    .srswebshop .primary_block .inner .onsale {
        position: absolute;
        z-index: 1;
        color: #fff;
        font-size: 1em;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        background: #f0e510;
        text-transform: none;
        text-align: center;
        left: 20px;
        top: 20px;
    }

.srswebshop .primary_block .primary_block-content .entry-img {
    position: relative;
}

    .srswebshop .primary_block .primary_block-content .entry-img::before {
        content: '';
        position: absolute;
        z-index: 2;
        height: calc(100% + 200px);
        width: 1px;
        background: #eaeaea;
        top: -60px;
        right: -10px;
    }

.srswebshop-page div.product div.images {
    float: none !important;
    width: 100% !important;
}

.srswebshop div.product .product_title,
.srswebshop div.type-product .product_title {
    clear: none;
    margin-top: -2px;
    padding: 0;
    color: #3f3f3f;
    font-size: 2.571em;
}

.toolbar.toolbar-top:after,
.toolbar:after,
.srswebshop #content div.product #reviews .comment:after,
.srswebshop #content div.product .srswebshop-tabs,
.srswebshop #content div.product .srswebshop-tabs ul.tabs:after,
.srswebshop #content div.product div.thumbnails:after,
.srswebshop .col2-set:after,
.srswebshop .srswebshop-breadcrumb:after,
.srswebshop .srswebshop-error:after,
.srswebshop .srswebshop-info:after,
.srswebshop .srswebshop-message:after,
.srswebshop div.product #reviews .comment:after,
.srswebshop div.product .srswebshop-tabs,
.srswebshop div.product .srswebshop-tabs ul.tabs:after,
.srswebshop div.product div.thumbnails:after,
.srswebshop ul.products,
.srswebshop ul.products:after,
.srswebshop-page #content div.product #reviews .comment:after,
.srswebshop-page #content div.product .srswebshop-tabs,
.srswebshop-page #content div.product .srswebshop-tabs ul.tabs:after,
.srswebshop-page #content div.product div.thumbnails:after,
.srswebshop-page .col2-set:after,
.srswebshop-page div.product #reviews .comment:after,
.srswebshop-page div.product .srswebshop-tabs,
.srswebshop-page div.product .srswebshop-tabs ul.tabs:after,
.srswebshop-page div.product div.thumbnails:after,
.srswebshop-page ul.products,
.srswebshop-page ul.products:after {
    clear: both;
}

.srswebshop div.product p.stock,
.srswebshop div.type-product p.stock {
    font-size: 0.92em;
}

.srswebshop div.product .stock,
.srswebshop div.type-product .stock {
    color: #77a464;
}

.srswebshop div.product .out-of-stock,
.srswebshop div.type-product .out-of-stock {
    color: red;
}

.srswebshop div.product .srswebshop-product-rating,
.srswebshop div.type-product .srswebshop-product-rating {
    margin-bottom: 14px;
}

.srswebshop div.product div.social,
.srswebshop div.type-product div.social {
    text-align: right;
    margin: 0 0 1em;
}

    .srswebshop div.product div.social span,
    .srswebshop div.type-product div.social span {
        margin: 0 0 0 2px;
    }

        .srswebshop div.product div.social span span,
        .srswebshop div.type-product div.social span span {
            margin: 0;
        }

        .srswebshop div.product div.social span .stButton .chicklets,
        .srswebshop div.type-product div.social span .stButton .chicklets {
            padding-left: 16px;
            width: 0;
        }

    .srswebshop div.product div.social iframe,
    .srswebshop div.type-product div.social iframe {
        float: left;
        margin-top: 3px;
    }

.srswebshop div.product .srswebshop-tabs ul.tabs,
.srswebshop div.type-product .srswebshop-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.srswebshop-main-image {
    display: block;
}

.srswebshop-MyAccount-navigation {
    width: 250px !important;
    font-size: 18px;
}

    .srswebshop-MyAccount-navigation ul {
        list-style-type: disc;
    }

.srswebshop-account .srswebshop-MyAccount-content {
    float: left;
}

div.pp_pic_holder .ppt {
    display: none !important;
}

.product_list > li .item-img-info:hover img,
.product_list > li .list-view:hover img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.srswebshop .summary .yith-wcwl-add-to-wishlist {
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}

    .srswebshop .summary .yith-wcwl-add-to-wishlist,
    .srswebshop .summary .yith-wcwl-add-to-wishlist a {
        color: #c44c51;
    }

        .srswebshop .summary .yith-wcwl-add-to-wishlist::before {
            content: "\f004";
            font-size: 12px;
            float: left;
            font-family: FontAwesome;
            padding-right: 10px;
        }

.srswebshop .primary_block .product_meta {
    margin: 16px 0 20px;
    padding: 0;
}

.primary_block .product_meta .posted_in,
.primary_block .product_meta .sku_wrapper {
    font-weight: 400;
    color: #666;
}

.srswebshop .primary_block .product_meta .posted_in,
.srswebshop .primary_block .product_meta .sku_wrapper {
    display: block;
    margin-bottom: 5px;
}

    .srswebshop .primary_block .product_meta .posted_in > span {
        color: #666;
    }

.primary_block .product_meta .sku_wrapper span {
    color: #aaa;
}

.srswebshop .primary_block .product_meta .posted_in a {
    text-decoration: underline;
    color: #aaa;
}

.srswebshop .related.products {
    margin-top: 38px;
    margin-bottom: 0;
}

.price > .amount,
.srswebshop .product_list .price ins {
    font-size: 1.333em !important;
    font-weight: 700 !important;
}

.srswebshop-cart .return-to-shop {
    margin-top: 55px;
}

.srswebshop-cart .cart-empty {
    font-size: 18px;
}

.srswebshop.widget .product-categories li {
    display: block;
    padding: 12px 0 12px 20px;
    position: relative;
    margin: 0 0 0 -20px;
}

    .srswebshop.widget .product-categories .children li::after,
    .srswebshop.widget .product-categories li:last-child::after {
        background: 0 0 !important;
    }

    .srswebshop.widget .product-categories li.cat-parent::before {
        position: absolute;
        left: 20px;
        top: 50%;
        font-family: ElegantIcons;
        content: "\44";
        speak: none;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: '14px';
        height: '14px';
        text-align: center;
        line-height: '14px';
        margin-top: -7px;
        color: #888;
        background: 0 0 !important;
    }

    .srswebshop.widget .product-categories li.cat-parent {
        padding-left: 35px;
    }

    .srswebshop.widget .product-categories li:hover .children {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: visibility .4s ease-in-out, opacity .4s ease-in-out, transform .4s ease;
        -o-transition: visibility .4s ease-in-out, opacity .4s ease-in-out, transform .4s ease;
        transition: visibility .4s ease-in-out, opacity .4s ease-in-out, transform .4s ease;
        box-shadow: 0 4px 4px 0 rgba(102, 102, 102, 0.23);
        top: 0;
        z-index: 9999;
    }

.srswebshop.widget .product-categories .children {
    margin: 0;
    list-style: none;
    visibility: hidden;
    display: block;
    opacity: 0;
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out, transform .2s ease .25s;
    -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform 0s ease .3s;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    position: absolute;
    top: 120%;
    right: calc(100% + 0px);
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 20px 30px 20px 24px;
    min-width: 240px;
}

    .srswebshop.widget .product-categories .children li::before {
        content: '.';
        position: absolute;
        font-size: 30px;
        line-height: 1;
        left: 0;
        top: 0;
        margin-top: -8px;
        color: #888;
    }

    .srswebshop.widget .product-categories .children li {
        margin: 0;
        position: relative;
        display: block;
        height: initial;
        line-height: 1.7;
        padding: 4px 0 4px 20px;
        color: #666;
    }

.srswebshop.widget .product-categories li.cat-item::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 20px);
    height: 1px;
    background: #eaeaea;
}

.srswebshop .shop_table.customer_details th {
    width: 40%;
}

#order_review > table > thead > tr {
    background-color: var(--yellow);
}

.srswebshop .bacs-bank-details-heading {
    margin-top: 35px;
}

.srswebshop-thankyou-order-received {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

/*ul.srswebshop-thankyou-order-details.order_details li {

}*/

.srswebshop .order-again {
    margin-bottom: 12px;
}

.srswebshop ul.products {
    padding-left: 0;
}

.srswebshop .related.products {
    padding-bottom: 35px;
}

.srswebshop ul.products.grid {
    padding-bottom: 20px;
}

.summary.entry-summary {
    padding-left: 35px;
}

.srswebshop .toolbar-top-left .subcategories {
    margin-bottom: 25px;
}

.srswebshop #content div.product .srswebshop-tabs ul.tabs:after,
.srswebshop #content div.product .srswebshop-tabs ul.tabs:before,
.srswebshop #content div.product div.thumbnails:after,
.srswebshop #content div.product div.thumbnails:before,
.srswebshop .col2-set:after,
.srswebshop .col2-set:before,
.srswebshop div.product .srswebshop-tabs ul.tabs:after,
.srswebshop div.product .srswebshop-tabs ul.tabs:before,
.srswebshop div.product div.thumbnails:after,
.srswebshop div.product div.thumbnails:before,
.srswebshop-page #content div.product .srswebshop-tabs ul.tabs:after,
.srswebshop-page #content div.product .srswebshop-tabs ul.tabs:before,
.srswebshop-page #content div.product div.thumbnails:after,
.srswebshop-page #content div.product div.thumbnails:before,
.srswebshop-page .col2-set:after,
.srswebshop-page .col2-set:before,
.srswebshop-page div.product .srswebshop-tabs ul.tabs:after,
.srswebshop-page div.product .srswebshop-tabs ul.tabs:before,
.srswebshop-page div.product div.thumbnails:after,
.srswebshop-page div.product div.thumbnails:before {
    content: " ";
    display: table;
}

.srswebshop #content table.cart td.actions,
.srswebshop table.cart td.actions,
.srswebshop table.my_account_orders tr td.order-actions,
.srswebshop-page #content table.cart td.actions,
.srswebshop-page table.cart td.actions,
.srswebshop-page table.my_account_orders tr td.order-actions {
    text-align: left;
}

.srswebshop .col2-set,
.srswebshop-page .col2-set {
    width: 100%;
}

.srswebshop img,
.srswebshop-page img {
    height: auto;
    max-width: 100%;
}

.srswebshop #content div.product .srswebshop-tabs ul.tabs li,
.srswebshop div.product .srswebshop-tabs ul.tabs li,
.srswebshop-page #content div.product .srswebshop-tabs ul.tabs li,
.srswebshop-page div.product .srswebshop-tabs ul.tabs li {
    display: inline-block;
}

.srswebshop #content div.product #reviews .comment:after,
.srswebshop #content div.product #reviews .comment:before,
.srswebshop div.product #reviews .comment:after,
.srswebshop div.product #reviews .comment:before,
.srswebshop ul.products:after,
.srswebshop ul.products:before,
.srswebshop-page #content div.product #reviews .comment:after,
.srswebshop-page #content div.product #reviews .comment:before,
.srswebshop-page div.product #reviews .comment:after,
.srswebshop-page div.product #reviews .comment:before,
.srswebshop-page ul.products:after,
.srswebshop-page ul.products:before {
    content: " ";
    display: table;
}

.srswebshop #content div.product #reviews .comment img,
.srswebshop div.product #reviews .comment img,
.srswebshop-page #content div.product #reviews .comment img,
.srswebshop-page div.product #reviews .comment img {
    float: right;
    height: auto;
}

.srswebshop ul.products li.last,
.srswebshop-page ul.products li.last {
    margin-right: 0;
}

.srswebshop-page.columns-1 ul.products li.product,
.srswebshop.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
}

.srswebshop-page.columns-2 ul.products li.product,
.srswebshop.columns-2 ul.products li.product {
    width: 48%;
}

.srswebshop-page.columns-3 ul.products li.product,
.srswebshop.columns-3 ul.products li.product {
    width: 30.75%;
}

.srswebshop-page.columns-5 ul.products li.product,
.srswebshop.columns-5 ul.products li.product {
    width: 16.95%;
}

.srswebshop-page.columns-6 ul.products li.product,
.srswebshop.columns-6 ul.products li.product {
    width: 13.5%;
}

.srswebshop .srswebshop-result-count,
.srswebshop-page .srswebshop-result-count {
    float: left;
}

.srswebshop .srswebshop-ordering,
.srswebshop-page .srswebshop-ordering {
    float: right;
}

.srswebshop #content table.cart img,
.srswebshop table.cart img,
.srswebshop-page #content table.cart img,
.srswebshop-page table.cart img {
    height: auto;
}

.srswebshop #content table.cart td.actions .coupon,
.srswebshop table.cart td.actions .coupon,
.srswebshop-page #content table.cart td.actions .coupon,
.srswebshop-page table.cart td.actions .coupon {
    float: left;
}

    .srswebshop #content table.cart td.actions .coupon label,
    .srswebshop table.cart td.actions .coupon label,
    .srswebshop-page #content table.cart td.actions .coupon label,
    .srswebshop-page table.cart td.actions .coupon label {
        display: none;
    }

.srswebshop form .form-row label,
.srswebshop-page form .form-row label {
    display: block;
}

    .srswebshop form .form-row label.checkbox,
    .srswebshop-page form .form-row label.checkbox {
        display: inline;
    }

.srswebshop table.shop_table_responsive tbody th,
.srswebshop table.shop_table_responsive thead,
.srswebshop-page table.shop_table_responsive tbody th,
.srswebshop-page table.shop_table_responsive thead {
    display: none;
}

.srswebshop form .form-row select,
.srswebshop-page form .form-row select {
    width: 100%;
}

.srswebshop form .form-row .input-text,
.srswebshop form .form-row .input-loading-wrapper,
.srswebshop-page form .form-row .input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.srswebshop form .form-row-first,
.srswebshop form .form-row-wide,
.srswebshop form .form-row-last,
.srswebshop-page form .form-row-first,
.srswebshop-page form .form-row-last {
    float: left;
    width: 50%;
    overflow: visible;
}

#customer_details > div.col-1 > div > p:nth-child(6) {
    clear: both;
}

#BillingCity {
    width: 100%;
}

.srswebshop form .form-row-last,
.srswebshop-page form .form-row-last {
    float: right;
}

.srswebshop #payment .form-row select,
.srswebshop-page #payment .form-row select {
    width: auto;
}


select,
table td.label label {
    margin: 0;
}

table {
    width: 100%;
    margin-bottom: 30px;
    display: table;
}

    table caption {
        padding: 0 0 5px;
    }

    table td.label {
        display: table-cell;
    }

table > tbody > tr {
    display: table-row;
}

.ticket-table tbody tr td.ticket-table-name,
.ticket-table tbody tr td.ticket-table-price,
.ticket-table tbody tr td.ticket-table-button
{
    display: table-cell;
    border-top: 2px solid var(--mid-grey);
    border-bottom: 2px solid var(--mid-grey);
    vertical-align: middle;
}

.ticket-table tbody tr td.ticket-table-name {
    border-left: 2px solid var(--mid-grey);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ticket-table tbody tr td.ticket-table-button {
    border-right: 2px solid var(--mid-grey);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

        table > thead > tr > th {
            background: var(--yellow);
            color: var(--black);
            vertical-align: middle;
        }

        table td a.color-myaccount {
            text-decoration: underline;
        }

            .price del,
            .price ins,
            .srswebshop #reviews h2 small a,
            table td a.color-myaccount:hover {
                text-decoration: none;
            }

        table td#today {
            color: #e6c907;
        }

            table td#today a {
                color: #fff;
            }

                table td#today a:hover {
                    background: 0 0;
                    color: #e6c907;
                }

.price,
.srswebshop table.my_account_orders .button {
    white-space: nowrap;
}

select {
    height: 30px;
    line-height: 30px;
    padding: 4px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all 0.2s ease-out;
}

    select:focus {
        border-color: #cdcdcd;
        box-shadow: none 3px 3px 3px #888;
    }

button,
input,
select,
textarea {
    max-width: 100%;
}

    #searchform input#s,
    input.input-text,
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=text] {
        border-radius: 0;
        padding: 10px;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        color: var(--black);
        border: 2px solid var(--mid-grey);
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
    }

.srswebshop .srswebshop-error,
.srswebshop .srswebshop-info,
.srswebshop .srswebshop-message {
    padding: 10px 10px 10px 40px;
    margin: 0 0 20px;
    position: relative;
    list-style: none !important;
    width: auto;
}

    .srswebshop .srswebshop-error:after,
    .srswebshop .srswebshop-error:before,
    .srswebshop .srswebshop-info:after,
    .srswebshop .srswebshop-info:before,
    .srswebshop .srswebshop-message:after,
    .srswebshop .srswebshop-message:before {
        content: " ";
        display: table;
    }

    .srswebshop .srswebshop-error:before,
    .srswebshop .srswebshop-info:before,
    .srswebshop .srswebshop-message:before {
        font-family: FontAwesome;
        content: "\f06a";
        display: inline-block;
        position: absolute;
        top: 11px;
        left: 16px;
    }

    .srswebshop .srswebshop-error .button,
    .srswebshop .srswebshop-info .button,
    .srswebshop .srswebshop-message .button {
        float: right;
        background: #f0e510;
        color: #fff;
        font-size: 100%;
        padding: 0 12px;
    }

    .srswebshop .srswebshop-error li,
    .srswebshop .srswebshop-info li,
    .srswebshop .srswebshop-message li {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
    }

.srswebshop .srswebshop-message {
    background: #dff0d8;
    color: #8fae1b;
}

    .srswebshop .srswebshop-message:before {
        content: "\f06a";
        color: #8fae1b;
    }

.srswebshop .srswebshop-info {
    background: var(--blue);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 50px;
}

    .srswebshop .srswebshop-info a {
        color: #fff;
    }

    .srswebshop .srswebshop-info:before {
        color: #1e85be;
    }

.srswebshop .srswebshop-error {
    background: #f2dede;
    color: #b94a48;
}

    .srswebshop .srswebshop-error:before {
        content: "\f06a";
        color: #b94a48;
    }

.srswebshop small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px;
}

.srswebshop .cart-collaterals .shipping_calculator:after,
.srswebshop .cart-collaterals .shipping_calculator:before,
.srswebshop .srswebshop-breadcrumb:after,
.srswebshop .srswebshop-breadcrumb:before,
.srswebshop div.product form.cart:after,
.srswebshop div.product form.cart:before,
.srswebshop div.product p.cart:after,
.srswebshop div.product p.cart:before,
.srswebshop div.type-product form.cart:after,
.srswebshop div.type-product form.cart:before,
.srswebshop div.type-product p.cart:after,
.srswebshop div.type-product p.cart:before,
.srswebshop form .form-row:after,
.srswebshop form .form-row:before,
.srswebshop ul.cart_list li:after,
.srswebshop ul.cart_list li:before,
.srswebshop ul.product_list_widget li:after,
.srswebshop ul.product_list_widget li:before,
.srswebshop-page .cart-collaterals .shipping_calculator:after,
.srswebshop-page .cart-collaterals .shipping_calculator:before,
.srswebshop-page form .form-row:after,
.srswebshop-page form .form-row:before,
.srswebshop-page ul.cart_list li:after,
.srswebshop-page ul.cart_list li:before,
.srswebshop-page ul.product_list_widget li:after,
.srswebshop-page ul.product_list_widget li:before {
    display: table;
    content: " ";
}

.srswebshop .cart-collaterals .related,
.srswebshop-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
}

.srswebshop .cart-collaterals .cross-sells ul.products,
.srswebshop-page .cart-collaterals .cross-sells ul.products {
    float: none;
}

.srswebshop .cart-collaterals .shipping_calculator,
.srswebshop-page .cart-collaterals .shipping_calculator {
    clear: right;
    float: right;
}

    .srswebshop #content table.cart td.actions .coupon:after,
    .srswebshop .cart-collaterals .shipping_calculator:after,
    .srswebshop .cart-collaterals:after,
    .srswebshop div.product form.cart .single_variation_wrap .single_variation:after,
    .srswebshop div.product form.cart:after,
    .srswebshop div.product p.cart:after,
    .srswebshop div.type-product form.cart .single_variation_wrap .single_variation:after,
    .srswebshop div.type-product form.cart:after,
    .srswebshop div.type-product p.cart:after,
    .srswebshop form .form-row-wide,
    .srswebshop form .form-row:after,
    .srswebshop table.cart td.actions .coupon:after,
    .srswebshop td.product-name dl.variation:after,
    .srswebshop ul.cart_list li:after,
    .srswebshop ul.product_list_widget li:after,
    .srswebshop-cart .to-checkout-btn-container:after,
    .srswebshop-page #content table.cart td.actions .coupon:after,
    .srswebshop-page .cart-collaterals .shipping_calculator:after,
    .srswebshop-page .cart-collaterals:after,
    .srswebshop-page form .form-row-wide,
    .srswebshop-page form .form-row:after,
    .srswebshop-page table.cart td.actions .coupon:after,
    .srswebshop-page ul.cart_list li:after,
    .srswebshop-page ul.product_list_widget li:after {
        clear: both;
    }

    .srswebshop .cart-collaterals .shipping_calculator .col2-set .col-1,
    .srswebshop .cart-collaterals .shipping_calculator .col2-set .col-2,
    .srswebshop-page .cart-collaterals .shipping_calculator .col2-set .col-1,
    .srswebshop-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
        width: 47%;
    }

.srswebshop ul.cart_list li img,
.srswebshop ul.product_list_widget li img,
.srswebshop-page ul.cart_list li img,
.srswebshop-page ul.product_list_widget li img {
    float: right;
    height: auto;
}

/*.srswebshop div.product form.cart table,
.srswebshop div.type-product form.cart table {
    margin: 0 0 15px;
    padding: 0;
    border: 1px solid #b2b2be;
    border-collapse: collapse;
    background-color: #fff;
}*/

    .srswebshop div.product form.cart table .cart_item {
        font-size: 18px;
        font-weight: 600;
    }

    .srswebshop div.product form.cart table div.quantity,
    .srswebshop div.product form.cart table td label,
    .srswebshop div.type-product form.cart table div.quantity,
    .srswebshop div.type-product form.cart table td label {
        margin: 0;
        float: none;
    }

/*    .srswebshop div.product form.cart table td,
    .srswebshop div.type-product form.cart table td {
        vertical-align: middle;
    }*/

        .srswebshop div.product form.cart table td .quantity,
        .srswebshop div.product form.cart table td.price,
        .srswebshop div.type-product form.cart table td .quantity,
        .srswebshop div.type-product form.cart table td.price {
            text-align: center;
        }

            .srswebshop div.product form.cart table td.price .amount,
            .srswebshop div.type-product form.cart table td.price .amount {
                font-size: 115%;
            }

        .srswebshop div.product form.cart table td.label,
        .srswebshop div.type-product form.cart table td.label {
            text-align: center;
        }

    .srswebshop div.product form.cart table small.stock,
    .srswebshop div.type-product form.cart table small.stock {
        display: block;
        float: none;
    }

.srswebshop div.product form.cart .single_variation_wrap .single_variation,
.srswebshop div.type-product form.cart .single_variation_wrap .single_variation {
    margin: 10px 0;
}

    .srswebshop div.product form.cart .single_variation_wrap .single_variation:after,
    .srswebshop div.product form.cart .single_variation_wrap .single_variation:before,
    .srswebshop div.type-product form.cart .single_variation_wrap .single_variation:after,
    .srswebshop div.type-product form.cart .single_variation_wrap .single_variation:before {
        content: " ";
        display: table;
    }

.srswebshop div.product form.cart .button,
.srswebshop div.type-product form.cart .button {
    vertical-align: middle;
    float: left;
}

.srswebshop-cart table.cart {
    overflow: hidden;
}

    .srswebshop-cart table.cart img {
        width: 80px;
        box-shadow: none;
    }

    .srswebshop-cart table.cart th {
        text-transform: uppercase;
        font-weight: 700;
        color: #333;
    }

    .srswebshop-cart table.cart td,
    .srswebshop-cart table.cart th {
        vertical-align: middle;
    }

        .srswebshop-cart table.cart td.actions {
            padding: 12px;
            vertical-align: middle;
            border: 2px solid var(--mid-grey);
            background-color: #fff;
        }

            .srswebshop-cart table.cart td.actions .coupon {
                float: left;
                padding: 0;
            }

                .srswebshop-cart table.cart td.actions .coupon .input-text {
                    float: left;
                    margin: 0 4px 0 0;
                    min-width: 200px;
                }

/*            .srswebshop-cart table.cart td.actions > .btn {
                float: right;
            }*/

    .srswebshop-cart table.cart input {
        float: right;
        margin: 0;
        vertical-align: middle;
        color: var(--black);
        background-color: var(--light-grey);
        border: 1px solid var(--mid-grey);
        padding: 1.3rem 3rem;
        font-size: 18px;
        font-weight: 600;
        width: 20rem;
    }

        .srswebshop-cart table.cart input:hover {
            color: var(--blue);
        }

        .srswebshop-cart table.cart a.remove {
            float: right;
            margin: 0;
            vertical-align: middle;
            color: #fff;
            background-color: var(--red);
            border: 1px solid var(--red);
            border-radius: 4px;
            padding: 1.3rem 3rem;
            font-size: 18px;
            font-weight: 600;
            width: 20rem;
        }

            .srswebshop-cart table.cart a.remove:hover {
                background-color: var(--light-grey);
                border: 1px solid var(--mid-grey);
                color: var(--blue);
            }

        .srswebshop-cart table.cart a.remove:after,
        .srswebshop-cart table.cart a.remove:before {
            display: none;
        }

.srswebshop-cart .to-checkout-btn-container {
    padding: 10px 10px 0 0;
}

    .srswebshop-cart .to-checkout-btn-container:after,
    .srswebshop-cart .to-checkout-btn-container:before {
        content: " ";
        display: table;
    }

    .srswebshop-cart .to-checkout-btn-container a.checkout-button {
        text-align: center;
        margin-bottom: 1em;
        color: var(--black);
        background-color: var(--light-grey);
        border: 1px solid var(--mid-grey);
        padding: 1.3rem 1rem;
        font-size: 18px;
        font-weight: 600;
        width: 20rem;
        float: right;
    }

        .srswebshop-cart .to-checkout-btn-container a.checkout-button:hover {
            color: var(--blue);
        }

        .srswebshop-cart .cart-collaterals {
            margin-top: 20px;
            padding-right: 0;
        }

    .srswebshop-cart .cart-collaterals .shipping_calculator .button {
        width: 100%;
        float: none;
        display: block;
    }

    .srswebshop-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
        font-family: srswebshop;
        speak: none;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-left: .618em;
        content: "\e019";
        text-decoration: none;
    }

    .srswebshop-cart .cart-collaterals .cart_totals {
        padding-top: 20px;
        border: 2px solid var(--blue);
        background: #fff;
    }

        .srswebshop-cart .cart-collaterals .cart_totals h2 {
            font-size: 150%;
            color: var(--black);
            font-weight: 500;
            display: inline-block;
            padding-left: 20px;
            text-transform: uppercase;
        }

/*        .srswebshop-cart .cart-collaterals .cart_totals .to-checkout-btn-container a.checkout-button {
            font-weight: 700;
        }*/

        .srswebshop-cart .cart-collaterals .cart_totals p small {
            color: #777;
            font-size: 0.83em;
        }

        .srswebshop-cart .cart-collaterals .cart_totals table {
            border-collapse: separate;
            margin: 0 0 6px;
            padding: 0;
            border: none;
        }

            .srswebshop-cart .cart-collaterals .cart_totals table tr:first-child td,
            .srswebshop-cart .cart-collaterals .cart_totals table tr:first-child th {
                border-top: 0;
            }

            .srswebshop-cart .cart-collaterals .cart_totals table th {
                width: 25%;
            }

            .srswebshop-cart .cart-collaterals .cart_totals table td,
            .srswebshop-cart .cart-collaterals .cart_totals table th {
                vertical-align: top;
                border-left: 0;
                border-right: 0;
                border-bottom: 2px solid var(--mid-grey);
                padding: 6px 0 6px 384px;
                line-height: 2em;
                font-size: 20px;
            }

            .srswebshop-cart .cart-collaterals .cart_totals table small {
                color: #777;
            }

            .srswebshop-cart .cart-collaterals .cart_totals table select {
                width: 100%;
            }

        .srswebshop-cart .cart-collaterals .cart_totals .discount td {
            color: #77a464;
        }

        .srswebshop-cart .cart-collaterals .cart_totals tr td,
        .srswebshop-cart .cart-collaterals .cart_totals tr th {
            border-top: 1px solid #ebe9eb;
        }

    .srswebshop-cart .cart-collaterals .cross-sells {
        margin-top: 38px;
        margin-bottom: 0;
    }

        .srswebshop-cart .cart-collaterals .cross-sells ul.products li.product {
            margin-top: 0;
        }

            .srswebshop-cart .cart-collaterals .cross-sells ul.products li.product .block-product-inner .item-info .info-inner {
                padding-bottom: 0;
            }

    .srswebshop .primary_block .cart label {
        float: left;
        margin: 0 10px 0 0;
        color: #666;
        line-height: 50px;
    }

    .srswebshop .primary_block .cart .quantity {
        float: left;
        margin: 0 30px 0 0;
        position: relative;
    }

        .srswebshop .primary_block .cart .quantity:after {
            position: absolute;
            content: '';
            display: table;
            clear: both;
        }

        .srswebshop .primary_block .cart .quantity .qty {
            display: inline-block;
            vertical-align: top;
            float: left;
            width: 45px;
            height: 45px;
            text-align: center;
            background-color: transparent;
            border: none;
            position: relative;
            padding: 10px 0 0 0;
        }

        .srswebshop .primary_block .cart .quantity .qty-box-action {
            position: relative;
            vertical-align: top;
            float: left;
            width: 70px;
            display: flex;
            flex-direction: row;
            padding: 12px 0 0 0;
        }

            .srswebshop .primary_block .cart .quantity .qty-box-action .qty-decrease,
            .srswebshop .primary_block .cart .quantity .qty-box-action .qty-increase {
                line-height: 1;
                background: none;
                border: 2px solid var(--mid-grey);
                border-radius: 0;
                font-size: 18px;
                font-weight: 100;
                width: 46px;
                height: 30px;
                text-align: center;
                padding: 0;
                margin: 0;
                color: var(--black);
            }

                .srswebshop .primary_block .cart .quantity .qty-box-action .qty-decrease:hover,
                .srswebshop .primary_block .cart .quantity .qty-box-action .qty-increase:hover {
                    background: 0 0;
                    color: #333;
                }

                .srswebshop .primary_block .cart .quantity .qty-box-action .qty-increase:before {
                    content: "\f053";
                    font-family: fontawesome;
                }

                .srswebshop .primary_block .cart .quantity .qty-box-action .qty-decrease:before {
                    content: "\f054";
                    font-family: fontawesome;
                }

    .srswebshop .primary_block .cart .single_add_to_cart_button {
        position: relative;
        display: inline-block;
        height: 45px;
        padding: 0 40px;
        line-height: 45px;
        border-radius: 4px;
        border: none;
        background-color: #e6c907;
        color: #333;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 400;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0.67, -0.51, 0.42, 1.43);
    }

        .srswebshop .primary_block .cart .single_add_to_cart_button i {
            margin-right: 10px;
            font-size: 1em;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

        .srswebshop .primary_block .cart .single_add_to_cart_button.externalaffiliate-product {
            padding: 0 30px;
        }

            .srswebshop .primary_block .cart .single_add_to_cart_button.externalaffiliate-product i {
                display: none;
            }

        .srswebshop .primary_block .cart .single_add_to_cart_button:hover {
            background-color: #333;
            border-color: #333;
            color: #fff;
        }

    .srswebshop .primary_block .cart .yith-wcwl-add-to-wishlist,
    .srswebshop .primary_block .cart .yith-wcwl-add-to-wishlist a,
    .srswebshop .primary_block .cart a.compare {
        display: inline-block;
        vertical-align: top;
    }


.srswebshop table.shop_attributes {
    border: 1px dotted rgba(0, 0, 0, 0.1);
    border-right: none;
    margin-bottom: 1.618em;
    width: 100%;
}

    .srswebshop table.shop_attributes td,
    .srswebshop table.shop_attributes th {
        padding: 8px;
        border-top: 1px dotted rgba(0, 0, 0, 0.1);
        border-right: 1px dotted rgba(0, 0, 0, 0.1);
        line-height: 1.5;
    }

    .srswebshop table.shop_attributes th {
        width: 150px;
        font-weight: 700;
        margin: 0;
    }

    .srswebshop table.shop_attributes td {
        font-style: italic;
        margin: 0;
    }

        .srswebshop table.shop_attributes td p {
            margin: 0;
        }

    .srswebshop table.shop_attributes .alt td,
    .srswebshop table.shop_attributes .alt th {
        background: rgba(0, 0, 0, 0.025);
    }

.srswebshop table.shop_table {
    border-radius: 5px;
}

    .srswebshop table.shop_table tr.cart_item,
    .srswebshop table.shop_table tr.order-total {
        background-color: #fff;
        border: 2px solid var(--mid-grey);
    }

.srswebshop table.shop_table th {
    padding: 12px;
    text-align: center;
    border-bottom: none;
    font-size: 18px;
}

    .srswebshop table.shop_table th.product-name {
        float: left;
        padding-left: 20px;
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        text-align: left;
    }

.srswebshop table.shop_table tr.cart_item td {
    padding: 12px;
}

.srswebshop table.shop_table tr.cart_item td.product-name {
    padding-left: 20px;
    font-size: 18px;
    border-left: 2px solid var(--mid-grey);
}

.srswebshop table.shop_table tfoot tr.order-total th {
    float: left;
    padding-left: 20px;
    font-size: 18px;
}


.srswebshop table.shop_table tr th.product-total {
    width: 15rem;
    font-size: 18px;
    font-weight: 500;
}

.srswebshop table.shop_table tr.cart_item td.product-total span,
.srswebshop table.shop_table tfoot tr.order-total td strong span {
    float: right;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

        .srswebshop table.shop_table td small {
            font-weight: 400;
        }

        .srswebshop table.shop_table td.product-remove {
            min-width: 60px;
            font-size: xx-large;
            text-align:center;
        }

            .srswebshop table.shop_table td.product-remove .remove {
                margin: auto;
            }

        .srswebshop table.shop_table td.product-thumbnail {
            width: 110px;
            text-align: center;
        }

    .srswebshop table.shop_table tbody:first-child tr:first-child td,
    .srswebshop table.shop_table tbody:first-child tr:first-child th {
        border-top: 0;
    }

.srswebshop table.my_account_orders td,
.srswebshop table.my_account_orders th {
    padding: 10px;
    vertical-align: middle;
}

.srswebshop table.my_account_orders .order-actions {
    text-align: right;
}

    .srswebshop table.my_account_orders .order-actions .button {
        margin: 0.125em 0 0.125em 0.25em;
    }

.srswebshop td.product-name dl.variation {
    margin: 0.7em 0 0.25em;
}

    .srswebshop td.product-name dl.variation:after,
    .srswebshop td.product-name dl.variation:before {
        content: " ";
        display: table;
    }

    .srswebshop td.product-name dl.variation dd,
    .srswebshop td.product-name dl.variation dt {
        display: inline-block;
        float: left;
    }

    .srswebshop td.product-name dl.variation dt {
        font-weight: 700;
        padding: 0 0 .25em;
        margin: 0 4px 0 0;
        clear: left;
    }

.srswebshop ul.cart_list li dl:after,
.srswebshop ul.cart_list li:after,
.srswebshop ul.product_list_widget li dl:after,
.srswebshop ul.product_list_widget li:after {
    clear: both;
}

.srswebshop td.product-name dl.variation dd {
    padding: 0 0 0.25em;
}

    .srswebshop td.product-name dl.variation dd p:last-child {
        margin-bottom: 0;
    }

.srswebshop td.product-name p.backorder_notification {
    font-size: 0.83em;
}

.srswebshop ul.cart_list,
.srswebshop ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .srswebshop ul.cart_list li,
    .srswebshop ul.product_list_widget li {
        padding: 20px 0 0;
        margin: 0;
        list-style: none;
    }

        .srswebshop ul.cart_list li:after,
        .srswebshop ul.cart_list li:before,
        .srswebshop ul.product_list_widget li:after,
        .srswebshop ul.product_list_widget li:before {
            content: " ";
            display: table;
        }

        .srswebshop ul.cart_list li:first-child,
        .srswebshop ul.product_list_widget li:first-child {
            padding-top: 2px;
            margin-top: 0;
        }

        .srswebshop ul.cart_list li:hover img,
        .srswebshop ul.product_list_widget li:hover img {
            border-color: #333;
        }

        .srswebshop ul.cart_list li a,
        .srswebshop ul.product_list_widget li a {
            display: block;
            color: #666;
            margin-bottom: 3px;
        }

            .srswebshop ul.cart_list li a:hover,
            .srswebshop ul.product_list_widget li a:hover {
                color: #333;
            }

        .srswebshop ul.cart_list li .title,
        .srswebshop ul.product_list_widget li .title {
            font-size: 1em;
            line-height: 1.5;
            margin-bottom: 0;
            padding: 0;
        }

        .srswebshop ul.cart_list li .product_price,
        .srswebshop ul.product_list_widget li .product_price {
            font-size: 1.231em;
            font-weight: 700;
            color: #df1c1c;
            margin-bottom: 4px;
        }

        .srswebshop ul.cart_list li .quantity,
        .srswebshop ul.product_list_widget li .quantity {
            display: inline-block;
            color: #fff;
            background-color: #e6c907;
            font-size: 1em;
            text-align: center;
            border: none;
            padding: 6px 20px;
            line-height: 1;
            vertical-align: top;
            border-radius: 25px;
        }

        .srswebshop ul.cart_list li img,
        .srswebshop ul.product_list_widget li img {
            float: left;
            margin-right: 10px;
            width: 89px;
            height: auto;
            box-shadow: none;
            border: 1px solid #eee;
            -webkit-transition: .2s ease-out;
            -o-transition: .2s ease-out;
            transition: .2s ease-out;
            padding: 10px;
        }

        .srswebshop ul.cart_list li dl,
        .srswebshop ul.product_list_widget li dl {
            margin: 0;
            padding-left: 1em;
            border: none;
            display: inline-block;
            vertical-align: top;
        }

            .srswebshop ul.cart_list li dl:after,
            .srswebshop ul.cart_list li dl:before,
            .srswebshop ul.product_list_widget li dl:after,
            .srswebshop ul.product_list_widget li dl:before {
                content: " ";
                display: table;
            }

            .srswebshop ul.cart_list li dl dd,
            .srswebshop ul.cart_list li dl dt,
            .srswebshop ul.product_list_widget li dl dd,
            .srswebshop ul.product_list_widget li dl dt {
                display: inline-block;
                float: left;
                margin-bottom: 0;
            }

            .srswebshop ul.cart_list li dl dt,
            .srswebshop ul.product_list_widget li dl dt {
                font-weight: 700;
                padding: 0 0 .25em;
                margin: 0 4px 0 0;
                clear: left;
            }

            .srswebshop ul.cart_list li dl dd,
            .srswebshop ul.product_list_widget li dl dd {
                padding: 0 0 0.25em;
            }

                .srswebshop ul.cart_list li dl dd p:last-child,
                .srswebshop ul.product_list_widget li dl dd p:last-child {
                    margin-bottom: 0;
                }

        .srswebshop ul.cart_list li .star-rating,
        .srswebshop ul.product_list_widget li .star-rating {
            float: none;
        }

.srswebshop-checkout {
    margin-bottom: 5px;
}

    .srswebshop-checkout .checkout h3 {
        color: #333;
        font-size: 150%;
        text-transform: uppercase;
    }

    .srswebshop-checkout .checkout label {
        color: #686868;
    }

    .srswebshop-checkout .checkout #customer_details h3#ship-to-different-address {
        float: left;
        clear: none;
    }

        .srswebshop-checkout .checkout #customer_details h3#ship-to-different-address label {
            float: left;
            margin: 0 8px 0 0;
            font-weight: inherit;
            color: inherit;
        }

    .srswebshop-checkout .checkout #customer_details .form-row-first,
    .srswebshop-checkout .checkout #customer_details .notes {
        clear: left;
    }

    .srswebshop-checkout .checkout .create-account small {
        font-size: 11px;
        color: #777;
        font-weight: 400;
    }

    .srswebshop-checkout .checkout div.shipping-address {
        padding: 0;
        clear: left;
        width: 100%;
    }

    .cross-sells:after,
    .related:after,
    .upsells.products:after,
    .srswebshop #reviews #comments .add_review:after,
    .srswebshop .order_details:after,
    .srswebshop .primary_block .addthis_toolbox:after,
    .srswebshop .primary_block .description:after,
    .srswebshop-checkout #payment ul.payment_methods:after,
    .srswebshop-checkout .checkout .shipping_address {
        clear: both;
    }

    .srswebshop-checkout .checkout h3#order_review_heading {
        margin-top: 20px;
    }

    .srswebshop-checkout .checkout #order_review .shop_table th {
        text-align: left;
    }

    .srswebshop-checkout #payment {
        background: #fff;
        border: 2px solid var(--mid-grey);
        border-radius: 5px;
    }

        .srswebshop-checkout #payment ul.payment_methods {
            text-align: left;
            padding: 1em;
            border-bottom: 2px solid var(--mid-grey);
            margin: 0;
            list-style: none;
        }

            .srswebshop-checkout #payment ul.payment_methods:after,
            .srswebshop-checkout #payment ul.payment_methods:before {
                content: " ";
                display: table;
            }

            .srswebshop-checkout #payment ul.payment_methods li {
                line-height: 2;
                text-align: left;
                margin: 0;
                font-weight: 400;
            }

                .srswebshop-checkout #payment ul.payment_methods li input {
                    margin: 0 1em 0 0;
                }

                .srswebshop-checkout #payment ul.payment_methods li img {
                    vertical-align: middle;
                    margin: -2px 8px 0;
                    padding: 0;
                    position: relative;
                    box-shadow: none;
                }

                    .srswebshop-checkout #payment ul.payment_methods li img + img {
                        margin-left: 2px;
                    }

        .srswebshop-checkout #payment div.form-row {
            padding: 1em 2.5em;
        }

        .srswebshop-checkout #payment div.payment_box {
            position: relative;
            width: 96%;
            padding: 1em 2%;
            margin: 1em 0;
            font-size: .92em;
            border-radius: 2px;
            line-height: 1.5;
            background-color: var(--light-grey);
            color: var(--black);
            text-align: center;
        }

.password_strength_desc {
    margin: 2rem 0;
    padding: 0;
}

    .password_strength_desc h5 {
        font-size: 24px;
        font-weight: 500;
    }

    .checkbox-inline-container {
        margin: 2rem 0;
    }

.checkbox-inline {
    padding: 5px 0;
}

.srswebshop-checkout #payment .place-order #gdpr_checkout label input,
.checkbox-inline input#NewsletterEnabled,
.checkbox-inline input#accept_pp,
.checkbox-inline input#accept_tos {
    width: 20px;
    height: 20px;
}

.checkbox-inline b {
    font-size: 17px;
    padding-left: 15px;
}

.srswebshop-checkout #payment .place-order #gdpr_checkout label b {
    padding-left: 15px;
}

        /*            .srswebshop-checkout #payment div.payment_box input.input-text,
            .srswebshop-checkout #payment div.payment_box textarea {
                border-color: #bbb3b9 #c7c1c6 #c7c1c6;
            }

            .srswebshop-checkout #payment div.payment_box::-webkit-input-placeholder {
                color: #bbb3b9;
            }

            .srswebshop-checkout #payment div.payment_box:-moz-placeholder {
                color: #bbb3b9;
            }

            .srswebshop-checkout #payment div.payment_box:-ms-input-placeholder {
                color: #bbb3b9;
            }*/
        .srswebshop-checkout #payment div.payment_box .credit-card-form-card-cvc,
        .srswebshop-checkout #payment div.payment_box .credit-card-form-card-expiry,
        .srswebshop-checkout #payment div.payment_box .credit-card-form-card-number {
            font-size: 1.5em;
            padding: 8px;
            background-repeat: no-repeat;
            background-position: right;
        }

            .srswebshop-checkout #payment div.payment_box span.help {
                font-size: .857em;
                color: #777;
                font-weight: 400;
            }

            .srswebshop-checkout #payment div.payment_box .form-row {
                margin: 0 0 1em;
            }

            .srswebshop-checkout #payment div.payment_box p:last-child {
                margin-bottom: 0;
            }

            .srswebshop-checkout #payment div.payment_box:after {
                content: "";
                display: block;
                border: 8px solid var(--light-grey);
                border-right-color: transparent;
                border-left-color: transparent;
                border-top-color: transparent;
                position: absolute;
                top: -3px;
                left: 0;
                margin: -1em 0 0 2em;
            }

        .srswebshop-checkout #payment .payment_method_paypal > input {
            margin-top: 27px !important;
            float: left;
        }

        .srswebshop-checkout #payment .payment_method_paypal .about_paypal {
            float: right;
            line-height: 70px;
            font-size: 0.83em;
        }

        .srswebshop-checkout #payment .payment_method_paypal img {
            max-height: 70px;
            vertical-align: middle;
        }

.srswebshop form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}

    .srswebshop form .form-row label {
        font-size: 18px;
        font-weight: 600;
    }

#a-js-wrapper > section > div.section.content-section.main-content.clearfix.a-u-paddingBottom90 > div > div > div > div > div > a {
    width: 21rem;
    height: 5rem;
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    background-color: var(--light-grey);
    border: 1px solid var(--mid-grey);
    padding-top: 1rem;
    margin: 2rem 0;
}

    #a-js-wrapper > section > div.section.content-section.main-content.clearfix.a-u-paddingBottom90 > div > div > div > div > div > a:hover {
        color: var(--blue);
    }

    #customer_registration > div > form > p.srswebshop-FormRow.form-row.registration-form-button,
    #customer_login > div > form > p.form-row.login-form-button {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

.srswebshop-LostPassword.lost_password {
    text-align: center;
}

.srswebshop-lostpassword-button {
    text-align: center;
    margin-bottom: 1em;
    color: var(--black);
    background-color: var(--light-grey);
    border: 1px solid var(--mid-grey);
    padding: 1.3rem 1rem;
    font-size: 18px;
    font-weight: 600;
    width: 20rem;
}

    .srswebshop-lostpassword-button:hover {
        color: var(--blue);
    }

    .srswebshop form .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .5s .5s ease;
        -moz-transition: opacity .5s .5s ease;
        transition: opacity .5s .5s ease;
        opacity: 0;
    }

    .srswebshop form .form-row .select2-container .select2-choice {
        padding: 4px 0 4px 8px;
        border-color: #e9e9e9;
        border-radius: 0;
    }

    .srswebshop form .form-row label {
        line-height: 2;
    }

        .srswebshop form .form-row label.hidden {
            visibility: hidden;
        }

        .srswebshop form .form-row label.inline {
            display: inline;
        }

    .srswebshop form .form-row select {
        cursor: pointer;
        margin: 0;
    }

    .srswebshop form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0;
    }

    .srswebshop form .form-row .input-checkbox {
        display: inline;
        text-align: center;
        vertical-align: middle;
    }

    .srswebshop form .form-row input.input-text,
    .srswebshop form .form-row .input-loading-wrapper,
    .srswebshop form .form-row textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
    }

    .srswebshop form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .srswebshop form .form-row .select2-container {
        width: 100%;
        line-height: 2em;
    }

        .srswebshop form .form-row.srswebshop-invalid .select2-container,
        .srswebshop form .form-row.srswebshop-invalid input.input-text,
        .srswebshop form .form-row.srswebshop-invalid select,
        .srswebshop form .form-row .select2-container.input-validation-error,
        .srswebshop form .form-row input.input-text.input-validation-error,
        .srswebshop form .form-row select.input-validation-error {
            border-color: #a00;
        }

.field-validation-error,
.field-validation-error span {
    color: #a00;
}

.srswebshop form .form-row.srswebshop-validated .select2-container,
.srswebshop form .form-row.srswebshop-validated input.input-text,
.srswebshop form .form-row.srswebshop-validated select {
    border-color: #69bf29;
}

.srswebshop form .form-row::-webkit-input-placeholder {
    line-height: normal;
}

.srswebshop form .form-row:-moz-placeholder {
    line-height: normal;
}

.srswebshop form .form-row:-ms-input-placeholder {
    line-height: normal;
}

#customer_registration > div > h2,
#customer_login > div > h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
}

.srswebshop form.checkout_coupon,
.srswebshop form.login,
.srswebshop form.register {
    border: 2px solid var(--mid-grey);
    background-color: #fff;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20rem;
    padding-right: 20rem;
}

.srswebshop ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .srswebshop ul#shipping_method li {
        margin: 0;
        padding: .25em 0;
        list-style: none;
    }

    .srswebshop ul#shipping_method .amount {
        font-weight: 700;
    }

.srswebshop p.srswebshop-shipping-contents {
    margin: 0;
}

.srswebshop .order_details {
    margin: 0 0 1.5em;
    list-style: none;
    padding-left: 0;
}

        .srswebshop .order_details thead tr th:nth-child(2) {
            width: 100%;
            text-align: left;
        }

        .srswebshop .order_details tbody tr {
            border: 2px solid var(--mid-grey);
        }

            .srswebshop .order_details tbody tr th {
                width: 50%;
                text-align: left;
            }

            .srswebshop .order_details tbody tr td {
                padding-top: 10px;
                padding-left: 10px;
                padding-bottom: 10px;
                font-size: 18px;
                width: 50%;
            }

.srswebshop address {
    font-size: 18px;
}
    .srswebshop address > p b,
    .srswebshop address > b {
        font-size: 18px;
    }

    .srswebshop address > p {
        padding-bottom: 10px;
    }
    .srswebshop address > b {
        padding: 20px;
    }

    .srswebshop .order_details:after,
    .srswebshop .order_details:before {
        content: " ";
        display: table;
    }

    .srswebshop .order_details li {
        float: left;
        margin-right: 2em;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1;
        padding-right: 3rem;
        margin-left: 0;
        padding-left: 0;
    }

        .srswebshop .order_details li strong {
            display: block;
            font-size: 1.4em;
            text-transform: none;
            line-height: 1.5;
        }

        .srswebshop .order_details li:last-of-type {
            border: none;
        }

.srswebshop table.shop_table_responsive tr td:before,
.srswebshop-page table.shop_table_responsive tr td:before {
    content: attr(data-title);
    font-weight: 700;
}

.srswebshop table.my_account_orders tr td.order-actions:before,
.srswebshop-page table.my_account_orders tr td.order-actions:before {
    display: none;
}

.srswebshop #content table.cart td.actions .coupon:after,
.srswebshop #content table.cart td.actions .coupon:before,
.srswebshop .cart-collaterals:after,
.srswebshop .cart-collaterals:before,
.srswebshop table.cart td.actions .coupon:after,
.srswebshop table.cart td.actions .coupon:before,
.srswebshop-page #content table.cart td.actions .coupon:after,
.srswebshop-page #content table.cart td.actions .coupon:before,
.srswebshop-page .cart-collaterals:after,
.srswebshop-page .cart-collaterals:before,
.srswebshop-page table.cart td.actions .coupon:after,
.srswebshop-page table.cart td.actions .coupon:before {
    content: " ";
    display: table;
}

.price del:before,
.product_list .block-product-inner .item-box-hover .item-box-hover-content a.add_to_cart_button:before,
.product_list .block-product-inner .item-box-hover .item-box-hover-content a.button.product_type_grouped:before,
.product_list .block-product-inner .item-box-hover .item-box-hover-content a.button.product_type_simple:before,
.product_list .block-product-inner .item-box-hover .item-box-hover-content a.product_type_external:before {
    content: "";
}

.srswebshop table.my_account_orders tr td.order-actions .button,
.srswebshop-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: .5em .25em .5em 0;
    display: block;
}

.srswebshop .col2-set .col-1,
.srswebshop .col2-set .col-2,
.srswebshop-page .col2-set .col-1,
.srswebshop-page .col2-set .col-2 {
    float: none;
    width: 100%;
}

.srswebshop #content table.cart td.actions .button,
.srswebshop #content table.cart td.actions .input-text,
.srswebshop #content table.cart td.actions input,
.srswebshop table.cart td.actions .button,
.srswebshop table.cart td.actions .input-text,
.srswebshop table.cart td.actions input,
.srswebshop-page #content table.cart td.actions .button,
.srswebshop-page #content table.cart td.actions .input-text,
.srswebshop-page #content table.cart td.actions input,
.srswebshop-page table.cart td.actions .button,
.srswebshop-page table.cart td.actions .input-text,
.srswebshop-page table.cart td.actions input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .srswebshop #content table.cart td.actions .button.alt,
    .srswebshop #content table.cart td.actions .input-text + .button,
    .srswebshop table.cart td.actions .button.alt,
    .srswebshop table.cart td.actions .input-text + .button,
    .srswebshop-page #content table.cart td.actions .button.alt,
    .srswebshop-page #content table.cart td.actions .input-text + .button,
    .srswebshop-page table.cart td.actions .button.alt,
    .srswebshop-page table.cart td.actions .input-text + .button {
        float: right;
    }

.srswebshop-page.srswebshop-checkout form.login .form-row,
.srswebshop.srswebshop-checkout form.login .form-row {
    width: 100%;
    float: none;
}

.srswebshop #payment .terms,
.srswebshop-page #payment .terms {
    text-align: left;
    padding: 0;
}

#payment > div > div.pull-left {
    margin-left: 52rem;
    margin-top: -11.2rem;
}

.srswebshop #payment #place_order,
.srswebshop-page #payment #place_order {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
}

.srswebshop #payment #place_order {
    margin-top: 2rem;
    vertical-align: middle;
    color: var(--black);
    background-color: var(--light-grey);
    border: 1px solid var(--mid-grey);
    padding: 1.3rem 3rem;
    font-size: 18px;
    font-weight: 600;
    width: 20rem;
}

    .srswebshop #payment #place_order:hover {
        color: var(--blue);
    }

    .srswebshop .lost_reset_password .form-row-first,
    .srswebshop .lost_reset_password .form-row-last,
    .srswebshop-page .lost_reset_password .form-row-first,
    .srswebshop-page .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }

.price {
    color: #999;
    padding: 5px 0;
    font-size: 100%;
}

    .price ins,
    .price > .amount {
        font-size: 1.333em;
        font-weight: 700;
    }

    .price del {
        color: #666;
        position: relative;
    }

        .price del:before {
            display: block;
            width: 100%;
            height: 1px;
            background: #666;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: rotate(-6deg);
            -ms-transform: rotate(-6deg);
            -o-transform: rotate(-6deg);
            transform: rotate(-6deg);
        }

    .price ins {
        margin-left: 5px;
        color: #333;
    }

    .price .from {
        font-size: .67em;
        margin: -2px 0 0;
        text-transform: uppercase;
        color: rgba(132, 132, 132, 0.5);
    }

.cross-sells,
.related,
.upsells.products {
    position: relative;
    clear: both;
    margin: 0;
}

    .cross-sells:after,
    .cross-sells:before,
    .related:after,
    .related:before,
    .upsells.products:after,
    .upsells.products:before {
        content: " ";
        display: table;
    }

    .cross-sells h2,
    .related h2,
    .upsells.products h2 {
        display: inline-block;
        text-align: left;
        font-size: 1.385em;
        text-transform: uppercase;
        margin: 0 0 7px;
        padding: 0;
        font-weight: 700;
        color: #333;
    }

        .cross-sells h2 span,
        .related h2 span,
        .upsells.products h2 span {
            position: relative;
            display: inline-block;
            padding: 0;
            margin: 0;
            font-weight: inherit;
        }


.cross-sells .navslider,
.related .navslider,
.upsells.products .navslider {
    position: relative;
    vertical-align: top;
    float: right;
    padding: 0;
    display: none;
}

    .cross-sells .navslider .next,
    .cross-sells .navslider .prev,
    .related .navslider .next,
    .related .navslider .prev,
    .upsells.products .navslider .next,
    .upsells.products .navslider .prev {
        display: inline-block;
        width: 35px;
        height: 75px;
        line-height: 75px;
        border-radius: 5px;
        text-align: center;
        background-color: #eaeaea;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .cross-sells .navslider .next i,
        .cross-sells .navslider .prev i,
        .related .navslider .next i,
        .related .navslider .prev i,
        .upsells.products .navslider .next i,
        .upsells.products .navslider .prev i {
            color: #333;
            line-height: 75px;
            font-size: 30px;
        }

        .cross-sells .navslider .next:hover,
        .cross-sells .navslider .prev:hover,
        .related .navslider .next:hover,
        .related .navslider .prev:hover,
        .upsells.products .navslider .next:hover,
        .upsells.products .navslider .prev:hover {
            cursor: pointer;
            background: #e6c907;
            border-color: #e6c907;
        }

            .cross-sells .navslider .next:hover i,
            .cross-sells .navslider .prev:hover i,
            .related .navslider .next:hover i,
            .related .navslider .prev:hover i,
            .upsells.products .navslider .next:hover i,
            .upsells.products .navslider .prev:hover i {
                color: #fff;
            }

    .cross-sells .navslider .next,
    .related .navslider .next,
    .upsells.products .navslider .next {
        margin-left: 5px;
    }

.cross-sells .pretext,
.related .pretext,
.upsells.products .pretext {
    width: 70%;
    margin: 6px auto 20px;
    display: block;
    text-align: center;
}


.cross-sells ul,
.cross-sells ul.products,
.related ul,
.related ul.products,
.upsells.products ul,
.upsells.products ul.products {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}

    .cross-sells ul li,
    .cross-sells ul.products li,
    .related ul li,
    .related ul.products li,
    .upsells.products ul li,
    .upsells.products ul.products li {
        padding: 0;
        float: left;
    }

        .cross-sells ul li .item_product,
        .cross-sells ul.products li .item_product,
        .related ul li .item_product,
        .related ul.products li .item_product,
        .upsells.products ul li .item_product,
        .upsells.products ul.products li .item_product {
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            backface-visibility: visible;
            -webkit-backface-visibility: visible;
            border-right: 1px solid #eaeaea;
            border-bottom: 1px solid #eaeaea;
        }

            .cross-sells ul li .item_product .block-product-inner,
            .cross-sells ul.products li .item_product .block-product-inner,
            .related ul li .item_product .block-product-inner,
            .related ul.products li .item_product .block-product-inner,
            .upsells.products ul li .item_product .block-product-inner,
            .upsells.products ul.products li .item_product .block-product-inner {
                min-height: 293px;
            }

            .cross-sells ul li .item_product .item-info .item-title,
            .cross-sells ul.products li .item_product .item-info .item-title,
            .related ul li .item_product .item-info .item-title,
            .related ul.products li .item_product .item-info .item-title,
            .upsells.products ul li .item_product .item-info .item-title,
            .upsells.products ul.products li .item_product .item-info .item-title {
                -moz-osx-font-smoothing: grayscale;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    .cross-sells ul .owl-item li,
    .cross-sells ul.products .owl-item li,
    .related ul .owl-item li,
    .related ul.products .owl-item li,
    .upsells.products ul .owl-item li,
    .upsells.products ul.products .owl-item li {
        float: none;
    }

    .cross-sells ul.products,
    .related ul.products,
    .upsells.products ul.products {
        border-top: 0;
    }

        .cross-sells ul.products li,
        .related ul.products li,
        .upsells.products ul.products li {
            background: #fff;
            border-top: 1px solid #eaeaea;
            overflow: hidden;
        }

            .cross-sells ul.products li .block-product-inner .product-image,
            .cross-sells ul.products li .item_product .product-image,
            .related ul.products li .block-product-inner .product-image,
            .related ul.products li .item_product .product-image,
            .upsells.products ul.products li .block-product-inner .product-image,
            .upsells.products ul.products li .item_product .product-image {
                position: relative;
                z-index: 0;
                display: block;
                overflow: hidden;
                text-align: center;
            }

                .cross-sells ul.products li .block-product-inner .product-image .img-main,
                .cross-sells ul.products li .item_product .product-image .img-main,
                .related ul.products li .block-product-inner .product-image .img-main,
                .related ul.products li .item_product .product-image .img-main,
                .upsells.products ul.products li .block-product-inner .product-image .img-main,
                .upsells.products ul.products li .item_product .product-image .img-main {
                    display: block;
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                    -webkit-transition: all .4s ease-out;
                    -o-transition: all .4s ease-out;
                    transition: all 0.4s ease-out;
                }

                .cross-sells ul.products li .block-product-inner .product-image .img-additional,
                .cross-sells ul.products li .item_product .product-image .img-additional,
                .related ul.products li .block-product-inner .product-image .img-additional,
                .related ul.products li .item_product .product-image .img-additional,
                .upsells.products ul.products li .block-product-inner .product-image .img-additional,
                .upsells.products ul.products li .item_product .product-image .img-additional {
                    text-align: center;
                    left: 0;
                    display: block;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    max-width: 100%;
                    z-index: -1;
                    -webkit-transform: translateY(-120%);
                    -moz-transform: translateY(-120%);
                    -ms-transform: translateY(-120%);
                    -o-transform: translateY(-120%);
                    transform: translateY(-120%);
                    -webkit-transition: all .4s ease-out;
                    -o-transition: all .4s ease-out;
                    transition: all 0.4s ease-out;
                }

.srswebshop #reviews #comments .add_review:after,
.srswebshop #reviews #comments .add_review:before,
.srswebshop #reviews #comments ol.commentlist li .comment-text:after,
.srswebshop #reviews #comments ol.commentlist li .comment-text:before,
.srswebshop #reviews #comments ol.commentlist:after,
.srswebshop #reviews #comments ol.commentlist:before,
.srswebshop .primary_block .addthis_toolbox:after,
.srswebshop .primary_block .addthis_toolbox:before,
.srswebshop .primary_block .description:after,
.srswebshop .primary_block .description:before {
    content: " ";
    display: table;
}

.cross-sells ul.products li .block-product-inner:hover .product-image .img-main,
.cross-sells ul.products li .item_product:hover .product-image .img-main,
.related ul.products li .block-product-inner:hover .product-image .img-main,
.related ul.products li .item_product:hover .product-image .img-main,
.upsells.products ul.products li .block-product-inner:hover .product-image .img-main,
.upsells.products ul.products li .item_product:hover .product-image .img-main {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
}

.cross-sells ul.products li .block-product-inner:hover .product-image .img-additional,
.cross-sells ul.products li .item_product:hover .product-image .img-additional,
.related ul.products li .block-product-inner:hover .product-image .img-additional,
.related ul.products li .item_product:hover .product-image .img-additional,
.upsells.products ul.products li .block-product-inner:hover .product-image .img-additional,
.upsells.products ul.products li .item_product:hover .product-image .img-additional {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.srswebshop .primary_block .srswebshop-product-rating .star-rating {
    margin: 0 20px 0 0;
}

.srswebshop .primary_block .price {
    padding: 0 0 5px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 14px !important;
}

    .srswebshop .primary_block .price > .amount {
        font-size: 2.143em;
        color: #df1c1c;
        font-weight: 700;
    }

    .srswebshop .primary_block .price ins {
        font-size: 2.308em;
        color: #df1c1c;
        font-weight: 700;
    }

    .srswebshop .primary_block .price del {
        font-size: 1.923em;
        color: #888;
    }

.srswebshop .primary_block .description {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

    .srswebshop .primary_block .description .description-title {
        color: #333;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
    }

.srswebshop .primary_block .addthis_toolbox {
    margin-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}

form .form-row .input-loading-wrapper {
    position: relative;
    line-height: 30px;
}

form .input-loading-container {
    display: none;
    position: absolute;
    right: 11px;
    top: 10px;
}

form .input-loading-wrapper.loading .input-loading-container {
    display: none;
}

#srs_ticketing_calendar .calendar {
    width: 100%;
    background: #ffffff;
    border: 0;
    line-height: 1;
    cursor: default;
    margin-bottom: 20px;
}

#srs_ticketing_calendar .calendar-caption .calendar-header-days {
    margin-top: 20px;
}

#srs_ticketing_calendar .calendar-caption .calendar-header-day {
    padding: 0 10px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

    #srs_ticketing_calendar .calendar td {
        width: 88px;
        height: 45px;
        padding: 0;
        border: none;
        color: var(--black);
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        vertical-align: middle;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #srs_ticketing_calendar .calendar td.open {
            background: var(--light-grey);
            border-radius: 50%;
            cursor: pointer;
        }

            #srs_ticketing_calendar .calendar td.open span {
                color: var(--black);
            }
			
			#srs_ticketing_calendar .calendar td.open.selected {
                background: var(--blue);
            }

                #srs_ticketing_calendar .calendar td.open.selected span {
                    color: #fff;
                }

            #srs_ticketing_calendar .calendar td.open.pres {
                background: #494949;
                cursor: pointer;
            }

        #srs_ticketing_calendar .calendar td.webclosed {
            background-color: #FF0000;
            color: white;
        }

        #srs_ticketing_calendar .calendar td.closed {
            background: #f9d391;
        }

#calendar_events_container {
    padding: 15px;
}

#srs_ticketing_calendar .calendar-container, #calendar_events_container {
    position: relative;
}

#srs_ticketing_calendar .loading-container {
    position: absolute;
    top: calc(50% - 35px);
    width: 200px;
    min-height: 60px;
    background: #ffffffcf;
    text-align: center;
    padding: 30px 0px;
    border: 1px solid #ddd;
    left: calc(50% - 100px);
    display: none;
}

#calendar_events_container .events-loading-container {
    position: absolute;
    top: 50px;
    width: 200px;
    min-height: 60px;
    background: #ffffffcf;
    text-align: center;
    padding: 30px 0px;
    border: 1px solid #ddd;
    left: calc(50% - 100px);
    display: none;
}

#calendar_events_container .events-loading-wrapper {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff6;
}

#srs_ticketing_calendar .calendar-container.loading .loading-container {
    display: block;
}

#calendar_events_wrapper.loading .events-loading-wrapper,
#calendar_events_wrapper.loading .events-loading-container {
    display: block;
}

#calendar_events .calendar_events_row {
    display: flex;
    position: relative;
    width: 100%;
}

.calendar_event_addon {
    margin: 0px;
    padding: .5rem 1.75rem;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 0;
    font-size: 15px;
}

    .calendar_event_addon:first-child {
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }

#calendar_events .calendar_event_name {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    overflow: auto;
}

#calendar_events .calendar_event_show {
    cursor: pointer;
}

#calendar_events .calendar_event_tickets {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px;
    margin-top: -10px;
    margin-bottom: 10px;
    border-top: 0px;
}

#calendar_events .calendar_event_table {
    border: 0;
}

    #calendar_events .calendar_event_table td {
        border: 0;
    }

.event-calendar .col-service{
    margin-top: 120px;
}

.colors {
    margin-left: 0;
}

.colors > div:first-child {
    display: none;
}

.colors > div.col-lg-4.col-md-4 {
    display: flex;
    flex-direction: row;
    padding-right: 0;
    padding-left: 0;
}

    .colors > div:nth-child(3) > div,
    .colors > div:nth-child(4) > div,
    .colors > div:nth-child(5) > div {
        width: 28px;
    }

    .colors > div > span {
        display: inline-block;
        padding-left: 15px;
    }

.colors > div:nth-child(3) > span,
.colors > div:nth-child(4) > span {
    margin-top: 2px;
}

.colors > div:nth-child(5) > span {
    margin-top: -8px;
    margin-right: -12px;
    width: 100%;
}

.main-cartcontent {
    padding-top: 20px;
    margin-bottom: 40px;
}

    .main-cartcontent .pull-left > div:nth-child(2) > a {
        color: var(--black);
        background-color: var(--light-grey);
        border: 1px solid var(--mid-grey);
        padding: 1.5rem 1rem;
        font-size: 18px;
        font-weight: 600;
        width: 20rem;
    }

        .main-cartcontent .pull-left > div:nth-child(2) > a:hover {
            color: var(--blue);
        }

        .main-cartcontent .cartcontent h4 {
            font-size: 30px;
        }

    .main-cartcontent .cartcontent p {
        font-size: 1.8rem;
        font-weight: 600;   
    }

    .main-cartcontent #CustomCartContainer .primary_block .shop_table {
        background-color: #fff;
    }

        .main-cartcontent #CustomCartContainer .primary_block .shop_table tbody tr td {
            border: 2px solid var(--mid-grey);
        }

        .main-cartcontent #CustomCartContainer .primary_block .shop_table .cart_item .product-name .cart-ticket,
        .main-cartcontent #CustomCartContainer .primary_block .shop_table .cart_item .product-name .product-quantity {
            font-size: 1.8rem;
            font-weight: 600;
        }

            .main-cartcontent #CustomCartContainer .primary_block .shop_table .cart_item .product-name .product-quantity > div > span {

            }

            .main-cartcontent #CustomCartContainer .primary_block .shop_table .cart_item .product-name > div > strong > div > ul > li > span {
                font-size: 16px;
            }

        .main-cartcontent #CustomCartContainer .primary_block .shop_table .cart_item .product-price,
        .main-cartcontent #CustomCartContainer .primary_block .shop_table .cart_item .product-quantity > div > span,
        .main-cartcontent #CustomCartContainer .primary_block .shop_table .cart_item .product-subtotal
         {
            font-size: 20px;
            font-weight: 600;
        }

        .main-cartcontent #CustomCartContainer .primary_block .shop_table tbody tr td > div.pull-right {
            font-size: 20px;
            font-weight: 600;
        }

    .main-cartcontent #CustomCartContainer .secondary_block {
        margin-top: 7.3rem;
    }

        .main-cartcontent #CustomCartContainer .secondary_block .pull-left p {
            font-size: 1.8rem;
            font-weight: 600;
            padding-top: 1.5rem;
        }

        .main-cartcontent #CustomCartContainer .secondary_block .pull-right a:first-child {
            color: var(--black);
            background-color: var(--light-grey);
            border: 1px solid var(--mid-grey);
            padding: 0.2rem 3rem;
            font-size: 18px;
            font-weight: 600;
            width: 20rem;
            word-wrap: break-word;
            white-space: break-spaces;
            margin-right: 10rem;
        }

            .main-cartcontent #CustomCartContainer .secondary_block .pull-right a:first-child:hover {
                color: var(--blue);
            }

            .main-cartcontent #CustomCartContainer .secondary_block .pull-right a:nth-child(2) {
                color: #fff;
                background-color: var(--red);
                border: 1px solid var(--red);
                padding: 1.5rem 3rem;
                font-size: 18px;
                font-weight: 600;
                width: 20rem;
            }

                .main-cartcontent #CustomCartContainer .secondary_block .pull-right a:nth-child(2):hover {
                    background-color: var(--light-grey);
                    border: 1px solid var(--mid-grey);
                    color: var(--blue);
                }

                .dropdown_widget {
                    margin-top: 0;
                    clear: both;
                    position: absolute;
                    right: -1px;
                    top: 57px;
                    padding: 0;
                    width: 280px;
                    line-height: 18px;
                    padding-top: 4px;
                    z-index: 99999;
                    display: none;
                }

.dropdown_widget-arrow {
    top: -2px;
    right: 24px;
    left: auto;
    margin-left: 0;
    background-color: #ffffff;
    border-color: #ebebeb;
    height: 10px;
    width: 10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    border-bottom: none;
    border-right: none;
    z-index: 99999;
}

.widget_shopping_cart_content {
    padding: 0px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    border-radius: 3px;
    border-color: #ebebeb;
    background-color: #ffffff;
    z-index: 99999;
}

    .widget_shopping_cart_content span {
        padding: 5px;
    }

.menu-cart-counter {
    background-color: #9cc2df;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 54%;
    height: 16px;
    padding: 0 5px;
    line-height: 16px;
    border-radius: 37px;
    font-size: 9px;
    text-align: center;
    margin: -20px 0 0 2px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
}

    .menu-cart-counter.active {
        -webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.mini-cart-buttons {
    background-color: #e6c907 ;
    border-top: 1px solid #ebebeb;
    font-size: 15px;
    padding: 0px;
    margin: 0;
    overflow: hidden;
}

    .mini-cart-buttons .mini-cart-button {
        color: #c44c4c !important;
        width: 100%;
        float: left;
        margin: 0;
        background: transparent;
        padding: 12px;
        /*padding: 2px;*/
        font-weight: 600;
        text-align: center;
        border: 2px solid #c44c4c;
    }

        .mini-cart-buttons .mini-cart-button.checkout {
            float: right;
        }

.mini-cart-list {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    border-style: none;
}

    .mini-cart-list tbody tr {
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .mini-cart-list tbody td {
        border-color: transparent;
    }

        .mini-cart-list tbody td:first-child {
            padding-left: 5px;
        }

        .mini-cart-list tbody td:last-child {
            padding-right: 5px;
        }

    .mini-cart-list tfoot td {
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: none;
        border-bottom-width: 0px;
        border-bottom-color: transparent;
        border-left: none;
        border-left-width: 0px;
        border-left-color: transparent;
        border-right: none;
        border-right-width: 0px;
        border-right-color: transparent;
    }

.mini-cart-total {
    margin-left: 10px;
    margin-bottom: 4px;
}

#wrapper {
    position: relative;
}

.srswebshop-Button {
    padding: 16px 12px;
}

.a-navbarMobile {
    border-bottom: 1px solid #eee;
}

@media (max-width: 992px) {
    .a-u-Legend.menuHeader {
        margin-top: 15px;
    }
}

#BillingCountryCODE, #BillingStateCODE {
    height: 50px;
    border: 2px solid var(--mid-grey);
}

.a-pageWrapper {
    padding-top: 0px;
}

.a-atMargin {
    margin-top: 60px;
}

.a-u-Legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

#payment > div > div.pull-left {
    margin-left: 0;
    margin-top: 0;
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
}

.btn-motive {
    width: 25rem;
    height: 5rem;
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    background-color: var(--light-grey);
    border: 1px solid var(--mid-grey);
    padding-top: 1rem;
    margin: 2rem 0;
}

    .btn-motive:hover {
        color: var(--blue);
    }

.navbar .navbar-header {
    display: none;
}

.navbar .logo-img,
.navbar .header-logo-title {
    margin-top: 5px;
    height: 7rem;
}

.navbar .navbar-nav li a:hover {
    color: var(--blue);
}


.addedToCart-table {
    border: none;
}

    .addedToCart-table td {
        border-left: none;
        border-left-width: 0px;
        border-left-color: transparent;
        border-right: none;
        border-right-width: 0px;
        border-right-color: transparent;
    }

.table-no-border,
.table-no-border tr,
.table-no-border td {
    border-width: 0px;
    border-color: transparent;
}

.a-u-colorMotive,
.a-u-colorMotive a {
    color: var(--black);
}

ul.a-listBulletMotive {
    list-style: none;
    padding-left: 0;
}

ul.a-listBulletMotive2 {
    list-style: none;
    padding-left: 0;
}

    ul.a-listBulletMotive2 li {
        line-height: 18px;
        font-weight: 500;
        font-size: 17px;
    }

.main-content {
    min-height: 250px;
}

.a-breadcrumb-sep {
    margin-left: 5px;
    margin-right: 5px;
}

#gdpr_checkout {
    float: left;
}

@media (max-width: 992px) {
    #menu-cart {
        float: right !important;
    }

    #payment > div > div.pull-left {
        margin-left: 0;
        margin-top: 0;
    }

    .srswebshop #payment #place_order {
        margin-top: 2rem;
        margin-right: 3rem;
        margin-bottom: 1rem;
    }
}

.a-d-alignCenter {
    display: flex;
    justify-content: center;
    position: relative;
}

    footer .FooterInnerWrapper {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: calc(50% - 310px) 50%;
    }

@media (max-width: 992px) {
    footer .FooterInnerWrapper {
        background-position: calc(50% - 0px) 50%;
    }
}

.password-box {
    display: inline-block;
}

.password-progress {
    height: 12px;
    margin-top: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    height: 100%;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.bg-red {
    background: #E74C3C;
    border: 1px solid #E74C3C;
}

.bg-orange {
    background: #F39C12;
    border: 1px solid #F39C12;
}

.bg-green {
    background: #1ABB9C;
    border: 1px solid #1ABB9C;
}

.pb-red {
    color: #E74C3C;
}

.pb-orange {
    color: #F39C12;
}

.pb-green {
    color: #1ABB9C;
}

.srswebshop-form .password-message {
    font-size: 13px;
    font-weight: 600;
}

#checkout-form-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.1) url(images/loading3.gif) no-repeat center center;
    z-index: 100000;
}

.errorRow {
    background-color: #c44c4c;
    color: white ;
}

    .errorRow td a {
        color: white !important;
    }

    .errorRow td p .errorText {
        font-weight: bold;
    }

@media screen and (max-width: 576px) {
    .a-menuMobile {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0%;
        background-color: #fff;
        font-weight: 700;
        overflow: scroll;
        z-index: 4;
    }

        .a-menuMobile .logo-img {
            padding-left: 20px;
            height: 58px;
            transition: all 0.3s ease;
        }

        .a-menuMobile .header-logo-title {
            font-size: 15px;
            padding-left: 5px;
            margin-top: 25px;
            transition: all 0.3s ease;
        }

        .a-menuMobile .navbar-toggle > i {
            font-size: 30px;
            margin-top: 2px;
        }

        .a-menuMobile .a-menuMobile-navbar {
            padding: 60px 0;
            list-style: none;
            border: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

            .a-menuMobile .a-menuMobile-navbar li {
                padding: 0;
            }

                .a-menuMobile .a-menuMobile-navbar li a {
                    font-size: 20px;
                    color: var(--black);
                    padding: 10px 20px;
                    display: block;
                    text-decoration: none;
                    font-weight: 700;
                    transition: all 0.3s ease;
                }

    .srswebshop table.shop_table tr.cart_item {
        border: none;
    }

    .srswebshop table.shop_table tr.order-total {
        border: 2px solid var(--mid-grey);
    }

        .srswebshop table.shop_table tr.order-total td {
            border-top: 1px solid var(--mid-grey);
            border-left: none;
            border-right: none;
            border-bottom: none;
        }

        table > tbody > tr > td.ticket-table-name,
        .table > tbody > tr > td.ticket-table-name {
            border-left: 2px solid var(--mid-grey);
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        table > tbody > tr > td.ticket-table-button,
        .table > tbody > tr > td.ticket-table-button {
            border-right: 2px solid var(--mid-grey);
            padding-left: 0;
        }

    .srswebshop table.shop_table th {
        font-size: 16px;
    }

        .srswebshop table.shop_table th.product-name {
            font-size: 16px;
        }

    .srswebshop table.shop_table tr.cart_item td.product-name {
        font-size: 16px;
        padding-left: 12px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 2px solid var(--mid-grey);
        border-bottom: 2px solid var(--mid-grey);
        border-right: 2px solid var(--mid-grey);
    }

    .srswebshop table.shop_table tr.cart_item td.product-total {
        border: 2px solid var(--mid-grey);
    }

        .srswebshop table.shop_table tr.cart_item td.product-total span {
            padding-right: 14px;
        }

        .srswebshop table.shop_table tr.cart_item td.product-price,
        .srswebshop table.shop_table tr.cart_item td.product-quantity,
        .srswebshop table.shop_table tr.cart_item td.product-subtotal {
            border-left: 2px solid var(--mid-grey);
            border-right: 2px solid var(--mid-grey);
            border-bottom: 2px solid var(--mid-grey);
        }

    .srswebshop table.shop_table tr.cart_item td.product-subtotal {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .srswebshop table.shop_table tr.cart_item td.product-remove {
            background-color: var(--yellow);
        }

            .srswebshop table.shop_table_responsive tr td.actions .btn,
            .srswebshop table.shop_table tr.cart_item td.product-remove a {
                width: 90%;
                margin-right: 1.5rem;
            }

    .srswebshop table.shop_table td.product-remove,
    .srswebshop-cart table.cart td.actions {
        height: 7rem;
        padding: 12px;
        border: none;
        background-color: var(--yellow);
    }

        .srswebshop table.shop_table tfoot tr.order-total th {
            font-size: 16px;
        }


    .srswebshop table.shop_table tr th.product-total {
        font-size: 16px;
    }

    .srswebshop table.shop_table tr.cart_item td.product-total span,
    .srswebshop table.shop_table tfoot tr.order-total td strong span {
        font-size: 16px;
    }

    .event-calendar .col-service {
        margin-top: 50px;
    }

    .srsws-addtocart-buttons .input-group.ticket-btn.pull-left {
        padding-top: 0.3rem;
    }

    .srsws-addtocart-buttons .event_ticket_add_to_cart {
        padding: 0.8rem 2rem;
    }

    .colors {
        margin-bottom: 50px;
    }

    .colors > div:first-child {
        display: block;
        font-size: 25px;
        font-weight: 600;
    }

    .colors > div.col-lg-4.col-md-4 {
        padding: 15px 0;
    }

    .colors > div:nth-child(5) > div {
        width: 30px;
    }

    .srsws-addtocart-buttons .input-group.ticket-btn.pull-left {
        float: right !important;
    }

    .srswebshop-cart .to-checkout-btn-container {
        padding: 10px 10px 0 10px;
        display: flex;
        justify-content: center;
    }

    .srswebshop-cart .cart-collaterals .cart_totals {
        padding-top: 0;
    }

    .srswebshop-cart .cart-collaterals .cart_totals table th {
        display: block;
        width: 100%;
    }

    .srswebshop-cart .cart-collaterals .cart_totals table td,
    .srswebshop-cart .cart-collaterals .cart_totals table th {
        padding: 12px;
    }

    .srswebshop-cart .cart-collaterals .cart_totals table td {
        border-radius: 0;
    }

    .checkbox-inline b {
        font-size: 15px;
    }

    .srswebshop #payment #place_order {
        margin-top: 2rem;
        margin-right: 3rem;
        margin-bottom: 1rem;
    }

    .srswebshop-checkout #payment .place-order #gdpr_checkout label input {
        margin-top: 9px;
    }

    #payment > div > div.pull-left {
        margin-left: -22px;
        margin-top: 0;
    }

    .srswebshop form.checkout_coupon,
    .srswebshop form.register {
        padding: 20px;
        margin-top: 5rem;
    }

    .srswebshop form.login {
        padding: 20px;
        margin-top: 5rem;
        margin-left: 15px;
        margin-right: 15px;
    }

    footer .a-prefooter .google-map > iframe {
        width: 330px;
    }

    footer .a-prefooter .top-border .a-postfooter.copyrights {
        padding: 2rem 0;
    }

        footer .a-prefooter .top-border .simplepay > a > img.alignnone {
            width: 100%;
            float: left;
            margin-right: 0;
            padding-bottom: 2rem;
        }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm {
        max-width: 300px;
    }
}



@media (max-width: 767px) {
    .a-pageWrapper {
        overflow: hidden;
        position:  relative;
        padding-top: 70px;
    }

    .a-atMargin {
        margin-top: 0px !important;
    }
  
}

@media (min-width: 768px) {
    .a-navbarMobile,
    .a-menuMobile,
    .a-navbarCart--mobile {
        display: none;
    }

    .navbar,
    .a-topBar {
        display: block;
    }
}

@media (max-width: 768px) {
    .navbar-wrapper,
    .navbar-wrapperBig {
        display: none;
    }
}


@media (max-width: 600px) {
    .srswebshop table.shop_table_responsive thead {
        display: none;
    }

    .srswebshop table.shop_table_responsive tbody th {
        display: none;
    }

    .srswebshop table.shop_table_responsive tr {
        display: block;
    }

        .srswebshop table.shop_table_responsive tr td.actions .btn,
        .srswebshop-cart table.cart a.remove,
        .srswebshop-cart .to-checkout-btn-container a.checkout-button {
            text-align: center;
        }

        .srswebshop table.shop_table_responsive tr td {
            display: block;
            text-align: right !important;
        }

            .srswebshop table.shop_table_responsive tr td.order-actions {
                text-align: left !important;
            }

            .srswebshop table.shop_table_responsive tr td::before {
                content: attr(data-title);
                font-weight: 700;
                float: left;
            }

            .srswebshop table.shop_table_responsive tr td.product-remove::before {
                content: attr(data-title);
                font-weight: 700;
                float: right;
            }

    .srswebshop table.shop_table td.product-quantity::before {
        position: static;
        padding-top: 10px;
    }

    .srswebshop table.shop_table_responsive tr td.actions::before,
    .srswebshop table.shop_table_responsive tr td.product-remove::before {
        display: none;
    }

    .srswebshop table.my_account_orders tr td.order-actions {
        text-align: left;
    }

        .srswebshop table.my_account_orders tr td.order-actions::before {
            display: none;
        }

        .srswebshop table.my_account_orders tr td.order-actions .button {
            float: none;
            margin: 0.125em 0.25em 0.125em 0;
        }
}

@media (max-width: 480px) {
    h1 {
        font-size: 50px;
    }
}


@media (max-width: 1366px) {
    .a-u-text-big {
        font-size: 130px;
        margin-left: -9px;
    }
}

@media (max-width: 992px) {
    .a-u-mobile-center {
        text-align: center;
    }

    .a-u-paddingBottom250 {
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .a-u-displayTableMobile {
        display: block;
    }

        .a-u-displayTableMobile .a-u-displayTableCell {
            display: block;
            text-align: center;
            margin-bottom: 20px;
        }

            .a-u-displayTableMobile .a-u-displayTableCell:last-child {
                margin: 0;
            }

    .a-u-mb-text-center {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .a-u-text-big {
        font-size: 100px;
    }
}

@media (max-width: 992px) {
    .a-topBar {
        text-align: center;
    }

        .a-topBar .a-information-contact {
            display: block;
            float: none !important;
        }

        .a-topBar div {
            float: none !important;
        }

    .navbar {
        text-align: center;
    }

        .navbar .navbar-header {
            float: none !important;
            line-height: 80px;
        }

        .navbar .navbar-nav {
            display: block;
            /*float: none !important;*/
            float: left !important;
        }

            .navbar .navbar-nav li > a {
                line-height: 70px;
            }

            .navbar .navbar-nav ul {
                padding-left: 0px;
            }
}

@media (min-width: 992px) {
    #payment > div > div.pull-left {
        margin-left: 52rem;
        margin-top: -11.2rem;
    }
    .srswebshop #payment #place_order {
        margin-top: 2rem;
        margin-right: 3rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .a-navbarMobile,
    .a-menuMobile,
    .a-navbarCart--mobile {
        display: none;
    }

    .navbar,
    .a-topBar {
        display: block;
    }
}

@media (max-width: 768px) {
    .navbar-wrapper,
    .navbar-wrapperBig {
        display: none;
    }
}

@media (min-width: 768px) {
    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static;
    }

    .yamm .container {
        position: relative;
    }

    .yamm .dropdown-menu {
        left: auto;
        right: auto;
    }

    .yamm .navbar-right .dropdown-menu.yamm-dropdown {
        left: auto;
        right: 0;
    }

    .yamm .dropdown-menu.yamm-dropdown {
        min-width: 60%;
    }

    .yamm .dropdown.yamm-fw .dropdown-menu,
    .yamm .dropdown.yamm-sm .dropdown-menu {
        left: 0;
        right: 0;
    }
}


@media screen and (min-width: 38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%;
    }
}

@media screen and (min-width: 59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%;
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important;
    }
}


@media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px;
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto;
    }
}


@media (max-width: 992px) {
    .srswebshop .primary_block .cart .quantity {
        float: none;
        display: block;
        margin-bottom: 20px;
        min-height: 45px;
    }
}

@media (max-width: 360px) {
    .srswebshop .primary_block .cart .product_title {
        font-size: 2em;
    }

    .srswebshop .primary_block .cart .single_add_to_cart_button i {
        font-size: 14px;
        margin: 0;
        line-height: 45px;
        display: inline-block;
        vertical-align: middle;
    }
}


@media (max-width: 600px) {
    .srswebshop table.shop_table td.product-remove {
        min-width: 40px;
        padding: 12px;
        font-size:xx-large;
    }

    .srswebshop table.shop_table td.product-thumbnail {
        width: auto;
        padding: 12px 0;
    }

    /*.srswebshop table.shop_table td.product-quantity {
      padding: 12px 0;
  }*/
    .srswebshop table.shop_table td.product-quantity .quantity .qty {
        width: auto;
        padding: 10px 0;
    }

    .srswebshop table.shop_table td.product-price .srswebshop table.shop_table td.product-subtotal {
        padding: 12px 0;
    }
}

@media (max-width: 480px) {
    .srswebshop table.shop_table th {
        padding: 12px 2px;
    }

    .srswebshop table.shop_table td.product-remove {
        min-width: 40px;
        font-size:x-large;
    }

    /*.srswebshop table.shop_table td.product-name,
  .srswebshop table.shop_table td.product-price,
  .srswebshop table.shop_table td.product-subtotal {
      padding-left: 3px;
      padding-right: 3px
  }*/
    .srswebshop table.shop_table td.product-quantity .quantity {
        display: inline-table;
    }

    .srswebshop table.shop_table td.actions > .button {
        margin-top: 15px;
        float: left !important;
    }
}

@media (max-width: 360px) {
    .srswebshop table.shop_table td.actions .coupon > .button {
        margin-top: 15px;
        float: left !important;
    }
}


@media (max-width: 767px) {
    .cross-sells h2,
    .related h2,
    .upsells.products h2 {
        font-size: 1.156em;
    }
}


@media (max-width: 991px) {
    .cross-sells .pretext,
    .related .pretext,
    .upsells.products .pretext {
        width: 90%;
    }
}
















