img, legend {
    border: 0
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.cf:after, .slick-track:after {
    clear: both
}

#searchArea input[type=text]:focus, .slick-list:focus, a:active, a:hover {
    outline: 0
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*, :after, :before {
    box-sizing: inherit
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    padding: 0
}

textarea {
    overflow: auto
}

.sfInlineEditingPageMenu {
    z-index: 9999 !important
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -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 {
    top: 0;
    left: 0
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.util-mobile .util-links, [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-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.2
 * @url https://github.com/feimosi/baguetteBox.js
 */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

    #baguetteBox-overlay.visible {
        opacity: 1
    }

    #baguetteBox-overlay .full-image {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center
    }

        #baguetteBox-overlay .full-image figure {
            margin: 0
        }

        #baguetteBox-overlay .full-image img {
            display: inline-block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
            -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6)
        }

        #baguetteBox-overlay .full-image figcaption {
            display: block;
            position: absolute;
            width: 100%;
            line-height: 1.8;
            white-space: normal;
            background-color: #000;
            background-color: rgba(0,0,0,.6);
            font-family: sans-serif
        }

        #baguetteBox-overlay .full-image:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px
        }

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,-moz-transform .4s ease;
    transition: left .4s ease,transform .4s ease
}

    #baguetteBox-slider.bounce-from-right {
        -webkit-animation: bounceFromRight .4s ease-out;
        animation: bounceFromRight .4s ease-out
    }

    #baguetteBox-slider.bounce-from-left {
        -webkit-animation: bounceFromLeft .4s ease-out;
        animation: bounceFromLeft .4s ease-out
    }

@-webkit-keyframes bounceFromRight {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50,50,50,.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.quotes-author, cite, dfn, em, i {
    font-style: italic
}

.baguetteBox-button:hover {
    background-color: rgba(50,50,50,.9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -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,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-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,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0%,100% {
        -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)
    }
}

@keyframes pulse {
    0%,100% {
        -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)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0%,100% {
        -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)
    }
}

@keyframes rubberBand {
    0%,100% {
        -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)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0%,100% {
        -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)
    }
}

@keyframes tada {
    0%,100% {
        -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)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0%,100% {
        -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)
    }
}

@keyframes wobble {
    0%,100% {
        -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)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -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,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-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,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

.fadeIn, .tabs.ready {
    -webkit-animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY, .flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.element-invisible {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px)
}

.cf:after {
    content: "";
    display: table
}

body, button, input, select, textarea {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

@media(min-width:768px) {
    body, button, input, select, textarea {
        font-size: 16px;
        line-height: 1.5714
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    clear: both
}

h2, h3, h4, h5, h6 {
    line-height: 1.25em;
    font-weight: 600;
    margin-bottom: .85em;
    color: #fff
}

h1 {
    font-size: 25px;
    line-height: 1.25em;
    color: #febd15;
    margin-bottom: .78em
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4, h5, h6 {
    font-size: 16px
}

@media(min-width:768px) {
    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 20px
    }

    h4, h5, h6 {
        font-size: 18px
    }
}

p {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.c-w1 ol, .c-w1 ul {
    margin: 1em 0;
    padding: 0 0 0 1em
}

    .c-w1 ul li {
        margin-bottom: .25em;
        list-style: disc
    }

    .c-w1 ol li {
        margin-bottom: .25em;
        list-style: decimal
    }

img {
    max-width: 100%;
    height: auto
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

.sfCheckListBox input, .sfRadioList input {
    margin-right: 20px
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

#util, #main, #footer {
    overflow: hidden
}
#main, #footer{
    width:100%;
}

code, kbd, tt, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins, mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

input[type=text], select {
    height: 40px;
    color: #000;
    padding: 0 10px
}

.sfCheckListBox label:before, .sfRadioList label:before {
    content: '';
    left: -36px;
    width: 20px;
    height: 20px
}

.sfRadioList label {
    position: relative
}

    .sfRadioList label:before {
        position: absolute;
        top: 3px;
        display: block;
        background: url(/img/radio-button.png) 0 -49px no-repeat
    }

.sfRadioList input:checked + label:before {
    background-position: -1px 1px
}

.sfCheckListBox label {
    position: relative;
    display: inline-block
}

    .sfCheckListBox label:before {
        position: absolute;
        top: 1px;
        display: block;
        background: url(/img/checkbox.png) 0 -42px no-repeat
    }

.section-inner:after, .util-links ul:after {
    content: "";
    clear: both
}

.sfCheckListBox input:checked + label:before {
    background-position: 0 0
}

input[type=submit] {
    display: block;
    width: 100%;
    height: 60px;
    color: #333;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    background: #febd15;
    border: none;
    transition: all .5s
}

.vcenter, body, html {
    height: 100%
}

input[type=submit]:hover {
    color: #fff;
    background: #333
}

a {
    color: #0072c6;
    text-decoration: none
}

#util, .util-text a {
    color: #fff
}

a:active, a:focus, a:hover {
    text-decoration: none
}

body {
    background: #001937;
    min-height: 500px
}

@media(min-width:768px) {
    body {
        background: url(../img/body-bg.jpg) center top no-repeat fixed #000
    }

        body.commercial {
            background: url(../img/body-bg-commercial.jpg) center top no-repeat fixed #000
        }
}

#wrapper {
    position: relative;
    width: 100%;
    z-index: 999
}

@media screen and (min-width:767px) {
    body {
        background-color: #000
    }

    #wrapper {
        min-width: 960px;
        margin: auto
    }

    .overlay-decoration {
        left: 0;
        position: fixed;
        right: 0;
        top: 76px;
        bottom: 0;
        background-image: url(../img/bokeh.png);
        background-repeat: no-repeat
    }

    body.commercial .overlay-decoration {
        background: 0 0
    }
}

.section-inner {
    position: relative;
    padding: 0 20px
}

    .section-inner:after {
        display: table
    }

@media screen and (min-width:767px) {
    .section-inner {
        width: 960px;
        margin: auto;
        padding: 0 10px
    }

    #main {
        min-height: 700px
    }
}

@media screen and (max-width:767px) {
    .mobile-h {
        display: none;
        visibility: hidden;
        speak: none
    }
}

@media screen and (min-width:768px) {
    .desktop-h {
        display: none;
        visibility: hidden;
        speak: none
    }
}

.vcenter {
    display: table;
    width: 100%;
    table-layout: fixed
}

    .vcenter > div {
        display: table-cell;
        vertical-align: middle
    }

#header {
    z-index: 800;
}
@media screen and (max-width: 767px){
    #header {
        position: -webkit-sticky;
        position: sticky;
        top:0;
    }
}


.h-w1 {
    background: url(../img/body-bg-top-mobile.jpg) center bottom no-repeat #082930;
    background-size: cover
}

.section-inner.h-w2 {
    height: 120px;
    padding-top: 40px;
    position: relative;
    z-index: 20
}

.header-overlay{
    display: none;
}

@media screen and (max-width:767px){
    .activate-nav .h-w2.section-inner .header-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.88);
        display: block;
    }
}

@media(min-width:768px) {
    .h-w1 {
        position: relative;
        z-index: 999;
        background: url(../img/header-fade.png) repeat-x
    }

        .h-w1:before {
            content: "";
            background: #000;
            height: 36px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: 10
        }

    .section-inner.h-w2 {
        height: 176px;
        padding-top: 56px
    }
}

#logo {
    position: absolute;
    left:20px;
    max-width: 140px;
    top: 50px;
}

    #logo img {
        max-width: 100%;
        vertical-align: middle
    }

    #btn-quote-mobile{
        color: #001937;
        font-size: 12px;
        font-weight: 700;
        padding: 10px 12px;
        line-height: 1;
        display: inline-block;
        -webkit-transition: .2s background ease-out;
        transition: .2s background ease-out;
        background: #ffb900;
        border-radius: 5px;
        text-align: left;
        position: relative;
        text-transform: uppercase;
        position: absolute;
        right:20px;
        top:65px;
    }
    @media screen and (min-width:768px) {
        #btn-quote-mobile{
            display: none;
        }
    }


#util {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    height: 40px;
    line-height: 40px;
    font-size: 13px
}

.util-wrapper {
    position: relative;
    height: 40px;
    padding: 0 0 0 20px;
}

.util-mobile-line {
    display: inline-block;
}

#util .goog-te-gadget-simple {
    border: none;
    background: 0 0;
}

#util img, .googletranslate img {
    display: none !important;
}

#header .goog-te-gadget-simple .goog-te-menu-value {
    color: #AAAAB9;
}

#header .goog-te-gadget-simple span {
    border: none !important;
    color: #ffffff !important;
}

    #header .goog-te-gadget-simple span:first-child {
        position: relative;
        left: -6px;
    }

.goog-te-menu2-item {
    background: #000;
}

.util-mobile {
    display: block;
}

    .util-mobile a {
        color: #fff;
    }

.util-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #4d4d4d;
}

    .util-links ul:after {
        display: table;
    }

.util-links li {
    float: left;
    border-left: 1px solid #4d4d4d;
}

.activate-nav .util-links li {
    border-color: transparent;
}

.util-links a {
    color: #aaaab9;
    padding: 0 13px;
    text-transform: capitalize;
    display: block;
    -webkit-transition: .2s background-color ease-out;
    transition: .2s background-color ease-out
}

    .util-links a:active, .util-links a:focus, .util-links a:hover {
        background-color: #2f2f2f;
        color: #fff
    }

@media(max-width:767px) {
    .util-wrapper > .util-links {
        display: none;
        visibility: hidden;
        speak: none
    }
}

@media(min-width:768px) {
    #logo {
        max-width: 268px;
        margin: 0;
        top: -2px;
        position: static;
    }

    #util, .util-wrapper {
        height: 36px
    }

    .util-mobile {
        display: none;
        visibility: hidden;
        speak: none
    }

    #util .googletranslate, .util-links .sfContentBlock {
        display: inline-block;
        vertical-align: top
    }

    .util-text {
        float: left
    }

    .util-links {
        float: right;
        background: #000
    }

    #util .googletranslate {
        border-left: 1px solid #4d4d4d
    }
}

.trigger-home, .trigger-search, .util-links .trigger-menu {
    text-indent: 400%;
    overflow: hidden;
    white-space: nowrap;
    width: 38px
}

@media screen and (min-width:768px) {
    .util-links .trigger-home {
        background: url(../img/icon-home.png) center 0 no-repeat
    }

    .util-links a.trigger-home:active, .util-links a.trigger-home:focus, .util-links a.trigger-home:hover {
        background: url(../img/icon-home.png) center -36px no-repeat #2f2f2f
    }

    .util-links .trigger-search {
        background: url(../img/icon-search.png) center 0 no-repeat
    }

    .util-links a.trigger-search:active, .util-links a.trigger-search:focus, .util-links a.trigger-search:hover {
        background-position: center -36px;
        background-color: #2f2f2f
    }

    .activate-search .trigger-search {
        background-position: center -72px !important;
        background-color: #2f2f2f;
        -webkit-transition: .2s background ease-out;
        transition: .2s background ease-out
    }
}

.util-mobile .util-links .trigger-search {
    background: url(../img/icon-search-mobile.png) center 0 no-repeat #2d2d2d;
    -webkit-background-size: contain;
    background-size: contain
}

    .util-mobile .util-links .trigger-search:active, .util-mobile .util-links .trigger-search:focus, .util-mobile .util-links .trigger-search:hover {
        background-color: #2d2d2d
    }

