body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s,visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s,visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0,0,0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-video, .fancybox-iframe {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

    .fancybox-button, .fancybox-button:visited, .fancybox-button:link {
        color: #ccc
    }

        .fancybox-button:focus, .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default
        }

        .fancybox-button svg {
            display: block;
            overflow: visible;
            position: relative;
            shape-rendering: geometricPrecision
        }

            .fancybox-button svg path {
                fill: transparent;
                stroke: currentColor;
                stroke-linejoin: round;
                stroke-width: 3
            }

.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s,visibility 0s,color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

    .fancybox-close-small svg {
        fill: transparent;
        opacity: .8;
        stroke: currentColor;
        stroke-width: 1.5;
        transition: stroke .1s
    }

    .fancybox-close-small:focus {
        outline: none
    }

    .fancybox-close-small:hover svg {
        opacity: 1
    }

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

    .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
        background: 0 0;
        color: #fff
    }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

    .fancybox-caption:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1
    }

    .fancybox-caption:after {
        border-bottom: 1px solid rgba(255,255,255,.3);
        content: '';
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0
    }

    .fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline
        }

.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(100,100,100,.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:visited, .fancybox-share__button:link {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

    .fancybox-thumbs > ul > li:before {
        border: 4px solid #4ea7f9;
        bottom: 0;
        content: '';
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}
/*!
Theme Name: Butchers mark
Theme URI: http://butchersmark.com/
Author: Eleven11 Group
Author URI: http://eleven11group.com
Description: Custom WordPress theme for Butchers mark
Version:      1.0.0
*/




*, *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    outline: none;
    -webkit-overflow-scrolling: touch
}

html {
    overflow-x: hidden
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

.clear {
    clear: both
}

    .clear:after {
        content: "";
        display: block;
        clear: both
    }

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 30px
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

html, body.home, body.home .site {
    height: 100%
}

.home .site-content {
    height: 82vh;
    overflow: hidden
}

@media only screen and (max-width:1366px) {
    .home .site-content { height: calc(100vh - 120px) }
}

   


@media only screen and (max-width:992px) {
    .home .site-content {
        height: calc(100vh - 170px)
    }
}

@media only screen and (max-width:500px) {
    .home .site-content {
        height: calc(100vh - 150px)

    }
}

@media only screen and (min-width:993px) and (max-height:720px) {
    .home .site-content {
        height: 620px
    }
}

.home .hero-slider, .home .slick-list, .home .slick-track, .home .slick-slide, .home .hero-slider__thumbnail, .home .hero-slider__thumbnail img {
    height: 100% !important
}

@media only screen and (min-width:1367px) {
    .home .hero-slider, .home .slick-list, .home .slick-track, .home .slick-slide, .home .hero-slider__thumbnail, .home .hero-slider__thumbnail img {
        height: 100% !important
    }
}

@media only screen and (max-width:1366px) {
    .home .hero-slider, .home .slick-list {
        height: 100% !important
    }
}

.page-head {
    background: url(//butchersmark.com/wp-content/themes/butcher/images/gray-pattern.jpg) repeat top center;
    padding: 52px 0 0;
    box-shadow: 7px 16px 25px 1px rgba(0,0,0,.48);
    position: relative;
    z-index: 2
}

.page-head--home {
    position: absolute;
    top: -32px;
    left: 21px;
    width: 100%;
    z-index: 1;
    padding: 40px 40px 0;
    background: 0 0;
    box-shadow: none;
}

@media only screen and (max-width:992px) {
    .page-head--home {
        position: static
    }
}

@media only screen and (max-width:992px) {
    .page-head {
        background: url(//butchersmark.com/wp-content/themes/butcher/images/gray-pattern.jpg) no-repeat top center;
        height: 90px;
        padding: 40px 0 0
    }

        .page-head .logo-wrap {
            position: absolute;
            left: 30px;
            margin-left: 0;
            top: 6px;
            width: 126px
        }
}

@media only screen and (max-width:500px) {
    .page-head {
        height: 60px
    }

        .page-head .logo-wrap {
            width: 83px;
            left: 10px
        }
}

@media only screen and (max-width:992px) {
    .logged-in .page-head .logo-wrap {
        top: 10px
    }
}

@media only screen and (max-width:992px) {
    .logged-in.home .page-head .logo-wrap {
        top: 40px
    }
}

@media only screen and (max-width:768px) {
    .logged-in.home .page-head .logo-wrap {
        top: 50px
    }
}

.page-head__branding {
    display: none
}

.home .page-head__branding {
    display: block
}

@media only screen and (max-width:992px) {
    .home .page-head__branding {
        display: none
    }
}

.logo {
    display: block;
    width: 241px;
    height: 50px
}

    .logo img {
        width: 100%
    }

.hero-slider__content {
    width: 480px;
    position: absolute;
    z-index: 4;
    left: 15%;
    top: 50%;
    color: #fff;
    transform: translate(0,-50%);
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500
}

@media only screen and (max-width:1366px) and (min-height:800px) {
    .hero-slider__content {
        position: static;
        transform: translate(0,0);
        padding: 150px 60px;
        max-width: 60%;
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .hero-slider__content {
        font-size: 26px;
        font-size: 1.625rem;
        width: 100%;
        max-width: 600px
    }
}

@media only screen and (max-width:768px) {
    .hero-slider__content {
        padding: 70px 40px 70px
    }
}

@media only screen and (max-width:500px) {
    .hero-slider__content {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 50px 20px 50px
    }
}

@media all and (max-width:380px) {
    .hero-slider__content .btn {
        font-size: 16px;
        font-size: 1rem
    }
}

@media all and (max-width:320px) {
    .hero-slider__content .btn {
        font-size: 14px;
        font-size: .875rem
    }
}

.hero-slider__title {
    font-family: "Industry-Inc-Base",sans-serif;
    margin-bottom: 40px;
    color: #fff;
    font-size: 55px;
    font-size: 3.4375rem
}

@media only screen and (max-width:768px) {
    .hero-slider__title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media only screen and (max-width:500px) {
    .hero-slider__title {
        font-size: 35px;
        font-size: 2.1875rem
    }
}

@media all and (max-width:380px) {
    .hero-slider__title {
        margin-bottom: 20px
    }
}

@media all and (max-width:320px) {
    .hero-slider__title {
        font-size: 32px;
        font-size: 2rem
    }
}

.hero-slider__sub-title {
    font-size: 85px;
    font-size: 5.3125rem;
    color: #1c1617;
    position: relative;
    display: block
}

@media only screen and (max-width:768px) {
    .hero-slider__sub-title {
        font-size: 60px;
        font-size: 3.75rem
    }
}

@media only screen and (max-width:500px) {
    .hero-slider__sub-title {
        font-size: 65px;
        font-size: 4.0625rem
    }
}

.hero-slider__sub-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-top: 15px;
    letter-spacing: -3px
}

@media only screen and (max-width:768px) {
    .hero-slider__sub-title span {
        color: #ffc829;
        font-size: 60px;
        font-size: 3.75rem
    }
}

@media only screen and (max-width:500px) {
    .hero-slider__sub-title span {
        padding-top: 25px
    }
}

@media all and (max-width:380px) {
    .hero-slider__sub-title span {
        font-size: 50px;
        font-size: 3.125rem
    }
}

@media all and (max-width:320px) {
    .hero-slider__sub-title span {
        font-size: 38px;
        font-size: 2.375rem;
        padding-top: 10px
    }
}

.hero-slider__sub-title:before {
    content: "";
    background: url(/assets/img/white.png) no-repeat 0 0;
    width: 669px;
    height: 159px;
    display: block;
    position: absolute;
    top: -15px;
    left: -95px;
    z-index: 1
}

@media only screen and (max-width:768px) {
    .hero-slider__sub-title:before {
        display: none
    }
}

.hero-slider__sub-title:after {
    content: "";
    color: #fff;
    z-index: 2;
    position: relative
}

.hero-slider__description {
    max-width: 340px;
    line-height: 1.3
}

@media only screen and (max-width:992px) {
    .hero-slider__description {
        max-width: 100%;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media only screen and (max-width:500px) {
    .hero-slider__description {
        max-width: 90%
    }
}

@media only screen and (max-height:850px) {
    .hero-slider__description p {
        margin: 0 0 10px
    }
}

@media all and (max-width:320px) {
    .hero-slider__description {
        font-size: 16px;
        font-size: 1rem
    }
}

.hero-slider--2 .hero-slider__description {
    max-width: 410px
}

.hero-slider--2 .hero-slider__sub-title:after {
    color: #fff
}

.hero-slider--3 .hero-slider__title {
    margin-bottom: 15px;
    font-size: 48px;
    font-size: 3rem
}



@media only screen and (max-width:768px) {
    .hero-slider--3 .hero-slider__title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media only screen and (max-width:500px) {
    .hero-slider--3 .hero-slider__title {
        font-size: 35px;
        font-size: 2.1875rem
    }
}

.hero-slider--3 .hero-slider__sub-title {
    font-size: 85px;

}

@media only screen and (max-width:768px) {
    .hero-slider--3 .hero-slider__sub-title {
        font-size: 60px;
        font-size: 3.75rem
    }
}

@media only screen and (max-width:500px) {
    .hero-slider--3 .hero-slider__sub-title {
        font-size: 65px;
        font-size: 4.0625rem
    }
}

@media all and (max-width:320px) {
    .hero-slider--3 .hero-slider__sub-title {
        font-size: 32px;
        font-size: 2rem
    }
}

.hero-slider--3 .hero-slider__sub-title:before, .hero-slider--3 .hero-slider__sub-title:after {
    /*display: none*/
}

.hero-slider--3 .hero-slider__sub-title span {
    line-height: 65px
}

@media only screen and (max-width:768px) {
    .hero-slider--3 .hero-slider__sub-title span {
        line-height: 1
    }
}

.hero-slider--3 .hero-slider__description {
    color: #1e1e1e;
    max-width: 423px
}

.hero-slider--4 .hero-slider__title {
    font-size: 46px;
    font-size: 2.875rem
}

@media only screen and (max-width:768px) {
    .hero-slider--4 .hero-slider__title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media only screen and (max-width:500px) {
    .hero-slider--4 .hero-slider__title {
        font-size: 35px;
        font-size: 2.1875rem
    }
}
\
.hero-slider--4 .hero-slider__sub-title:before {
    background: url(../img/white.png) no-repeat 0 0;
    top: -6px
}

.hero-slider--4 .hero-slider__sub-title:after {
    color: #ffc829
}

.hero-slider--4 .hero-slider__sub-title span {
    padding-top: 5px;
    font-size: 108px;
    font-size: 6.75rem
}

@media only screen and (max-width:768px) {
    .hero-slider--4 .hero-slider__sub-title span {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1
    }
}

.hero-slider__content:before {
    background: rgba(0,0,0,.65);
    content: ' ';
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% + 200px);
    z-index: 1
}

@media screen and (max-width:767px) {
    .hero-slider__content:before {
        display: block
    }
}

.hero-slider__content .hero-slider__title, .hero-slider__content .hero-slider__description, .hero-slider__content .btn {
    position: relative;
    z-index: 2
}

@media screen and (max-width:767px) {
    .hero-slider__content .hero-slider__description {
        color: #fff
    }
}

@media screen and (max-width:767px) {
    .hero-slider__content {
        height: 100%;
        left: 0
    }
}

.btn {
    display: inline-block;
    padding: 18px 23px;
    background-color: #ffc829;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Industry-Inc-Base",sans-serif;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    transition: all .5s ease
}

    .btn:hover, .btn:active, .btn:focus {
        background-color: #000;
        color: #000
    }

.btn--primary {
    background-color: #ff8000;
    color: #000
}

    .btn--primary:after {
        content: ">>";
        padding-left: 10px;
        display: inline-block;
        color: #fff
    }

    .btn--primary:hover, .btn--primary:active, .btn--primary:focus {
        background-color: #1c1617;
        color: #ff8000;
    }

.btn--small {
    padding: 6px 15px;
    font-size: 13px;
    font-size: .8125rem
}

    .btn--small:after {
        padding-left: 5px
    }

.btn--hero-block {
    position: absolute;
    bottom: -10px;
    left: 0
}

@media only screen and (max-height:850px) {
    .btn--hero-block {
        bottom: 0
    }
}

@media only screen and (max-width:1366px),screen and (max-height:800px) {
    .btn--hero-block {
        position: static
    }
}

.logo-wrap {
    position: absolute;
    left: 50%;
    margin-left: -63px;
    top: 34px;
    width: 126px;
    z-index: 1;
    display: none
}

@media only screen and (max-width:992px) {
    .logo-wrap {
        display: block
    }
}

.home .page-footer .logo-wrap {
    top: -46px
}

button.slick-prev {
    position: absolute;
    left: 8%
}

@media only screen and (max-width:1366px),screen and (max-height:800px) {
    button.slick-prev {
        left: 2%
    }
}

button.slick-next {
    position: absolute;
    right: 8%
}

@media only screen and (max-width:1366px),screen and (max-height:800px) {
    button.slick-next {
        right: 2%
    }
}

button.slick-prev, button.slick-next {
    width: 20px;
    height: 65px;
    top: 48%;
    font-size: 0;
    outline: none
}

    button.slick-prev:before, button.slick-next:before {
        display: none
    }

@media only screen and (max-width:500px) {
    button.slick-prev, button.slick-next {
        display: none !important
    }
}

.slick-slider button.slick-prev {
    background: url(//butchersmark.com/wp-content/themes/butcher/images/light-arrow-left.svg) no-repeat 0 0
}

.slick-slider button.slick-next {
    background: url(//butchersmark.com/wp-content/themes/butcher/images/light-arrow-right.svg) no-repeat 0 0
}

body.nav-active {
    overflow: hidden;
    height: 100vh
}

.menu-icon-wrapper {
    position: relative;
    float: right;
    width: 75px;
    height: 75px;
    pointer-events: none;
    transition: .1s;
    z-index: 10;
    right: 80px;
    top: 20px
}

@media only screen and (max-width:768px) {
    .menu-icon-wrapper {
        right: 10px;
        top: 18px
    }
}

.menu-icon-wrapper.scaled {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.menu-icon-wrapper svg {
    position: absolute;
    top: -116px;
    left: -36px;
    -webkit-transform: scale(.15);
    -ms-transform: scale(.15);
    transform: scale(.15);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

    .menu-icon-wrapper svg path {
        stroke: #fff;
        stroke-width: 30px;
        fill: transparent
    }

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none
}

    .menu-icon-wrapper .menu-icon-trigger:hover, .menu-icon-wrapper .menu-icon-trigger:focus {
        outline: none
    }

.main-navigation {
    margin-bottom: 15px
}

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0
    }

        .main-navigation ul ul {
            padding-top: 30px;
            padding-bottom: 10px
        }

            .main-navigation ul ul li {
                margin-bottom: 10px
            }

                .main-navigation ul ul li:before {
                    content: ">";
                    color: #fff;
                    padding-right: 10px
                }

                .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
                    left: 100%
                }

            .main-navigation ul ul a {
                font-size: 20px;
                font-size: 1.25rem
            }

        .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
            left: auto;
            float: none
        }

    .main-navigation li {
        position: relative;
        width: 15%;
        margin-bottom: 5px;
        padding-right: 8px;
        margin-right: 8px
    }

        .main-navigation li:last-child {
            padding-right: 0
        }

            .main-navigation li:last-child a {
                border-right: none
            }

@media only screen and (max-width:1200px) {
    .main-navigation li {
        display: inline-block;
        float: none
    }
}

@media only screen and (max-width:992px) {
    .main-navigation li {
        display: block;
        max-width: 470px;
        margin: 0 auto;
        border-right: none;
        border-bottom: 5px dashed #ff8000;
        padding: 20px 0;
        width: 100%
    }
}

.main-navigation li.no-border a {
    border-right: 0
}

.main-navigation a {
    display: block;
    border-right: 2px dashed #ff8000;
    text-decoration: none;
    font-size: 21px;
    font-size: 1.3125rem;
    text-transform: uppercase;
    color: #1e1e1e;
    letter-spacing: 1px;
    position: relative;
    padding: 6px 15px;
    font-family: "DINPro-CondBold",sans-serif;
    transition: all .3s ease
}

    .main-navigation a:hover {
        background-color: #e2dcb3
    }

@media only screen and (max-width:1200px) {
    .main-navigation a {
        padding: 8px 12px
    }
}

@media only screen and (max-width:1100px) {
    .main-navigation a {
        font-size: 19px;
        padding: 8px
    }
}

@media screen and (max-width:992px) {
    .main-navigation a {
        border-right: 0
    }
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    background-color: #ff8000
}

.main-navigation--home {
    display: none
}

@media only screen and (max-width:992px) {
    .main-navigation {
        display: none
    }
}

.main-navigation.main-navigation--active {
    top: 0;
    visibility: visible
}

.menu-toggle, .main-navigation.toggled ul {
    display: block
}

#primary-menu {
    display: flex;
    max-width: 1125px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px
}

@media screen and (max-width:992px) {
    #primary-menu {
        display: block
    }
}

#primary-menu:after {
    content: '';
    display: table;
    clear: both
}

.main-navigation li.current-menu-item {
    border-bottom: none
}

.main-navigation li.logo-gap {
    padding-right: 250px;
    border-right: none
}

.page-head .main-navigation {
    margin-bottom: 0
}

.page-banner {
    min-height: 370px
}

.page-banner--small {
    min-height: 335px
}

.page-banner--overlay {
    position: relative
}

    .page-banner--overlay:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.88);
        position: absolute;
        left: 0;
        top: 0
    }

    .page-banner--overlay .container {
        position: relative
    }

.page-banner__heading {
    padding: 100px 0 60px;
    text-align: center
}

.page-banner__heading--small {
    padding: 90px 0 40px
}

.page-banner__title {
    font-size: 106px;
    font-size: 6.625rem;
    color: #ff8000;
    margin-bottom: 0;
    font-weight: 600;
 
}

.page-banner__title--fancy {
    position: relative;
    color: #1e1e1e;
    margin-bottom: 10px
}

    .page-banner__title--fancy:before {
        content: "";
        background: url(//butchersmark.com/wp-content/themes/butcher/images/fancy-bg.png) no-repeat 0 0;
        width: 669px;
        height: 159px;
        display: block;
        position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -310px;
        mix-blend-mode: multiply
    }

@media only screen and (max-width:768px) {
    .page-banner__title--fancy:before {
        display: none
    }
}

.page-banner__title--fancy span {
    color: inherit;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:768px) {
    .page-banner__title {
        font-size: 46px;
        font-size: 2.875rem
    }
}

.page-banner__sub-title {
    font-size: 47px;
    font-size: 2.9375rem;
    color: #fff;
    text-transform: uppercase;
    font-family: "DINPro-CondBold",sans-serif
}

    .page-banner__sub-title:after {
        content: ".";
        color: #ffc829;
        z-index: 2;
        position: relative
    }

.page-banner__sub-title--large {
    color: #2e2e2e;
    font-size: 62px;
    font-size: 3.875rem
}

@media only screen and (max-width:768px) {
    .page-banner__sub-title {
        font-size: 32px;
        font-size: 2rem
    }
}

@media only screen and (max-width:768px) {
    .page-banner {
        min-height: 280px
    }
}

.menu-toggle {
    width: 48px;
    height: 36px;
    top: 32px;
    position: absolute;
    right: 30px;
    cursor: pointer;
    display: none
}

@media only screen and (max-width:992px) {
    .menu-toggle {
        display: block
    }
}

@media only screen and (max-width:500px) {
    .menu-toggle {
        top: 16px;
        width: 36px;
        right: 10px
    }
}

@media only screen and (max-width:992px) {
    .logged-in .menu-toggle {
        top: 27px
    }
}

@media only screen and (max-width:500px) {
    .logged-in .menu-toggle {
        top: 16px
    }
}

@media only screen and (max-width:992px) {
    .logged-in.home .menu-toggle {
        top: 57px
    }
}

@media only screen and (max-width:768px) {
    .logged-in.home .menu-toggle {
        top: 72px
    }
}

@media only screen and (max-width:500px) {
    .logged-in.home .menu-toggle {
        top: 62px
    }
}

#lines {
    width: 48px;
    height: 36px;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

    #lines:before {
        font-family: "DINPro-CondBold",sans-serif;
        font-weight: 700;
        letter-spacing: 2.04px;
        color: #000;
        text-transform: uppercase;
        left: -122px;
        position: absolute;
        top: -8px;
        font-size: 50px;
        line-height: 1
    }

@media only screen and (max-width:500px) {
    #lines:before {
        font-size: 40px;
        font-size: 2.5rem;
        left: -92px
    }
}

@media only screen and (max-width:500px) {
    #lines {
        width: 36px
    }
}

#lines span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

    #lines span:nth-child(1) {
        top: 0;
        transform-origin: left center
    }

    #lines span:nth-child(2) {
        top: 15px;
        transform-origin: left center
    }

