/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

/* Backward */
.hvr-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #2098D1;

}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;

}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
    background: none;
}

/* Trim */
.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
    opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

/* Outline In */
.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
}

.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
    border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
    left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
    right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
    left: 0;
}

/* Reveal */
.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098D1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
    opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-back .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:active .hvr-icon {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

/* Icon Down */
.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-down .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-down:hover .hvr-icon,
.hvr-icon-down:focus .hvr-icon,
.hvr-icon-down:active .hvr-icon {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-up {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

/* Icon Up */
.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-up .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-up:hover .hvr-icon,
.hvr-icon-up:focus .hvr-icon,
.hvr-icon-up:active .hvr-icon {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-spin .hvr-icon {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:active .hvr-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%,
    100% {
        opacity: 1;
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%,
    100% {
        opacity: 1;
    }
}

/* Icon Drop */
.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-drop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-drop:hover .hvr-icon,
.hvr-icon-drop:focus .hvr-icon,
.hvr-icon-drop:active .hvr-icon {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-fade .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
}

.hvr-icon-fade:hover .hvr-icon,
.hvr-icon-fade:focus .hvr-icon,
.hvr-icon-fade:active .hvr-icon {}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

/* Icon Float Away */
.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-float-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover .hvr-icon,
.hvr-icon-float-away:focus .hvr-icon,
.hvr-icon-float-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-sink-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover .hvr-icon,
.hvr-icon-sink-away:focus .hvr-icon,
.hvr-icon-sink-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:active .hvr-icon {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover .hvr-icon,
.hvr-icon-shrink:focus .hvr-icon,
.hvr-icon-shrink:active .hvr-icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover .hvr-icon,
.hvr-icon-pulse-shrink:focus .hvr-icon,
.hvr-icon-pulse-shrink:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-push .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon,
.hvr-icon-push:focus .hvr-icon,
.hvr-icon-push:active .hvr-icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-pop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pop:hover .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-bounce .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover .hvr-icon,
.hvr-icon-bounce:focus .hvr-icon,
.hvr-icon-bounce:active .hvr-icon {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover .hvr-icon,
.hvr-icon-rotate:focus .hvr-icon,
.hvr-icon-rotate:active .hvr-icon {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover .hvr-icon,
.hvr-icon-grow-rotate:focus .hvr-icon,
.hvr-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-float .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-float:hover .hvr-icon,
.hvr-icon-float:focus .hvr-icon,
.hvr-icon-float:active .hvr-icon {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-sink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-sink:hover .hvr-icon,
.hvr-icon-sink:focus .hvr-icon,
.hvr-icon-sink:active .hvr-icon {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-bob .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-bob:hover .hvr-icon,
.hvr-icon-bob:focus .hvr-icon,
.hvr-icon-bob:active .hvr-icon {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-hang .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-hang:hover .hvr-icon,
.hvr-icon-hang:focus .hvr-icon,
.hvr-icon-hang:active .hvr-icon {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover .hvr-icon,
.hvr-icon-wobble-vertical:focus .hvr-icon,
.hvr-icon-wobble-vertical:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-buzz .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-buzz:hover .hvr-icon,
.hvr-icon-buzz:focus .hvr-icon,
.hvr-icon-buzz:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-buzz-out .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-buzz-out:hover .hvr-icon,
.hvr-icon-buzz-out:focus .hvr-icon,
.hvr-icon-buzz-out:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    /*For IE7-8-9*/
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:active:before {
    width: 25px;
    height: 25px;
}

/*font-color:#363105;*/
/*font-color:#A1731A;*/
body {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
    font-family: "Open Sans", sans-serif;
}



body .download-link:hover,
body .download-link:active,
body .download-link:focus,
body .download-linknull,
body .hover-link:hover,
body .hover-link:active,
body .hover-link:focus,
body .hover-linknull {
    text-decoration: underline;
}

@media (min-width: 1024px) {

    body a:link,
    body a:visited {
        text-decoration: none !important;
    }
}

header .login-link {
    margin-left: 15px;
}

/* header a:link, header a:visited {
 
} */

@media (min-width: 1024px) {
    header .page-wrapper {
        flex-wrap: nowrap;
    }
}

.mainHeader {
    display: none;
    background-color: #faf5ef;
}

.headerright {
    background-image: url(centerpic29.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    height: 130px;
}

.oregon-club h1,
.oregon-club h2 {
    margin: 0;
    padding: 0;
}

.logo {
    background-repeat: no-repeat;
    height: 140px;
}

.logoadmin {
    background-repeat: no-repeat;
    height: 75px;
}

.headerbg {
    background-color: #ffffff;
}

/* .headerbg .logged-in-as {
  top: -7px;
}

@media (min-width: 1024px) {
  .headerbg header {
    position: relative;
  }
  .headerbg header .logged-in-as {
    top: 0;
  }
  .headerbg header .hamburger-menu {
    top: 38px;
    left: calc(100% - 70px);
  }
  .headerbg header .hamburger-menu .menu {
    left: -234px;
  }
}

@media (max-width: 480px) {
  .headerbg .hamburger-menu .ham {
    top: -49px;
  }
  .headerbg #site_name {
    position: relative;
    display: inline-block;
    max-width: 100vw;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: calc(50vw - 57px);
  }
} */

.linkbar {
    /* 	background-image: url(linkbar.jpg);
	background-repeat: repeat-x; */
    background-color: #363105;
}

.topcolor {
    background-color: #7A5510;
    background-image: url(topbar_antique.gif);
    background-repeat: repeat-x;
}

.footer_firstrow {
    background-color: #312103;
}

#footer {
    background-color: #4D4608;
}

.link a:link {
    text-decoration: none;
}

.link a:visited {

    font-weight: bold;
    text-decoration: none;
}

.link a:active {

    font-weight: bold;
    text-decoration: none;
}

.link a:hover {

    font-weight: bold;
    text-decoration: none;
}

.heading {
    font-size: 24px;
    font-weight: bold;

    padding: 3px 10px 3px 10px;
}

.maintext {
    font-size: 13px;
    line-height: 20px;

    padding: 5px;
}

.maintext a:link {

    text-decoration: none;
}

.maintext a:visited {

    text-decoration: none;
}

.maintext a:active {

    text-decoration: none;
}

.maintext a:hover {
    text-decoration: underline;

    background-color: #000000;
}

.leftcoloumnlist {
    font-size: 13px;
    line-height: 18px;

    padding: 5px;
    position: relative;
}

.leftcoloumnlist a:link {
    font-size: 13px;
    line-height: 18px;

    padding: 5px;
}

.leftcoloumnlist a:visited {
    font-size: 13px;
    line-height: 18px;

    padding: 5px;
}

.leftcoloumnlist a:active {
    font-size: 13px;
    line-height: 18px;

    padding: 5px;
}

.leftcoloumnlist a:hover {
    font-size: 13px;
    line-height: 18px;

    padding: 5px;
}

.leftcoloumn {
    background-image: url(leftcoloumnbg_antique.gif);
    background-repeat: repeat-y;
    background-position: right top;
}

.toplinks {
    font-size: 11px;

    font-weight: bold;
}

.toplinks a:link {

    font-weight: bold;
    text-decoration: none;
}

.toplinks a:visited {

    font-weight: bold;
    text-decoration: none;
}

.toplinks a:active {

    font-weight: bold;
    text-decoration: none;
}

.toplinks a:hover {

    font-weight: bold;
    text-decoration: none;
}

.list_items p {
    margin: 0
}

.bottmbar {
    background-image: url(bottombar.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

.textbox {
    font-size: 12px;

    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    height: 18px;
    width: 220px;
}

.textbox_login {
    font-size: 12px;

    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    height: 15px;
    width: 120px;
}

.textbox2 {

    background-color: #ffffff;
    border: 1px solid #E4E3E3;
    -moz-border-radius: 5px;
    padding: 5px;
}

.textbox_admin {
    font-size: 12px;

    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 17px;
    width: 170px;
}

.forgotpassword {
    font-size: 11px;

}

.forgotpassword a:link {

    text-decoration: none;
}

.forgotpassword a:visited {

    text-decoration: none;
}

.forgotpassword a:active {

    text-decoration: none;
}

.forgotpassword a:hover {

    text-decoration: none;
}

.arrow {
    background-image: url(arrow.gif);
    background-repeat: no-repeat;
    height: 10px;
    width: 14px;
}

.poweredby {

    font-size: 11px;
    background-color: #4C3509;
    padding: 10px;
}

.poweredby a:link {

    text-decoration: none;
}

.poweredby a:active {

    text-decoration: none;
}

.poweredby a:visited {

    text-decoration: none;
}

.poweredby a:hover {

    text-decoration: underline;
}

.search {
    font-size: 12px;

    background-color: #ffffff;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 18px;
    width: 143px;
    border: #B2B2B2;
    padding: 5px 0 5px 5px;
    margin: 0 5px 0 0;
}

.smalltext {
    font-size: 10px;

    line-height: 15px;
}

.link1 {
    font-size: 12px;
    font-weight: bold;

}

.link1 a:link {

    text-decoration: none;
}

.link1 a:visited {

    text-decoration: none;
}

.link1 a:active {

    text-decoration: none;
}

.link1 a:hover {

    text-decoration: none;
    background-color: #000000;
}

.maintext2 {
    font-size: 12px;
    line-height: 22px;

}

.maintext2 a:link,
.maintext2 a:visited {}

.maintext2 a:hover,
.maintext2 a:active,
.maintext2 a:focus,
.maintext2 anull {
    text-decoration: underline;
}

.smalltext p {
    font-size: 12px;

    margin: 10px 0 0 0;
    padding: 0;
}

.link3 {

    font-size: 13px;
}

.link3 a:link {

    text-decoration: none;
}

.link3 a:visited {

    text-decoration: none;
}

.link3 a:active {

    text-decoration: none;
}

.link3 a:hover {

    text-decoration: none;
    background-color: #000000;
}

.border {
    background-color: #DCE9FA;
    padding: 1px;
}

.body1 {
    margin: 0;
    font-size: 80%;

}

ul.btn-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
#menu {
    width: 200px;
    background-color: #a1a1a1;
}

#menu li a {
    voice-family: "\"}\"";
    voice-family: inherit;
    text-decoration: none;
}

#menu li a:link,
#menu li a:visited {

    display: block;
    padding: 10px 0 10px 28px;
    font-weight: bold;
    font-size: 11px;
    width: 172px;
    border-bottom: 1px dotted #ccc;
}

#menu li a:link span,
#menu li a:visited span {}

#menu li {
    background: url(bullet_dots.png) 8px 50% no-repeat;
}

#menu li:hover {
    background: url(bullet_dots_over.png) 8px 50% no-repeat;
}

#menu li a:hover,
#menu li #current {

    padding: 10px 0 10px 25px;
}

#menu li a:active {

    padding: 10px 0 10px 20px;
}

/* body2 {
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  background: #FFF;
} */

h2 {
    /* */
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

/* ul {
    list-style: none;
    margin: 0;
    padding: 0;
} */

img {
    border: none;
}

/*- Menu 7--------------------------- */
#menu7 {
    width: 200px;
    margin: 0px;
}

#menu7 li a {
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
}

#menu7 li a:link,
#menu7 li a:visited {

    display: block;
    background: url(menu7.gif);
    padding: 8px 0 0 30px;
}

#menu7 li a:hover,
#menu7 li #current {

    background: url(menu7.gif) 0 -32px;
    padding: 8px 0 0 30px;
}

.heading_admn {
    font-size: 24px;

    letter-spacing: -1px;
}

.submit {
    display: inline-block;
    padding: 0.3em 0.6em;
    background-color: transparent;

    border-radius: 4px;
    border-width: 0px;
    border-color: transparent;
    font-weight: 400;
    text-decoration: none !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #9294f8;
    position: relative;
    overflow: hidden;

}

.submit:hover,
.submit:active,
.submit:focus,
.submitnull {
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

.submit:hover:before,
.submit:active:before,
.submit:focus:before,
.submitnull:before {
    left: 100%;
}

.submit:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(146, 148, 248, 0.4), transparent);
    transition: all 650ms;
}

.submit.white {
    color: var(--sd-hdd)
}

.submit.white {}

.homeheader {
    background-color: #F1ECB3;
}

.homeheaderright {
    background-color: #E3DA78;
}

.homeheaderpic {
    background-image: url(banner_antique.gif);
    background-repeat: no-repeat;
    background-position: left center;
    height: 150px;
}

.box1 {
    background-color: #F3F3F3;
    height: 170px;
    border: 4px solid #F1ECB3;
}

.box1_mdfd_slide {
    background-color: #F6F6F6;
    border: 1px solid #E6E6E6;
    margin: 0 0 10px 0;
}

.box1_mdfd {
    background-color: #F6F6F6;
    height: 112px;
    border: 1px solid #E6E6E6;
    margin: 0 0 10px 0;
}

.slide_box_wrap {
    width: 802px;
    position: relative;
}

.lft_arrowdiv {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 68px;
    left: 0;
}

.lft_arrowdiv a {
    background: url(arw_lft.png) 0% 0% no-repeat;
    padding: 10px;
    display: block;
    width: 20px;
    height: 22px;
}

.rgt_arrowdiv a {
    background: url(arw_right.png) 0% 0% no-repeat;
    display: block;
    width: 20px;
    height: 22px;
    padding: 0 !important;
}

.rgt_arrowdiv {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 68px;
    right: 0px;
}

.box2 {
    background-color: #FFFFEC;
    border: 4px solid #F1ECB3;
    height: 200px;
}

.box3 {
    background-color: #FFFFD7;
    height: 200px;
    border: 4px solid #F1ECB3;
}

.box4 {
    background-color: #FFFFEC;
}

.warning {
    color: var(--sd-h);
    font-weight: bold;
    font-size: 11px;
}

.gray {}

.dark-gray {}

.maintext_small {
    font-size: 11px;
}

.subheader {
    font-size: 14px;

    line-height: 16px;
    font-weight: bold;
}

.subheader h2 {
    font-size: 19px;

    line-height: 16px;
    font-weight: bold;
    padding: 5px 0;
}

.link_logout {
    font-size: 12px;
    font-weight: bold;

}

.link_logout a:link {

    font-weight: bold;
    text-decoration: none;
}

.link_logout a:visited {

    font-weight: bold;
    text-decoration: none;
}

.link_logout a:active {

    font-weight: bold;
    text-decoration: none;
}

.link_logout a:hover {

    font-weight: bold;
    text-decoration: none;
}

.help {
    font-size: 13px;
    line-height: 20px;

    padding: 5px;
}

.help a:link {

    text-decoration: none;
}

.help a:visited {

    text-decoration: none;
}

.help a:active {

    text-decoration: none;
}

.help a:hover {
    text-decoration: none;

    background-color: #000000;
}

.thumbnail {
    position: relative;
    z-index: 0;
}

.thumbnail:hover {
    background-color: transparent;
    z-index: 50;
}

.thumbnail span {
    /*CSS for enlarged image*/
    position: absolute;
    background-color: white;
    left: -90px;

    text-decoration: none;
    width: 0px;
    height: 0px;
    top: 38px;
    overflow: hidden;
    transition: visibility 10ms;
    transition-delay: 1000ms;
    visibility: hidden;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
}

.thumbnail span img {
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span {
    /*CSS for enlarged image on hover*/
    aopacity: 1.0;
    visibility: visible;
    width: 600px;
    height: initial;
    border: 2px solid #B3B3B3;

    /*position where enlarged image should offset horizontally */
}

#qTip {
    padding: 3px;
    border: 1px solid #666;
    border-right-width: 2px;
    border-bottom-width: 2px;
    display: none;
    background: #999;

    text-align: left;
    position: absolute;
    z-index: 1000;
}

/*- SubMenu 7--------------------------- */
#submenu7 {
    width: 200px;
    margin: 0px;
}

#submenu7 li a {
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;

    text-decoration: none;
}

#submenu7 li a:link,
#submenu7 li a:visited {

    display: block;
    background: url(menu7.gif);
    padding: 8px 0 0 30px;
}