.activate-search .util-mobile .util-links .trigger-search {
    background: url(../img/icon-close-mobile.png) center 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.util-links .trigger-menu {
    background: url(../img/icon-menu-mobile.png) center 0 no-repeat #2d2d2d;
    -webkit-background-size: contain;
    background-size: contain
}

.activate-nav .util-links .trigger-menu {
    background: url(../img/icon-close-mobile.png) center 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.activate-search .util-links .trigger-menu {
    opacity: 0
}

@media screen and (max-width:767px) {
    #navsection {
        width: 300px;
        position: fixed;
        overflow: hidden;
        top: 20px;
        right: -300px;
        z-index: 300
    }

    .no-boxshadow #navsection {
        border-right: 2px solid #ccc
    }

    .csstransforms3d.csstransitions #navsection {
        filter: alpha(Opacity=70);
        opacity: .7;
        -webkit-transition: opacity .3s .1s,-webkit-transform .5s ease;
        -webkit-transition-delay: ease,0s;
        -moz-transition: opacity .3s .1s ease,-moz-transform .5s ease;
        -o-transition: opacity .3s .1s ease,-o-transform .5s ease;
        transition: opacity .3s .1s ease,transform .5s ease;
        -webkit-transform: translate3d(0,0,0) scale3d(.9,.9,.9);
        -moz-transform: translate3d(0,0,0) scale3d(.9,.9,.9);
        -ms-transform: translate3d(0,0,0) scale3d(.9,.9,.9);
        -o-transform: translate3d(0,0,0) scale3d(.9,.9,.9);
        transform: translate3d(0,0,0) scale3d(.9,.9,.9);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    .activate-nav #navsection {
        right: 0
    }

    .csstransforms3d.csstransitions .activate-nav #navsection {
        right: -300px;
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .activate-nav .trigger-search, .activate-nav .util-mobile-line {
        display: none
    }

    #mainnav li, .no-js #mainnav .active > ul {
        display: block
    }

    .activate-search .util-mobile-line {
        opacity: 0
    }

    .navblock {
        overflow: auto;
        height: 100%;
        background: #000
    }

    #mainnav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        clear: both
    }

        #mainnav ul.navlevel-2 > li, #mainnav ul.navlevel-3 > li {
            margin-bottom: 5px
        }

    #mainnav li {
        position: relative
    }

    #mainnav .navlevel-1 > li > a {
        font-size: 20px;
        color: #fff;
        line-height: 1.1;
        text-transform: uppercase;
        padding: 5px 20px 6px;
        font-weight: 700;
        display: block;
        position: relative;
        -webkit-transition: .2s background-color ease-out;
        transition: .2s background-color ease-out
    }

        #mainnav .navlevel-1 > li.open > a, #mainnav .navlevel-1 > li > a:active, #mainnav .navlevel-1 > li > a:focus, #mainnav .navlevel-1 > li > a:hover {
            background: #febd15;
            color: #000
        }

        #mainnav .navlevel-1 > li > a:after {
            content: "";
            position: absolute;
            right: 20px;
            top: 10px;
            display: inline-block;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #fff;
            -webkit-transition: .2s border-color ease-out;
            transition: .2s border-color ease-out
        }

        #mainnav .navlevel-1 > li.open > a:after, #mainnav .navlevel-1 > li > a:active:after, #mainnav .navlevel-1 > li > a:focus:after, #mainnav .navlevel-1 > li > a:hover:after {
            border-left-color: #000
        }

    #mainnav .navlevel-1 > li.open > a:after {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #mainnav ul.navlevel-2 {
        margin-left: 40px;
        padding: 5px 15px 0 0;
        display: none
    }

    #mainnav li.open > ul.navlevel-2 {
        display: block
    }

    #mainnav ul.navlevel-2 > li > a {
        color: #fff;
        font-size: 20px;
        text-transform: capitalize;
        position: relative;
        display: block
    }

        #mainnav ul.navlevel-2 > li.haschildren.open > a, #mainnav ul.navlevel-2 > li > a:active, #mainnav ul.navlevel-2 > li > a:focus, #mainnav ul.navlevel-2 > li > a:hover {
            color: #febd15
        }

    #mainnav ul.navlevel-2 > li.haschildren > a:after {
        content: "+";
        display: block;
        position: absolute;
        top: 4px;
        right: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #Fff
    }

    #mainnav ul.navlevel-2 > li.haschildren.open > a:after {
        content: "\2013";
        color: #febd15
    }

    #mainnav ul.navlevel-3 {
        padding: 10px 0 0 10px;
        display: none
    }

    #mainnav li.open > ul.navlevel-3 {
        display: block
    }

    #mainnav ul.navlevel-3 > li > a {
        color: #afafaf;
        font-size: 20px;
        position: relative;
        padding-left: 20px;
        display: block
    }

        #mainnav ul.navlevel-3 > li > a:before {
            content: "\00bb";
            display: inline-block;
            color: #afafaf;
            position: absolute;
            left: 0;
            top: 0
        }

    #mainnav-cta {
        background: #202020;
        padding: 20px;
        color: #fff;
        line-height: 1.5;
        font-size: 17px;
        font-weight: 600;
        margin-top: 20px
    }

        #mainnav-cta a {
            color: #febd15
        }

    .overlaytrigger {
        position: absolute;
        left: 0;
        top: 0px;
        right: 0;
        bottom: 0;
        z-index: 200;
        background: rgba(0,0,0,.88);
        display: none
    }

    .activate-nav .overlaytrigger {
        display: block
    }
}

@media screen and (min-width:768px) {
    #navsection {
        width: 960px;
        margin: auto;
        padding: 0 10px;
        position: relative;
        z-index: 200
    }

    .navblock {
        float: right;
        margin-top: -56px
    }

    #navsection ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    #mainnav-cta {
        display: none;
        visibility: hidden;
        speak: none
    }

    #mainnav > ul > li {
        float: left;
        margin-left: 22px
    }

        #mainnav > ul > li > a {
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 17px;
            border-bottom: 4px solid transparent;
            line-height: 1;
            height: 60px;
            display: block;
            z-index: 88;
            position: relative;
            -webkit-transition: .2s color ease-out;
            transition: .2s color ease-out
        }

        #mainnav > ul > li a.sfSel, #mainnav > ul > li:active > a, #mainnav > ul > li:focus > a, #mainnav > ul > li:hover > a {
            color: #febd15;
            border-color: #febd15
        }

        #mainnav > ul > li > a.active {
            color: #febd15
        }

    .hasmega > ul {
        display: none;
        visibility: hidden;
        speak: none
    }

    .hasmega > a:before {
        content: "";
        display: none;
        position: absolute;
        height: 100%;
        width: 320%;
        left: -110%;
        z-index: -1
    }

    .hasmega:hover > a:before {
        display: block
    }
}

@media screen and (max-width:767px) {
    .mega-nav-title > a, .mega-side > ul > li > a {
        color: #fff;
        font-size: 20px;
        text-transform: capitalize
    }
}

.mega-brand-item {
    height: 100%;
    position: relative;
    -webkit-background-size: 80% auto !important;
    background-size: 80% auto !important
}

    .mega-brand-item > span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 15px 10px;
        text-align: center;
        line-height: 1.14;
        font-size: 14px;
        font-weight: 600
    }

.mega-nav ul a:active .mega-brand-item > span, .mega-nav ul a:focus .mega-brand-item > span, .mega-nav ul a:hover .mega-brand-item > span {
    padding: 0 25px 10px
}

@media screen and (min-width:768px) {
    .mega {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: none;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        transition: all 5s
    }

    .mega-w1, .mega-w2 {
        position: relative;
        height: 100%
    }

    #mainnav > ul > li.hover .mega, #mainnav > ul > li:active .mega, #mainnav > ul > li:focus .mega, #mainnav > ul > li:hover .mega {
        display: block;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }

    .pauseLoad #mainnav > ul > li .mega, .pauseLoad .overlaytrigger {
        display: none !important
    }

    .mega-w2 {
        z-index: 200
    }

    .hover .overlaytrigger, .megahover .overlaytrigger {
        background: rgba(0,0,0,.88);
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 176px;
        z-index: 888
    }

    .mega-cta:after, .mega-w1:after {
        width: 6000px;
        left: 50%;
        margin-left: -3000px;
        content: "";
        bottom: 0
    }

    .mega-w1:after {
        position: absolute;
        top: 0;
        background: #000;
        z-index: -1;
        border-top: 4px solid #4ca2c3
    }

    .mega-cta {
        background: #202020;
        z-index: 200;
        position: relative;
        padding: 20px 0 10px;
        color: #fff;
        font-weight: 600
    }

        .mega-cta:after {
            position: absolute;
            top: 0;
            background: #202020;
            z-index: -1;
            border-bottom: 2px solid #febd15
        }

    .mega-cta-heading {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.1
    }

    .mega-cta-content, .mega-title {
        font-size: 24px
    }

    .mega-cta a {
        color: #febd15
    }

    .mega-w2 {
        margin-left: -10px;
        margin-right: -10px;
        overflow: hidden;
        padding: 0 10px
    }

        .mega-w2 a {
            color: #fff
        }

    .mega-title > a:after {
        content: "";
        margin-top: 1px;
        display: inline-block;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #e7a908;
        margin-left: 5px;
        -webkit-transition: .2s all ease-out;
        transition: .2s all ease-out
    }

    .mega-nav-title a:after, .mega-side > ul > li > a:after {
        content: "";
        margin-top: 1px;
        -webkit-transition: .2s all ease-out
    }

    .mega-title > a:active:after, .mega-title > a:focus:after, .mega-title > a:hover:after {
        margin-left: 10px
    }

    .mega-w3 {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 30px 0
    }

    .mega-nav, .mega-side {
        display: table-cell;
        vertical-align: top
    }

    .mega-title {
        color: #fff;
        font-weight: 600;
        border-bottom: 1px solid #fff;
        line-height: 1;
        padding: 30px 0 20px
    }

    .mega-nav {
        width: 610px
    }

    .mega-nav-title {
        padding-bottom: 10px
    }

        .mega-nav-title a {
            text-transform: uppercase;
            color: #fff;
            font-weight: 700
        }

            .mega-nav-title a:after {
                display: inline-block;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-left: 5px solid #e7a908;
                margin-left: 5px;
                transition: .2s all ease-out
            }

            .mega-nav-title a:active:after, .mega-nav-title a:focus:after, .mega-nav-title a:hover:after {
                margin-left: 10px
            }

    .mega-nav .by-brands li {
        float: left;
        position: relative;
        width: 144px;
        height: 144px
    }

    .mega-nav .by-brands ul a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 49px 0 rgba(0,0,0,.45) inset;
        -webkit-animation-duration: .3s;
        animation-duration: .3s
    }

    .mega-nav ul a:active, .mega-nav ul a:focus, .mega-nav ul a:hover {
        width: 164px;
        height: 164px;
        left: -10px;
        top: -10px;
        z-index: 99999
    }

    .mega-brand-item {
        height: 100%;
        position: relative;
        -webkit-background-size: 80% auto !important;
        background-size: 80% auto !important
    }

        .mega-brand-item > span {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0 15px 10px;
            text-align: center;
            line-height: 1.14;
            font-size: 14px;
            font-weight: 600
        }

    .mega-nav ul a:active .mega-brand-item > span, .mega-nav ul a:focus .mega-brand-item > span, .mega-nav ul a:hover .mega-brand-item > span {
        padding: 0 25px 10px
    }

    .mega-side {
        padding-left: 30px
    }

        .mega-side > ul > li > a {
            display: inline-block;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 10px
        }

            .mega-side > ul > li > a:after {
                display: inline-block;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #e7a908;
                margin-left: 5px;
                transition: .2s all ease-out
            }

            .mega-side > ul > li > a:active:after, .mega-side > ul > li > a:focus:after, .mega-side > ul > li > a:hover:after {
                margin-left: 10px
            }

    #navsection .mega-side > ul > li > div > ul {
        padding-bottom: 12px
    }

    .mega-side > ul > li > div > ul > li {
        margin-bottom: 2px
    }

        .mega-side > ul > li > div > ul > li > a {
            font-size: 14px;
            font-weight: 600;
            position: relative;
            padding-left: 15px;
            -webkit-transition: .2s all ease-out;
            transition: .2s all ease-out
        }

            .mega-side > ul > li > div > ul > li > a:after {
                content: "\00bb";
                display: inline-block;
                color: #eab429;
                position: absolute;
                left: 0;
                top: 0
            }

            .mega-side > ul > li > div > ul > li > a:active, .mega-side > ul > li > div > ul > li > a:focus, .mega-side > ul > li > div > ul > li > a:hover {
                color: #febd15;
                padding-left: 17px
            }
}

.footer-social li, .footer-util li {
    display: inline-block
}

.footer-social ul, .footer-util ul {
    margin: 0;
    text-align: center;
    list-style: none
}

#copyright a, #prefooter {
    position: relative
}

#footer {
    background: #000;
    color: #8f8f8f
}