@media only screen and (max-width:500px) {
    #lines span:nth-child(2) {
        top: 11px
    }
}

#lines span:nth-child(3) {
    top: 30px;
    transform-origin: left center
}

@media only screen and (max-width:500px) {
    #lines span:nth-child(3) {
        top: 22px
    }
}

.mobile-nav-open #lines span:nth-child(1) {
    transform: rotate(42deg);
    top: -1px;
    left: 8px
}

.mobile-nav-open #lines span:nth-child(2) {
    width: 0;
    opacity: 0
}

.mobile-nav-open #lines span:nth-child(3) {
    transform: rotate(-42deg);
    top: 31px;
    left: 8px
}

@media only screen and (max-width:500px) {
    .mobile-nav-open #lines span:nth-child(3) {
        top: 23px
    }
}

@media only screen and (max-width:992px) {
    .mobile-nav-open {
        height: 100%;
        overflow: hidden
    }

        .mobile-nav-open .site {
            height: 100%
        }

        .mobile-nav-open .page-head {
            height: 100%;
            padding-top: 1px
        }

        .mobile-nav-open .main-navigation {
            margin-top: 22vh;
            overflow-y: scroll;
            height: 78vh;
            display: block
        }

            .mobile-nav-open .main-navigation li.current-menu-item {
                border-bottom: 5px dashed #ffc829
            }

            .mobile-nav-open .main-navigation li.logo-gap {
                padding-right: 0
            }

            .mobile-nav-open .main-navigation li:last-child {
                border-bottom: none
            }

            .mobile-nav-open .main-navigation a {
                font-size: 85px;
                font-size: 5.3125rem;
                font-size: 8vw;
                line-height: 1;
                padding: 10px 30px
            }

            .mobile-nav-open .main-navigation .menu-primary-menu-container:after {
                content: "";
                display: block;
                width: 100%;
                height: 142px;
                background: url(/assets/img/logo/logo_mobile.png) no-repeat center center
            }

    #primary-menu {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:768px) {
    .mobile-nav-open .main-navigation {
        margin-top: 20vh;
        height: 80vh
    }

    .mobile-nav-open .menu-primary-menu-container {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:768px) and (orientation:landscape) {
    .mobile-nav-open .main-navigation {
        margin-top: 44vh;
        height: 56vh
    }
}

@media only screen and (max-width:500px) {
    .page-head .logo-wrap .logo {
        width: 86px;
        height: 80px
    }

    .mobile-nav-open .main-navigation {
        margin-top: 20vh;
        height: 80vh
    }
}

.header--logo-link {
    margin-top: -40px
}

@media screen and (max-width:992px) {
    .header--logo-link {
        display: none !important
    }
}

.header--logo-link a {
    background: 0 0 !important;
    border-right: 0 !important;
    padding: 0
}

    .header--logo-link a:hover {
        background: 0 0
    }

.header--logo-link img {
    height: 4em;
    width: auto;
    margin-top: 0.7em;
}

.home .page-footer {
    height: 18vh;
    padding: 24px 0 0;
    z-index: 9999
}

    .home .page-footer > .text-center {
        /*display: none*/
    }

@media only screen and (max-width:992px) {
    .home .page-footer > .text-center {
        display: block
    }
}

@media all and (min-width:993px) {
    .home .page-footer {
        min-height: 120px
    }
}

@media all and (max-width:992px) {
    .home .page-footer {
        height: 80px
    }

        .home .page-footer .text-center {
            margin-top: 0
        }
}

@media all and (max-width:500px) {
    .home .page-footer {
        height: 96px
    }
}

@media all and (max-width:992px) {
    .page-footer .logo-wrap, .page-footer .main-navigation {
        display: none
    }
}

.page-footer {
    background: url(//butchersmark.com/wp-content/themes/butcher/images/gray-pattern.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    padding: 24px 0
}

    .page-footer > .text-center {
        margin-top: 30px
    }

@media all and (max-width:1366px) {
    .page-footer > .text-center {
        margin-top: 10px
    }
}

@media all and (max-width:992px) {
    .page-footer > .text-center {
        margin-top: 0
    }
}

@media all and (max-width:768px) {
    .page-footer {
        padding: 14px 0 0
    }
}

.logo-wrap .logo {
    width: 126px;
    height: 120px
}

.footer-navigation {
    display: inline-block;
    margin-right: 40px
}

@media all and (max-width:768px) {
    .footer-navigation {
        margin: 0 10px 10px
    }
}

.footer-navigation li {
    display: inline-block;
    margin: 0 35px
}

    .footer-navigation li a {
        font-size: 13px;
        font-size: .8125rem;
        color: #373737;
        font-family: "Industry-Inc-Base",sans-serif;
        text-decoration: none;
        transition: all .5s ease
    }

        .footer-navigation li a:hover {
            opacity: .6
        }

@media all and (max-width:768px) {
    .footer-navigation li a {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width:500px) {
    .footer-navigation li a {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media all and (max-width:992px) {
    .footer-navigation li {
        margin: 0 25px
    }
}

@media all and (max-width:768px) {
    .footer-navigation li:last-child {
        display: none
    }
}

@media all and (max-width:500px) {
    .footer-navigation li {
        margin: 0 15px
    }
}

.copyright {
    display: inline-block;
    font-size: 13px;
    font-size: .8125rem;
    color: #373737;
    font-family: "Industry-Inc-Base",sans-serif;
    margin-right: 20px
}

@media all and (max-width:768px) {
    .copyright {
        display: none
    }
}

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    vertical-align: middle;
    width: 1em
}

.social-navigation {
    display: inline-block
}

@media all and (max-width:768px) {
    .social-navigation {
        margin-bottom: 10px
    }
}

.social-navigation a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 0 7px
}

    .social-navigation a:hover {
        color: #ff8000
    }

.social-navigation .icon {
    height: 30px;
    width: 30px;
    top: auto;
    fill: currentColor
}

.popup-trigger {
    visibility: hidden;
    height: 0;
    font-size: 0;
    display: none
}

.subscription-form {
    background-color: #6a6a6a;
    padding: 70px 80px;
    color: #fff
}

@media all and (max-width:768px) {
    .subscription-form {
        padding: 60px 20px 40px;
        margin-left: 5px
    }
}

.subscription-form .gform_heading {
    margin-bottom: 45px
}

.subscription-form .gform_title {
    font-size: 34px;
    font-size: 2.125rem;
    color: #fff;
    margin-bottom: 25px
}

.subscription-form .gform_description {
    max-width: 420px;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    color: #e5e5e5;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin: 0 auto
}

.subscription-form .gfield {
    margin-bottom: 25px
}

.subscription-form .gfield_label {
    display: none
}

.subscription-form input.medium {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: "Industry-Inc-Base",sans-serif;
    color: #232323;
    padding: 15px 23px
}

.subscription-form .gform_footer:after {
    color: #ffc829
}

.subscription-form .gform_footer .gform_button {
    background-color: #333;
    color: #fff
}

    .subscription-form .gform_footer .gform_button:hover, .subscription-form .gform_footer .gform_button:focus {
        background-color: #000
    }

.subscription-form .btn-close {
    background: url(//butchersmark.com/wp-content/themes/butcher/images/close-btn.png) no-repeat 0 0;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 29px;
    height: 27px;
    text-indent: -999em;
    cursor: pointer
}

    .subscription-form .btn-close:hover {
        opacity: .5
    }

.subscription-form .gform_confirmation_message {
    color: #ffc829;
    border-color: #ffc829
}

.subscription-form ::-moz-placeholder {
    color: #232323;
    opacity: 1
}

.subscription-form :-ms-input-placeholder {
    color: #232323
}

.subscription-form ::-webkit-input-placeholder {
    color: #232323
}

.subscription-form .gfield_description.validation_message {
    text-align: left
}

.subscription-form .gfield_description.validation_message {
    color: #e65757
}

.subscription-form #gform_2 {
    text-align: center
}

.subscription-form .gform_footer {
    display: inline-block;
    float: none
}

.container {
    max-width: 1200px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto
}

.container--large {
    max-width: 1300px
}

.container--medium {
    max-width: 1070px
}

.container--small {
    max-width: 740px
}

body, button, input, select, textarea {
    color: #7a7a7a;
    font-family: "DINPro",sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Industry-Inc-Base",sans-serif;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 30px;
    color: #1e1e1e
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin: -22px 0 35px;
}

strong {
    font-family: "DINPro",sans-serif;
    font-weight: 700
}

h2 strong {
    font-family: "DINPro-CondBold",sans-serif
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #000
}

    a:hover {
        text-decoration: none;
        transition: all .4s ease
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        display: block;
        font-size: .875px;
        font-size: .0546875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

#content[tabindex="-1"]:focus {
    outline: 0
}

.clearfix:after {
    content: "";
    clear: both;
    display: table
}

.text-center {
    text-align: center
}

.entry-content {
    line-height: 1.5;
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #717171;
    max-width: 785px;
    margin: 0 auto
}

    .entry-content:empty {
        display: none
    }

    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        margin-top: 1rem;
        margin-bottom: 1rem;
        line-height: 1;
        color: #000
    }

        .entry-content h1 span, .entry-content h2 span, .entry-content h3 span, .entry-content h4 span, .entry-content h5 span, .entry-content h6 span {
            color: #000 !important
        }

    .entry-content h1 {
        font-size: 2.1875rem
    }

    .entry-content h2 {
        font-size: 1.75rem
    }

    .entry-content h3 {
        font-size: 1.5rem
    }

    .entry-content strong {
        font-weight: 700
    }

    .entry-content em {
        font-style: italic
    }

    .entry-content p {
        margin-bottom: 1.5em
    }

    .entry-content ol, .entry-content ul {
        margin-top: 2em;
        margin-bottom: 2em;
        padding-left: 1.5em
    }

    .entry-content ol {
        list-style-type: decimal;
        margin-left: 1.5rem
    }

    .entry-content ul {
        list-style-type: disc
    }

    .entry-content img {
        max-width: 100%;
        margin-bottom: .9em
    }

    .entry-content hr {
        height: 2px;
        background: #eee;
        margin: 2rem 0;
        border: none;
        border-bottom: 1px solid #ddd
    }

    .entry-content ol {
        padding-left: .5rem
    }

@media screen and (max-width:600px) {
    .entry-content .alignleft, .entry-content .alignright, .entry-content .aligncenter {
        float: none !important;
        display: block !important;
        margin: 0 auto !important
    }
}

.entry-content .alignleft {
    display: inline;
    float: left;
    margin-right: 1rem
}

.entry-content .alignright {
    display: inline;
    float: right;
    margin-left: 1rem
}

.entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.entry-content .assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    position: absolute !important
}

.entry-content .site-header img, .entry-content .entry-content img, .entry-content .comment-content img, .entry-content .widget img {
    max-width: 100%
}

.entry-content .site-header img, .entry-content .entry-content img, .entry-content img[class*=align], .entry-content img[class*=wp-image-] {
    height: auto
}

.entry-content .site-header img, .entry-content .entry-content img, .entry-content img.size-full {
    max-width: 100%;
    width: auto
}

    .entry-content .entry-content img.wp-smiley, .entry-content .comment-content img.wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0
    }