#submenu7 li a:hover,
#submenu7 li #current {
    /* */

    background: url(menu8.gif) 0 -32px;
    padding: 8px 0 0 30px;
}

.clintheader {
    font-size: 14px;

    line-height: 16px;
    font-weight: bold;
}

.captiontext {
    font-size: 55px;
    font-weight: bold;

    letter-spacing: -3px;
    line-height: 60px;
    text-shadow: 0 5px 0 #000;
}

.innerbannerbg {
    background-image: url(mymatrimonypromo-bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 90px;
    padding: 20px 10px 10px 40px;
}

.withoutlink {
    font-size: 12px;

    line-height: 16px;
}

.withoutlink a:link {

    text-decoration: none;
}

.withoutlink a:visited {

    text-decoration: none;
}

.withoutlink a:active {

    text-decoration: none;
}

.withoutlink a:hover {

    text-decoration: none;
}

.activate {
    font-size: 11px;

    line-height: 16px;
}

.activate a:link {

    text-decoration: none;
}

.activate a:visited {

    text-decoration: none;
}

.activate a:active {

    text-decoration: none;
}

.activate a:hover {

    text-decoration: none;
}

.solidblockmenu {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(tab_bg_act.jpg) 0% 0% #EBE4D6 repeat-x;
    border: 1px solid #D5D5D5;
    border-bottom: none;
}

.solidblockmenu li {
    display: block;
    float: left;
    border-right: 1px solid #D5D5D5;
}

.solidblockmenu li a {
    float: left;

    padding: 9px 4px 9px 3px;
    text-decoration: none;
    width: 124px;
    height: 30px;
}

.solidblockmenu li a:visited {}

.solidblockmenu li a:hover,
.solidblockmenu li .current {

    background-color: #FAFAFA;
}

.solidblockmenu2 {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(tab_bg_act.jpg) 0% 0% #EBE4D6 repeat-x;
    border: 1px solid #D5D5D5;
    border-bottom: none;
}

.solidblockmenu2 li {
    display: block;
    float: left;
    border-right: 1px solid #D5D5D5;
}

.solidblockmenu2 li a {
    float: left;

    padding: 9px 4px 9px 3px;
    text-decoration: none;
    width: 120px;
    height: 30px;
    text-align: center;
}

.solidblockmenu2 li a:visited {}

.solidblockmenu2 li a:hover,
.solidblockmenu2 li .current {

    background-color: #FAFAFA;
}

.tbl_style5 {
    background-color: #FAF9F9;
    border: 1px solid #F1F0F0;
    border-top: 0 none;
}

.blinkytext {
    font-size: 12px;

    line-height: 16px;
    font-weight: bold;
}

/*dhml window style*/
.dhtmlwindow {
    position: absolute;
    border: 2px solid black;
    visibility: hidden;
    background-color: white;
}

.drag-handle {
    /*CSS for Drag Handle*/
    padding: 1px;
    text-indent: 3px;
    background-color: #FF0000;

    cursor: move;
    overflow: hidden;
    width: auto;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.drag-handle .drag-controls {
    /*CSS for controls (min, close etc) within Drag Handle*/
    position: absolute;
    right: 1px;
    top: 2px;
    cursor: hand;
    cursor: pointer;
}

* html .drag-handle {
    /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
    width: 100%;
}

.drag-contentarea {
    /*CSS for Content Display Area div*/
    border-top: 1px solid brown;
    background-color: white;

    height: 150px;
    padding: 2px;
    overflow: auto;
}

.drag-statusarea {
    /*CSS for Status Bar div (includes resizearea)*/
    border-top: 1px solid gray;
    background-color: #FF0000;
    height: 13px;
    /*height of resize image*/
}

.drag-resizearea {
    /*CSS for Resize Area itself*/
    float: right;
    width: 13px;
    /*width of resize image*/
    height: 13px;
    /*height of resize image*/
    cursor: nw-resize;
    font-size: 0;
}

/*dhml window style*/
#Layout {
    width: 1024px;
    margin: 0px auto;
    background-color: #FFFFFF;
    /*border-left:3px solid #000;
	border-right:3px solid #000;*/
    -webkit-box-shadow: 0px 0px 10px 5px #cccccc;
    -moz-box-shadow: 0px 0px 10px 5px #cccccc;
    box-shadow: 0px 0px 10px 5px #cccccc;
}

@media (min-width: 1024px) {

    /* #Layout header { 
    align-items: center;
    text-align: center;
    margin: 20px 0 0;
  } */
    /* #Layout .site-name, #Layout #site_name {
    display: inline-block;
    margin: 0 137px 0 0;
  }
  #Layout .site-name a, #Layout #site_name a {
    max-width: 100%;
  } */
    #Layout .headerbg>table {
        width: calc(100% + 121px);
        margin-left: -128px;
    }
}

.link_current {

    font-weight: bold;
    text-decoration: none;
}

.toplinks_current {

    font-weight: bold;
    text-decoration: none;
}