.footer-util {
    padding: 10px 0;
    border-top: 1px solid #2c464b;
    background: #001937
}

    .footer-util ul {
        padding: 0
    }

    .footer-util a {
        color: #aaa8b5;
        padding: 0 2px
    }

@media screen and (min-width:767px) {
    .footer-util {
        background: #082930
    }
}

.footer-social {
    padding: 15px 0 12px;
    background: #1b2e44
}

@media screen and (min-width:767px) {
    .footer-social {
        background: #22363a
    }
}

.footer-social ul {
    padding: 0
}

.footer-social li {
    padding: 0 10px
}

@media(min-width:768px) {
    .footer-social {
        background: 0 0;
        margin-bottom: -60px;
        z-index: 999;
        position: relative;
        text-align: right
    }

        .footer-social ul {
            text-align: right;
            margin-right: -10px
        }
}

#sitemap {
    background: #222c2e;
    overflow: hidden
}

@media(min-width:768px) {
    #sitemap {
        background: #273e42;
        padding: 20px 0
    }
}

#footer-intro-wrapper {
    border-bottom: 1px solid #2d474c
}

@media(max-width:767px) {
    .footer-intro-side {
        text-align: left;
        padding: 15px 0
    }

        .footer-intro-side a {
            display: inline-block;
            margin-right: 25px
        }
}

@media(min-width:768px) {
    #footer-intro {
        border-left: 1px solid #2d474c;
        border-right: 1px solid #2d474c;
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .footer-intro-content, .footer-intro-side {
        display: table-cell;
        padding: 35px;
        vertical-align: middle
    }

    .footer-intro-side {
        width: 280px;
        border-right: 1px solid #2d474c;
        padding: 0 20px
    }

        .footer-intro-side a {
            display: inline;
            margin-left: 20px
        }

            .footer-intro-side a:first-child {
                margin-left: 0
            }
}

.footer-intro-content {
    width: 660px;
    font-size: 14px
}

@media(max-width:767px) {
    .footer-intro-content {
        width: auto;
        color: #fff;
        font-size: 18px;
        padding: 15px 20px;
        margin: 0 -20px;
        border-top: 1px solid #2c464b
    }
}

.footer-intro-content ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 0
}

    .footer-intro-content ul:after {
        content: "";
        display: table;
        clear: both
    }

.footer-intro-content li {
    width: 50%;
    float: left
}

@media(max-width:767px) {
    .footer-intro-content li {
        width: 100%;
        font-size: 14px;
        float: none;
        color: #969696;
        margin: 5px 0
    }
}

.footer-intro-content a {
    color: #848484;
    -webkit-transition: .2s color ease-out;
    transition: .2s color ease-out
}

    .footer-intro-content a:active, .footer-intro-content a:focus, .footer-intro-content a:hover {
        color: #fff
    }

.footer-intro-content strong {
    font-weight: 700;
    margin-right: 5px;
    text-transform: capitalize
}

#copyright {
    padding: 12px 0 10px;
    font-size: 12px
}

    #copyright a {
        color: #8f8f8f;
        line-height: 1;
        padding-left: 7px;
        margin-left: 5px;
        -webkit-transition: .2s color ease-out;
        transition: .2s color ease-out
    }

        #copyright a:first-child {
            margin-left: 0;
            padding-left: 0
        }

        #copyright a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -6px;
            width: 1px;
            height: 12px;
            background: #8f8f8f
        }

        #copyright a:first-child:before {
            display: none
        }

        #copyright a:active, #copyright a:focus, #copyright a:hover {
            color: #fff
        }

#credit, #credit > div {
    display: inline
}

@media(min-width:768px) {
    #copyright br {
        display: none
    }
}

@media(max-width:767px) {
    #copyright {
        text-align: center;
        line-height: 1.68;
        padding-bottom: 15px
    }

    #credit > a {
        display: block;
        padding: 0;
        margin-top: 5px
    }

        #credit > a:before {
            display: none
        }

    #sitemap {
        display: none;
        visibility: hidden;
        speak: none
    }
}

.mobile-footer-nav {
    background: #102135
}

    .mobile-footer-nav ul {
        margin: 0;
        list-style: none;
        padding: 0
    }

    .mobile-footer-nav li {
        border-top: 1px solid #4c5457;
        padding: 0 15px
    }

    .mobile-footer-nav a {
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.1;
        padding: 10px 0;
        display: block
    }

@media(max-width:767px) {
    .footer-util.desktop-h {
        display: none
    }
}

@media(min-width:768px) {
    a.trigger-sitemap {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        padding-left: 30px;
        display: inline-block;
        position: relative;
        z-index: 9999
    }

        a.trigger-sitemap:before {
            content: "";
            background: url(../img/icon-pm.png) no-repeat;
            display: block;
            color: #152023;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 0
        }

    .activate-sitemap a.trigger-sitemap:before {
        background-position: 0 -20px
    }

    .sitemap-show-close {
        display: none;
        visibility: hidden
    }

    .activate-sitemap .sitemap-show-close {
        display: inline;
        visibility: visible
    }

    .activate-sitemap .sitemap-show-open {
        display: none;
        visibility: hidden
    }

    .sitemap {
        padding: 30px 0;
        display: none;
        table-layout: fixed;
        -webkit-animation-duration: .3s;
        animation-duration: .6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .activate-sitemap .sitemap {
        display: table;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }

    .sitemacol {
        display: table-cell;
        padding: 0 15px;
        border-left: 1px solid #506265
    }

    .sitemapcol-1 {
        width: 564px;
        padding-left: 0;
        border-left: 0
    }

    .sitemapcol-2 {
        width: 188px
    }

    .sitemapcol-3 {
        padding-right: 0
    }

    .sitemacol ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .sitemap-heading {
        border-bottom: 1px dashed #596b6e;
        padding-bottom: 7px;
        margin-bottom: 10px
    }

        .sitemap-heading a, .sitemapcol-3 a {
            color: #fff;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700
        }

            .sitemap-heading a:after, .sitemapcol-3 a:after {
                content: "";
                display: inline-block;
                border-top: 4px solid transparent;
                border-bottom: 4px solid transparent;
                border-left: 5px solid #fff;
                margin-left: 8px;
                position: relative;
                top: -1px;
                -webkit-transition: .2s margin ease-out;
                transition: .2s margin ease-out
            }

    .sitemap-other > ul > li > a:after, .sitemap-type > ul > li > a:after {
        display: inline-block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #b4b4b4
    }

    .sitemap-heading a:active:after, .sitemap-heading a:focus:after, .sitemap-heading a:hover:after, .sitemapcol-3 a:active:after, .sitemapcol-3 a:focus:after, .sitemapcol-3 a:hover:after {
        margin-left: 13px
    }

    .sitemap-type {
        float: left;
        width: 376px
    }

        .sitemap-type > ul > li {
            width: 50%;
            float: left
        }

            .sitemap-type > ul > li > a {
                color: #b4b4b4;
                font-size: 14px;
                font-weight: 700;
                display: inline-block;
                padding-bottom: 2px
            }

                .sitemap-type > ul > li > a:after {
                    content: "";
                    margin-left: 8px;
                    position: relative;
                    top: -1px;
                    -webkit-transition: .2s margin ease-out;
                    transition: .2s margin ease-out
                }

                .sitemap-type > ul > li > a:active:after, .sitemap-type > ul > li > a:focus:after, .sitemap-type > ul > li > a:hover:after {
                    margin-left: 12px
                }

            .sitemap-type > ul > li > ul > li {
                margin-top: 3px
            }

                .sitemap-type > ul > li > ul > li > a, .sitemapcol-2 > ul > li > a {
                    font-weight: 400;
                    font-size: 14px;
                    position: relative;
                    padding-left: 15px;
                    line-height: 1.0714;
                    display: inline-block;
                    color: #b4b4b4;
                    -webkit-transition: .2s padding ease-out;
                    transition: .2s padding ease-out
                }

                    .sitemap-type > ul > li > ul > li > a:active, .sitemap-type > ul > li > ul > li > a:focus, .sitemap-type > ul > li > ul > li > a:hover, .sitemapcol-2 > ul > li > a:active, .sitemapcol-2 > ul > li > a:focus, .sitemapcol-2 > ul > li > a:hover {
                        padding-left: 20px;
                        color: #febd15
                    }

                    .sitemap-type > ul > li > ul > li > a:before, .sitemapcol-2 > ul > li > a:before {
                        content: "\00bb";
                        display: inline-block;
                        color: #b4b4b4;
                        position: absolute;
                        left: 0;
                        top: 0
                    }

    .sitemap-other {
        width: 173px;
        float: left;
        padding-left: 25px
    }

        .sitemap-other > ul > li > a {
            color: #b4b4b4;
            font-size: 14px;
            font-weight: 700;
            display: inline-block;
            padding-bottom: 2px
        }

            .sitemap-other > ul > li > a:after {
                content: "";
                margin-left: 8px;
                position: relative;
                top: -1px;
                -webkit-transition: .2s margin ease-out;
                transition: .2s margin ease-out
            }

            .sitemap-other > ul > li > a:active:after, .sitemap-other > ul > li > a:focus:after, .sitemap-other > ul > li > a:hover:after {
                margin-left: 12px
            }
}

.tabs, .tentgrid-filters {
    -webkit-animation-fill-mode: both
}

#wrapper-tentgrid {
    padding: 20px 0;
    width: 280px;
    margin: auto
}

@media(min-width:768px) {
    #wrapper-tentgrid {
        padding: 40px 0;
        width: 100%
    }
}

.tentgrid-filters {
    color: #fff;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@media(min-width:768px) {
    .tentgrid-filters {
        text-align: right;
        padding-bottom: 12px
    }

    .tentgrid-filters-heading {
        font-size: 13px
    }
}

.tentgrid-filters-heading {
    margin-right: 15px;
    display: inline-block;
    color: #febd15;
    font-weight: 700;
    text-transform: capitalize
}

@media(max-width:767px) {
    .tentgrid-filters-heading {
        margin-right: 0;
        padding-bottom: 6px;
        display: block;
        border-bottom: 1px solid #febd15;
        margin-bottom: 15px
    }
}

.tentgrid-filters .filters {
    display: inline-block;
    margin: 0;
    font-size: 13px
}

    .tentgrid-filters .filters label {
        margin-left: 20px;
        position: relative;
        cursor: pointer
    }

        .tentgrid-filters .filters label:first-child {
            margin-left: 0
        }

        .tentgrid-filters .filters label input {
            margin-right: 7px;
            visibility: hidden
        }

.select-circle {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    background: url(../img/icon-radio.png) no-repeat
}

.tentgrid-filters .filters label input:checked + .select-circle {
    background-position: 0 -15px
}

.tentgrid {
    max-width: 1200px;
    z-index: 50
}

    .tentgrid:after {
        content: '';
        display: block;
        clear: both
    }

.grid-sizer, .tentgrid-item {
    width: 188px;
    height: 188px
}

.tentgrid-item {
    float: left
}

.tentgrid-item-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

@media(max-width:767px) {
    .tentgrid-filters .filters {
        font-size: 14px
    }

        .tentgrid-filters .filters label input {
            margin-right: 5px
        }

    .grid-sizer, .tentgrid-item {
        width: 140px;
        height: 140px
    }

    .tentgrid-item-wrapper {
        -webkit-background-size: 80% auto !important;
        background-size: 80% auto !important
    }
}

.tentgrid-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px 20px;
    font-weight: 700;
    z-index: 20
}

@media(max-width:767px) {
    .tentgrid-title {
        font-size: 13px;
        padding: 0 10px 12px
    }
}