.entry-content .wp-caption {
    border: none;
    max-width: 100%;
    font-size: .9375rem;
    color: #969697;
    margin-bottom: 0
}

    .entry-content .wp-caption.aligncenter, .entry-content .wp-caption.alignleft, .entry-content .wp-caption.alignright {
        margin-bottom: 0
    }

    .entry-content .wp-caption img {
        display: block;
        margin: 1.2% auto 0;
        max-width: 98%
    }

.entry-content .wp-caption-text {
    text-align: center
}

.entry-content .wp-caption .wp-caption-text {
    margin: .8075em 0 0
}

.entry-content .site-content .gallery {
    margin-bottom: 1.5em
}

    .entry-content .site-content .gallery a img {
        border: none;
        height: auto;
        max-width: 90%
    }

    .entry-content .site-content .gallery dd {
        margin: 0
    }

.entry-content embed, .entry-content iframe, .entry-content object {
    max-width: 100%
}

.entry-content table {
    color: #333;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1rem 0
}

.entry-content td, .entry-content th {
    border: 1px solid transparent;
    height: 3rem;
    transition: all .3s;
    vertical-align: middle
}

.entry-content th {
    background: #dfdfdf;
    font-weight: 700
}

.entry-content td {
    background: #fafafa;
    text-align: center
}