.stepcarousel {
    position: relative;
    /*leave this value alone*/
    border: 1px solid #CDB521;
    background-color: #E3DA78;
    overflow: scroll;
    /*leave this value alone*/
    width: 100%;
    /*Width of Carousel Viewer itself 270*/
    height: 150px;
    /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
    position: absolute;
    /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel {
    float: left;
    /*leave this value alone*/
    overflow: hidden;
    /*clip content that go outside dimensions of holding panel DIV*/
    margin: 25px 10px 10px 10px;
    /*margin around each panel*/
    width: 800px;
    /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. 250*/
}

.boxcolor {
    background-color: #F1ECB3;
}

#leftcoloumntop {
    background-image: url(menutop_antique.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 250px;
    height: 35px;
}

.AddLinks {
    font-size: 12px;

    border: #FFFFFF;
    background-color: #0c2f71;
    font-weight: bold;
    padding: 4px 6px 4px 6px;
    margin-bottom: 15px;
}

.AddLinks a:link {

    text-decoration: none;
}

.AddLinks a:visited {

    text-decoration: none;
}

.AddLinks a:active {

    text-decoration: none;
}

.AddLinks a:hover {

    text-decoration: none;
}

.maintextAdd {
    font-size: 12px;

    line-height: 16px;
}

.maintextAdd a:link {

    text-decoration: none;
}

.maintextAdd a:visited {

    text-decoration: none;
}

.maintextAdd a:active {

    text-decoration: none;
}

.maintextAdd a:hover {

    text-decoration: none;
    background-color: #4D4608;
}

.wishButton {
    background-image: url(addwish.gif);
    width: 103px;
    height: 31px;
    border: none;
    background-repeat: no-repeat;
}

.swapButton {
    background-image: url(addswap.gif);
    width: 103px;
    height: 31px;
    border: none;
    background-repeat: no-repeat;
}

.sellButton {
    background-image: url(addsell.gif);
    width: 103px;
    height: 31px;
    border: none;
    background-repeat: no-repeat;
}

/* new style added for login area modification */
.login_area_container_drop {
    width: 215px;
    clear: both;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    z-index: 200;
    top: 31px;
    right: 254px;
    -moz-border-radius: 0 0 3px 3px;
    border: 1px solid #A1731A;
}

.login_area_container {
    width: 215px;
    clear: both;
    font-size: 12px;
    margin-left: 10px;
}

.login_area_head {
    width: 215px;
    height: 27px;
    background-image: url(../../images/login_top.gif);
    background-repeat: no-repeat;
    background-position: top;
    clear: both;

    font-size: 13px;
    font-weight: bold;
    padding: 8px 0px 0px 0px;
    text-align: center;
}

.login_area_cnt {
    background-color: #FFFFFF;
    padding: 10px 5px 5px 5px;
}

.login_area_cnt a:link,
.login_area_cnt a:visited,
.login_area_cnt a:active {
    text-decoration: none;

}

.login_area_cnt a:hover {}

.login_tbl {
    border-bottom: #D5D5D5 solid 1px;
    margin-bottom: 5px;
}

.login_area_btm {
    width: 215px;
    height: 5px;
    background-image: url(../../images/login_btm.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    clear: both;
}

.login_input {
    background-color: #F3F3F3;
    border: #DFDFDF solid 1px;
    width: 190px;
    margin-bottom: 5px;
}

.btn-nav li {
    margin: 1em 0;
}

.btn-nav li a:hover,
.btn-nav li a:active,
.btn-nav li a:focus,
.btn-nav li anull {
    background-image: none;
}

.login_btn,
.btn-nav li a {
    display: inline-block;
    padding: 0.3em 0.6em;
    background-color: transparent;

    border-radius: 4px;
    border-width: 0px;
    border-color: transparent;
    font-size: 0.8rem;
    font-weight: 400;
    text-decoration: none !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #9294f8;
    position: relative;
    overflow: hidden;
}

.login_btn:hover,
.btn-nav li a:hover,
.login_btn:active,
.btn-nav li a:active,
.login_btn:focus,
.btn-nav li a:focus,
.login_btnnull {
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

.login_btn:hover:before,
.btn-nav li a:hover:before,
.login_btn:active:before,
.btn-nav li a:active:before,
.login_btn:focus:before,
.btn-nav li a:focus:before,
.login_btnnull:before {
    left: 100%;
}

.login_btn:before,
.btn-nav li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(146, 148, 248, 0.4), transparent);
    transition: all 650ms;
}

.login_btn.white,
.btn-nav li a.white {}

.signup_img {
    width: 30px;
    height: 30px;
    background-image: url(../../images/signup_img.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

/*------------------------------------------------------ New Styles Open --------------------------------------------------*/
.clear {
    clear: both;
}

.header_topsection {
    display: none;
    background: url(top_tile_bg.jpg) bottom left repeat-x;
    height: 39px;
    width: 1024px;
    border-bottom: 1px solid #A1731A;
}

.flag_section_top {
    width: 300px;
    height: 28px;
    float: left;
    padding: 12px 0 0 10px;
    font-size: 12px;

}

.newtopnav_section {
    float: left;
    height: 38px;
}

.sign_insection {
    width: 158px;
    height: 38px;
    float: right;
}

.tp_navsection ul {
    margin: 0;
    padding: 0 0 0 10px;
}

.tp_navsection li {
    float: left;
    padding: 5px 8px 5px 8px;
}

.tp_navsection a {
    font-size: 12px;

    font-weight: bold;
    padding: 4px 10px 7px 8px;
    display: block;
    background: url(tpnav_sep_line.png) right no-repeat !important;
}

.tp_navsection a:hover {
    font-size: 12px;

    font-weight: bold;
    text-decoration: none;
}

.tp_navsection .home_icn {
    background: url(home_active.png) 0 50% no-repeat !important;
    padding: 8px 10px 0 22px;
}

.tp_navsection .faq_icn {
    background: url(faq_normal.png) 0 50% no-repeat !important;
    padding: 8px 10px 0 22px;
}

.tp_navsection .contact_icn {
    background: url(contact_icn.png) 0 50% no-repeat !important;
    padding: 8px 10px 0 22px;
}

.tp_navsection .hlp_icn {
    background: url(help_icn.png) 0 50% no-repeat !important;
    padding: 8px 10px 0 22px;
}

.tp_navsection .stmap {
    background: url(sitemp_icn.png) 0 50% no-repeat !important;
    padding: 8px 10px 0 22px;
}

.sign_indiv {
    width: 70px;
    height: 26px;
    margin: 0 10px 0 0;
    float: left;
}

.sign_indiv a.signin.menu-open {
    background: url(sign_in_close.png) no-repeat;
}

.sign_indiv a {
    width: 70px;
    height: 26px;
    margin: 5px 0 0 0;
    display: block;
}

.sign_indiv a.signin {
    background: url(sign_in_open.png) no-repeat;
}

.sign_indiv a.logout {
    background: url(logout.png) no-repeat;
    display: block;
    width: 70px;
    height: 26px;
}

.logout span {
    display: none;
}

.signup_div {
    background: url(sign_up.png) no-repeat;
    width: 70px;
    height: 26px;
    margin: 5px 0 0 0;
    float: left;
}

.signup_div a {
    width: 70px;
    height: 26px;
    margin: 5px 0 0 0;
    display: block;
}

/*------------------------------------------------------faq--------------------------------------------------------------*/
.heading h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0 5px 50px;
    margin: 0;
}

.faq {
    background: url(faq_icon.jpg) 0% 50% no-repeat;
}

.border_1 {
    border: 1px solid #DEDEDE;
    margin-bottom: 5px !important;
    font-size: 12px;

    font-weight: normal !important;
    padding: 10px 10px;
    background-color: #F9F9F9;
    margin-top: -1px;
}

.switchcontent {
    border: 1px solid #DEDEDE;
    margin-bottom: 5px !important;
    font-size: 12px;

    font-weight: normal !important;
    padding: 10px 10px;
    background-color: #F9F9F9;
    margin-top: -1px;
}

.faquestions {
    border: 1px solid #DEDEDE;
    background-color: #ECECEC;
    padding: 5px 10px;
    font-size: 13px;

    margin-top: 5px;
}

.faquestions a,
.faquestions a:hover {

    text-decoration: none;
}

/*-------------------------------------------------------contact------------------------------------------------------------*/
.contact {
    background: url(contact_icon.jpg) 0% 50% no-repeat;
}

.heading_style2 {
    -moz-border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
}

.tbl_style1 {
    background-color: #FAF9F9;
    border: 1px solid #F1F0F0;
}

.tbl_container {
    background-color: #FAF9F9;
    border: 1px solid #F1F0F0;
    margin: 10px;
}

.mandatory {
    font-size: 11px;

}

.mandatory span {

    font-size: 13px;
    font-weight: bold;
}

.tbl_style2 {
    font-size: 13px;

    font-weight: bold;
    margin-top: 10px;
}

.tbl_style2 td {
    padding: 5px;
}

.textbox_contact {
    padding: 5px;
    height: 25px;
    border: 1px solid #E4E3E3;
    font-size: 14px;

    -moz-border-radius: 5px;
}

.textbox_contact_flsd {
    padding: 5px;
    height: 25px;
    border: 1px solid #E4E3E3;
    background-color: #ffffff;
    font-size: 14px;

    -moz-border-radius: 5px;
}

.textbox_buy {
    width: 170px;
    padding: 5px;
    border: 1px solid #E4E3E3;
    font-size: 14px;

    -moz-border-radius: 5px;
    margin-right: 5px;
}

.textbox_contact2 {
    width: 100%;
    height: 4em;
    padding: 5px;
}

@media (min-width: 512px) {
    .textbox_contact2 {
        width: 398px;
    }
}

.captchacode {

    font-size: 12px;
    padding: 5px 0 0 0;
    font-weight: normal;
    margin: 0;
}

.comm_btn_orng {
    display: inline-block;
    padding: 0.3em 0.6em;
    background-color: transparent;

    border-radius: 4px;
    border-width: 0px;
    border-color: transparent;
    font-size: 0.8rem;
    font-weight: 400;
    text-decoration: none !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #9294f8;
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}

.comm_btn_orng:hover,
.comm_btn_orng:active,
.comm_btn_orng:focus,
.comm_btn_orngnull {
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

.comm_btn_orng:hover:before,
.comm_btn_orng:active:before,
.comm_btn_orng:focus:before,
.comm_btn_orngnull:before {
    left: 100%;
}

.comm_btn_orng:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(146, 148, 248, 0.4), transparent);
    transition: all 650ms;
}

.comm_btn_orng.white {}

.comm_btn_orng.gray {
    padding: 0.5em 0.75em 0.4em;
    background: rgba(161, 161, 161, 0.5);

    border-color: black;
    border-radius: 0.3em;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.comm_btn_orng.gray:hover,
.comm_btn_orng.gray:active,
.comm_btn_orng.gray:focus,
.comm_btn_orng.graynull {

    background-color: #be8e1f;
}

.comm_btn_orng_tileeffect {
    background: url(cmmn_btnbg.jpg) 0% 0% repeat-x;
    border: 1px solid #D95500;
    -moz-border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    background-color: #EB6900;

}

html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2 {
    display: inline-block;
    padding: 0.3em 0.6em;
    background-color: transparent;

    border-radius: 4px;
    border-width: 0px;
    border-color: transparent;
    font-size: 0.8rem;
    font-weight: 400;
    text-decoration: none !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #9294f8;
    position: relative;
    overflow: hidden;
}

html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:hover,
html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:active,
html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:focus,
html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2null {
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}

html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:hover:before,
html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:active:before,
html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:focus:before,
html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2null:before {
    left: 100%;
}

html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(146, 148, 248, 0.4), transparent);
    transition: all 650ms;
}

html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2.white {}

html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:link,
html.page-with-tables body .content-wrapper table .maintext2 .comm_btn_orng_tileeffect2:visited {}

.comm_btn_orng_tileeffect_new {
    background: url(cmmn_btnbg.jpg) 0% 0% repeat-x;
    border: 1px solid #D95500;
    -moz-border-radius: 3px;
    font-size: 12px;
    padding: 5px 8px 5px 8px;
    font-weight: bold;
    background-color: #EB6900;
    cursor: pointer;

}

.comm_btn_grey {
    background: url(subhdr_hlpbg.jpg) 0% 0% repeat-x;
    padding: 5px 25px;
    border: 1px solid #757575;
    -moz-border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: #EB6900;

    text-transform: uppercase;
}

/*------------------------------------------------------Help --------------------------------------------------*/
.hlpicon {
    background: url(hlp_icon.jpg) 0% 50% no-repeat;
}

.subheader_hlp {
    background: url(subhdr_hlpbg.jpg) 0% 100% repeat-x;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;

    background-color: #757575;
    -moz-border-radius: 5px 5px 0 0;
}

.tbl_style3 {
    border: 1px solid #E8E7E7;
    background-color: #FAF9F9;
    border-top: 0;
}

.tbl_style3 a {}

.tbl_style3 a:hover {
    background-color: #FAF9F9;

}

.tbl_style4 {
    background-color: #FAF9F9;
    border: 1px solid #F1F0F0;
    font-size: 13px;
}

/*------------------------------------------------------sitemap-*----------------------------------------------------------*/
.sitemapicon {
    background: url(sitemapicon.jpg) 0% 50% no-repeat;
}

.sitemap_listwrapper {
    width: 260px;
    margin-bottom: 10px;
}

.sitemap_listing {
    padding: 10px;
    background-color: #FAF9F9;
    border: 1px solid #E2E1E1;
    border-top: 0 none;
}

.sitemap_listing ul {
    margin: 0;
    padding: 0;
}

.sitemap_listing li {
    font-size: 12px;
    padding-bottom: 10px;
}

.sitemap_listing li a {
    background: url(sitemap_arrow.gif) 0% 50% no-repeat;
    padding-left: 13px;

}

.sitemap_listing li a:hover {

    text-decoration: none;
}

/*------------------------------------------------------ New Styles Close --------------------------------------------------*/
.list_items {
    margin: 15px auto;
    border: #d0cece solid 1px;
}

.nav_box {
    font-size: 12px;

}

.list_item_container {
    clear: both;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
}

.list_pr_name {
    font-size: 12px;
    float: left;

}

.list_pr_name a:link,
.list_pr_name a:visited,
.list_pr_name a:active {
    font-size: 14px;
    float: left;

}

.list_pr_name a:hover {

    background: none !important;
}