.tentgrid-btn {
    font-size: 14px;
    line-height: 1;
    background: #febd15;
    color: #000;
    text-transform: uppercase;
    padding: 11px 15px;
    margin-top: 15px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

/*.tentgrid-link:active .tentgrid-btn, .tentgrid-link:focus .tentgrid-btn, .tentgrid-link:hover .tentgrid-btn {
    background: #dd9200;
}*/

.tentgrid-color {
    display: none;
    visibility: hidden;
    speak: none
}

.home .tentgrid-item:first-child {
    width: 564px;
    height: 376px
    /*width:940px;
    height: 529px;*/
}
    .home .tentgrid-item:first-child .vcenter{
        display: block;
        height: 100%;
        width:100%;
    }
    .home .tentgrid-item:first-child .vcenter > div{
        display: block;
        height: 100%;
        width:100%;
    }
    .home .tentgrid-item:first-child iframe{
        display: block;
        height: 100%;
        width:100%;
    }
    .home .tentgrid-item:first-child img{
        position: absolute;
        left:0;
        top:0;
        width:100%;
        height: 100%;
        transition: all 0.2s ease;
    }
    .home .tentgrid-item:first-child .fadeout img{
        opacity: 0;
        visibility: hidden;
    }

.home .tentgrid-item:nth-child(4) {
    width:188px;
    height: 188px;
}
    .home .tentgrid-item:nth-child(4) .vcenter{
        margin:-10px;
        width:auto;
    }

@media(max-width:767px) {
    .tentgrid-btn {
        font-size: 12px;
        padding: 10px 12px
    }

    .home .tentgrid-item:first-child {
        width: 100%;
        height: 158px
    }

    .tentgrid-item:first-child {
        width: 280px;
        height: 190px
    }

        .tentgrid-item:first-child .vcenter > div {
            padding: 0
        }

    .home .tentgrid-item:nth-child(4) {
        width:280px;
        height: 141px;
    }
}

.home .tentgrid-item:first-child .tentgrid-link {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    color: #fff;
    -webkit-transition: .2s background-color ease-out;
    transition: .2s background-color ease-out
}

    .home .tentgrid-item:first-child .tentgrid-link:active, .home .tentgrid-item:first-child .tentgrid-link:focus, .home .tentgrid-item:first-child .tentgrid-link:hover {
        background: rgba(0,0,0,.5)
    }

    .home .tentgrid-item:first-child .tentgrid-link h1 {
        line-height: 1.15;
        margin: 0;
        font-size: 40px
    }

@media(max-width:767px) {
    .home .tentgrid-item:first-child .tentgrid-link h1 {
        font-size: 24px;
        line-height: 1.125
    }
}

.home .tentgrid-item:first-child .tentgrid-link p {
    font-size: 20px;
    margin: .315em 0 0
}

.home .tentgrid-item:first-child .tentgrid-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 0;
    overflow: hidden
}

@media(max-width:767px) {
    .home .tentgrid-item:first-child .tentgrid-link p {
        font-size: 15px;
        font-weight: 600
    }

        .home .tentgrid-item:first-child .tentgrid-link p br + br {
            display: none
        }

    .home .tentgrid-item:first-child .tentgrid-image img {
        height: 100%
    }
}

.tentgrid-item--cta {
    background: #febd15;
    width: 376px;
    height: 188px;
    overflow: hidden;
    -webkit-transition: .2s background-color ease-out;
    transition: .2s background-color ease-out
}

    .tentgrid-item--cta .tentgrid-link {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        color: #fff;
        padding: 0 40px
    }

        .tentgrid-item--cta .tentgrid-link h2 {
            margin: 0;
            color: #fff;
            font-size: 24px;
            font-weight: 600;
            text-transform: capitalize;
            line-height: 1.083
        }

@media(max-width:767px) {
    .tentgrid-item--cta {
        width: 280px;
        height: 140px
    }

        .tentgrid-item--cta .tentgrid-link {
            padding: 0 20px
        }

            .tentgrid-item--cta .tentgrid-link h2 {
                font-size: 21px
            }
}

.tentgrid-item--cta .tentgrid-link p {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 1.375
}

.tentgrid-item--cta-1 {
    background: #febd15;
    background: rgba(254,189,21,.6)
}

    .tentgrid-item--cta-1:active, .tentgrid-item--cta-1:focus, .tentgrid-item--cta-1:hover {
        background: #dd9200
    }

        .tentgrid-item--cta-1:active .tentgrid-btn, .tentgrid-item--cta-1:focus .tentgrid-btn, .tentgrid-item--cta-1:hover .tentgrid-btn {
            background: #333;
            color: #febd15
        }

.tentgrid-item--cta-2 {
    background: #333;
    background: rgba(51,51,51,.72)
}

    .tentgrid-item--cta-2:active, .tentgrid-item--cta-2:focus, .tentgrid-item--cta-2:hover {
        background: #333
    }
    .tentgrid-item--cta-1 .tentgrid-link h2{
        font-size: 30px;
        font-weight: 700;
    }
    @media (max-width: 767px){
        .tentgrid-item--cta-1 .tentgrid-link h2{
            font-size: 22px;
        }
    }

.tentgrid-item.application-block {
    background: pink
}

.application-block .tentgrid-item-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url(../img/application-gradient.png) left bottom repeat-x
}

.tentgrid-item.filler-image {
    width: 280px
}

    .tentgrid-item.filler-image img {
        width: 100%
    }

@media(min-width:767px) {
    .tentgrid-item.filler-image {
        width: 376px; /*564px*/
    }
}

.brand-block .tentgrid-image {
    height: 100%;
    padding-top: 26px;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

@media(max-width:767px) {
    .tentgrid-item--cta .tentgrid-link p {
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 1.375
    }

    .application-block .tentgrid-image {
        overflow: hidden;
        height: 100%
    }

        .application-block .tentgrid-image img {
            height: 100%
        }

    .brand-block .tentgrid-image {
        padding: 20px 20px 0
    }

    .tentgrid-image img {
        max-width: 100%;
        vertical-align: middle
    }
}

.tentgrid-item.brand-block {
    box-shadow: 0 0 68px 0 rgba(0,0,0,.8) inset
}

.mega-tents-tents .mega-brand-item {
    background: url(../img/brand/brand-mega.png) center center no-repeat
}

.tspan-tents .mega-brand-item {
    background: url(../img/brand/brand-tspan.png) center center no-repeat
}

.tentanium-tents .mega-brand-item {
  background: url(../img/brand/brand-tentanium.png) center center no-repeat;
    background-size: auto;
}

.tentanium-tents {
background-color: rgba(85, 166, 169, 0.7);
}

.poleadion-tents .mega-brand-item {
    background: url(../img/brand/brand-poleadion.png) center center no-repeat
}

.saddlespan-tents .mega-brand-item {
    background: url(../img/brand/brand-saddlespan.png) center center no-repeat
}

.matrix-marquee-tents .mega-brand-item, .matrixmarquee-tents .mega-brand-item {
    background: url(../img/brand/brand-normal.png) center center no-repeat
}

.bumbershoot-presto-tents .mega-brand-item {
    background: url(../img/brand/brand-bumbershoot.png) center center no-repeat
}

.trapeze-tents .mega-brand-item {
    background: url(../img/brand/brand-trapeze.png) center center no-repeat
}

.uni-slope-tents .mega-brand-item {
    background: url(../img/brand/brand-unislope.png) center center no-repeat
}

.custom-specialty-tents .mega-brand-item {
    background: url(../img/brand/brand-splishsplash.png) center center no-repeat
}

.kubit-tents .mega-brand-item {
    background: url(../img/brand/brand-kubit.png) center center no-repeat
}

.vortex-tents {
    background: #6D63BB
}

    .vortex-tents .mega-brand-item {
        background: url(../img/brand/brand-vortex.png) center center no-repeat
    }

.tentanium {
    background: #55a6a9
}

    .tentanium .mega-brand-item {
        background: url(../img/brand/brand-tentanium.png) center center no-repeat
    }

.application-block .tentgrid-link, .brand-block .tentgrid-link {
    background: #758a8e;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 9999;
    color: #fff;
    text-align: center;
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,.33);
    display: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@media(min-width:768px) {
    .application-block:active .tentgrid-link, .application-block:focus .tentgrid-link, .application-block:hover .tentgrid-link, .brand-block:active .tentgrid-link, .brand-block:focus .tentgrid-link, .brand-block:hover .tentgrid-link {
        display: block
    }

    .touch .application-block .tentgrid-link, .touch .brand-block .tentgrid-link {
        display: block;
        padding: 0;
        left: 0;
        top: 0;
        text-indent: 400%;
        overflow: hidden;
        white-space: nowrap;
        background: 0 0 !important;
        box-shadow: none
    }
}

@media(max-width:767px) {
    .application-block .tentgrid-link, .brand-block .tentgrid-link {
        padding: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: 0 0 !important;
        box-shadow: none;
        display: block;
        z-index: 999;
        box-sizing: border-box
    }
}

.application-block .tentgrid-link > .vcenter, .brand-block .tentgrid-link > .vcenter {
    box-sizing: border-box;
    padding: 0 20px;
    margin-left: -10px;
    margin-top: -10px;
    height: 208px;
    width: 208px;
    box-shadow: 0 0 68px 0 rgba(0,0,0,.15) inset
}

.application-block .tentgrid-link p, .brand-block .tentgrid-link p {
    margin: 5px 0 0
}

.application-block .tentgrid-link > .vcenter > div:after, .brand-block .tentgrid-link > .vcenter > div:after {
    content: "learn more";
    display: inline-block;
    text-decoration: underline;
    text-transform: capitalize;
    margin-top: 5px
}

@media(max-width:767px) {
    .application-block .tentgrid-link > .vcenter, .brand-block .tentgrid-link > .vcenter {
        display: none;
        visibility: hidden;
        speak: none
    }
}

.brand-tspan, .brand-tspan .tentgrid-link, .tspan-tents {
    background: #f41863
}

.tentgrid-item.brand-tspan {
    background: rgba(244,24,99,.4)
}

.brand-mega, .brand-mega .tentgrid-link, .mega-tents-tents {
    background: #9f33b1
}

.tentgrid-item.brand-mega {
    background: rgba(159,51,177,.4)
}

.brand-kubit, .brand-kubit .tentgrid-link, .kubit-tents {
    background: #2243ba
}

.tentgrid-item.brand-kubit {
    background: rgba(34,67,186,.4)
}

.brand-poleadion, .brand-poleadion .tentgrid-link, .poleadion-tents {
    background: #179dd6
}

.tentgrid-item.brand-poleadion {
    background: rgba(23,157,214,.4)
}

.brand-saddlespan, .brand-saddlespan .tentgrid-link, .saddlespan-tents {
    background: #e13232
}

.tentgrid-item.brand-saddlespan {
    background: rgba(225,50,50,.4)
}

.brand-matrixmarquee, .brand-matrixmarquee .tentgrid-link, .matrix-marquee-tents, .matrixmarquee-tents {
    background: #f17700
}

.tentgrid-item.brand-matrixmarquee {
    background: rgba(241,119,0,.4)
}

.brand-bumbershoot, .brand-bumbershoot .tentgrid-link, .bumbershoot-presto-tents {
    background: #37b584
}

.tentgrid-item.brand-bumbershoot {
    background: rgba(55,181,132,.4)
}

.brand-trapeze, .brand-trapeze .tentgrid-link, .trapeze-tents {
    background: #b0c34a
}

.tentgrid-item.brand-trapeze {
    background: rgba(176,195,74,.4)
}

.brand-unislope, .brand-unislope .tentgrid-link, .uni-slope-tents {
    background: #046a31
}

.tentgrid-item.brand-unislope {
    background: rgba(4,106,49,.4)
}

.brand-custom, .brand-custom .tentgrid-link, .custom-specialty-tents {
    background: #f19f86
}

.tentgrid-item.brand-custom {
    background: rgba(241,159,134,.4)
}

.social {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    background-clip: clip;
    background-size: contain !important
}

    .social.youtube {
        background: url(../img/social/social-youtube.png) no-repeat
    }

.no-backgroundsize .social.youtube {
    background: url(../img/social/social-youtube-small.png) no-repeat
}

.social.facebook {
    background: url(../img/social/social-facebook.png) no-repeat
}

.no-backgroundsize .social.facebook {
    background: url(../img/social/social-facebook-small.png) no-repeat
}

.social.flickr {
    background: url(../img/social/social-flickr.png) no-repeat
}

.no-backgroundsize .social.flickr {
    background: url(../img/social/social-flickr-small.png) no-repeat
}

.social.twitter {
    background: url(../img/social/social-twitter.png) no-repeat
}

.no-backgroundsize .social.twitter {
    background: url(../img/social/social-twitter-small.png) no-repeat
}

.social.googleplus {
    background: url(../img/social/social-googleplus.png) no-repeat
}

.no-backgroundsize .social.googleplus {
    background: url(../img/social/social-googleplus-small.png) no-repeat
}

.social.linkedin {
    background: url(../img/social/social-linkedin.png) no-repeat
}

.no-backgroundsize .social.linkedin {
    background: url(../img/social/social-linkedin-small.png) no-repeat
}

.social.instagram {
    background: url(../img/social/social-instagram.png) no-repeat
}

body.activate-search {
    overflow-x: hidden;
    overflow-y: scroll
}

.searchtent-wrapper {
    width: 200px;
    background: #2f2f2f;
    background: rgba(47,47,47,.94);
    position: fixed;
    z-index: 10000;
    top: 0;
    margin-top: 36px;
    right: -500px;
    min-height: 100%;
    overflow: hidden;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height,width,top,right;
    transition-property: min-height,width,top,right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1)
}