.entry-content tr:nth-child(even) td {
    background: #f1f1f1
}

.entry-content tr:nth-child(odd) td {
    background: #fefefe
}

.entry-content tr td:hover {
    background: #666;
    color: #fff
}

.general-content {
    padding: 85px 0 65px
}

.wsp-container > ul {
    margin-bottom: 30px
}

.wsp-container > h2 {
    margin-bottom: 10px
}

.wsp-container .wsp-category-title {
    margin-bottom: 5px;
    display: block
}

.page-404 {
    padding: 90px 0;
    background: url(//butchersmark.com/wp-content/themes/butcher/images/whitebrick-bg.jpg) repeat 0 0
}

    .page-404 strong {
        color: #1e1e1e
    }

    .page-404 .btn--primary {
        margin: 0 20px 20px
    }

    .page-404 .page-title {
        font-size: 106px;
        font-size: 6.625rem;
        position: relative;
        color: #1e1e1e;
        margin-bottom: 20px
    }

        .page-404 .page-title span {
            position: relative;
            z-index: 2
        }

        .page-404 .page-title:before {
            content: "";
            background: url(//butchersmark.com/wp-content/themes/butcher/images/fancy-bg.png) no-repeat 0 0;
            width: 669px;
            height: 159px;
            display: block;
            position: absolute;
            top: -15px;
            left: 50%;
            z-index: 1;
            transform: translate(-50%,0);
            mix-blend-mode: multiply
        }

@media only screen and (max-width:768px) {
    .page-404 .page-title {
        font-size: 56px;
        font-size: 3.5rem
    }
}

.page-404 h4 {
    font-size: 62px;
    font-size: 3.875rem;
    font-family: "DINPro-CondBold",sans-serif;
    text-transform: uppercase;
    color: #2e2e2e;
    margin-bottom: 70px
}

@media only screen and (max-width:768px) {
    .page-404 h4 {
        font-size: 32px;
        font-size: 2rem
    }
}

.featured-block {
    height: 490px;
    color: #fff;
    position: relative;
    margin-bottom: 4px;
    overflow: hidden
}

    .featured-block:before {
        background: rgba(0,0,0,.5);
        content: ' ';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: calc(100% + 200px);
        z-index: 1
    }

.featured-block__details {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 9
}

@media only screen and (max-width:768px) {
    .featured-block__details {
        transform: translate(-50%,-50%);
        left: 50%;
        text-align: center
    }
}

.featured-block__title {
    font-size: 55px;
    font-size: 3.4375rem;
    margin-bottom: 0;
    color: #fff
}

@media only screen and (max-width:768px) {
    .featured-block__title {
        font-size: 32px;
        font-size: 2rem
    }
}

.featured-block__sub-title {
    font-size: 108px;
    font-size: 6.75rem;
    position: relative;
    color: #000;
    margin-bottom: 55px
}

@media only screen and (max-width:768px) {
    .featured-block__sub-title {
        font-size: 88px;
        font-size: 5.5rem;
        color: #fff
    }
}

.featured-block__sub-title span {
    position: relative;
    z-index: 2;
    letter-spacing: -3px
}

.featured-block__sub-title:before {
    content: "";
    background: url(//butchersmark.com/wp-content/themes/butcher/images/fancy-title-bg.png) no-repeat 0 0;
    width: 669px;
    height: 159px;
    display: block;
    position: absolute;
    top: -11px;
    left: -95px;
    z-index: 1
}

@media only screen and (max-width:768px) {
    .featured-block__sub-title:before {
        display: none
    }
}

.featured-block__sub-title:after {
    content: ".";
    color: #ffc829;
    z-index: 2;
    position: relative
}

.teaser-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 4px
}

.teaser-item {
    flex: 0 0 33.2%;
    height: 420px;
    position: relative
}

.teaser-item__details {
    text-align: center;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%)
}

@media only screen and (max-width:768px) {
    .teaser-item__details {
        width: 90%
    }
}

.teaser-item__title {
    font-size: 55px;
    font-size: 3.4375rem;
    margin-bottom: 3px;
    color: #fff
}

@media only screen and (max-width:360px) {
    .teaser-item__title {
        font-size: 46px;
        font-size: 2.875rem
    }
}

.teaser-item__short-desc {
    font-size: 16px;
    font-size: 1rem;
    color: #fff
}

.teaser-item .btn--primary {
    position: absolute;
    bottom: 43px;
    transform: translate(-50%,0);
    left: 50%;
    min-width: 220px
}

@media all and (max-width:992px) {
    .teaser-item {
        flex: 0 0 100%;
        border-bottom: 4px solid #fff
    }

        .teaser-item:last-child {
            border-bottom: none
        }
}

.subscription-form--three-col {
    padding: 40px 0;
    background-color: #232323
}

@media only screen and (max-width:768px) {
    .subscription-form--three-col {
        margin-left: 0
    }
}

.subscription-form--three-col #gform_2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width:992px) {
    .subscription-form--three-col #gform_2 {
        flex-direction: column
    }
}