.table_list {
    font-size: 12px;
    background-color: #f6f6f6;
    border: #d0cece solid 1px;
}

.table_list td a:link,
.table_list td a:visited,
.table_list td a:active {

    font-size: 12px;
    font-weight: bold;
}

.table_list td a:hover {

    background: none !important;
}

/*------------------------------login---------------------------------*/
.login_container {
    border: 1px solid #cfcfcf;
    width: 524px;
    background: url(login_bg.jpg) 0% 100% #ffffff repeat-x;
    margin: 0 auto;
    padding: 15px;
    font-size: 12px;
}

.login_icon {
    width: 106px;
    height: 107px;
    background: url(login_icon.png) 0% 50% no-repeat;
    border-right: 1px solid #cfcfcf;
    padding: 25px 15px 25px 0;
}

.textbox_style1 {
    width: 290px;
    height: 20px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
}

.login_tble td {
    padding: 10px 0 0 10px;
}

.login_tble a {
    font-size: 11px;
    font-weight: bold;

    padding-left: 5px;
}

.login_tble a:hover {

    text-decoration: underline;
    padding-left: 5px;
}

.list_tbl {
    margin: 0 0 0px 0;
}

.list_tbl td {
    background-color: transparent;
    padding: 5px;
    font-size: 12px;
    padding: 10px;
    border-bottom: #dcdcdc solid 1px;
}

.navigation {
    margin-top: 1em;
    width: 100%;
    padding: 15px 0;
    border: none !important;

    background-color: transparent;
    font-size: 12px;
}

.navigation>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navigation a:link,
.navigation a:visited {
    padding: 12px 16px;
    margin: 6px;

    border: 1px solid white;
}

.navigation.table-nav {
    display: table-cell;
}

.list_tbl th {
    padding: 8px;

    border-bottom: 1px solid #626262;
    font-size: 12px;
}

html.page-with-tables body .content-wrapper .list_tbl .navigation {
    background-color: rgb(28, 56, 95) !important;
    color: var(--sd-hdd1);
}


.list_tbl td a:hover {}

.search_container {
    border: none !important;
    padding: 8px;
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.sucess_msg {
    background-color: #ECFFEC;

    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 9px;
    text-align: center;
    border: 1px solid #009900;
}

.reg_icon {
    background: url(reg_icon.jpg) 0% 50% no-repeat;
}

/*---------------------------------------------------------------------- Top Nav Styles open -----*/
.tp_main_navs {
    display: none;
    width: 1024px;
    height: 52px;
    background: url(menu_mid_nav.jpg) repeat-x bottom left;
}

.mid_navs ul {
    margin: 0;
    padding: 0;
}

.mid_navs li {
    float: left;
    background: url(nav_sepline.jpg) no-repeat right;
}

.mid_navs a {
    font-size: 11px;

    text-decoration: none;
    font-weight: bold;
    padding: 17px 12px 17px 12px;
    text-transform: uppercase;
    display: block;
}

.mid_navs a:hover {}

.tp_menus {
    width: 750px;
    float: left;
}

.search_rightsection {
    width: 224px;
    float: right;
    text-align: right;
    padding: 10px 0px 0 0;
}

/*------------------------------xcvxcvxcv-----------------------------------------------------------*/
/*---------------------------------------------------------------------- Top Nav Styles close -----*/
.welcome_section_home {
    width: 787px;
    background-color: #F8F8F8;
    padding: 10px;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
}

.welcome_picdiv {
    width: 196px;
    height: 150px;
    float: left;
    background-image: url(banner_image.png);
    background-repeat: no-repeat;
}

.welcome_contentdiv {
    width: 576px;
    float: right;
    /* height:150px; */
}

.welcome_contentdiv p {
    font-size: 12px;
    text-align: justify;
    line-height: 20px;

    margin: 5px 0 0 0;
    padding: 0;
}

.welcome_contentdiv h4 {
    font-size: 22px;

    margin: 0;
    padding: 0;
}

.wish_swap_sell_wrap {
    width: 806px;
    margin: 15px auto 10px auto;
}

.wish_div {
    width: 236px;
    height: 192px;
    float: left;
    border: 1px solid #DEDCDC;
    background: url(gift_wrap.png) #F9F7EE no-repeat 10px 50%;
    padding: 10px;
    margin: 0 16px 0 0;
    position: relative;
}

.wish_div h5 {
    font-size: 40px;

    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.wish_div p {
    font-size: 14px;

    margin: 0;
    padding: 0 0 0 75px;
    line-height: 20px;
    font-weight: normal;
}

.swap_btns {
    text-align: right;
    margin: 5px 0 0 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.wish_btns {
    text-align: right;
    margin: 5px 0 0 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.swpsbtns {
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.swap_div {
    width: 236px;
    float: left;
    border: 1px solid #DEDCDC;
    background: url(swap_pic.png) #F9F7EE no-repeat 10px 50%;
    padding: 10px;
    margin: 0 15px 0 0;
    height: 192px;
    position: relative;
}

.swap_div h5 {
    font-size: 40px;

    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.swap_div p {
    font-size: 14px;

    margin: 0;
    padding: 0 0 0 75px;
    line-height: 20px;
    font-weight: normal;
}

.sell_div {
    width: 236px;
    height: 192px;
    float: right;
    border: 1px solid #DEDCDC;
    background: url(sell_icn_card.png) #F0F8EF no-repeat 10px 50%;
    padding: 10px;
    position: relative;
}

.sell_div h5 {
    font-size: 40px;

    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.sell_div p {
    font-size: 14px;

    margin: 0;
    padding: 0 0 0 75px;
    line-height: 20px;
    font-weight: normal;
}

.buy_btns {
    float: right;
}

.featured_dvs_wrap2 {
    width: 370px;
    float: left;
    padding: 10px;
    background-color: #F8F8F8;
    border: 1px solid #EBEBEB;
    margin: 0 0 0 18px;
}

.featured_dvs_wrap1 {
    width: 370px;
    float: left;
    padding: 10px;
    background-color: #F8F8F8;
    border: 1px solid #EBEBEB;
}

.featured_dvs_wrap1 li {
    padding: 5px 0 12px 0;
    display: block;
    font-size: 12px;

}

.featured_dvs_wrap2 li {
    padding: 5px 0 12px 0;
    display: block;
    font-size: 12px;

}

.featured_dvs_wrap1 li input {
    float: right;
}

.featured_wrps {
    width: 809px;
    margin: 10px auto 0 auto;
}

.product_price {
    font-size: 15px;

    font-weight: bold;
}

.product_price img {
    height: 1em;
}

.comm_input {
    padding: 8px 8px 8px 10px;

    -moz-border-radius: 5px;
    margin: 0;
}

.width1 {
    width: 250px;
}

.width1a {
    width: 270px;
}

.width2 {
    width: 100px;
}

.width2a {
    width: 120px;
}

.width3 {
    width: 200px;
    max-width: 50%;
}

@media (min-width: 1024px) {
    .right-aligned {
        text-align: right;
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) {
    .buy-form {
        margin: 0 auto;
        width: 530px;
    }
}

.comm_heading {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0 5px 10px;
    margin: 0;
}

.tabContent {
    background-color: #fafafa;
    border-left: #d5d5d5 solid 1px;
    border-right: #d5d5d5 solid 1px;
    border-bottom: #d5d5d5 solid 1px;
}

.tabContent .navigation {
    display: table-cell;
    width: 100%;
}

.tabContent .navigation a:link,
.tabContent .navigation a:visited {
    border: none;
}

.tabContent .navigation>div {
    width: 100%;
}

.search_table td {
    padding: 0 !important;
    border-bottom: none !important;
}

/* .contain_image img {
  border: #dcdcdc solid 2px;
  background-color: #FFFFFF;
  border-radius: 1mm;
} */



.contain_cat_name {
    padding: 1mm;
}

.contain_cat_name a:link,
.contain_cat_name a:visited,
.contain_cat_name a:active {
    text-decoration: none;
}

.contain_cat_name a:hover {
    text-decoration: none;

}

/*-------------------------------------------Product detail page----------------------------------------*/
/* .prdetails_newwrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 10px auto;
}

@media (min-width: 1024px) {
  .prdetails_newwrapper {
    width: 1004px;
  }
} */

.breadcrumbs_new {
    flex: none;
    width: 100%;
    padding: 9px;
    box-sizing: border-box;
}

.breadcrumbs_new a:hover,
.breadcrumbs_new a:active,
.breadcrumbs_new a:focus,
.breadcrumbs_new anull {
    text-decoration: underline;
}

.breadcrumbs_new ul li {
    display: inline;
}

.breadcrumbs_new ul li svg {
    margin-right: 8px;
    margin-left: 8px;
}

.breadcrumbs_new ul li:last-child svg {
    display: none;
}

.breadcrumbs_new ul li a:link,
.breadcrumbs_new ul li a:visited {}


.breadcrumbs_new svg {}


.breadcrumbs_new ul {
    margin: 0;
    padding: 0;
}

/* .prdetails_container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 10px 0;
}

@media (min-width: 480px) {
  .prdetails_container {
    flex: none;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .prdetails_container {
    flex: none;
    width: 100%;
  }
}

.prdetails_leftcolumn {
  width: 100%;
}

@media (min-width: 480px) {
  .prdetails_leftcolumn {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .prdetails_leftcolumn {
    width: 460px;
    margin-right: 16px;
  }
}

.prdetails_rightcolumn {
  width: 100%;
  padding: 1mm;
} */

/* 
@media (min-width: 480px) {
  .prdetails_rightcolumn {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .prdetails_rightcolumn {
    width: 528px;
  }
} */

.pr_bigimg {
    width: 100%;
    margin-bottom: 12px;
}

img#itemImage {
    width: 100%
}

/* .pr_bigimg #itemImage {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .pr_bigimg {
    width: 460px;
    height: 460px;
  }
} */

.pr_thumbrow a {
    display: block;
    width: 105px;
    height: 105px;
    float: left;
    background-color: #996600;
    margin: 0 13px 10px 0;
}

/* .prdetails_leftcolumn_lastrow {
  padding: 7px 5px;
  margin: 0 0 10px 0;
}



.prdetails_leftcolumn_lastrow a:hover {
  font-weight: bold;
 
} */
.prdetail_posting {
    display: flex;
    justify-content: space-between;
}

.prdetail_posting img {
    float: right;
    display: block;
    width: 50px;
    height: 23px;
}

.prdct_name {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.prdct_name .item-type {}

.pr_pricenshipping {
    padding: 5px;
    margin: 0 0 20px 0;
}

.pr_price p {
    font-size: 1rem;
}

.pr_price span {}

.pr_shipping span {}

.pr_points span {}

.pr_points {
    background-color: #336699;
    background: url(point_icon.png) no-repeat 10px 3px;
    float: left;
    padding-left: 45px;
    border-left: 1px solid #EBE3D4;
    margin: 0 30px 0 0;
}

#pd_detail,
#pd_description {
    box-sizing: border-box;
    background-color: rgb(248, 248, 248);

}

#pd_detail a:link,
#pd_detail a:visited,
#pd_description a:link,
#pd_description a:visited {}

@media (min-width: 480px) {

    #pd_detail,
    #pd_description {
        padding: 20px;
    }
}

.pd_detail_sub1 {
    padding: 5px;
}

.pd_detail_sub2 {
    padding: 5px;
}

.pd_detail_sub_col1 {
    float: left;
    width: 200px;
}

.pd_detail_sub_col2 {
    float: left;
}

/*-----------------------------------homr slider-----------------------------------------*/
.home_slider_box {
    background-color: #f6f6f6;
    border: #efeeee solid 1px;
    margin: 4px;
}

/* style for home slider */
.list_carousel {
    /*background-color: #ccc;*/
    margin: 0 0 0px 8px;
    width: 680px;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    font-size: 40px;

    text-align: center;
    background-color: #FFF;
    border: 1px solid #999;
    width: 130px;
    height: 130px;
    padding-top: 8px;
    margin: 6px 6px;
    display: block;
    float: left;
}

.caroufredsel_wrapper {
    width: 715px !important;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.clearfix {
    float: none;
    clear: both;
}

.prev {
    float: right;
    margin-left: 10px;
    width: 15px;
    height: 20px;
    background-image: url(slider_leftarrow.png);
    background-repeat: no-repeat;
    display: block;
}

.prev span {
    display: none;
}

.next {
    float: right;
    margin-right: 10px;
    width: 15px;
    height: 20px;
    background-image: url(slider_rightarrow.png);
    background-repeat: no-repeat;
    display: block;
}

.next span {
    display: none;
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
}

.pager a {
    margin: 0 5px;
    text-decoration: none;
}

.pager a.selected {
    text-decoration: underline;
}

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

/* style for home slider ends */
.hor_bar {
    background-image: url(shader1.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FFF;
    border: #dfd9d9 solid 1px;
    padding: 10px;
}

.hor_bar a:link,
.hor_bar a:visited,
.hor_bar a:active {

    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.hor_bar a:hover {
    background: none !important;

}

.sub_box {
    background-color: #f7f7f7;
    border: #dfdfdf solid 1px;
}

.sub_box td {
    padding: 5px;
}


#fancybox-content {
    font-size: 14px;

    line-height: 20px;
}

/*--------------------------------------------New Tab Styles Open--*/
#tabs {
    font-size: 90%;
    margin: 20px 0;
}

#tabs ul {
    float: left;
    background: #fff;
    width: 500px;
    padding-top: 4px;
}

#tabs li {
    margin-left: 8px;
    list-style: none;
}

* html #tabs li {
    display: inline;
}

#tabs li,
#tabs li a {
    float: left;
}

#tabs ul li.active {
    border-top: 2px #FAFAFA solid;
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    border-bottom: none !important;
}

#tabs ul li.active a {}

#tabs div {
    background: #FAFAFA;
    border: 1px solid #ccc;
    clear: both;
    padding: 15px;
    min-height: 200px;
}

#tabs div h3 {
    margin-bottom: 12px;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#tabs div p {
    line-height: 150%;
}