.activate-search .searchtent-wrapper {
    width: 100%;
    min-height: 100%;
    top: 0;
    right: 0
}

#searchArea {
    margin-top: 280px;
    height: 75px;
    position: relative;
    padding: 0 188px 0 50px;
    border-bottom: 1px dotted #989b9c;
    background: url(../img/icon-search-large.png) left center no-repeat
}

    #searchArea fieldset {
        border: 0;
        margin: 0;
        padding: 0
    }

@media(max-width:767px) {
    #searchArea {
        margin-top: 40px;
        height: auto;
        padding: 0;
        background: 0 0;
        border-bottom: 0
    }
}

#searchArea input[type=text] {
    width: 100%;
    border: 0;
    height: 70px;
    overflow: hidden;
    font-size: 36px;
    color: #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 20px;
    background: 0 0
}

.ie8 #searchArea input[type=text] {
    margin-top: 6px
}

#searchArea input[type=text]::-webkit-input-placeholder {
    opacity: 1
}

#searchArea input[type=text]::-moz-placeholder {
    opacity: 1
}

#searchArea input[type=text]:-ms-input-placeholder {
    opacity: 1
}

#searchArea input[type=submit] {
    position: absolute;
    right: 0;
    bottom: 15px;
    text-align: center;
    background: 0 0;
    border: 0;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 999;
    width: 180px;
    line-height: 1;
    padding: 14px 0 13px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

    #searchArea input[type=submit]:active, #searchArea input[type=submit]:focus, #searchArea input[type=submit]:hover {
        background: #febd15;
        color: #000;
        border-color: #febd15
    }

@media(max-width:767px) {
    #searchArea input[type=text] {
        font-size: 18px;
        height: 35px;
        background: url(../img/icon-search-large.png) left center no-repeat;
        background-size: 15px auto;
        padding-left: 25px
    }

    #searchArea input[type=submit] {
        position: static;
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 10px 0;
        margin-bottom: 20px
    }
}

.tabs {
    visibility: hidden;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    animation-fill-mode: both
}

    .tabs.ready {
        visibility: visible;
        animation-name: fadeIn
    }

.c-w1 .tabs-accordion {
    padding: 0;
    margin: .625em 0;
    width: 100%
}

    .c-w1 .tabs-accordion > li {
        list-style: none;
        margin: 0;
        overflow: hidden
    }

@media(max-width:767px) {
    .tabs.is-responsive .tab {
        display: block;
        padding: 14px 42px 14px 16px;
        line-height: 1;
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
        color: #a1a1a1;
        background-color: #000;
        border: 1px solid #395459;
        margin-bottom: -1px;
        position: relative;
        -webkit-transition: .2s color ease-out;
        transition: .2s color ease-out
    }

        .tabs.is-responsive .tab.is-selected {
            background-color: #2e3136;
            color: #febd15;
            box-shadow: 2px 2px 3px 0 rgba(0,0,0,.16)
        }

            .tabs.is-responsive .tab.is-selected:focus {
                color: #febd15
            }

        .tabs.is-responsive .tab:focus {
            outline: 0
        }

        .tabs.is-responsive .tab:after {
            content: "";
            position: absolute;
            top: 0;
            top: 50%;
            margin-top: -2px;
            right: 17px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #a1a1a1;
            -webkit-transition: .3s all ease-out;
            transition: .3s all ease-out
        }

        .tabs.is-responsive .tab.is-selected:after {
            border-top-color: #febd15;
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .tabs-accordion > li {
        display: inline
    }

    .tabs.is-not-responsive {
        margin-left: -22px;
        margin-right: -22px
    }

        .tabs.is-not-responsive .tab {
            display: inline-block;
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 400;
            width: 50%;
            margin-right: -4px;
            border: 0;
            color: #a1a1a1;
            line-height: 38px;
            border-bottom: 0;
            margin-bottom: 0;
            padding: 2px 2px 0;
            background-color: #fff;
            background-color: rgba(255,255,255,.2);
            -webkit-transition: .2s color ease-out;
            transition: .2s color ease-out;
            text-align: center
        }

        .tabs.is-not-responsive .tabs-accordion > li:first-child + li .tab {
            position: relative;
            margin-left: 1px
        }

        .tabs.is-not-responsive .tab:after {
            display: none
        }

        .tabs.is-not-responsive .tab.is-selected {
            background-color: #fff;
            background-color: rgba(255,255,255,.2);
            box-shadow: none;
            color: #febd15
        }

        .tabs.is-not-responsive .tab > span {
            display: block;
            position: relative;
            padding: 0 13px;
            background-color: #2e3136;
            white-space: nowrap
        }

        .tabs.is-not-responsive .tab.is-selected > span {
            background-color: #000
        }

            .tabs.is-not-responsive .tab.is-selected > span:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                height: 2px;
                background-color: #000;
                top: 100%
            }
}

@media(min-width:768px) {
    .tabs-accordion > li {
        display: inline !important;
        -webkit-appearance: none
    }

    .tabs.is-not-responsive {
        margin-left: -50px;
        margin-right: -50px
    }

    .tab, .tab:visited {
        display: inline-block;
        text-transform: capitalize;
        /*font-size: 14px;*/
        font-size: 16px;
        font-weight: 400;
        border: 0;
        /*color: #a1a1a1;*/
        color: #ffffff;
        line-height: 38px;
        border-bottom: 0;
        margin-bottom: 0;
        padding: 2px 2px 0;
        background-color: #fff;
        background-color: rgba(255,255,255,.2);
        -webkit-transition: .2s color ease-out;
        transition: .2s color ease-out
    }

    .tabs.is-not-responsive .tab {
        width: 468px;
        text-align: center
    }

    .tab:after {
        display: none
    }

    .tab.is-selected {
        background-color: #fff;
        background-color: rgba(255,255,255,.2);
        box-shadow: none;
        color: #febd15
    }

    .tab:hover {
        color: #fff;
        outline: 0
    }

    .tab > span {
        display: block;
        position: relative;
        padding: 0 13px;
        background-color: #2e3136
    }

    .tab.is-selected > span {
        background-color: #000
    }

        .tab.is-selected > span:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #000;
            top: 100%
        }

    .tabs-accordion > li:first-child > a {
        margin-left: 36px
    }

    .tabs.is-not-responsive .tabs-accordion > li:first-child > a {
        margin-left: 50px
    }
}

table, th {
    border-bottom: 5px solid #fff
}

.panel.is-hidden {
    display: none
}

.tabs.is-responsive .panel > div > div {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.tabs.is-responsive .tab.is-selected + .panel > div > div {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@media(max-width:767px) {
    .tabs.is-responsive .panel {
        overflow: hidden;
        width: 100%;
        color: #fff;
        padding: 0 5px
    }

        .tabs.is-responsive .panel > div {
            padding: 15px 0 22px
        }

    .tabs.is-not-responsive .panel {
        overflow: hidden;
        width: 100%;
        color: #fff;
        background-color: #fff;
        background-color: rgba(255,255,255,.2);
        float: left;
        padding: 2px
    }

        .tabs.is-not-responsive .panel > div {
            background-color: #000;
            padding: 30px 0
        }
}

.panel .sfContentBlock > :first-child {
    margin-top: 0
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    color: #fff
}

.panel h2 {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 10px;
    text-transform: none
}

a.action-btn, table caption, th {
    text-transform: uppercase;
    font-weight: 600
}

.panel h3 {
    font-size: 20px
}

.panel, .panel p {
    font-size: 14px;
    color: #fff;
    line-height: 1.57;
    margin-bottom: 0
}

@media(min-width:768px) {
    .panel {
        overflow: hidden;
        width: 100%;
        color: #fff;
        background-color: #fff;
        background-color: rgba(255,255,255,.2);
        float: left;
        padding: 2px;
        display: flex
    }

        .panel > div {
            background-color: #000;
            padding: 45px;
            width: 100%
        }

    .tabs.is-not-responsive .panel > div {
        padding: 44px 50px
    }

    .tabs.is-not-responsive #panel-albums.panel > div {
        padding-top: 30px
    }

    .panel h2 {
        font-size: 32px;
        color: #febd15;
        margin-bottom: .625em
    }
}

table {
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-top: 5px solid #fff;
    margin: 35px 0
}

    table caption {
        caption-side: top;
        text-align: left;
        font-size: 20px;
        margin-bottom: 15px
    }

tbody tr:nth-child(2n) {
    background: #1f1f1f
}

td, th {
    line-height: 1.1;
    vertical-align: middle;
    padding: 15px 18px;
    text-align: left;
    font-size: 16px;
    border-left: 1px solid #fff
}

.cta-type, .quotes, .tablayout1-side {
    text-align: center
}

td:first-child, th:first-child {
    border-left: 0
}

th {
    padding-top: 20px
}

span.star:before, td.star:after {
    content: "*";
    color: #e2aa19;
    margin: 0 2px;
    display: inline-block
}

.tablayout1:after, a.action-btn:after {
    content: ""
}

.tablayout1:after {
    display: table;
    clear: both
}

.tablayout1-side {
    padding: 30px 0
}

@media(min-width:768px) {
    .tablayout1-content, .tablayout1-side {
        float: left;
        padding: 0 20px
    }

    .tablayout1-content {
        width: 75%;
        margin-left: 25%
    }

        .tablayout1-content > :first-child {
            margin-top: 0
        }

    .tablayout1-side {
        width: 25%;
        margin-left: -100%;
        padding-top: 10px
    }

        .tablayout1-side img {
            max-width: 100%;
            vertical-align: middle
        }
}

a.action-btn, .cta-btn, .quotes-btn {
    color: #001937;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 25px 10px 12px;
    line-height: 1;
    display: inline-block;
    -webkit-transition: .2s background ease-out;
    transition: .2s background ease-out;
    background: #ffb900;
    border-radius: 5px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
}

    a.action-btn:after, .cta-btn:after, .quotes-btn:after {
        content:'';
        width:7px;
        height: 12px;
        background: url(/img/arrow-right.png) 0px 0px no-repeat;
        position: absolute;
        right:11px;
        top:50%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

/*.cta-btn:after, .quotes-btn:after, a.abackbutton:before {
    -webkit-transition: .2s all ease-out;
    content: ""
}*/

.tab-links {
    margin: 30px 0
}

    .tab-links a {
        display: inline-block;
        margin-right: 10px;
        padding: 10px 0
    }

        .tab-links a img {
            max-width: 100%;
            vertical-align: middle
        }

.productscta {
    margin: 35px 0
}

@media(min-width:768px) {
    .strechout {
        margin-left: -50px;
        margin-right: -50px
    }

    .productscta {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 40px 0
    }

        .productscta > div {
            display: table-cell;
            vertical-align: top
        }

    .productscta-left {
        width: 707px;
        vertical-align: middle
    }

    .productscta-right {
        padding-left: 10px
    }

    a.action-btn, .cta-btn, .quotes-btn {
        font-size: 14px;
        padding: 11px 30px 11px 15px;
    }
    a.action-btn:after, .cta-btn:after, .quotes-btn:after {
        width:9px;
        height: 14px;
    }

    a.action-btn:hover, .cta-btn:hover, .quotes-btn:hover {
        background-color: #333;
        color: #fff;
    }

        a.action-btn:hover:after, .cta-btn:hover:after, .quotes-btn:hover:after {
            background-position: 0px -14px;
        }
}

.quotes {
    background-color: #1a93cb;
    background-color: rgba(26,147,203,.51);
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 55px 20px 38px;
    width:100%;
}

    .quotes a {
        color: #fff;
        display: block;
        height: 100%
    }

    .quotes .quotes-btn{
        margin-top:20px;
    }

    .quotes .quotes-btn a {
        display: inline-block;
        color: #001937;
    }

    .quotes .review-item {
        border: none
    }

@media(min-width:768px) {
    .quotes {
        min-height: 324px;
        padding: 38px 80px 20px
    }

        .quotes:hover {
            background: #1a93cb
        }

    .quotes:hover .quotes-btn a {
        color: #fff;
    }
}

.quotes-heading {
    font-size: 21px;
    text-transform: capitalize;
    margin: 0;
    color: #fff;
    line-height: 1.19
}

#google-reviews .review-item {
    display: flex;
    flex-direction: column
}

.review-meta {
    order: 3
}

#google-reviews .review-date {
    display: none
}