.subscription-form--three-col .gform_heading {
    margin-bottom: 45px;
    flex: 0 1 auto;
    width: 31%;
    text-align: left;
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .subscription-form--three-col .gform_heading {
        margin-bottom: 20px;
        width: 60%;
        text-align: center
    }
}

@media only screen and (max-width:500px) {
    .subscription-form--three-col .gform_heading {
        width: 96%
    }
}

.subscription-form--three-col .gform_body {
    flex: 0 1 auto;
    width: 47%;
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .subscription-form--three-col .gform_body {
        margin-bottom: 20px;
        width: 60%
    }
}

@media only screen and (max-width:500px) {
    .subscription-form--three-col .gform_body {
        width: 96%
    }
}

.subscription-form--three-col .gform_footer {
    flex: 0 1 auto;
    width: 200px
}

.subscription-form--three-col .gform_title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px
}

.subscription-form--three-col .gform_description {
    max-width: 100%;
    text-align: left
}

@media only screen and (max-width:992px) {
    .subscription-form--three-col .gform_description {
        text-align: center
    }
}

.subscription-form--three-col .gfield {
    margin-bottom: 0
}

.intro-section {
    padding: 85px 0 95px;
    font-size: 14px;
    font-size: .875rem
}

@media only screen and (max-width:992px) {
    .intro-section {
        padding: 55px 0 35px
    }
}

.intro-section h2 {
    position: relative;
    margin-bottom: 17px
}

    .intro-section h2:after {
        content: "";
        width: 44px;
        border-bottom: 2px dashed #ffc829;
        display: block;
        height: 17px
    }

.intro-section .intro-section__thumbnail {
    width: 280px;
    float: right;
    margin-left: 50px;
    margin-top: -30px
}

    .intro-section .intro-section__thumbnail img {
        display: block
    }

@media only screen and (max-width:768px) {
    .intro-section .intro-section__thumbnail img {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .intro-section .intro-section__thumbnail {
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
    .intro-section .intro-section__thumbnail {
        margin-left: 0;
        float: left;
        margin-bottom: 20px;
        max-width: 70%
    }
}

.intro-section__content {
    overflow: hidden;
    width: calc(100% - 345px)
}

@media only screen and (max-width:768px) {
    .intro-section__content {
        width: 100%
    }
}

.intro-section p {
    margin: 0 0 20px
}

.intro-section .btn--primary {
    float: right
}

.accordion-section {
    padding: 50px 0 90px
}

.accordion-section--gray {
    background-color: #696969;
    color: #fff
}

.accordion-section__intro a {
    color: #ffc829;
    text-decoration: none
}

    .accordion-section__intro a:hover {
        text-decoration: underline
    }

.accordion-section h2 {
    color: #fff;
    margin-bottom: 10px
}

.accordion-section .accordion-header {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    margin-top: 65px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 25px;
    font-size: 1.5625rem
}

    .accordion-section .accordion-header:first-child {
        margin-top: 55px
    }

@media only screen and (max-width:768px) {
    .accordion-section .accordion-header:first-child {
        margin-top: 25px
    }
}

.accordion-section .accordion-header:after {
    content: "+";
    display: inline-block;
    padding-left: 15px;
    font-size: 30px;
    font-size: 1.875rem
}

.accordion-section .accordion-header.active:after {
    content: "-"
}

.job-list__item {
    padding: 20px 120px 20px 0;
    border-bottom: 1px dashed #ffc829;
    color: #ffc829;
    line-height: 30px;
    position: relative
}

    .job-list__item:after {
        content: "";
        clear: both;
        display: table
    }

    .job-list__item .btn {
        float: right;
        line-height: 1.4;
        position: absolute;
        right: 0;
        top: 26px
    }

.form-block {
    padding: 60px 0 100px
}

@media only screen and (max-width:768px) {
    .form-block {
        padding: 40px 0 50px
    }
}

.form-block__title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px
}

.form-block__thumbnail {
    width: 290px;
    float: left;
    margin-right: 30px;
    margin-top: 7px
}

@media only screen and (max-width:768px) {
    .form-block__thumbnail {
        display: none
    }
}

.form-block__details {
    overflow: hidden;
    padding-right: 20px
}

    .form-block__details > p {
        margin-bottom: 20px
    }

.validation_error {
    display: none
}

.gform_confirmation_message {
    padding: 20px;
    border: 1px dashed #4a964a;
    color: #4a964a;
    font-size: 18px;
    font-size: 1.125rem
}

.gfield {
    margin-bottom: 20px
}

.gfield_label {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px;
    display: block
}

.gfield .medium {
    border: solid 1px #696969;
    padding: 8px 15px;
    -webkit-appearance: none;
    width: 100%;
    color: #1e1e1e;
    transition: all .3s ease;
    border-radius: 0
}

    .gfield .medium.textarea {
        height: 195px
    }

    .gfield .medium:focus {
        box-shadow: 3px 5px 4px .25px rgba(0,0,0,.2)
    }

.gfield--half {
    width: 47%;
    margin-left: 3%;
    float: left
}

    .gfield--half:first-child {
        margin-left: 0;
        margin-right: 3%
    }

@media only screen and (max-width:500px) {
    .gfield--half {
        width: 100%;
        margin-left: 0
    }
}

.gfield_description.validation_message {
    font-size: 13px;
    color: #e02020
}

.gfield_error .medium {
    border: 1px solid #e02020
}

.gform_footer {
    float: right;
    position: relative
}

    .gform_footer:after {
        content: ">>";
        position: absolute;
        top: 17px;
        right: 18px;
        color: #fff;
        font-family: "Industry-Inc-Base",sans-serif;
        font-size: 20px;
        font-size: 1.25rem
    }

    .gform_footer .gform_button {
        display: inline-block;
        padding: 17px 49px 17px 23px;
        background-color: #ff8000;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Industry-Inc-Base",sans-serif;
        text-align: center;
        color: #000;
        font-size: 20px;
        font-size: 1.25rem;
        transition: all .5s ease;
        border: none;
        cursor: pointer;
        -webkit-appearance: none;
        border-radius: 0
    }

        .gform_footer .gform_button:hover, .gform_footer .gform_button:focus {
            background-color: #000;
            color: #ff8000
        }

    .gform_footer .gform_ajax_spinner {
        position: absolute;
        right: -20px;
        top: 20px
    }

.accordion-section {
    padding: 50px 0 90px
}

.accordion-section--light-gray {
    background-color: #f2f2f2;
    color: #fff;
    padding: 20px 0 70px
}

@media only screen and (max-width:768px) {
    .accordion-section--light-gray {
        padding: 20px 0 40px
    }
}

.accordion-section--light-gray .ui-accordion-content {
    margin-bottom: 20px
}

.accordion-section .accordion-header--large {
    font-size: 30px;
    font-size: 1.875rem;
    padding-bottom: 23px;
    margin-top: 80px;
    color: #1e1e1e;
    border-color: #1e1e1e
}

    .accordion-section .accordion-header--large:after {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 20px;
        margin-top: 5px;
        vertical-align: top
    }

    .accordion-section .accordion-header--large.active:after {
        content: "\2014";
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 18px
    }

@media only screen and (max-width:768px) {
    .accordion-section .accordion-header--large {
        margin-top: 40px
    }
}

@media only screen and (max-width:768px) {
    .accordion-section .accordion-header {
        margin-top: 35px
    }
}

@media only screen and (max-width:768px) {
    .accordion-section {
        padding-bottom: 50px
    }
}

.contact-block {
    max-width: 100%;
    margin-top: 27px;
    margin-bottom: 60px;
    min-height: 270px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
    font-size: 1.125rem
}

@media only screen and (max-width:900px) {
    .contact-block {
        flex-direction: column
    }
}

@media only screen and (max-width:992px) {
    .contact-block {
        font-size: 16px;
        font-size: 1rem
    }
}

.contact-block__photo {
    flex: 0 1 auto;
    width: 50%
}

@media only screen and (max-width:900px) {
    .contact-block__photo {
        min-height: 340px;
        background-position: 0 0 !important;
        flex: 1 1 auto;
        width: 100%
    }
}

.contact-block__general {
    flex: 0 1 auto;
    width: 24%;
    padding: 30px;
    background-color: #363636;
    position: relative
}

    .contact-block__general > h4 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 7px;
        color: #fff
    }