#tabs ul li a {
    text-decoration: none;
    padding: 8px;

    font-weight: bold;
}

.thumbs {
    float: left;
    border: #000 solid 1px;
    margin-bottom: 20px;
    margin-right: 20px;
}

/*----------------------------------------------footer---------------------------------------*/
.rssfeed_ftr {
    float: left;
    margin-left: 10px;
}

.bmrknshare_ftr {
    float: left;
    margin-left: 10px;
}

.ftr_menu {

    padding: 5px 0 10px 5px;
}

.ftr_menu a {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px;

}

.footer_firstrow {
    padding: 10px 0;
}

/*--------------------------------------------New Tab Styles Close-*/
.img_pps {
    /* width: 230px;
  height: 258px; */
    border: 1px solid #ccc;
    margin: 0 !important;
    padding: 0 !important;
}

.img_pps img {
    /* width: 224px;
  height: 251px; */
    margin: 0 !important;
    padding: 0 !important;
}

.prce_txtspup {
    width: 230px;
    border: 1px solid #ccc;
    text-align: center;
}

.prce_txtspup .welcome_2 {
    text-align: center !important;
}

.pop_description {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}

.welcome h4 {
    font-size: 15px !important;

    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.profs_bld {
    font-weight: bold;
}



.listing-page,
.blue-background-page {
    display: flex;
}

.listing-page body,
.blue-background-page body {
    display: flex;
    flex: 1 1 auto;
    background-size: fill;
}

.listing-page body table,
.blue-background-page body table {
    padding: 10px;
}

.listing-page body .thumb-container,
.blue-background-page body .thumb-container {
    position: relative;
    display: inline-block;
}

.listing-page body .thumb-container .membership-thumb,
.blue-background-page body .thumb-container .membership-thumb {
    max-width: 100%;
}

.listing-page body .thumb-container .play-btn,
.blue-background-page body .thumb-container .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
}

.listing-page body .thumb-container .play-btn svg,
.blue-background-page body .thumb-container .play-btn svg {
    width: 100px;
    height: auto;

}

.listing-page body .thumb-container .play-btn:hover,
.listing-page body .thumb-container .play-btn:active,
.listing-page body .thumb-container .play-btn:focus,
.listing-page body .thumb-container .play-btnnull,
.blue-background-page body .thumb-container .play-btn:hover,
.blue-background-page body .thumb-container .play-btn:active,
.blue-background-page body .thumb-container .play-btn:focus,
.blue-background-page body .thumb-container .play-btnnull {
    opacity: 0.72;
}

.listing-page body .thumb-container .play-btn.black svg,
.blue-background-page body .thumb-container .play-btn.black svg {}

@media (min-width: 480px) {

    .listing-page body,
    .blue-background-page body {
        width: auto;
    }
}

.user-main-page {
    box-sizing: border-box;
    background-image: url("pics/blue-bg.jpg");
    background-color: #0c2f71;
    background-position: left top;
    background-size: fill;
}


.gc-num {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
}

.secondary-font {
    font-family: "Architects Daughter", serif;
}

.page-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* .page-wrapper header {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
} */

.page-wrapper header .hamburger-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.page-wrapper header .hamburger-menu .ham {
    left: auto;
    right: 10px;
    background-color: white;

}

.page-wrapper header .hamburger-menu ul {
    padding: 0;
}

.page-wrapper header .hamburger-menu ul li {
    padding-top: 1em;
    padding-right: 0;
    padding-bottom: 1em;
    padding-left: 0;
}

.page-wrapper .user-menu #menu {
    margin: 20px auto;
    width: calc(100vw - 50px);
    text-align: center;
}

.page-wrapper .user-menu #menu li {
    background-image: none;
}

.page-wrapper .user-menu #menu li:hover,
.page-wrapper .user-menu #menu li:active,
.page-wrapper .user-menu #menu li:focus,
.page-wrapper .user-menu #menu linull {
    background-image: none;
}

.page-wrapper .user-menu #menu li a,
.page-wrapper .user-menu #menu li a:link,
.page-wrapper .user-menu #menu li a:visited {
    width: auto;
    padding: 1em 0;
    font-weight: 400;
    font-size: 4vw;
}

.page-wrapper .content-wrapper {
    box-sizing: border-box;
    background-color: var(--sd-con-bgd);
    border-radius: 10px;
    color: var(--sd-hdd)
}

.page-wrapper .content-wrapper .comm_input {
    max-width: calc(100vw - 70px);
}

.page-wrapper .content-wrapper .comm_heading {
    padding: 0;
}

.page-wrapper .content-wrapper a.form-btn {
    display: block;
    margin: 10px 0;
    padding: 0.5em 1em;

    font-size: 12px;
    border: 1px solid white;
}

.page-wrapper .content-wrapper a.form-btn:hover,
.page-wrapper .content-wrapper a.form-btn:active,
.page-wrapper .content-wrapper a.form-btn:focus,
.page-wrapper .content-wrapper a.form-btnnull {
    text-decoration: none;
    background-color: green;
    border-color: green;
}

.page-wrapper .content-wrapper .warning {

    font-weight: 400;
}

.page-wrapper .content-wrapper dl dt {
    margin-right: 1em;
}

.page-wrapper .content-wrapper dl dd {
    margin: 0;
    padding: 0;
}

.page-wrapper .content-wrapper dl dd.gift-card-number-container {
    display: block;

    background: black;
    border-width: 2px;
    border-style: dashed;
    border-color: #be8e1f;
    border-radius: 5px;
}

.page-wrapper .content-wrapper dl dd.gift-card-number-container .gc-num {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin: 0;
    font-family: "Roboto Mono", monospace;
    font-weight: 700;
}

.page-wrapper .content-wrapper .categories-wrapper .category-dropdown {
    margin: 10px 0;
}


/* @media (min-width: 480px) {
  .page-wrapper header {
    padding: 0 15px;
  }
  .page-wrapper .user-menu #menu {
    width: calc(100% - 20px);
  }
  .page-wrapper .user-menu #menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-wrapper .user-menu #menu li a {
    margin: 0 10px;
  }
  .page-wrapper .user-menu #menu li a:link, .page-wrapper .user-menu #menu li a:visited {
    font-size: 1rem;
  }
} */

@media (min-width: 1024px) {
    .page-wrapper {
        display: flex;
    }

    /* .page-wrapper header {
    padding: 0 20px;
    flex-wrap: nowrap;
  }
  .page-wrapper header .site-name {
    margin-left: 50px;
  }
  .page-wrapper header .site-name a {
    font-size: 4.4rem;
  }
  .page-wrapper header .site-name a .logo {
    display: inline;
    height: 80px;
  }
  .page-wrapper header .hamburger-menu .ham {
    left: calc(50% + 466px);
  } */
    .page-wrapper .content-wrapper {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .page-wrapper .categories-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 1024px;
    }

    .page-wrapper .user-menu {
        display: flex;
        align-items: center;
        height: 100vh;
        margin: 0;
    }

    .page-wrapper .user-menu #menu {
        width: 200px;
    }

    .page-wrapper .user-menu #menu ul {
        justify-content: flex-end;
    }

    .page-wrapper .user-menu #menu li a:link,
    .page-wrapper .user-menu #menu li a:visited {
        font-size: 1rem;
    }

    .page-wrapper dl {
        display: flex;
        flex-wrap: wrap;
    }

    .page-wrapper dl dt {
        margin-right: 1em;
    }

    .page-wrapper dl dd {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1220px) {
    .page-wrapper .user-menu {
        position: relative;
    }
}

@media all and (max-height: 700px) and (min-width: 1024px) {
    .page-wrapper .user-menu {
        position: relative;
        top: 0;
        align-items: flex-start;
    }
}

@media all and (max-height: 700px) and (min-width: 1220px) {
    .page-wrapper .user-menu {
        margin-right: -200px;
    }
}

/* .site-name, #site_name {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  margin: 10px auto 0;
} */

/* .site-name:hover, .site-name:focus, .site-name:active, #site_name:hover, #site_name:focus, #site_name:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
} */

/* .site-name a, #site_name a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  margin: 0 auto;
}

.site-name a:link, .site-name a:visited, #site_name a:link, #site_name a:visited {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 1.4em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  font-family: "Architects Daughter", serif;
  font-size: 2.1rem;
 
  text-decoration: none;
}

.site-name a .logo, #site_name a .logo {
  display: inline;
  height: 40px;
}

.site-name a .medium, #site_name a .medium {
  font-size: 0.8em;
}

body.landing-page .site-name a, body.landing-page #site_name a {
  display: inherit;
  font-size: 3rem;
}

body.landing-page .site-name a:hover, body.landing-page .site-name a:active, body.landing-page .site-name a:focus, body.landing-page .site-name anull, body.landing-page #site_name a:hover, body.landing-page #site_name a:active, body.landing-page #site_name a:focus, body.landing-page #site_name anull {
  text-decoration: none;
}

body.landing-page .site-name a:hover:before, body.landing-page .site-name a:active:before, body.landing-page .site-name a:focus:before, body.landing-page .site-name anull:before, body.landing-page #site_name a:hover:before, body.landing-page #site_name a:active:before, body.landing-page #site_name a:focus:before, body.landing-page #site_name anull:before {
  display: none;
}

@media (min-width: 480px) {
  body.landing-page .site-name a, body.landing-page #site_name a {
    font-size: 5rem;
  }
  body.landing-page .site-name a .logo, body.landing-page #site_name a .logo {
    height: 20px;
  }
}

@media (min-width: 1024px) {
  body.landing-page .site-name, body.landing-page #site_name {
    margin: 0;
    text-align: center;
  }
  body.landing-page .site-name a, body.landing-page #site_name a {
    display: inline;
    font-size: 9rem;
  }
  body.landing-page .site-name a .logo, body.landing-page #site_name a .logo {
    height: 60px;
  }
} */