.review-stars {
    order: 4
}

#google-reviews .review-text {
    margin-bottom: 15px
}

#google-reviews .review-author {
    font-style: italic;
    font-weight: 400;
    font-size: 16px
}

.quotes-content {
    padding: 15px 0
}

    .quotes-content p {
        margin: 0;
        font-size: 14px
    }

.quotes-author {
    font-size: 14px
}

.quotes:after, .quotes:before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 27px;
    background: url(../img/quotes.png) no-repeat;
    background-size: 31px auto
}

.quotes:before {
    left: 15px;
    top: 15px
}

.quotes:after {
    right: 10px;
    bottom: 17px;
    background-position: 0 -27px
}

@media(min-width:768px) {
    .quotes-heading {
        font-size: 32px
    }

    .quotes-author, .quotes-content p {
        font-size: 16px
    }

    .quotes:after, .quotes:before {
        width: 62px;
        height: 54px;
        background-size: auto auto
    }

    .quotes:after {
        right: 10px;
        bottom: 17px;
        background-position: 0 -54px
    }
}

.cta-btn, .quotes-btn {
    padding-right:45px;
}

    .cta-btn:after, .quotes-btn:after {
        
    }

.cta-type {
    height: 140px
}

@media(min-width:768px) {
    .cta-btn, .quotes-btn {
        
    }

        .cta-btn:after, .quotes-btn:after {
            
        }

    .quotes:hover .quotes-btn {
        background-color: #333;
        color: #fff;
    }

        .quotes:hover .quotes-btn:after {
            background-position: 0px -14px;
        }

    .cta1:hover {
        background-color: #dd9300
    }

        .cta1:hover .cta-btn, .cta2:hover {
            background-color: #333
        }

        .cta1:hover .cta-btn {
            color: #fff;
        }

            .cta1:hover .cta-btn:after {
                background-position: 0px -14px;
            }

    .cta2:hover .cta-btn {
        background-color: #ffb900;
        color: #001937;
    }

        .cta2:hover .cta-btn:after {
            background-position: 0px 0px;
        }

    .cta-type {
        height: 157px
    }

    .cta1 {
        margin-bottom: 10px
    }
}

.cta-type a {
    display: block;
    height: 100%;
    color: #fff
}

.cta1 {
    background-color: #febd15;
    background-color: rgba(254,189,21,.6)
}

.cta2 {
    background-color: #333;
    background-color: rgba(51,51,51,.6)
}

.cta-type h2 {
    font-size: 15px;
    color: #fff;
    margin: 0 0 15px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 600
}

    .cta-type h2 strong {
        display: block;
        font-size: 21px;
        font-weight: 600
    }

@media(min-width:768px) {
    .cta-type h2 {
        font-size: 16px;
        margin-bottom: 10px
    }

        .cta-type h2 strong {
            font-size: 24px
        }
}

.cta3 {
    background-color: #ffba00;
    transition: all 0.2s ease;
}

    .cta3 h2 {
        font-size: 26px;
        font-weight: 700;
        margin:0;
        color: #021835;
        transition: all 0.2s ease;
        text-transform: uppercase;
    }

.pageblock-side a > strong {
    color: #fff
}

@media(min-width:768px) {
    .cta3 {
        background-color: #ffba00;
        height: 127px
    }

        .cta3:hover {
            background-color: #333;
        }

            .cta3:hover .cta-btn {
                color: #333;
                background-color: #dd9300;
                border-color: #333
            }

                .cta3:hover .cta-btn:after {
                    border-left-color: #333
                }
                .cta3:hover h2{
                    color: #fff;
                }

    .interested-carousel {
        padding: 20px 36px
    }
}

.interested {
    background-color: #fff;
    background-color: rgba(255,255,255,.2);
    padding: 1px 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.16)
}

@media(min-width:768px) {
    .interested {
        margin: 0 0 40px;
        padding: 2px
    }
}

.interested-wrapper {
    background: #000;
    padding: 20px 0 40px
}

    .interested-wrapper > h2 {
        line-height: 1.38;
        font-size: 21px;
        padding: 0 115px 0 20px;
        color: #febd15;
        text-transform: none;
        width: 320px
    }

@media(min-width:768px) {
    .interested-wrapper > h2 {
        width: auto;
        padding: 0 20px;
        font-size: 36px
    }
}

.c-w1 .interested-carousel > ul {
    padding: 0;
    margin: 0
}

.c-w1 .interested-carousel li {
    list-style: none
}

.interested-carousel a {
    display: block;
    color: #fff;
    width: 188px;
    height: 188px;
    box-shadow: 0 0 49px 0 rgba(0,0,0,.45) inset
}

@media(max-width:767px) {
    .interested-carousel a {
        background: 0 0
    }

    .interested .slick-arrow {
        display: block;
        height: 32px;
        width: 32px;
        text-indent: -999em;
        border: none;
        position: absolute;
        top: -60px
    }

    .interested .slick-prev {
        right: 62px;
        background: url(../img/interested-arrow-l.png) center center no-repeat #fff;
        background-size: auto 13px
    }

    .interested .slick-next {
        right: 20px;
        background: url(../img/interested-arrow-r.png) center center no-repeat #fff;
        background-size: auto 13px
    }
}

@media(min-width:768px) {
    .c-w1 .interested-carousel > ul {
        padding: 0 10px;
        margin: 0
    }

    .interested .slick-arrow {
        display: block;
        height: 188px;
        width: 36px;
        border: 2px solid #fff;
        text-indent: -999em;
        border: 2px solid rgba(255,255,.2);
        position: absolute;
        top: 0
    }

    .interested .slick-prev {
        left: -36px;
        background: url(../img/interested-arrow-l.png) center center no-repeat #fff;
        background-size: auto 20px
    }

    .interested .slick-next {
        right: -36px;
        background: url(../img/interested-arrow-r.png) center center no-repeat #fff;
        background-size: auto 20px
    }
}

.pageblock {
    color: #fff;
    padding: 15px 0
}

.c-w1 .pageblock-content ul {
    margin-left: 15px;
    padding: 0
}

.c-w1 .pageblock-content li {
    margin-bottom: 2px
}

.pageblock-content h1 {
    color: #febd15;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none
}

.pageblock-content h2 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: none
}

#page-products .pageblock-side {
    text-align: center;
    font-size: 15px;
    padding: 15px 0
}

    #page-products .pageblock-side a.action-btn {
        display: block;
        margin: 0;
        /*border-color: #febd15;*/
        /*color: #febd15;*/
        /*padding: 10px 25px;*/
        margin-bottom:15px;
	line-height: 1.5;
    }

        .c-w1 .breadcrumb a {
            color: #fff
        }

        /*#page-products .pageblock-side a.action-btn + a.action-btn {
            margin-top: -1px
        }*/

    #page-products .pageblock-side em {
        font-size: 13px
    }

@media(min-width:768px) {
    .pageblock {
        background-color: #fff;
        background-color: rgba(255,255,255,.2);
        padding: 0 2px 2px;
        margin-bottom: 40px
    }

    .pageblock-wrapper {
        display: table;
        table-layout: fixed;
        width: 100%;
        background-color: #000;
        background-color: rgba(0,0,0,.85);
        padding: 48px
    }

        .pageblock-wrapper > div {
            display: table-cell;
            vertical-align: top
        }

    .pageblock-content {
        width: 675px;
        padding-right: 94px;
        font-size: 16px
    }

        .pageblock-content p {
            font-size: 16px;
            line-height: 1.625
        }

        .pageblock-content h1 {
            font-size: 32px
        }

        .pageblock-content h2 {
            font-size: 20px
        }

    .c-w1 .pageblock-content ul.list-double {
        margin-top: 10px
    }

        .c-w1 .pageblock-content ul.list-double:after {
            clear: both;
            content: "";
            display: table
        }

        .c-w1 .pageblock-content ul.list-double li {
            float: left;
            width: 50%
        }
}

#slider-main {
    overflow: hidden
}

    #slider-main .slick-list {
        width: 100%
    }

.slider-main-item img, .slider-thumb-item img {
    max-width: 100%;
    vertical-align: middle
}

.breadcrumbs div, .breadcrumbs span {
    vertical-align: top
}

@media(max-width:767px) {
    .horizonta-vertical-slider {
        width: 280px
    }

    .horizonta-vertical-slider, .slider-main-desktop {
        display: none
    }

    .slider-main-mobile {
        width: 280px;
        height: 176px;
        display: block;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain
    }

    #slider-thumb {
        border-top: 1px solid #fff;
        background: #000
    }

        #slider-thumb .slider-thumb-item {
            width: 70px !important;
            height: 69px;
            cursor: pointer;
            overflow: hidden;
            border-left: 1px solid #fff
        }

            #slider-thumb .slider-thumb-item:first-child {
                border-left: 0
            }

        #slider-thumb .slick-current {
            position: relative;
            overflow: hidden
        }

            #slider-thumb .slick-current:after {
                content: "";
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -8px;
                display: inline-block;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 8px solid #fff;
                -webkit-transition: .2s border-color ease-out;
                transition: .2s border-color ease-out
            }
}

@media(min-width:768px) {
    .horizonta-vertical-slider {
        position: relative;
        background-color: #fff;
        background-color: rgba(255,255,255,.2);
        padding: 2px 2px 0
    }

    .slider-main-mobile {
        display: none
    }

    .slider-main-desktop {
        width: 1036px;
        height: 320px;
        display: block;
        background-repeat: no-repeat;
        background-position: left top
    }

    #slider-thumb {
        width: 81px;
        border-left: 1px solid #fff;
        position: absolute;
        right: 2px;
        top: 2px;
        background: #000
    }

        #slider-thumb .slider-thumb-item {
            width: 80px;
            height: 80px;
            border: 0;
            border-top: 1px solid #fff;
            cursor: pointer
        }

            #slider-thumb .slider-thumb-item:first-child {
                border-top: 0
            }

        #slider-thumb .slick-current {
            position: relative;
            overflow: hidden
        }

            #slider-thumb .slick-current:after {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -8px;
                display: inline-block;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 8px solid #fff;
                -webkit-transition: .2s border-color ease-out;
                transition: .2s border-color ease-out
            }
}

.home .breadcrumbs {
    display: none
}

.breadcrumbs div, .breadcrumbs span, .c-w1 .breadcrumb li {
    display: inline-block
}

.c-w1 .breadcrumb ul {
    margin: 0;
    padding: 0
}

.c-w1 .breadcrumb {
    color: #fff;
    font-size: 13px;
    line-height: 1
}

    .c-w1 .breadcrumb .sfNoBreadcrumbNavigation a {
        color: #febd15
    }

.c-w1 .sfBreadcrumbNodeSeparator {
    display: inline-block;
    margin: 0 2px;
    position: relative;
    top: 1px
}

.breadcrumbs {
    padding: 25px 5px;
    width: 960px;
    margin: auto
}

    .breadcrumbs span {
        color: #fff;
        font-size: 13px;
        line-height: 11px
    }

    .breadcrumbs a {
        color: #fff
    }

    .breadcrumbs ul li {
        margin: 0
    }

.pageblock-content > h1.off {
    display: none
}

.mobileh1 {
    color: #febd15;
    line-height: 1;
    margin-top: 5px;
    text-transform: none
}