@media only screen and (max-width:992px) {
    .contact-block__general > h4 {
        font-size: 16px;
        font-size: 1rem
    }
}

.contact-block__general .contact-block__phone, .contact-block__general .contact-block__address {
    margin-top: 22px
}

    .contact-block__general .contact-block__phone + span, .contact-block__general .contact-block__address + span {
        display: block;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1rem
    }

    .contact-block__general .contact-block__phone + span {
        color: #ff8000
    }

.contact-block__general a[href^=tel] {
    color: #beac83;
    text-decoration: none
}

    .contact-block__general a[href^=tel]:hover {
        color: #c29000
    }

.contact-block__general:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #363636;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -30px
}

@media only screen and (max-width:900px) {
    .contact-block__general:before {
        display: none
    }
}

.contact-block__general:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ff8000;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px
}

@media only screen and (max-width:900px) {
    .contact-block__general:after {
        display: none
    }
}

@media only screen and (max-width:900px) {
    .contact-block__general {
        padding: 30px 30px 50px;
        flex: 1 1 auto;
        width: 100%
    }
}

.contact-block__operation {
    flex: 0 1 auto;
    width: 26%;
    padding: 32px;
    background-color: #5d5d5d;
    position: relative
}

    .contact-block__operation > h4 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 7px;
        color: #beac83
    }

@media only screen and (max-width:992px) {
    .contact-block__operation > h4 {
        font-size: 16px;
        font-size: 1rem
    }
}

@media only screen and (max-width:900px) {
    .contact-block__operation {
        flex: 1 1 auto;
        width: 100%
    }
}

.contact-block__notice {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: block;
    left: 0;
    background: #363636;
    font-family: "Industry-Inc-Base",sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    text-align: center;
    padding: 6px 0
}

.contact-block__direction {
    position: absolute;
    bottom: -30px;
    width: 150px;
    display: block;
    right: 0;
    background-color: #ff8000;
    font-family: "Industry-Inc-Base",sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    text-align: center;
    padding: 6px 0;
    color: #000;
    text-decoration: none;
    transition: all .3s ease
}

    .contact-block__direction:after {
        content: ">>";
        display: inline-block;
        padding-left: 5px;
        color: #fff
    }

    .contact-block__direction:hover {
        color: #ff8000;
        background-color: #000
    }

@media only screen and (max-width:900px) {
    .contact-block__direction {
        bottom: 0
    }
}

.operation-list__item {
    margin-bottom: 3px
}

.operation-list__time {
    color: #e2dcb3;
    float: right
}

.page-template-template-marinades {
    background: #fafaf8
}

.short-intro {
    font-size: 14px;
    font-size: .875rem;
    color: #1e1e1e;
    padding-top: 40px;
    font-weight: 500;
    line-height: 1.3
}

    .short-intro p {
        margin-bottom: 25px
    }

.featured-marinade {
    min-height: 280px;
    padding: 60px 30px 45px
}

.featured-marinade__badge {
    color: #1e1e1e;
    background-color: #ff8000;
    text-transform: uppercase;
    font-family: "Industry-Inc-Base",sans-serif;
    padding: 2px 28px 2px 8px;
    letter-spacing: 1.6px;
    margin-bottom: 7px;
    display: inline-block
}

.featured-marinade__title {
    color: #fff;
    font-size: 55px;
    font-size: 3.4375rem;
    width: 50%;
    padding-right: 30px
}

@media only screen and (max-width:992px) {
    .featured-marinade__title {
        width: 100%;
        padding-right: 0;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.featured-marinade__content {
    width: 100%;
    padding-left: 53%;
    color: #fff
}

@media only screen and (max-width:992px) {
    .featured-marinade__content {
        padding-left: 0
    }
}

#filters {
    margin-bottom: 20px
}

#options {
    background-color: #f2f2f2;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 45px
}

.option-set {
    display: inline-block;
    vertical-align: middle
}

    .option-set a {
        display: inline-block;
        margin-right: 30px;
        font-family: "DINPro-CondBold",sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        color: #1e1e1e;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        padding-left: 30px
    }

        .option-set a:before {
            content: "";
            display: block;
            width: 22px;
            height: 22px;
            position: absolute;
            left: 0;
            top: 3px
        }

        .option-set a.active {
            color: #fec73e
        }

        .option-set a#hot-spicy:before {
            background-color: #ff2929
        }

        .option-set a#mild:before {
            background-color: #35b816
        }

        .option-set a#medium:before {
            background-color: #ff9329
        }

        .option-set a#sweet-tangy:before {
            background-color: #b70c8d
        }

        .option-set a#very-spicy {
            padding-left: 74px
        }

            .option-set a#very-spicy:before {
                background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel3.png);
                background-size: 100% 100%;
                width: 68px
            }

        .option-set a#spicy {
            padding-left: 51px
        }

            .option-set a#spicy:before {
                background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel2.png);
                background-size: 100% 100%;
                width: 46px
            }

        .option-set a#somewhat-spicy:before {
            background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel1.png);
            background-size: 100% 100%;
            width: 21px
        }

@media only screen and (max-width:400px) {
    .option-set a {
        width: 100%;
        display: block;
        text-align: left
    }
}

#filter-container {
    text-align: center
}

.filter-title {
    font-size: 12px;
    font-size: .75rem;
    font-family: "DINPro-CondBold",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #4f4f4f;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    margin-bottom: 0
}

    .filter-title span {
        color: #7a7a7a
    }

@media only screen and (max-width:992px) {
    .filter-title {
        margin-right: 0
    }
}

.thumbnail__title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "DINPro-CondBold",sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px
}

    .thumbnail__title:before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-right: 10px;
        margin-top: -3px;
        vertical-align: middle
    }

    .thumbnail__title.hot-spicy:before, .thumbnail__title.hot:before {
        background-color: #ff2929
    }

    .thumbnail__title.mild:before {
        background-color: #35b816
    }

    .thumbnail__title.medium:before {
        background-color: #ff9329
    }

    .thumbnail__title.sweet-tangy:before {
        background-color: #b70c8d
    }

    .thumbnail__title.premium-selection:before {
        background-color: #7a7a7a
    }

    .thumbnail__title.very-spicy:before {
        background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel3.png);
        background-size: 100% 100%;
        width: 68px
    }

    .thumbnail__title.spicy:before {
        background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel2.png);
        background-size: 100% 100%;
        width: 46px
    }

    .thumbnail__title.somewhat-spicy:before {
        background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel1.png);
        background-size: 100% 100%;
        width: 21px
    }