/* header .site-name span, header #site_name span {
  display: none;
} */

/* @media (min-width: 480px) {
  .site-name, #site_name {
    margin: 10px auto 0;
  }
  header .site-name a:link, header .site-name a:visited, header #site_name a:link, header #site_name a:visited {
    font-size: 2.5rem;
  }
  header .site-name a:link .logo, header .site-name a:visited .logo, header #site_name a:link .logo, header #site_name a:visited .logo {
    height: 1em;
  }
  header .site-name span, header #site_name span {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  header .site-name, header #site_name {
    margin: 10px 0 20px -110px;
  }
  header .site-name a:link, header .site-name a:visited, header #site_name a:link, header #site_name a:visited {
    font-size: 3rem;
  }
  header .site-name #site_name, header #site_name #site_name {
    z-index: 1;
    position: relative;
  }
  header .site-name #site_name:before, header #site_name #site_name:before {
    content: '';
    position: absolute;
    top: calc(100% - 0.3em);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #be8e1f;
  }
}

@media (min-width: 480px) {
  .site-name a, #site_name a {
    max-width: 100%;
  }
} */

.next-btn {
    margin: 15px 15px 15px auto;
    padding: 0.5em 1em;
}

.next-btn a:hover,
.next-btn a:active,
.next-btn a:focus {
    text-decoration: none;

}

.next-btn.type2 {
    margin: 0 auto;
    text-align: center;
}

.registration-page #ddlPlan_container {
    display: none;
}

@media (min-width: 1024px) {
    .registration-page dl dt {
        width: 200px;
    }
}

.content-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    /* z-index: 1;
    position: relative; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    flex-wrap: wrap;
    /* margin: 10px auto 20px; */
}

.content-wrapper.padded {
    padding: 10px 40px;
    box-sizing: border-box;
}

.content-wrapper h2 {
    display: block;
    width: 100%;
    font-size: 1.25rem;
}


.content-wrapper .promo-btns-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.content-wrapper .promo-btns-container .promo-btn {
    display: inline-block;
    margin: 1em 10px;
}

.content-wrapper .settings-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.content-wrapper .settings-nav .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.content-wrapper .shopping-nav {
    padding: 1em 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    margin: auto;
}

.content-wrapper .shopping-nav .nav-item {
    padding: 10px 10px;
    text-align: center;
}

.content-wrapper .shopping-nav .nav-item:hover,
.content-wrapper .shopping-nav .nav-item:active,
.content-wrapper .shopping-nav .nav-item:focus,
.content-wrapper .shopping-nav .nav-itemnull {}

@keyframes disolve {
    0% {
        top: calc(50vh - 3em);
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }
}

.content-wrapper .status-msg {
    position: fixed;
    left: 0;
    padding: 32px 0 0 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 1.25rem;
    text-align: center;
    line-height: 2em;

    background-color: #cc9900;
    animation-name: disolve;
    animation-duration: 15s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    top: calc(50vh - 3em);
}