.gallery-group-button, .gallery-single-button {
    margin-top: 40px;
    text-align: center
}

@media(min-width:768px) {
    .mobileh1 {
        display: none
    }

    .pageblock-content > h1.off {
        display: block
    }

    #page-gallery h1 {
        font-size: 32px
    }
}

.gallery-group a, .gallery-single a {
    display: block;
    background: #000;
    float: left
}

#page-gallery {
    color: #fff
}

    #page-gallery h1 {
        color: #febd15;
        line-height: 1.1
    }

.gallery-single {
    margin-left: -1px;
    margin-right: -1px
}

    .gallery-single a {
        width: 33.3%;
        max-height: 189px;
        padding: 1px;
        overflow: hidden
    }

        .gallery-single a img {
            height: 100px;
            max-width: none;
            min-height: 100%;
            vertical-align: middle
        }

@media(min-width:960px) {
    .gallery-single a img {
        height: 188px;
        max-width: none;
        width: auto
    }
}

@media(min-width:400px) {
    .gallery-single a {
        width: 25%
    }
}

@media(min-width:560px) {
    .gallery-single a {
        width: 20%
    }
}

@media(min-width:720px) {
    .gallery-single a {
        width: 16.6%
    }
}

@media(min-width:768px) {
    .gallery-single a img {
        height: 150px
    }

    .gallery-single {
        margin-left: -2px;
        margin-right: -2px
    }

        .gallery-single a {
            width: 20%;
            padding: 2px
        }
}

.gallery-group {
    padding: 0 9px
}

    .gallery-group a {
        width: 50%;
        padding: 9px;
        color: #fff;
        text-align: center;
        line-height: 1
    }

        .gallery-group a.gallaryfolder {
            height: 200px
        }

@media(max-width:767px) {
    .gallery-group a.gallaryfolder img {
        max-height: 100px
    }
}

.gallery-group a div {
    display: none
}

.gallery-group a .gallaryfolder {
    padding-top: 13px;
    font-weight: 700;
    display: block
}

#baguetteBox-overlay .full-image figcaption {
    background: #fff;
    color: #000;
    bottom: -55px
}

@media(min-width:460px) {
    .gallery-group a {
        width: 130px
    }

        .gallery-group a .gallery-item-text {
            font-size: 15px
        }
}

@media(min-width:768px) {
    .gallery-group {
        padding: 0
    }

        .gallery-group a {
            padding: 19px;
            width: 20%;
            overflow: hidden
        }

            .gallery-group a.gallaryfolder {
                height: 300px;
                width: 25%
            }
}

.gallery-group a .gallery-item-image {
    height: 130px;
    width: 130px;
    overflow: hidden
}

.gallery-group a img {
    width: auto;
    max-width: 100%;
    vertical-align: middle
}

@media(min-width:768px) {
    .gallery-group a img {
        height: 188px;
        min-width: 100%;
        max-width: none;
        vertical-align: middle
    }

    .gallery-group a .gallery-item-image {
        height: 215px;
        width: 100%;
        overflow: hidden
    }

    .gallery-group a.gallery-item:not(.gallaryfolder) {
        padding: 1px
    }
}

.sfimagesTmbList li, .sfvideosTmbList li, .videoList li {
    float: left;
    margin: 0 5px 5px 0;
    width: 170px
}

.page-gallerycontent h1 {
    color: #febd15;
    line-height: 1.1
}

.page-gallerycontent {
    color: #fff
}

.gallery-back-button {
    margin-bottom: 40px;
    text-align: center
}

a.abackbutton:after {
    display: none
}

a.abackbutton:before {
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #febd15;
    margin-right: 12px;
    transition: .2s all ease-out
}

a.abackbutton:hover:before {
    border-right-color: #000
}

.stacktable {
    width: 100%
}

.st-head-row {
    padding-top: 1em;
    text-align: center
}

    .st-head-row.st-head-row-main {
        font-size: 1.5em;
        padding-top: 0
    }

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
    background-color: #202226;
    text-transform: uppercase;
    font-weight: 600
}

.st-val {
    width: 49%;
    padding-left: 1%
}

tr:first-child > .st-head-row {
    display: none
}

.stacktable.large-only {
    display: table
}

.stacktable.small-only {
    display: none
}

@media (max-width:800px) {
    .stacktable.large-only {
        display: none
    }

    .stacktable.small-only {
        display: table
    }
}

.gallery-group a .gallaryfolder {
    font-size: 15px
}

.search .section-inner.m-w2 {
    padding: 0
}

.search .internal {
    min-height: 600px;
    background: rgba(255,255,255,.2);
    padding: 0
}

@media(min-width:768px) {
    .search .internal {
        margin: 0 -40px 55px;
        padding: 2px
    }
}

.search .internal #cphContent_C001 {
    background: #000;
    padding: 20px 40px 40px
}

.sfsearchResultTitle {
    font-size: 20px;
    line-height: 1.25em;
    color: #fff;
    font-weight: 600;
    margin-bottom: .85em;
    margin-top: 20px
}

#baguetteBox-overlay .full-image figure {
    position: relative;
    height: auto;
    display: inline-block;
    max-width: 100%
}

    #baguetteBox-overlay .full-image figure img {
        padding: 15px;
        background: #fff;
        max-height: 75vh
    }

#baguetteBox-overlay .full-image figcaption {
    text-align: left;
    padding: 15px
}

.featured-project-sliders {
    background-color: #000;
    background: rgba(0,0,0,.9);
    padding: 45px 0;
    width: 100%;
    border-top: 1px solid #2b4059;
    border-bottom: 1px solid #2b4059;
    overflow: hidden
}

    .featured-project-sliders h2 {
        font-size: 25px;
        line-height: 1.25em;
        color: #FEBD15;
        font-weight: 400;
        padding-left: 20px;
        max-width: 220px;
        margin: 0 0 15px
    }

.news-item-image img, .news-list .news-related-image img {
    max-width: none
}

.c-w1 .featured-project-sliders ul {
    margin: 0;
    padding: 0
}

.featured-project-sliders .slick-list {
    overflow: visible
}

.featured-project-sliders .slick-slide {
    position: relative
}

    .featured-project-sliders .slick-slide .tentgrid-item-wrapper > a {
        background: #758A8E;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        padding: 10px;
        position: absolute;
        left: -10px;
        top: -10px;
        z-index: 9999;
        color: #FFF;
        text-align: center;
        box-shadow: 4px 4px 5px 0 rgba(0,0,0,.33);
        display: none;
        animation-duration: .3s
    }

    .featured-project-sliders .slick-slide:hover .tentgrid-item-wrapper > a {
        display: block
    }

        .featured-project-sliders .slick-slide:hover .tentgrid-item-wrapper > a .vcenter {
            box-sizing: border-box;
            padding: 0 20px;
            margin-left: -10px;
            margin-top: -10px;
            height: 208px;
            width: 208px
        }

    .featured-project-sliders .slick-slide span {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 20px;
        left: 0;
        padding: 0 10px
    }

.featured-project-sliders .slick-arrow {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -999em;
    border: none;
    position: absolute;
    top: -50px;
    z-index: 10
}

.featured-project-sliders .slick-prev {
    right: 55px;
    background: url(../../../img/interested-arrow-l.png) center center no-repeat #fff;
    background-size: auto 13px
}

.featured-project-sliders .slick-next {
    right: 15px;
    background: url(../../../img/interested-arrow-r.png) center center no-repeat #fff;
    background-size: auto 13px
}

@media(min-width:768px) {
    .bottom-bar {
        margin: 44px 0 0
    }

    .featured-project-sliders {
        padding: 65px 0
    }

    .c-w1 .featured-project-sliders ul {
        padding: 0 50px
    }

    .featured-project-sliders .slick-slide img {
        display: inline
    }

    .featured-project-sliders h2 {
        max-width: none;
        padding-left: 35px;
        font-size: 32px;
        margin-bottom: 30px
    }

    .featured-project-sliders .slick-slide span {
        font-size: 15px;
        padding: 0 25px;
        line-height: 1.2em
    }

    .featured-project-sliders .slick-arrow {
        top: 0;
        height: 188px;
        width: 36px;
        background-color: #fff
    }

        .featured-project-sliders .slick-arrow:hover {
            background-color: #febd15
        }

    .featured-project-sliders .slick-prev {
        left: 0;
        background: url(../../../img/arrow-large-left.png) center center no-repeat #fff
    }

    .featured-project-sliders .slick-next {
        right: 0;
        background: url(../../../img/arrow-large-right.png) center center no-repeat #fff
    }
}

@media(max-width:768px) {
    .c-w1 .content-column {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media(min-width:768px) {
    .content-column {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-top: 0 !important
    }
}

.news-grid > .sf_colsOut {
    float: none
}

@media screen and (max-width:767px) {
    #content .news-grid {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .news-grid > .sf_colsOut, .news-list .news-related-image img {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    #content .news-grid {
        display: table;
        width: 100%;
        padding: 0
    }

    .news-grid > .sf_colsOut {
        display: table-cell;
        vertical-align: top;
        padding: 40px
    }

        .news-grid > .sf_colsOut.cta-block {
            border-left: 2px solid #2e3136;
            position: relative;
            padding-top: 160px
        }
}

.news-grid .cta-news-list {
    display: block;
    padding: 30px 0;
    margin-bottom: 30px
}

#febd15 {
    font-size: 16px;
    color: #eeb317;
    display: inline-block
}

.news-grid .cta-news-list a:before {
    content: "";
    right: 20px;
    top: 10px;
    margin-right: 5px;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #eeb317;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out
}

@media screen and (min-width:768px) {
    .news-grid .cta-news-list {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        padding: 50px 40px 20px;
        height: 130px;
        border-bottom: 2px solid #2e3136;
        margin-bottom: 0
    }

        .news-grid .cta-news-list a:hover:before {
            margin-right: 8px
        }
}

.pageis-news .news-title > h1 {
    display: block;
    height: 140px;
    color: #fff;
    padding: 55px 32px 0;
    white-space: nowrap;
    line-height: 1;
    margin: -20px -20px 0;
    background: url(../img/blog-news-heading-mobile.jpg) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

@media screen and (min-width:768px) {
    .pageis-news .news-title > h1 {
        height: 206px;
        font-size: 36px;
        margin: 0;
        padding-top: 80px;
        background-image: url(../img/blog-news-heading.jpg)
    }
}

.c-w1 .news-list {
    margin: 0;
    padding: 0
}

    .c-w1 .news-list .news-item {
        list-style: none;
        margin-top: 30px
    }

@media screen and (min-width:768px) {
    .c-w1 .news-list .news-item {
        margin-top: 50px
    }
}

.news-grid-detail .news-detail, .news-list .news-date {
    font-size: 14px;
    display: inline-block
}

    .news-grid-detail .news-detail h1, .news-list .news-title {
        font-size: 24px;
        color: #febd15;
        line-height: 1.25;
        margin: 0 0 10px;
        font-weight: 400
    }

        .news-list .news-title > a {
            color: #febd15
        }

    .news-grid-detail .news-detail h1 {
        margin-top: 5px
    }

.news-inner-wrapper {
    position: relative;
    margin-bottom: 18px
}

    .news-inner-wrapper:after {
        content: "";
        display: table;
        clear: both
    }

.news-list .news-summary {
    padding-top: 5px
}

.news-list .news-related-image {
    overflow: hidden
}

@media screen and (min-width:768px) {
    .news-grid-detail .news-detail h1, .news-list .news-title {
        font-size: 32px
    }

    .news-inner-wrapper {
        padding-right: 290px;
        min-height: 156px;
        margin-bottom: 40px
    }

    .news-list .news-related-image {
        position: absolute;
        right: 0;
        top: 0;
        width: 260px;
        height: 156px
    }

        .news-list .news-related-image img {
            max-width: none;
            min-height: 100%
        }
}

.news-learn-more, .news-learn-more:visited {
    color: #febd15;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block
}

.news-item-bottom {
    padding: 10px 0;
    border-top: 2px solid #2e3136;
    border-bottom: 2px solid #2e3136;
    font-size: 14px
}

#content .news-item-bottom ul {
    margin: 0;
    padding: 0;
    display: inline-block
}

    #content .news-item-bottom ul li {
        list-style: none;
        display: inline-block
    }

        #content .news-item-bottom ul li a, #content .news-item-bottom ul li a:visited {
            color: #febd15
        }