.detail-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.detail-box__heading {
    font-size: 41px;
    font-size: 2.5625rem;
    color: #ffc829;
    border-right: 2px dashed #ffc829;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 30px;
    flex: 0 1 auto;
    width: 48%
}

@media only screen and (max-width:768px) {
    .detail-box__heading {
        width: 100%;
        font-size: 30px;
        font-size: 1.875rem;
        padding-right: 0;
        border-right: none
    }
}

.detail-box__content {
    flex: 0 1 auto;
    width: 48%;
    padding-left: 35px;
    color: #fff;
    line-height: 1.3
}

    .detail-box__content p {
        margin-bottom: 0
    }

@media only screen and (max-width:768px) {
    .detail-box__content {
        width: 100%;
        padding-left: 0
    }
}

.flavor-type {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: #7a7a7a;
    letter-spacing: 1.5px;
    margin-bottom: 12px
}

.cfa-block {
    position: relative
}

    .cfa-block:before {
        background: rgba(0,0,0,.65);
        content: ' ';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

.cfa-block__content {
    padding: 60px 0 40px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:992px) {
    .cfa-block__content {
        flex-direction: column
    }
}

.cfa-block__title {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    padding-left: 100px;
    background: url(//butchersmark.com/wp-content/themes/butcher/images/keep-quite.png) no-repeat 0 10px;
    min-height: 120px;
    flex: 0 1 auto;
    width: 72%;
    letter-spacing: -.5px
}

@media only screen and (max-width:768px) {
    .cfa-block__title {
        width: 100%;
        font-size: 32px;
        font-size: 2rem;
        padding-top: 120px;
        padding-left: 0;
        background-position: top center
    }
}

.cfa-block__action {
    flex: 0 1 auto;
    width: 28%
}

@media only screen and (max-width:768px) {
    .cfa-block__action {
        width: 300px
    }
}

.content-area {
    padding: 30px 0
}

.content-area__sidebar {
    width: 26.5%;
    float: left;
    margin-right: 2%
}

@media only screen and (max-width:768px) {
    .content-area__sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.content-area__primary {
    width: 71.5%;
    float: left;
    position: relative;
    min-height: 360px
}

@media only screen and (max-width:768px) {
    .content-area__primary {
        width: 100%
    }
}

.menu-filter__parent-menu {
    margin-bottom: 6px
}

.menu-filter__trigger {
    display: block;
    padding: 9px 45px 10px 17px;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "DINPro-CondBold",sans-serif;
    letter-spacing: .6px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #1e1e1e;
    position: relative;
    cursor: pointer;
    transition: background-color .5s linear 0s
}

    .menu-filter__trigger:after {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #ffc829;
        position: absolute;
        right: 30px;
        top: 14px;
        transition: transform .2s linear 0s
    }

    .menu-filter__trigger.is-open {
        background-color: #ffc829;
        border-bottom: 1px solid #fff;
        text-align: right;
        color: #1e1e1e
    }

        .menu-filter__trigger.is-open:after {
            right: 18px;
            transform: rotate(90deg);
            border-left-color: #1e1e1e;
            top: 16px
        }

@media only screen and (max-width:768px) {
    .menu-filter__trigger.is-open {
        text-align: left
    }
}

.menu-filter__toggle-box {
    display: none;
    padding: 17px 28px 30px;
    text-align: right;
    background-color: #1e1e1e;
    transition: background-color .3s linear 0s
}

    .menu-filter__toggle-box.is-open {
        background-color: #ffc829
    }

@media only screen and (max-width:992px) {
    .menu-filter__toggle-box {
        padding: 17px 10px 30px
    }
}

@media only screen and (max-width:768px) {
    .menu-filter__toggle-box {
        padding: 17px 30px 30px
    }
}

.menu-filter__item {
    font-size: 17px;
    font-size: 1.0625rem;
    text-transform: uppercase;
    font-family: "DINPro",sans-serif;
    font-weight: 700;
    padding: 5px 0 6px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    cursor: pointer
}

    .menu-filter__item:hover, .menu-filter__item.is-active {
        color: #1e1e1e
    }

    .menu-filter__item.is-active {
        margin-right: 0;
        font-weight: 900
    }

        .menu-filter__item.is-active:before {
            content: "";
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #000;
            display: inline-block;
            padding-right: 7px;
            margin-top: 4px;
            vertical-align: top
        }

@media only screen and (max-width:768px) {
    .menu-filter__item {
        text-align: left
    }
}

.menu__image-holder {
    font-size: 0;
    margin-bottom: 15px
}

.menu__title-block {
    background-color: #000;
    padding: 0 9px 3px;
    display: flex;
    align-items: center;
    margin-bottom: 33px
}

@media only screen and (max-width:768px) {
    .menu__title-block {
        flex-direction: column
    }
}

.menu__archive-title {
    font-size: 56px;
    font-size: 3.5rem;
    color: #ffc829;
    line-height: 1;
    margin-bottom: 0;
    width: 70%
}

@media only screen and (max-width:992px) {
    .menu__archive-title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

@media only screen and (max-width:768px) {
    .menu__archive-title {
        width: 100%
    }
}

.menu__grade {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 30%;
    text-align: right
}

@media only screen and (max-width:768px) {
    .menu__grade {
        width: 100%;
        text-align: left
    }
}

.dish__item {
    border-bottom: 1px solid #ffc829;
    margin-bottom: 30px
}

.dish__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "DINPro",sans-serif;
    font-weight: 700;
    margin-bottom: 8px
}

.dish__spice-level {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700
}

    .dish__spice-level.hot-spicy, .dish__spice-level.hot, .dish__spice-level.very-spicy {
        color: #ff2929
    }

    .dish__spice-level.mild {
        color: #35b816
    }

    .dish__spice-level.somewhat-spicy {
        color: #fec73e
    }

    .dish__spice-level.medium, .dish__spice-level.spicy {
        color: #ff9329
    }

    .dish__spice-level.sweet-tangy {
        color: #b70c8d
    }

    .dish__spice-level:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 7px;
        margin-top: -3px;
        vertical-align: middle;
        background-color: #7a7a7a
    }

    .dish__spice-level.hot-spicy:before, .dish__spice-level.hot:before {
        background-color: #ff2929
    }

    .dish__spice-level.mild:before {
        background-color: #35b816
    }

    .dish__spice-level.medium:before {
        background-color: #ff9329
    }

    .dish__spice-level.sweet-tangy:before {
        background-color: #b70c8d
    }

    .dish__spice-level.premium-selection:before {
        background-color: #7a7a7a
    }

    .dish__spice-level.very-spicy:before {
        background-color: transparent;
        background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel3.png);
        background-size: 100% 100%;
        height: 15px;
        width: 46px
    }

    .dish__spice-level.spicy:before {
        background-color: transparent;
        background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel2.png);
        background-size: 100% 100%;
        height: 15px;
        width: 31px
    }

    .dish__spice-level.somewhat-spicy:before {
        background-color: transparent;
        background-image: url(//butchersmark.com/wp-content/themes/butcher/images/SPICElevel1.png);
        background-size: 100% 100%;
        height: 15px;
        width: 14px
    }

.dish__intro {
    font-size: 14px;
    font-size: .875rem;
    color: #1e1e1e;
    line-height: 1.3
}

    .dish__intro p {
        margin-bottom: 25px
    }

.dish__weight {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    color: #1e1e1e;
    margin-bottom: 28px
}

.filter-loading {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

    .filter-loading img {
        width: 150px
    }

.page-template-template-our-meats .site {
    background: url(/wp-content/uploads/2018/05/whitebrick-bg.jpg) no-repeat 0 0;
    background-size: cover
}

.content-box {
    padding: 30px 85px 50px;
    margin-bottom: 50px
}

@media only screen and (max-width:768px) {
    .content-box {
        padding: 30px 15px 50px
    }
}

.content-box--white {
    background-color: #fff
}

.content-box__intro {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    color: #1e1e1e;
    font-weight: 500
}

    .content-box__intro p {
        margin-bottom: 25px
    }

.content-box__instruction {
    font-family: "DINPro-CondBold",sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a7a7a;
    letter-spacing: 3.6px;
    display: block;
    text-align: center
}

.tab__image-holder {
    min-height: 160px;
    padding: 60px 0 50px;
    margin-bottom: 25px;
    position: relative
}

    .tab__image-holder:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(21,20,20,.43);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }

.tab__title {
    color: #fff;
    margin-bottom: 0;
    z-index: 2;
    position: relative
}

.tab__content {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    color: #202020;
    max-width: 633px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.3
}

    .tab__content .btn {
        float: right
    }

.tab__logo-block {
    float: left
}

@media only screen and (max-width:768px) {
    .tab__logo-block {
        margin-bottom: 30px
    }
}

.tab__logo-label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    font-family: "DINPro-CondBold",sans-serif;
    letter-spacing: 2.4px;
    color: #7a7a7a;
    margin-bottom: 10px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(//butchersmark.com/wp-content/themes/butcher/css/libs/slick-slider/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(//butchersmark.com/wp-content/themes/butcher/css/libs/slick-slider/fonts/slick.eot);
    src: url(//butchersmark.com/wp-content/themes/butcher/css/libs/slick-slider/fonts/slick.eot?#iefix) format("embedded-opentype"),url(//butchersmark.com/wp-content/themes/butcher/css/libs/slick-slider/fonts/slick.woff) format("woff"),url(//butchersmark.com/wp-content/themes/butcher/css/libs/slick-slider/fonts/slick.ttf) format("truetype"),url(//butchersmark.com/wp-content/themes/butcher/css/libs/slick-slider/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        background: 0 0;
        color: transparent
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.gallery-items {
    font-size: 0
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease
}

.gallery-expander {
    background: url(//butchersmark.com/wp-content/themes/butcher/images/dark-pattern.png) no-repeat 0 0;
    background-size: cover;
    box-shadow: 0 16px 25px 1px rgba(0,0,0,.48) inset;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease
}

.gallery-contents {
    position: relative
}

    .gallery-contents:after {
        display: block;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -30px;
        width: 0;
        height: 0;
        content: '';
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom-style: solid;
        border-bottom-width: 0;
        -webkit-transition: border-bottom-width .5s ease;
        -o-transition: border-bottom-width .5s ease;
        transition: border-bottom-width .5s ease
    }

.gallery-item.active .gallery-contents:after {
    border-bottom-width: 30px
}

.gallery-item {
    text-align: left;
    font-size: 14px;
    margin: 0 30px;
    padding: 10px 0;
    line-height: 1.8
}

    .gallery-item.active {
        margin: 0 30px 20px
    }

    .gallery-item .thumbnail {
        position: relative;
        width: 280px;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
        padding-bottom: 30px
    }

        .gallery-item .thumbnail img {
            width: 100%
        }

    .gallery-item .title {
        text-align: center;
        margin-top: 20px;
        padding-bottom: 20px
    }

.gallery-contents:after {
    border-bottom-color: #1b1a1a
}

.gallery-expander-contents {
    padding: 50px 0 40px
}

@media (min-width:640px) and (max-width:999px) {
    .gallery-expander-contents {
        width: 640px
    }
}

@media (max-width:639px) {
    .gallery-expander-contents {
        width: 100%
    }
}

.gallery-expander-contents:after {
    clear: both;
    display: table;
    content: ''
}

.gallery-expander-contents > div.col {
    float: left;
    width: 480px
}

@media (min-width:640px) and (max-width:999px) {
    .gallery-expander-contents > div.col {
        width: 310px
    }
}

@media (max-width:639px) {
    .gallery-expander-contents > div.col {
        float: none;
        padding: 25px 20px 0;
        width: auto
    }
}

.gallery-expander-contents > div.col + div.col {
    margin-left: 40px
}

@media (min-width:640px) and (max-width:999px) {
    .gallery-expander-contents > div.col + div.col {
        margin-left: 20px
    }
}

@media (max-width:639px) {
    .gallery-expander-contents > div.col + div.col {
        margin-left: 0
    }
}

.gallery-expander-contents div.close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    height: 43px;
    overflow: hidden;
    display: none
}

    .gallery-expander-contents div.close:before {
        content: "\f057";
        font-family: 'FontAwesome';
        display: block;
        font-size: 27px;
        color: #2e3033
    }

.gallery-expander-contents div.title {
    font-weight: 500;
    color: #d28a3c
}

.gallery-expander-contents div.contents {
    margin-top: 10px;
    border-top: 1px solid #bcb098;
    border-bottom: 1px solid #bcb098;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: #797262
}

.gallery-expander-contents div.image > img {
    width: 100%;
    display: block
}

#HorizontalTab {
    text-align: center
}

ul.resp-tabs-list {
    border-top: 2px dashed #ffc829;
    padding-top: 17px;
    margin-top: 17px;
    text-align: center;
    display: inline-block
}

.resp-tabs-list li {
    font-weight: 400;
    display: inline-block;
    padding: 3px 16px 5px;
    margin: 0 55px 0 0;
    list-style: none;
    cursor: pointer;
    background: 0 0 !important;
    font-family: "Industry-Inc-Base",sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    color: #1e1e1e
}

    .resp-tabs-list li.resp-tab-active {
        background-color: #ffc829 !important;
        color: #fff
    }

    .resp-tabs-list li:last-child {
        margin-right: 0
    }

.resp-tabs-container {
    padding: 30px 0 0;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 25px
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: solid 2px #ffc829
}

@media only screen and (max-width:768px) {
    .resp-tab-content {
        border: solid 1px #ffc829 !important
    }
}

h2.resp-accordion {
    font-size: 18px;
    font-size: 1.125rem;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

@media only screen and (max-width:768px) {
    h2.resp-tab-active {
        background: #ffc829 !important;
        border-color: #ffc829 !important
    }
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5ab1d0 !important;
    border-left: 4px solid #5ab1d0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #fff solid !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #1e1e1e
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #1e1e1e
}

h2.resp-tab-active {
    background: #dbdbdb
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1
    }

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
[data-animate-css] {
    visibility: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

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

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

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

@-webkit-keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

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

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

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

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

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

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

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

@keyframes rollOut {
    from {
        opacity: 1
    }

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

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





.responsive {
    margin-top: -1.4em;
    margin-left: -2em;
}

.responsive-1 {
    margin-top: -15em;
    margin-left: 23em;
}

.responsive-2 {
    margin-top: 3.6em;
    margin-left: -2em;
}

.responsive-3 {
    margin-top: -15.1em;
    margin-left: 23em;
}

.responsive-4 {
    margin-top: -9.4em;
    margin-left: 35em;
}

@media only screen and (min-width:1366px) {


    .fotoloja {
        width: 33% !important;
        display: inline-block;
        margin-top: 3em;
    }


}
@media only screen and (max-width:1365px) {
    .fotoloja {
        width: 100%;
        display: inline-block;
    }

 
   

    .responsive {
        margin-top: -1.4em;
        margin-left: -2em;
    }

    .responsive-1 {
        margin-top: -15em;
        margin-left: 23em;
    }

    .responsive-2 {
        margin-top: 3.6em;
        margin-left: -2em;
    }

    .responsive-3 {
        margin-top: -15.1em;
        margin-left: 23em;
    }

    .responsive-4 {
        margin-top: -9.4em;
        margin-left: 35em;
    }
}

@media only screen and (max-width:992px) {
    .fotoloja {
        width: 100%;
        display: inline-block;
    }

   
    .responsive {
        margin-top: -2.4em;
        margin-left: 1em;
    }

    .responsive-1 {
        margin-top: -15em;
        margin-left: 23em;
    }

    .responsive-2 {
        margin-top: 3.6em;
        margin-left: 1em;
    }

    .responsive-3 {
        margin-top: -15.1em;
        margin-left: 23em;
    }

    .responsive-4 {
        margin-top: -9.4em;
        margin-left: 35em;
    }
}

@media only screen and (max-width:500px) {
    .fotoloja {
        width: 100%;
        display: inline-block;
    }


    .responsive {
        margin-top: -3em;
        margin-left: 1.4em;
    }

    .responsive-1 {
        margin-top: 2em;
        margin-left: 1.4em;
    }

    .responsive-2 {
        margin-top: 2.6em;
        margin-left: 1.4em;
    }

    .responsive-3 {
        margin-top: 2.9em;
        margin-left: 1.4em;
    }

    .responsive-4 {
        margin-top: -9.4em;
        margin-left: 35em;
    }
}

@media only screen and (min-width:993px) and (max-height:720px) {
    .fotoloja {
        width: 50%;
        display: inline-block;
    }
    
    .responsive {
        margin-top: -1.4em;
        margin-left: -2em;
    }

    .responsive-1 {
        margin-top: -15em;
        margin-left: 23em;
    }

    .responsive-2 {
        margin-top: 3.6em;
        margin-left: -2em;
    }

    .responsive-3 {
        margin-top: -15.1em;
        margin-left: 23em;
    }

    .responsive-4 {
        margin-top: -9.4em;
        margin-left: 35em;
    }
}

/*FLIP CARD*/
body {
    font-family: Arial, Helvetica, sans-serif;
}

.flip-card {
    background-color: transparent;
          
    height: auto;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1.5s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
    z-index: 2;
}

.flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
}

/*FLIP CARD*/