.content-wrapper .status-msg {
    z-index: 1;
    --mask:
        radial-gradient(28.28px at 50% 40.00px, #000 99%, #0000 101%) calc(50% - 40px) 0/80px 51% repeat-x,
        radial-gradient(28.28px at 50% -20px, #0000 99%, #000 101%) 50% 20px/80px calc(51% - 20px) repeat-x,
        radial-gradient(28.28px at 50% calc(100% - 40.00px), #000 99%, #0000 101%) calc(50% - 40px) 100%/80px 51% repeat-x,
        radial-gradient(28.28px at 50% calc(100% + 20.00px), #0000 99%, #000 101%) 50% calc(100% - 20px)/80px calc(51% - 20px) repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);

    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.content-wrapper .comm_heading {
    margin-bottom: 1em;
}

.content-wrapper .section-title {
    margin: 0;
    width: 100%;
    padding: 0.1em;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-family: "Architects Daughter", serif;
    text-align: center;
    background-image: linear-gradient(to right, transparent 0%, #4d7ca8 50%, transparent 100%);
}

@media (min-width: 480px) {
    .content-wrapper .section-title {
        font-size: 2rem;
    }
}

.content-wrapper .subheading {
    font-family: "Architects Daughter", serif;
    text-align: center;
}

.content-wrapper .form-container {
    /* width: 1024px; */
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    order: 1;
}

/* @media (min-width: 741px) {
    .page-wrapper header {
        width: 1024px;
        margin: 0 auto;
    }

    .content-wrapper {
        width: 1024px;
    }

    .content-wrapper .form-container {
        width: 1024px;
    }
} */

.content-wrapper .sub_box {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;

    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.content-wrapper .sub_box.has-trailing {
    border-radius: 0;
}


@media (min-width: 1024px) {
    .content-wrapper.width-constrain {
        padding: 0 30px 30px;
        box-sizing: border-box;
    }

    .content-wrapper h2 {
        font-size: 2rem;
    }

    /* .content-wrapper.has-settings-nav {
        margin-top: 64px;
    } */
}

.has-bullets {
    margin-top: 15px;
    padding-left: 50px;
}

.has-bullets li {
    margin: 10px 0;
    font-family: "Architects Daughter", serif;
}

/* html.page-with-tables body {
 
} */





html.page-with-tables body .content-wrapper table .maintext2 a:hover,
html.page-with-tables body .content-wrapper table .maintext2 a:active,
html.page-with-tables body .content-wrapper table .maintext2 a:focus,
html.page-with-tables body .content-wrapper table .maintext2 anull,
html.page-with-tables body .content-wrapper table .link1 a:hover,
html.page-with-tables body .content-wrapper table .link1 a:active,
html.page-with-tables body .content-wrapper table .link1 a:focus,
html.page-with-tables body .content-wrapper table .link1 anull,
html.page-with-tables body .content-wrapper table .navigation a:hover,
html.page-with-tables body .content-wrapper table .navigation a:active,
html.page-with-tables body .content-wrapper table .navigation a:focus,
html.page-with-tables body .content-wrapper table .navigation anull {
    text-decoration: none;
}





html.page-with-tables body .content-wrapper .list_tbl .navigation {
    padding: 20px;
    box-sizing: border-box;
}

html.page-with-tables body .content-wrapper .list_items {
    width: calc(100% - 20px);
    margin: 0 auto;
    background-color: var(--sd-hdd);
    border-top: none;
    border-bottom: 1px dotted #a1a1a1;
}

html.page-with-tables body .content-wrapper .list_items .boxcolor2 {
    padding: 20px;
    box-sizing: border-box;
}


html.page-with-tables body .content-wrapper .tabContent {
    display: block;
}

html.page-with-tables body .content-wrapper .white-bg {
    background-color: white;
}

html.page-with-tables body .content-wrapper .centered-form {
    text-align: center;
}

html.page-with-tables body .content-wrapper .centered-form * {
    max-width: 35vw;

}

html.page-with-tables body .content-wrapper .centered-form input,
html.page-with-tables body .content-wrapper .centered-form select,
html.page-with-tables body .content-wrapper .centered-form option {}

html.page-with-tables body .content-wrapper .shopping-categories-container {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(107px, 1fr));

    column-gap: 2mm;
    row-gap: 12mm;

    width: 100%;
    padding: 1em;

}

.contain_image img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 1mm;
    border: 1px solid black;
    background: black;
}

.contain_image a:hover img {
    translate: 0.6px -0.6px;
}

.contain_image a:active img {
    translate: 1.2px -1.2px;
}

@media (min-width: 760px) {
    html.page-with-tables body .content-wrapper .shopping-categories-container {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        column-gap: 6mm;
    }
}

.contain_catgeory {
    max-width: fit-content;
    margin: auto;
}




html.page-with-tables body .content-wrapper table.white .navigation {}

html.page-with-tables body .content-wrapper table .navigation {
    padding: 13px
}

html.page-with-tables .page-wrapper .content-wrapper {
    flex-direction: column;
}

html.page-with-tables .page-wrapper .content-wrapper .tabcontainer {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}

@media (min-width: 1024px) {
    html.page-with-tables .centered-form {
        margin: 0 auto;
    }
}




body#locations_page .comm_input.disabled {
    padding: 0;
    font-size: 1.25rem;
}

body#locations_page .business-locations dt {
    line-height: 1.5em;
}


body#pledge_page label {
    display: inline-block;
    margin: 0.5em 0;
}

.manage-account .page-wrapper .hamburger-menu.expanded {
    top: 2px;
}

.manage-account .page-wrapper .hamburger-menu.expanded .ham {
    top: 12px;
}

.manage-account .page-wrapper .hamburger-menu.expanded .menu {
    width: 100%;
    right: 0;
    transform: translateY(59px);
}

.manage-account .page-wrapper .comm_heading {
    margin-top: 20px;
    margin-left: 15px;
    text-align: center;
}

.manage-account .page-wrapper .content-wrapper {
    justify-content: flex-end;
    background-color: transparent;
}

.manage-account .page-wrapper .content-wrapper .sub_box {
    padding: 0;
}

.manage-account .page-wrapper .content-wrapper .form-container:not(#profile_container) {
    display: none;
    padding-bottom: 20px;
}

.manage-account .page-wrapper .content-wrapper .comm_heading {
    width: 100%;
}

@media (min-width: 1024px) {
    .manage-account .page-wrapper {
        box-sizing: border-box;
    }

    .manage-account .page-wrapper .content-wrapper {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .manage-account .page-wrapper .comm_heading {
        margin-left: 0;
        text-align: left;
    }

    .manage-account .page-wrapper .content-wrapper .form-container {
        min-height: 480px;
        border-radius: 10px;
    }
}

.white-bg {
    background-color: white;

}

.page-wrapper .content-wrapper .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.page-wrapper .content-wrapper .location-nav {
    order: 2;
    margin: 30px auto;
    text-align: center;
}

.page-wrapper .content-wrapper .location-nav .nav-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 5px;

}

.page-wrapper .content-wrapper .location-nav .nav-item svg {
    margin-left: 10px;
    font-size: 1.75rem;
}

.page-wrapper .content-wrapper .location-nav .nav-item:hover,
.page-wrapper .content-wrapper .location-nav .nav-item:active,
.page-wrapper .content-wrapper .location-nav .nav-item:focus,
.page-wrapper .content-wrapper .location-nav .nav-itemnull {}

@media (min-width: 1024px) {

    .page-wrapper .content-wrapper .solidblockmenu,
    .page-wrapper .content-wrapper .solidblockmenu2 {
        justify-content: center;
        box-sizing: border-box;

        flex-direction: row;
    }

    .page-wrapper .content-wrapper .solidblockmenu .nav-item,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        flex: 1 1 100%;
        margin: 0;
    }

    .page-wrapper .content-wrapper .solidblockmenu .nav-item:link,
    .page-wrapper .content-wrapper .solidblockmenu .nav-item:visited,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item:link,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item:visited {
        padding: 0.5em 1em;
        margin: 0 4px;
        background: white;

    }

    .page-wrapper .content-wrapper .solidblockmenu .nav-item.active,
    .page-wrapper .content-wrapper .solidblockmenu .nav-item.current,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item.active,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item.current {

        background-color: #071c43;
    }

    .page-wrapper .content-wrapper .solidblockmenu .nav-item .svg-inline--fa,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item .svg-inline--fa {
        width: 24px;
        height: 24px;
        margin: 0 5px;
        opacity: 0.3;
    }

    .page-wrapper .content-wrapper .solidblockmenu .nav-item:hover,
    .page-wrapper .content-wrapper .solidblockmenu .nav-item:active,
    .page-wrapper .content-wrapper .solidblockmenu .nav-item:focus,
    .page-wrapper .content-wrapper .solidblockmenu .nav-itemnull,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item:hover,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item:active,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item:focus,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-itemnull {
        text-decoration: none;
    }

    .page-wrapper .content-wrapper .solidblockmenu .nav-item:hover .svg-inline--fa,
    .page-wrapper .content-wrapper .solidblockmenu .nav-item:active .svg-inline--fa,
    .page-wrapper .content-wrapper .solidblockmenu .nav-item:focus .svg-inline--fa,
    .page-wrapper .content-wrapper .solidblockmenu .nav-itemnull .svg-inline--fa,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item:hover .svg-inline--fa,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item:active .svg-inline--fa,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item:focus .svg-inline--fa,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-itemnull .svg-inline--fa {
        opacity: 1;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {

    .page-wrapper .content-wrapper .solidblockmenu,
    .page-wrapper .content-wrapper .solidblockmenu2 {
        justify-content: flex-start;
        padding-left: 7px;
    }

    .page-wrapper .content-wrapper .solidblockmenu .nav-item,
    .page-wrapper .content-wrapper .solidblockmenu2 .nav-item {
        flex-direction: column;
        flex: none;
        width: auto;
        max-width: 128px;
        height: 44px;
        margin: 0 7px;
        text-align: center;
        font-size: 0.75rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

@media (min-width: 1024px) {

    .page-wrapper .content-wrapper .solidblockmenu li,
    .page-wrapper .content-wrapper .solidblockmenu2 li {
        flex: none;
    }

    .page-wrapper .content-wrapper .solidblockmenu li a,
    .page-wrapper .content-wrapper .solidblockmenu2 li a {
        display: inline-block;
        margin: 5px auto;
    }

    .page-wrapper .content-wrapper .solidblockmenu li a:link,
    .page-wrapper .content-wrapper .solidblockmenu li a:visited,
    .page-wrapper .content-wrapper .solidblockmenu2 li a:link,
    .page-wrapper .content-wrapper .solidblockmenu2 li a:visited {

        background-color: transparent;
    }

    .page-wrapper .content-wrapper .solidblockmenu li a:hover,
    .page-wrapper .content-wrapper .solidblockmenu li a:active,
    .page-wrapper .content-wrapper .solidblockmenu li a:focus,
    .page-wrapper .content-wrapper .solidblockmenu li anull,
    .page-wrapper .content-wrapper .solidblockmenu2 li a:hover,
    .page-wrapper .content-wrapper .solidblockmenu2 li a:active,
    .page-wrapper .content-wrapper .solidblockmenu2 li a:focus,
    .page-wrapper .content-wrapper .solidblockmenu2 li anull {
        text-decoration: underline;
    }
}

.location-container {
    display: none;
}

.business-locations-wrapper {
    box-sizing: border-box;
}

.business-locations-wrapper .sub_box {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
}


.business-locations-wrapper .business-locations .location-form.expanded .location-container {
    display: block !important;
}

.business-locations-wrapper .location-container {
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.business-locations-wrapper .location-container:nth-of-type(odd) {
    background-color: rgba(12, 47, 113, 0.7);
}



.business-locations-wrapper .location-name-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.4em 1em;
    box-sizing: border-box;
}

.business-locations-wrapper .location-name-wrapper.left-justified {
    justify-content: flex-start;
}

.business-locations-wrapper .location-name-wrapper .location-tab-link:link,
.business-locations-wrapper .location-name-wrapper .location-tab-link:visited,
.business-locations-wrapper .location-name-wrapper .delete-link:link,
.business-locations-wrapper .location-name-wrapper .delete-link:visited {
    font-size: 1.25rem;
    font-weight: 400;

}

.business-locations-wrapper .location-name-wrapper .location-tab-link:hover,
.business-locations-wrapper .location-name-wrapper .location-tab-link:active,
.business-locations-wrapper .location-name-wrapper .location-tab-link:focus,
.business-locations-wrapper .location-name-wrapper .location-tab-linknull,
.business-locations-wrapper .location-name-wrapper .delete-link:hover,
.business-locations-wrapper .location-name-wrapper .delete-link:active,
.business-locations-wrapper .location-name-wrapper .delete-link:focus,
.business-locations-wrapper .location-name-wrapper .delete-linknull {
    text-decoration: underline;
}

.delete-link:hover {
    color: #770000
}

.business-locations-wrapper .location-name-wrapper .location-tab-link:hover svg,
.business-locations-wrapper .location-name-wrapper .location-tab-link:active svg,
.business-locations-wrapper .location-name-wrapper .location-tab-link:focus svg,
.business-locations-wrapper .location-name-wrapper .location-tab-linknull svg,
.business-locations-wrapper .location-name-wrapper .delete-link:hover svg,
.business-locations-wrapper .location-name-wrapper .delete-link:active svg,
.business-locations-wrapper .location-name-wrapper .delete-link:focus svg,
.business-locations-wrapper .location-name-wrapper .delete-linknull svg {}

.business-locations-wrapper .location-name-wrapper .delete-link {
    margin-left: 15px;
}

.business-locations-wrapper .location-name-wrapper .delete-link:hover svg,
.business-locations-wrapper .location-name-wrapper .delete-link:active svg,
.business-locations-wrapper .location-name-wrapper .delete-link:focus svg,
.business-locations-wrapper .location-name-wrapper .delete-linknull svg {}

.business-locations-wrapper .submit-btn {
    margin: 15px 15px 15px auto;
}

@media (min-width: 1024px) {
    .business-locations-wrapper .business-locations dl {
        padding: 10px;
        margin: 0;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .business-locations-wrapper .business-locations dl:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .business-locations-wrapper .business-locations dl dt {
        width: 200px;
    }
}

.definition-lists-container dl {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    padding: 0;
    align-items: center;
}

.definition-lists-container dl:first-child {
    margin-top: 1em;
}

.definition-lists-container dl dt {

    width: 200px;
}

.definition-lists-container .textbox_contact {
    width: auto;
}


#table_image img {
    max-width: 300px;
}


.full-width {
    display: block;
    width: 100%;
}

.membership-page .page-wrapper .content-wrapper {
    display: flex;
}

/* .membership-page .page-wrapper .content-wrapper .content-inner .content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.membership-page .page-wrapper .content-wrapper .content-inner .content-row .section-title {
  display: block;
  width: 100%;
 
  font-size: 2rem;
}

.membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 15px);
  max-width: 300px;
}

.membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .thumb-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  margin: 0;
  background-color: white;
}

.membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .thumb-container .membership-thumb {
  width: 100%;
  height: auto;
}

.membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .membership-title {
 
  text-align: center;
}

.membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .item-description {
  text-align: center;
}

.membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .link-button {
  display: block;
  padding: 0.3em 0.5em;
  margin: 10px;
  box-sizing: border-box;
  background-color: white;
 
  border-radius: 0.3em;
  text-align: center;
}

.membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .link-button:hover, .membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .link-button:active, .membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .link-button:focus, .membership-page .page-wrapper .content-wrapper .content-inner .content-row .membership-item .link-buttonnull {
  background-color: #0c2f71;
 
  text-decoration: none;
} */

#plans_container .items-container,
.services-container .items-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#plans_container .items-container .membership-item,
.services-container .items-container .membership-item {
    width: calc(100% - 50px);
}

#plans_container .items-container .membership-item .thumb-container,
.services-container .items-container .membership-item .thumb-container,
#plans_container .items-container .membership-item .thumb-container img,
.services-container .items-container .membership-item .thumb-container img {
    width: 100%;
    border: 1.5px solid var(--sd-hdd)
}

@media (min-width: 480px) {

    #plans_container .items-container,
    .services-container .items-container {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        max-width: 830px;
        margin: 0 auto;
    }

    #plans_container .items-container .membership-item,
    .services-container .items-container .membership-item {
        width: 350px;
        max-width: 90vw;
        margin: 20px 30px;
    }

    #plans_container .items-container .membership-item label,
    .services-container .items-container .membership-item label {
        display: block;
        margin-top: 10px;
    }

    #plans_container .items-container .membership-item .thumb-container,
    .services-container .items-container .membership-item .thumb-container {
        margin: 0;
    }

    #plans_container .items-container .membership-item .thumb-container img,
    .services-container .items-container .membership-item .thumb-container img {
        width: 100%;
    }
}

.success-msg-container .text {
    opacity: 0;

    animation-name: disolve;
    animation-duration: 10s;
    animation-iteration-count: 1;
    animation-direction: normal;
}

/* #site_nav {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 10px;
}

#site_nav .nav-item {
  margin: 10px;
}

#site_nav .nav-item:link, #site_nav .nav-item:visited {
  display: flex;
  align-items: center;
 
}

#site_nav .nav-item:hover, #site_nav .nav-item:active, #site_nav .nav-item:focus, #site_nav .nav-itemnull {
 
  text-decoration: none;
}

#site_nav .nav-item svg {
  margin-right: 5px;
} */

.container-fluid .sideTitle {
    display: flex;
    justify-content: flex-end;
    font-family: "Architects Daughter", serif;
    font-size: 10rem;
    text-transform: uppercase;
}

.container-fluid .sideTitle sup {
    margin-top: 82px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.45em;
}

.container-fluid .section-two {
    font-family: "Architects Daughter", serif;
}

.container-fluid .alacart {
    font-family: "Dancing Script", serif;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .container-fluid .sideTitle {
        margin-left: -17px;
        font-size: 3.4rem;
        line-height: 2em;
    }

    .container-fluid .sideTitle sup {
        margin-top: 0.9em;
        font-size: 0.75em;
        line-height: 1.7em;
    }
}

@media (min-width: 1220px) {
    .container-fluid .sideTitle {
        margin-left: -5px;
        font-size: calc(7vh - -0.8rem);
        line-height: 2em;
    }

    .container-fluid .sideTitle sup {
        margin-top: 0.9em;
        font-size: 0.75em;
        line-height: 1.7em;
    }
}

#my_booth .tp_main_navs,
#my_booth .header_topsection {
    display: none;
}

.landing-page .col-lg-11 {
    width: auto;
}

.landing-page #section_two {
    /* 
    background-image: url("/pics/homepage-bg.jpg"); */
    /* background-position: top center;
    background-image: url("/pics/bg-pattern-inside.jpg");
    background-color: #071c43;
    background-blend-mode: soft-light; */
}

/* .landing-page .content-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.landing-page .content-row a:hover, .landing-page .content-row a:active, .landing-page .content-row a:focus, .landing-page .content-row anull {
  text-decoration: none;
}

.landing-page .content-row .content-title {
  margin: 0.7em 0 0;
 
  font-size: 2rem;
  font-family: "Architects Daughter", serif;
}

.landing-page .content-row .sub-heading {
 
}

.landing-page .content-row .content-link {
  display: block;
  margin: 1em 0;
} */

.landing-page .col-lg-4 {
    margin: 1em 0;
}

.landing-page .btf {}

.landing-page .sideTitleCont {
    display: none;
}

.landing-page .mastHead-video {
    position: relative;
    width: 100%;
}

.landing-page .down-arrow-container {
    display: none;
}

.landing-page .whats-inside {
    font-family: "Architects Daughter", serif;
}

.landing-page .checkout-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 0.5em 1em 0.5em;
    background-color: #0c2f71;
    text-decoration: none;
    font-size: 2rem;
}

.landing-page .checkout-btn:hover,
.landing-page .checkout-btn:active,
.landing-page .checkout-btn:focus,
.landing-page .checkout-btnnull {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .landing-page #section_two {
        padding-top: 40px;
    }

    /* .landing-page .content-row {
    width: 100%;
    max-width: calc(100vw - 390px);
    margin: 50px auto;
    padding: 0 2em 2em;
    box-sizing: border-box;
    border-radius: 50px;
    border: 3px double rgba(255, 255, 255, 0.3);
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
  }
  .landing-page .content-row .content-link {
    margin: 0;
  } */
    .landing-page .sideTitleCont {
        display: block;
    }

    .landing-page .atf-container {
        width: calc(100vw - 200px);
    }

    @keyframes bounce-anim {
        0% {
            bottom: 50px;
        }

        50% {
            bottom: 40px;
        }

        100% {
            bottom: 50px;
        }
    }

    .landing-page .down-arrow-container {
        z-index: 999;
        display: flex;
        align-items: flex-end;
        position: absolute;
        bottom: 50px;
        left: 20px;
        font-size: 10rem;

        opacity: 0.5;
        animation-name: bounce-anim;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

    .landing-page .down-arrow-container:hover,
    .landing-page .down-arrow-container:active,
    .landing-page .down-arrow-container:focus,
    .landing-page .down-arrow-containernull {
        opacity: 1;
    }

    .landing-page .down-arrow-container:last-of-type {
        left: auto;
        right: 20px;
    }
}

.hamburger-menu {
    z-index: 999;
    position: relative;
    width: 100%;
}

.hamburger-menu.expanded .menuIcon {
    display: none;
}

.hamburger-menu.expanded .xIcon {
    display: block;
}

.hamburger-menu.expanded .menu {
    transform: translateY(0);
}

.hamburger-menu * {
    margin: 0;
    box-sizing: border-box;
}

.hamburger-menu .ham {
    position: fixed;
    z-index: 9999;
    top: 1rem;
    /* left: 1rem; */
    width: 30px;
    height: 30px;
    border: black solid 1px;
    cursor: pointer;
    overflow: hidden;
}

.hamburger-menu .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: white;
    transform: translateY(-150%);
    transition: transform 0.2s;
    list-style: none;
}

.hamburger-menu .menu.showMenu {
    transform: translateY(0px);
}

.hamburger-menu .menu li a {
    text-decoration: none;
}

.hamburger-menu .menu ul {
    display: none;
    margin-top: 10px;
}

.hamburger-menu .menu ul li {
    margin: 0;
    padding: 5px 0;
    background-color: rgba(190, 142, 31, 0.2);
}

.hamburger-menu .menu ul a:link.sub-link,
.hamburger-menu .menu ul a:visited.sub-link {
    font-size: 1rem;
}

.hamburger-menu .menu .expanded ul {
    display: block;
}

.hamburger-menu .xIcon {
    display: none;
}

.hamburger-menu .showNav {
    transform: translateY(0);
}

.hamburger-menu .menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.hamburger-menu .menu-icon svg {
    width: 100%;
    height: 100%;
}

.hamburger-menu .menu li {
    display: block;
    padding: 0.7em 1em;
    box-sizing: border-box;
    border-bottom: 1px dotted #0c2f71;
}

.hamburger-menu .menu li a:hover,
.hamburger-menu .menu li #current,
.hamburger-menu .menu li a:link,
.hamburger-menu .menu li a:visited {}

.hamburger-menu .menu li a:hover,
.hamburger-menu .menu li a:focus {}

.hamburger-menu .menu li a:link,
.hamburger-menu .menu li a:visited {
    width: auto;
    font-size: 1.125rem;
    font-weight: 400;
}

@media (min-width: 480px) {
    .hamburger-menu {
        position: absolute;
        width: 100%;
        top: 70px;
        right: 10px;
    }

    .hamburger-menu .menu {
        top: 0;
        left: auto;
        right: 52px;
        width: 100%;
        width: 250px;
        min-height: 100vh;
        background: white;

        transform: translateY(-150%);
        transition: transform 0.2s;
        list-style: none;
        padding-top: 0;
    }
}

#frmPledge .align-right {
    margin: 0 0 0 auto;
    font-style: italic;
}