.news-item-bottom > div {
    display: inline-block
}

.sfCategoriesList > li > a:after {
    content: ","
}

.sfCategoriesList > li:last-child > a:after {
    content: ""
}

.news-grid .cta-block {
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .news-grid .cta-block {
        margin-top: 0
    }
}

.news-grid .cta-block .sf_colsIn {
    margin-left: 0
}

#content .news-grid .cta-block .sfarchiveList, #content .news-grid .cta-block .sftaxonHorizontalList {
    margin: 0;
    padding: 0
}

    #content .news-grid .cta-block .sfarchiveList li, #content .news-grid .cta-block .sftaxonHorizontalList li {
        list-style: none;
        margin-top: 13px
    }

.news-grid .cta-categories, .news-grid .cta-news-archive {
    color: #eeb317;
    font-size: 24px;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600
}

.news-grid .cta-categories {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .news-grid .cta-categories, .news-grid .cta-news-archive {
        font-size: 24px
    }

    .news-grid .cta-news-archive {
        margin-top: 50px
    }
}

.news-grid .cta-block a {
    color: #fff;
    font-size: 16px;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .news-grid .cta-block a {
        font-size: 16px;
        transition: all .3s ease-out
    }

        .news-grid .cta-block a:hover {
            color: #febd15
        }
}

.news-grid-detail .news-detail h2 {
    font-size: 24px;
    color: #fff;
    display: inline;
    font-weight: 400
}

.news-grid-detail .news-detail h3 {
    font-size: 20px;
    color: #fff;
    display: inline;
    font-weight: 400
}

.news-grid-detail .news-detail h4 {
    font-size: 24px;
    color: #fff;
    display: inline;
    font-weight: 400
}

.news-content {
    margin-bottom: 30px
}

    .news-content a {
        color: #fff;
        text-decoration: underline
    }

        .news-content a:hover {
            color: #febd15
        }

@media screen and (min-width:768px) {
    .news-grid-detail .news-detail h2 {
        font-size: 24px
    }

    .news-grid-detail .news-detail h3 {
        font-size: 20px
    }

    .news-grid-detail .news-detail h4 {
        font-size: 24px
    }

    .news-content {
        line-height: 1.625;
        font-size: 16px;
        min-height: 156px;
        margin-bottom: 60px
    }

    .news-item-image {
        float: right;
        margin-left: 20px
    }
}

.news-item-image {
    width: 260px;
    height: 156px;
    overflow: hidden;
    margin-bottom: 20px
}

.k-list-container {
    background: #fff;
    color: #2f2f2f;
    padding-top: 15px;
    padding-bottom: 15px
}

.k-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.k-item {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer
}

    .k-item + .k-item {
        margin-top: 10px
    }

@media screen and (max-width:767px) {
    iframe[src*=vimeo] {
        width: 100% !important;
        height: auto !important
    }
}

.pageis-contact-us .contact-form-wrap h1 + p {
    color: #fff;
    padding: 0 20px
}

    .pageis-contact-us .contact-form-wrap h1 + p a {
        color: #fff
    }

#review-container .romw {
    display: flex;
    flex-direction: column;
}

#review-container .romw-text {
    /*text-align: center;*/
}

#review-container .romw {
    position: relative;
}

#review-container .romw-author-stars { /*position: absolute;bottom: -30px;left: 0;right: 0;margin-left: auto;margin-right: auto;width: 40%;*/
    /*text-align: center;*/
    order: 5;
}
    .quotes #review-container .romw-author-stars { /*position: absolute;bottom: -30px;left: 0;right: 0;margin-left: auto;margin-right: auto;width: 40%;*/
        text-align: center;
    }

/*#review-container .romw p, #review-container .romw h3 {
    display: none;
}*/

#review-container .romw.random p, #review-container .romw.random h3 {
    display: block;
}

#review-container .romw.no-random p, #review-container .romw.no-random h3 {
    display: none;
}

#review-container .romw {
    display: flex;
    flex-direction: column;
}

body #review-container p.romw-source-logo, body #review-container p.romw-date, body #review-container p.romw-author-photo {
    display: none !important;
}

#review-container .romw {
    margin-bottom: 10px;
}


/* Top Alert Message */
#alertmessagewrp{
    background: url(/img/banner-background.jpg) center no-repeat;
    background-size: cover;
}
#alertmessagewrp .section-inner{
    max-width: 960px;
    width:100%;
}
@media screen and (min-width:1200px){
    #alertmessagewrp .section-inner{
        max-width: 1300px;
    }
}
#alertmessagewrp > div > div{
    background: none !important;
    padding: 15px 0;
}
    #alertmessagewrp p{
        font-size: 12px;
        margin:0;
        color: #000;
        line-height: 1.3;
        font-weight: 700;
    }
    #alertmessagewrp p strong{
        font-size: 14px;
        color: #ffe400;
        text-transform: uppercase;
    }
    #alertmessagewrp p a{
        padding: 10px 15px;
        background-color: #000;
        text-transform: uppercase;
        color: rgba(254,189,21,1);
        display: block;
        margin-top: 15px;
        width: 112px;
        height: 30px;
        font-size: 27px;
        background: url(/img/register-button.png) center no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        overflow: hidden;
        text-indent: 3000px;
        white-space: nowrap;
    }

    #alertmessagewrp p a:after{
        content:'';
        display: inline-block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid rgba(254,189,21,1);
        margin-left: 6px;
        -webkit-transition: .2s all ease-out;
        transition: .2s all ease-out;
    }

    @media screen and (min-width:640px){
        #alertmessagewrp > div > div{
            padding: 15px 0 20px;
        }
        #alertmessagewrp p{
            position: relative;
            padding-right: 230px;
            font-size: 21px;
        }
        #alertmessagewrp p strong{
            font-size: 34px;
        }
        #alertmessagewrp p a{
            position: absolute;
            right:0;
            top:10px;
            margin-top:0;
            width: 201px;
            height: 54px;
        }
            #alertmessagewrp p a:hover{
                background-color: #2f2f2f;
            }
    }


.googletranslate.desktop-h{
    padding: 15px 0 0 0;
    margin:15px 0 0 0;
    border-top:1px solid #666;
}
    .googletranslate.desktop-h .goog-te-gadget-simple{
        width:100%;
        padding: 0;
        background-color: transparent;
        border:0;
        color: #ccc;
        font-size: 16px;
        font-weight: 400;
    }
    #header .googletranslate.desktop-h .goog-te-gadget-simple .goog-te-menu-value{
        color: #ccc;
    }
    .googletranslate.desktop-h .goog-te-gadget-simple span{
        color: #ccc !important;
    }


iframe{
    max-width: 100%;
}


.tentgrid-item--featured-videos {
    background: #febd15;
    width: 188px;
    height: 188px;
    overflow: hidden;
    -webkit-transition: 0.2s background-color ease-out;
    transition: 0.2s background-color ease-out;
}

    .tentgrid-item--featured-videos h2 {text-align:center;}
/*
  Featured item ffba00
-------------------------------*/
.tentgrid-item--featured-videos-1 {
    background: #ffba00; /* #febd15;*/
    /*background: rgba(254, 189, 21, 0.6);*/
}

    .tentgrid-item--featured-videos-1:hover,
    .tentgrid-item--featured-videos-1:focus,
    .tentgrid-item--featured-videos-1:active {
        background: #333;
    }

            .tentgrid-item--featured-videos-1:hover .tentgrid-btn,
            .tentgrid-item--featured-videos-1:focus .tentgrid-btn,
            .tentgrid-item--featured-videos-1:active .tentgrid-btn {
                background: #333;
                color: #333;
            }

@media( max-width:767px ) {
    .tentgrid-item--featured-videos {
        width: 140px;
        height: 140px;
    }
}


/* new gallery page */
.new-gallery-holder {
    display: flex;
}
.new-gallery-holder .gallery-singlewrapper {
    display: flex;
    flex-wrap: wrap;
}
.new-gallery-holder>.sfContentBlock{
    width: 75%;
}
.new-gallery-holder .gallery-landing {
    width: 25%;
    padding: 0 10px 40px 40px;
    border-left: 2px solid #2e3136;
   
}
.new-gallery-holder.video-new-holder .gallery-landing{
    border-top: 2px solid #2e3136;
}
.video-new-holder h2.vid-head {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}
.new-gallery-holder div#photos-albums ul, 
.new-gallery-holder div#video-category ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.new-gallery-holder div#photos-albums ul li,
.new-gallery-holder div#video-category ul li {
    list-style: none;
    margin-bottom: 14px;
}
.new-gallery-holder div#photos-albums ul li div,
.new-gallery-holder div#video-category ul li div
{
    cursor: pointer;
    font-size: 16px;
    transition: all .3s ease-out;
}
.new-gallery-holder div#photos-albums ul li div:hover,
.new-gallery-holder div#video-category ul li div:hover
{
    color: #eeb317;
}
.landing-title {
    border-bottom: 2px solid #2e3136;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 40px;
    font-size: 16px;
    transition: all .3s ease-out;
    margin: 0 -11px 0 -40px;
}
.landing-title:hover{
    color: #eeb317;
}
.landing-title span{
    display: inline-block;
    cursor: pointer;
}
.landing-title span:before{
    content: "";
    right: 20px;
    top: 10px;
    margin-right: 5px;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #eeb317;
    -webkit-transition: .2s all ease-out;
    transition: .2s all ease-out;
}
.landing-title:hover span:before{
    margin-right: 8px;
}
.video-new-holder .vid-wrapper{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.video-new-holder .vid{
    width: 48%;
    margin: 1%;
    border: none;
}
.panel .gallery-landing h2{
    color:#febd15;
    font-size: 24px;
}
.new-gallery-holder .gallery-single-button{
    margin-bottom: 40px;
}
p.no-m-bo {
    margin-bottom: 0;
}
.landing-title a {
    color: #fff;
    
}
.landing-title a:hover {
    color: #febd15;
}
@media only screen and (min-width: 768px) {
    #main{
        overflow: visible;
    }
    #page-products .pageblock-side{
        display: flex;
        flex-direction: column;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
    .new-gallery-holder>.sfContentBlock{
        padding-right:40px
    }
    .new-gallery-holder .gallery-group a{
        width: 25%;
    }
    .tabs.is-not-responsive .panel .new-gallery-wrap {
        padding-left: 40px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .new-gallery-holder .gallery-singlewrapper{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .new-gallery-holder .gallery-landing {
        /* position: sticky;
        top: 0;
        position: -webkit-sticky; */
        
    }
    .panel{
        overflow: visible;
    }
    #main{
        overflow: visible;
    }
    .new-gallery-holder.video-new-holder>.sfContentBlock{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .video-new-holder .vid{
        padding: 5px 10px 10px;
    }
    .video-new-holder .vid-wrapper{
        margin: 0 -10px;
    }
    
}
@media only screen and (max-width: 767px) {
    .panel .gallery-landing h2 {
        font-size: 18px;
        margin-bottom: 25px;
        margin-top: 35px;
    }

    .new-gallery-holder div#photos-albums ul li div, .new-gallery-holder div#video-category ul li div {
        font-size: 14px;
    }

    .new-gallery-holder > .sfContentBlock {
        border-top: 2px solid #2e3136;
        border-left: 2px solid #2e3136;
        border-right: 2px solid #2e3136;
        padding-top: 10px;
    }

    .new-gallery-holder {
        flex-direction: column;
    }

        .new-gallery-holder > .sfContentBlock {
            width: 100%;
        }

    .landing-title {
        margin: 0 -30px 0 -40px;
        padding-top: 0;
        padding-bottom: 30px;
        font-size: 14px;
    }

    .new-gallery-holder .gallery-landing {
        width: 100%;
        padding: 30px 20px;
        border: 2px solid #2e3136;
        margin-top: 0;
    }

    .video-new-holder .vid-wrapper {
        flex-direction: column;
        padding: 0 20px;
    }

    .video-new-holder .vid {
        width: 100%;
        margin: 0 0 20px;
    }

    .video-new-holder .iframe-wrapper iframe {
        width: 100%;
        height: 100%;
    }
}
    