#frmPledge .align-right a {}

#cartoon_pop_up {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#cartoon_pop_up svg {
    z-index: 1;
    width: 300px;
    height: 300px;

}

#cartoon_pop_up a {
    z-index: 2;
    position: absolute;
    top: calc(50% - 2em);
    left: 0;
    width: 100%;
    font-size: 2.25rem;

}

.strikethrough {
    text-decoration: line-through;
}

.lity {
    background: rgba(0, 0, 0, 0.5) !important;
}

.lity .lity-close {
    left: calc(50% - -490px);
    top: calc(50% - 310px);
}

.lity .lity-close:active {
    top: calc(50% - 310px);
}


/* 
.logged-in-as p {
  margin: 0;
  padding: 0;
}

.logged-in-as a:link, .logged-in-as a:visited {
 
}

.logged-in-as a:hover, .logged-in-as a:active, .logged-in-as a:focus, .logged-in-as anull {
  text-decoration: none;
 
}

@media (min-width: 480px) {
  .logged-in-as {
    top: 72px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .logged-in-as {
    top: 61px;
    left: calc(50% + 359px);
  }
} */

/* .site-nav-holder {
  display: flex;
  order: 2;
  flex: 1;
  width: 100%;
  margin-top: 5px;
}

@media (min-width: 1024px) {
  .site-nav-holder {
    order: 0;
    margin-top: 55px;
  }
} */

.settings-nav {
    display: flex;
    justify-content: center;

}

.settings-nav a {
    display: inline-block;
    padding: 10px;
}

/* @media (min-width: 1024px) {
    .settings-nav {
        margin-top: -56px;
    }
} */

input.disabled {
    background-color: transparent;
    border-color: transparent;

}

footer {
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    width: 94%;
    max-width: 1024px;
}



footer p.copyright {
    margin: 10px 0;
    padding: 0;
}


#hidden_controls {
    display: none;
}

.hint {
    padding: 0.5em;

    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.hint a {
    font-size: 0.8em;
}

.hint a:link,
.hint a:visited {

    text-decoration: none;
}

.hint a:hover,
.hint a:active,
.hint a:focus,
.hint anull {
    text-decoration: underline;
}


.company-listings-container,
.dl-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.company-listings-container .list-item,
.company-listings-container .dl-container,
.dl-wrapper .list-item,
.dl-wrapper .dl-container {
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(190, 142, 31, 0.1);
    border-radius: 10px;
}

.company-listings-container .list-item dl dt,
.company-listings-container .dl-container dl dt,
.dl-wrapper .list-item dl dt,
.dl-wrapper .dl-container dl dt {
    display: block;
    padding: 0.3em 0.5em 0;
    margin: 0;
    line-height: 1.5em;

    background-color: rgba(190, 142, 31, 0.1);
    border-radius: 10px;
}

.company-listings-container .list-item dl dd,
.company-listings-container .dl-container dl dd,
.dl-wrapper .list-item dl dd,
.dl-wrapper .dl-container dl dd {
    padding: 0.5em;
}

.company-listings-container .dl-container,
.dl-wrapper .dl-container {
    margin: 0;
    padding: 20px 14px;
}

.content-wrapper .dl-wrapper {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.differentiated,
.group-container {
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

.differentiated.type2,
.group-container.type2 {
    padding: 3px 20px;
    background-color: #0c2f71;

}

.differentiated p,
.group-container p {
    margin: 0;
}

.dropdown-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
    margin-bottom: 1em
}


.hidden-service-area-containers .wanted-service-area-container {
    display: none;
}

.hidden {
    display: none !important;
}

.fun-font {
    font-family: "Architects Daughter", serif;
}

.black:link,
.black:visited,
.black {}

.black:hover,
.black:active,
.black:focus,
.blacknull {
    text-decoration: underline;
}

.signature {
    width: 200px;
    display: none;
}

@media (min-width: 1024px) {
    .profile-container {
        display: flex;
        flex-direction: row-reverse;
    }
}

.profile-pic {
    width: 130px;
    max-width: 320px;
    border: 2px solid #a1a1a1;
    border-radius: 10px;
    display: none;
}

div.profilepic {
    width: 132px;
    height: 193px;
    background: url("/pics/HiRes Sharon alonesmall.jpg");
    background-size: contain;
    border: 2px solid #a1a1a1;
    border-radius: 10px;
}

div.signatures {
    width: 200px;
    height: 50px;
    background: url("/pics/signature.svg");
    background-size: contain;
}

@media print {
    .profilepic {
        display: none;
    }

    .profile-pic {
        display: block
    }

    .signatures {
        display: none;
    }

    .signature {
        display: block
    }
}

.page-with-nice-input-fields dt {
    width: 200px;
    text-align: right;
}

.hidden-info-text {
    z-index: 1;
    display: none;
    position: absolute;
    padding: 10px;
    width: 250px;
    height: auto;
    background-color: rgba(190, 142, 31, 0.95);
    border-width: 1px;
    border-color: #e5bc5e;
    border-radius: 5px;
    border-style: solid;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

    font-size: 0.8em;
    margin-left: 2em;
    right: 1em;
    top: 4em;
}

a:link.underlined,
a:visited.underlined {
    text-decoration: underline;
}

a:link.underlined:hover,
a:link.underlined:active,
a:link.underlined:focus,
a:link.underlinednull,
a:visited.underlined:hover,
a:visited.underlined:active,
a:visited.underlined:focus,
a:visited.underlinednull {

    text-decoration: none;
}

.fits-on-one-line {
    padding: 0;
    margin: 0;
    font-size: 0.95em;
}

@media (min-width: 1024px) {
    .two-col-container {
        display: flex;
        justify-content: space-around;
    }

    .two-col-container dl {
        width: 300px;
    }
}

.block {
    display: block;
    width: 100%;
}

.subscription-title {
    margin: 0;
}

#docPreview img {
    max-width: 200px;
}

.contact-details-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.contact-details-container dl {
    display: flex;
    flex-wrap: wrap;
}

.contact-details-container dl dt {}

@media (min-width: 1024px) {
    .contact-details-container .content-col {
        width: 50%;
        text-align: center;
    }

    .contact-details-container .content-col .profile-pic {
        max-width: 100%;
    }
}

#smart-button-container {
    width: 100%;
    height: 58px;
}

#paypal-button-container {
    padding: 9px;
    background-color: white;
    width: 15.5em;
    border-radius: 25px;
    margin-bottom: 77px;
}

#smart-button-container .component-frame {
    width: 200px;
}

.tob-bills {
    width: 40px;
    height: auto;
}

.payment-option-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.payment-option-link:hover,
.payment-option-link:focus,
.payment-option-link:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.payment-option-link .payment-icon {
    width: 50px;
    height: 0.8em;
    font-size: 5rem;
}

@media (min-width: 1024px) {
    .payment-option-link .payment-icon.special1 {
        margin-top: -24px;
    }
}

.payment-option-link:hover .payment-icon,
.payment-option-link:active .payment-icon,
.payment-option-link:focus .payment-icon,
.payment-option-linknull .payment-icon {}

.center-vertical {
    display: flex;
    align-items: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#msgShow {
    padding: 0 10px;
    box-sizing: border-box;
}

#msgShow #txtMsg {
    width: calc(100% - 20px);
}

#msgShow .factlisting {
    width: 100%;
}

@media (min-width: 1024px) {
    #msgShow {
        padding: 20px;
    }

    #msgShow .factlisting {
        min-width: 240px;
    }

    #msgShow #txtMsg {
        width: 500px;
    }
}

dt.factlisting {
    width: 200px;
}

.mobile-friendly-link {
    display: inline-block;
    margin: 1em 0;
}

#txtHint .warning,
.txtHint .warning {
    display: inline-block;
    margin-left: 8px;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.indent {
    margin-left: 30px;
}

.padded-table td {
    padding: 10px;
}


.product-detail-section .make-offer-btn {}

.maintext2,
.navigation {}


input.msus {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* ~~~~~~~~~~~~~ */

.disabled {
    position: relative
}

.disabled>div:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 1em;
}

.prdetails_newwrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.prdetails_container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 1mm;
}

@media (min-width:400px) {
    .prdetails_container {
        flex-direction: row;
    }
}