html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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 {
    line-height: normal
}

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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

.lightSlider {
    height: auto
}

.lightSlider li img {
    width: 100%;
    display: block
}

.lSSlideWrapper, .lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
    clear: both
}

.lSSlideOuter {
    position: relative;
    overflow: hidden;
    user-select: none
}

.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade > .active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    display: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: inline-block;
    height: 12px;
    overflow: hidden;
    text-indent: -999em;
    width: 12px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca;
    border-color: transparent
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    background-color: #000;
    padding: 5px 0;
    margin-top: 0 !important;
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction > a {
    width: 40px;
    display: block;
    top: 50%;
    height: 50px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -25px;
    font-size: 42px;
    opacity: .7;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction > a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none
}

.lSAction > .lSPrev {
    left: 60px
}

.lSAction > .lSNext {
    right: 60px
}

.lSAction > a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager, .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important
}

@-webkit-keyframes rightEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@keyframes rightEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {
    0%, 100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@keyframes topEnd {
    0%, 100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@keyframes leftEnd {
    0%, 100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {
    0%, 100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

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

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container ~ .fancybox-container {
    z-index: 99992
}

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

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

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

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

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

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

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

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

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

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

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

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

.fancybox-slide--image {
    overflow: visible
}

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

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

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

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

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

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

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

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

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

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

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all
}

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

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button:after, .fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
    opacity: .3
}

.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close:after, .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

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

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

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

@media (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left, .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--pause:before, .fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-button--thumbs, .fancybox-thumbs {
    display: none
}

#sidebar .input-number { color: #005cc7; }

@media (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }

    .fancybox-button--thumbs span {
        font-size: 23px
    }

    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }

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

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

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

    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }

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

    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

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

    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

.fancy-container {
    display: none;
    max-width: 1200px
}

.loading:before, .loading:not(:required):after {
    content: '';
    display: block
}

.loading, .loading:before {
    position: fixed;
    top: 0;
    left: 0
}

.loading {
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    bottom: 0;
    right: 0
}

.loading:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.loading:not(:required):after {
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 1.5s infinite linear;
    -moz-animation: spinner 1.5s infinite linear;
    -ms-animation: spinner 1.5s infinite linear;
    -o-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border-radius: .5em;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single:after, .pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-next, .pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

.pika-next:hover, .pika-prev:hover {
    opacity: 1
}

.is-rtl .pika-next, .pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev, .pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-next.is-disabled, .pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
    opacity: .3;
    color: #999
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td, .pika-table th {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-disabled .pika-button, .is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.has-event .pika-button, .is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9
}

.is-disabled .pika-button, .is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

html {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    line-height: 1
}

section {
    margin: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

h1, h2, h3, h4 {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.1em
}

* + h2, * + h3, * + h4 {
    margin-top: 10px
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

a:hover {
    text-decoration: underline
}

input[type="button"], input[type="submit"] {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

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

button:focus {
    outline: none
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

.clearfix {
    *zoom: 1
}

.clearfix:before {
    content: " ";
    display: table
}

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

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    line-height: 1.25em;
    font-size: 13px
}

.t-left {
    text-align: left
}

.t-right {
    text-align: right
}

.t-center, .t-centre {
    text-align: center;
    list-style-position: inside
}

.inline-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.inline-list li {
    float: left;
    list-style: none
}

.anchor {
    position: relative;
    visibility: hidden;
    display: block
}

.hidden {
    display: none !important
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left
}

.slider-video video {
    display: block
}

.error-page form {
    display: none !important
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover
}

.content ul {
    padding-left: 20px
}

img:not([src]) {
    visibility: hidden
}

img[data-src], img[data-srcset] {
    display: block;
    min-height: 1px
}

.loaded {
    animation-name: fadeIn;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
    animation-fill-mode: forwards
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -20px
}

.flex.no-gaps {
    margin-left: 0
}

.fv-center {
    align-items: center
}

.fh-center {
    justify-content: center
}

.flex > * {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 20px 20px
}

.flex.ng-vert > * {
    padding-top: 0;
    padding-bottom: 0
}

.flex.no-gaps > * {
    padding: 0
}

.flex.site-container > * {
    padding: 0
}

.flex > .m-col-6 {
    width: 50%
}

.flex > .m-col-4 {
    width: 33.333%
}

.flex > .m-col-3 {
    width: 25%
}

.m-two-cols > * {
    width: 50%
}

.m-three-cols > * {
    width: 33.333%
}

.m-full {
    width: 100%
}

.flex-grow {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1
}

.equal-height > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.equal-height > * > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1
}

.equal-height img {
    min-height: 1px;
    align-self: flex-start
}

.flex-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .equal-height > * > * {
        height: 100%
    }
}

.equal-height > * > * > *:last-child {
    margin-top: auto
}

.flex-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -moz-justify-content: flex-end
}

.ie .flex, .ie .flex-basic {
    *zoom: 1
}

.ie .flex:before, .ie .flex-basic:before {
    content: " ";
    display: table
}

.ie .flex:after, .ie .flex-basic:after {
    content: " ";
    display: table;
    clear: both
}

.top-header {
    position: relative;
    z-index: 1000;
    text-align: center
}

.top-header p {
    margin: 0;
    line-height: 1.1em;
    vertical-align: middle
}

.translated-ltr .skiptranslate ~ .header .top-header {
    top: 40px
}

.nav-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.nav-menu .wrapper {
    align-items: center
}

.primary-nav {
    display: none
}

.logo {
    margin-right: 20px
}

.logo img {
    height: 35px;
    display: block
}

.mobile-title {
    font-size: 15px;
    white-space: nowrap
}

.mobile-header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mobile-header .m-flex-basic > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.mobile-link, .mobile-header a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0;
    padding: 0;
    background-color: transparent;
    align-items: center
}

.mobile-link span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

.mobile-header a {
    margin-right: 20px
}

.mobile-header a svg {
    margin-right: 10px;
    font-size: 1.4em
}

.mobile-link svg {
    margin-left: 10px;
    font-size: 1.6em
}

.mobile-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 500;
    -webkit-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
    transition: all 1.4s ease
}

.show-menu .mobile-overlay {
    display: block;
    -webkit-animation: mobile_overlay 1s;
    animation: mobile_overlay 1s
}

@-webkit-keyframes mobile_overlay {
    from {
        background-color: rgba(0, 0, 0, 0)
    }
    to {
        background-color: rgba(0, 0, 0, 0.6)
    }
}

@keyframes mobile_overlay {
    from {
        background-color: rgba(0, 0, 0, 0)
    }
    to {
        background-color: rgba(0, 0, 0, 0.6)
    }
}

.m-menu {
    display: none;
    position: relative;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
    overflow: hidden
}

.fixed-menu .m-menu {
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 3000
}

.show-menu .m-menu {
    display: block;
    max-height: 1000px
}

.m-menu .nav-child {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.m-menu .show .nav-child {
    max-height: 1000px
}

.m-menu ul {
    margin: 0;
    padding: 0
}

.m-menu li {
    padding: 0 0;
    list-style: none
}

.m-menu a {
    display: block;
    position: relative;
    padding: 15px;
    font-size: 16px;
    text-decoration: none
}

.m-menu .nav-child a {
    padding-top: 15px;
    padding-bottom: 15px
}

.m-menu .parent > a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 5px;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    transform: rotate(-90deg);
    background-image: url(../images/select-input.png);
    background-repeat: no-repeat;
    background-position: right center
}

.m-menu .parent.show > a:after {
    transform: rotate(0)
}

.banner .wrapper {
    max-width: none;
    padding: 0
}

.banner .rev_slider {
    margin: 0;
    padding: 0
}

.banner img {
    display: block;
    width: 100%
}

.banner li {
    position: relative;
    min-height: 100%;
    list-style: none
}

.banner .rev_slider li {
    display: none
}

.banner .rev_slider li:first-child, .banner .rev_slider.lightSlider li {
    display: block
}

.banner .lSAction, .banner .lSPager {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.banner:hover .lSAction, .banner:hover .lSPager {
    opacity: 1.0;
    filter: alpha(opacity=100)
}

.lSSlideOuter .slider-video {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.lSSlideOuter .slider-video video {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    border: none;
    text-align: left;
    line-height: 1em
}

a.btn:hover, .btn:hover {
    text-decoration: none
}

.btn-signature {
    padding: 5px 20px
}

.pull-right {
    float: right
}

.videoWrapper {
    position: relative;
    padding-bottom: 54%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe, .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lazy-load {
    display: none !important
}

.error-page h1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.error-page h2 {
    color: red
}

.error-page h1 svg {
    margin-right: 20px
}

th {
    background: #e4e4e4
}

td, th {
    padding: 10px 15px;
    border: 1px solid #d8d8d8
}

.calc-l, .calc-r {
    padding-left: 40px;
    padding-right: 20px
}

.flex > .gcore-form-row {
    padding-top: 0;
    padding-bottom: 0
}

.flex > #ftr-submit {
    width: 100%
}

.form-group {
    position: relative
}

.form-control, .select-container {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    outline: none;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus, .select-container:focus {
    outline: none
}

.home textarea.form-control {
    height: 100px;
    resize: none
}

textarea.form-control {
    height: 150px;
    resize: none
}

.select-container {
    display: inline-block;
    padding: 2px 0 !important;
    overflow: hidden;
    vertical-align: top;
    background: url(../images/select-input.png) no-repeat right 20px center #fff
}

.select-container .select-hide {
    background: transparent;
    width: 100%;
    line-height: 2;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''
}

.select-container .select-hide:focus {
    outline: 0
}

.gcore-form-row {
    display: block;
    width: 100%
}

.chrono_credits, #ftr-confirm {
    display: none
}

.form-mbot {
    margin-bottom: 10px !important
}

.form-text {
    margin-bottom: 30px
}

.checkbox-group .container {
    display: block;
    position: relative;
    padding-top: 5px;
    padding-left: 45px;
    height: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px
}

.checkbox-group:hover input ~ .checkmark {
    background-color: #ccc
}

.checkbox-group input:checked ~ .checkmark {
    background-color: #f47d29;
    border-color: #f47d29
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-group input:checked ~ .checkmark:after {
    display: block
}

.checkbox-group .checkmark:after {
    left: 11px;
    top: 5px;
    width: 10px;
    height: 18px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox-group .container {
    vertical-align: middle
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-links .chronoform {
    padding-right: 10px
}

.social {
    -webkit-align-items: center;
    align-items: center
}

.edge-designed span, .edge-designed img {
    display: inline-block;
    vertical-align: middle
}

.edge-designed img {
    margin-left: 10px
}

.back-top {
    position: fixed;
    bottom: 10px;
    right: 10px
}

.back-top a {
    display: block;
    font-size: 24px;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 1.5em
}

.back-top a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

.m-flex-basic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.ie .m-flex-basic {
    *zoom: 1
}

.ie .m-flex-basic:before {
    content: " ";
    display: table
}

.ie .m-flex-basic:after {
    content: " ";
    display: table;
    clear: both
}

.ie .m-flex-basic > * {
    float: left
}

.ie .m-flex-basic > *:last-child {
    float: right
}

@media (min-width: 500px) {
    h1, h2, h3 {
        margin-bottom: 15px
    }

    * + h2, * + h3 {
        margin-top: 15px
    }

    .flex-basic {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%
    }

    .ie .flex-basic > * {
        float: left
    }

    .ie .flex-basic > *:last-child {
        float: right
    }

    .t-two-cols > * {
        width: 50%
    }

    .t-three-cols > * {
        width: 33.333%
    }

    .t-four-cols > * {
        width: 25%
    }

    .dealer-links .d-logo {
        background-size: auto 80%
    }

    a.video-popup {
        max-width: 500px;
        height: 218px;
        margin: 20px auto;
        padding: 170px 20px 0 20px
    }

    .ie .edge-designed {
        float: right;
    }
}

@media (min-width: 768px) {
    .l-two-cols > * {
        width: 50%;
    }

    .l-three-cols > * {
        width: 33.333%;
    }

    .l-four-cols > * {
        width: 25%;
    }
    
    #container.page #content-container #sidebar { margin-top: 0; }
	#sidebar .floating-text { color: #005cc7; }
}

@media (max-width: 1024px) {
    .hide-mobile {
        display: none !important;
    }

    .mobile-header .wrapper, .nav-menu .wrapper {
        padding: 10px 20px 5px;
    }
}

@media (min-width: 1025px) {
    html {
        font-size: 16px;
    }

    h1, h2 {
        margin-bottom: 20px;
    }

    * + h2 {
        margin-top: 20px;
    }

    .wrapper {
        padding: 30px 50px;
        line-height: 1.3em;
        font-size: 14px;
    }

    .lSSlideOuter .lSPager.lSpg {
        display: block;
    }

    .top-header {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        text-align: right;
    }

    .top-header p {
        display: inline-block;
    }

    .mobile-header, .mobile-title {
        display: none;
    }

    .logo img {
        height: auto;
    }

    .nav-menu {
        position: fixed;
    }

    .primary-nav {
        display: inline-block;
        -webkit-flex: 1;
        flex: 1;
    }

    .primary-nav .nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .primary-nav ul {
        margin: 0;
        padding: 0;
        z-index: 50
    }

    .primary-nav li {
        display: inline-block;
        position: relative
    }

    .primary-nav a {
        display: block;
        text-decoration: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease
    }

    .primary-nav .nav-child {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        min-width: 100%;
        white-space: nowrap
    }

    .primary-nav ul li:hover .nav-child {
        display: block
    }

    .primary-nav .nav-child li {
        display: block
    }

    .flex {
        margin-left: -30px
    }

    .flex > * {
        padding: 0 0 30px 30px
    }

    .d-two-cols > * {
        width: 50%
    }

    .d-three-cols > * {
        width: 33.333%
    }

    .d-four-cols > * {
        width: 25%
    }

    .d-five-cols > * {
        width: 20%
    }

    .d-six-cols > * {
        width: 16.66667%
    }

    .flex > .d-col-10 {
        width: 83.333%
    }

    .flex > .d-col-9 {
        width: 75%
    }

    .flex > .d-col-8 {
        width: 66.66667%
    }

    .flex > .d-col-7 {
        width: 58.333%
    }

    .flex > .d-col-6 {
        width: 50%
    }

    .flex > .d-col-5 {
        width: 41.66667%
    }

    .flex > .d-col-4 {
        width: 33.333%
    }

    .flex > .d-col-3 {
        width: 25%
    }

    .flex > .d-col-2 {
        width: 16.66667%
    }

    .btn {
        display: inline-block;
        width: auto
    }

    .btn-full {
        display: block;
        width: 100%;
        margin-top: 0
    }

    .btn.form-submit {
        width: 100%;
        margin-top: 0;
        text-align: center
    }

    .hide-desktop {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .logo {
        margin-right: 40px
    }
}

.juser-vid-container {
    max-width: none;
    padding-bottom: 54%
}

#featured-cars, #reviews {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto !important
}

.review-carousel .lSSlideOuter, .featured-cars .lSSlideOuter {
    overflow: visible !important;
    margin-top: 40px;
    padding: 0 30px
}

.review-carousel .lSAction > a, .featured-cars .lSAction > a {
    font-size: 37px;
    width: 60px;
    height: 40px;
    padding: 2px !important;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
    border-radius: 0;
    text-align: center
}

.review-carousel .lSAction > .lSPrev, .featured-cars .lSAction > .lSPrev {
    left: 0
}

.review-carousel .lSAction > .lSNext, .featured-cars .lSAction > .lSNext {
    right: 0
}

.review-carousel .lSAction > a:before, .review-carousel .lSAction > a:after, .featured-cars .lSAction > a:before, .featured-cars .lSAction > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute
}

.review-carousel .lSAction > .lSPrev:before, .featured-cars .lSAction > .lSPrev:before {
    border-width: 0 0 15px 29px;
    top: -15px;
    left: 2px
}

.review-carousel .lSAction > .lSPrev:after, .featured-cars .lSAction > .lSPrev:after {
    border-width: 0 29px 15px 0;
    bottom: -15px;
    left: 2px
}

.review-carousel .lSAction > .lSNext:before, .featured-cars .lSAction > .lSNext:before {
    top: -15px;
    right: 2px;
    border-width: 0 29px 15px 0
}

.review-carousel .lSAction > .lSNext:after, .featured-cars .lSAction > .lSNext:after {
    bottom: -15px;
    right: 2px;
    border-width: 15px 29px 0 0
}

.review-carousel .lSSlideOuter .lSPager.lSpg, .featured-cars .lSSlideOuter .lSPager.lSpg {
    display: none
}

.cow, .rc-box {
    position: relative;
    width: 100%;
    max-width: 450px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: left;
    float: left
}

@media (min-width: 1400px) {
    .review-carousel .lSSlideOuter, .featured-cars .lSSlideOuter {
        padding: 0
    }

    .review-carousel .lSAction > .lSPrev, .featured-cars .lSAction > .lSPrev {
        left: -30px
    }

    .review-carousel .lSAction > .lSNext, .featured-cars .lSAction > .lSNext {
        right: -30px
    }
}

.cow h2, .home .cow h2 {
    padding: 15px 20px;
    font-size: 17px;
    margin: 0;
    background-color: #f1f1f1;
    color: #000;
    font-weight: bold;
    text-transform: uppercase
}

.cow a {
    display: block;
    position: relative;
    width: 100%;
    max-height: 250px;
    overflow: hidden
}

.cow a img {
    display: block
}

.cow-content {
    margin-top: auto;
    padding: 20px
}

.cow ul {
    margin: 0;
    padding: 0 20px
}

.flex .cow ul {
    padding: 0
}

.cow h3 span {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.2em
}

.cow h3 {
    margin: 0
}

.cow h3 .t-primary {
    color: #000;
    font-size: 26px;
    font-weight: bold
}

.cow .btn {
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center
}

.cow .was-price span {
    display: inline-block;
    text-decoration: line-through
}

.cow .video-thumb {
    background-color: #000
}

.cow .video-thumb img {
    opacity: 0.4
}

.cow .video-thumb:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: #fff;
    z-index: 1
}

.cow .video-thumb:after {
    content: '';
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIiB2ZXJzaW9uPSIxLjEiIGZpbGw9IiNlNTJkMjciPg0KICA8cGF0aCBkPSJNMzEuNjgxIDkuNmMwIDAtMC4zMTMtMi4yMDYtMS4yNzUtMy4xNzUtMS4yMTktMS4yNzUtMi41ODEtMS4yODEtMy4yMDYtMS4zNTYtNC40NzUtMC4zMjUtMTEuMTk0LTAuMzI1LTExLjE5NC0wLjMyNWgtMC4wMTJjMCAwLTYuNzE5IDAtMTEuMTk0IDAuMzI1LTAuNjI1IDAuMDc1LTEuOTg3IDAuMDgxLTMuMjA2IDEuMzU2LTAuOTYzIDAuOTY5LTEuMjY5IDMuMTc1LTEuMjY5IDMuMTc1cy0wLjMxOSAyLjU4OC0wLjMxOSA1LjE4MXYyLjQyNWMwIDIuNTg3IDAuMzE5IDUuMTgxIDAuMzE5IDUuMTgxczAuMzEzIDIuMjA2IDEuMjY5IDMuMTc1YzEuMjE5IDEuMjc1IDIuODE5IDEuMjMxIDMuNTMxIDEuMzY5IDIuNTYzIDAuMjQ0IDEwLjg4MSAwLjMxOSAxMC44ODEgMC4zMTlzNi43MjUtMC4wMTIgMTEuMi0wLjMzMWMwLjYyNS0wLjA3NSAxLjk4OC0wLjA4MSAzLjIwNi0xLjM1NiAwLjk2Mi0wLjk2OSAxLjI3NS0zLjE3NSAxLjI3NS0zLjE3NXMwLjMxOS0yLjU4NyAwLjMxOS01LjE4MXYtMi40MjVjLTAuMDA2LTIuNTg4LTAuMzI1LTUuMTgxLTAuMzI1LTUuMTgxek0xMi42OTQgMjAuMTV2LTguOTk0bDguNjQ0IDQuNTEzLTguNjQ0IDQuNDgxeiI+PC9wYXRoPg0KPC9zdmc+');
    position: absolute;
    width: 65px;
    height: 60px;
    top: 49%;
    left: 50%;
    background-size: 600px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2
}

.cow .cow-img {
    position: relative;
    overflow: hidden
}

.featured-banner .cow-img:after, .just-arrived .cow-img:after, .special-banner .cow-img:after {
    content: 'Just Arrived';
    position: absolute;
    width: 220px;
    top: 39px;
    left: -50px;
    padding: 8px 20px;
    background-color: #005cc7;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.featured-banner .cow-img:after {
    content: 'Featured';
    content: attr(data-banner)
}

@media (min-width: 700px) {
    .cow .cow-il {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
}

@media (min-width: 1100px) {
    .cow h2 {
        font-size: 17px
    }
}

@media (min-width: 1300px) {
    .cow h3 .t-primary {
        font-size: 32px
    }
}

.rc-box {
    text-align: center
}

.rc-box .icon-star {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #666
}

.review-image {
    width: 100%;
    height: 254px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.rc-box h3 {
    margin: 10px 0;
    color: #666;
    font-size: 18px;
    font-weight: bold
}

.rc-content {
    padding: 10px 15px
}

.star-rating {
    margin: 10px 0;
    font-size: 30px
}

.star-rating svg {
    margin: 0 2px
}

.rc-heading a:hover {
    text-decoration: none
}

.cow {
    border-top: 2px solid #2a87c0
}

.review-carousel .lSAction > a, .featured-cars .lSAction > a {
    background: #2a87c0;
    color: #085280
}

.rc-box .star-colour {
    color: #2a87c0
}

.review-carousel .lSAction > .lSPrev:before, .featured-cars .lSAction > .lSPrev:before {
    border-color: transparent transparent #085280 transparent
}

.review-carousel .lSAction > .lSPrev:after, .featured-cars .lSAction > .lSPrev:after {
    border-color: transparent #085280 transparent transparent
}

.review-carousel .lSAction > .lSNext:before, .featured-cars .lSAction > .lSNext:before {
    border-color: transparent transparent #085280 transparent
}

.review-carousel .lSAction > .lSNext:after, .featured-cars .lSAction > .lSNext:after {
    border-color: #085280 transparent transparent transparent
}

.just-arrived .cow-img:after, .featured .cow-img:before, .special-banner .cow-img:after, .featured-banner .cow-img:after {
    background-color: #2a87c0;
    color: #fff
}

.featured-cars a {
    display: block;
    min-height: 1px
}

html {
    font-family: 'museo-sans', sans-serif
}

body {
    background: #fff;
    color: #000;
    padding-top: 160px
}

.anchor {
    top: -40px
}

table {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa
}

table td {
    padding: 5px 10px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

.table {
    width: 100%
}

.table tr:nth-child(even) {
    background-color: #f5f5f5
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
    text-transform: uppercase;
    color: #003087;
    font-weight: 900
}

h1, .head-1 {
    font-size: 28px
}

h2, .head-2 {
    font-size: 24px
}

h3, .head-3 {
    font-size: 18px
}

h4, .head-4 {
    font-size: 16px
}

a {
    color: #000
}

a:hover {
    color: #2a87c0
}

.wrapper {
    max-width: 1400px;
    line-height: 1.4em
}

.sml-wrapper {
    max-width: 1000px
}

.t-grey {
    color: #666 !important
}

.t-upper {
    text-transform: uppercase
}

.m-top {
    margin-top: 20px
}

.m-bot {
    margin-bottom: 20px
}

.bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999
}

.top-header {
    display: none;
    background-color: #002f87;
    width: 100%
}

.top-header .wrapper {
    padding-top: 3px;
    padding-bottom: 3px;
    justify-content: flex-end
}

.top-header a, .top-header .wrapper > svg {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.top-header a:hover {
    color: #ffffff;
    text-decoration: none
}

.top-header p {
    font-size: 14px;
    color: #fff
}

.top-header .wrapper > svg {
    margin: 0 5px 0 10px
}

.dealer-menu {
    background: #000;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 1030;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    transition: top 0.4s ease
}

.dealer-menu .wrapper {
    padding-top: 15px;
    padding-bottom: 15px
}

.dealer-menu .logo {
    display: inline-block;
    width: 150px
}

.dealer-name {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    width: auto;
    float: right;
    font-style: italic;
    margin-top: 15px
}

.dealer-name span {
    color: #2a87c0
}

.nav-menu {
    z-index: 1030;
    background-color: #fff;
    color: #fff
}

.fixed-menu .nav-menu {
    top: -55px
}

.logo a {
    display: block
}

.mobile-header {
    top: 0;
    padding-top: 10px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #FFCD00
}

.mobile-header span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.4;
    color: #002f87
}

.fixed-menu .mobile-header {
    top: -116px
}

.mbl-menu {
    background: #ffcd00
}

.mobile-header a, .mobile-link {
    color: #002f87;
    font-size: 16px
}

.m-menu {
    background-color: #f0f0f0
}

.m-menu a {
    color: #444;
    border-bottom: 1px solid #e4e4e4
}

.m-menu .active > a {
    background-color: #2a87c0;
    color: #fff
}

.m-menu .nav-child a {
    background: #fff;
    border-bottom: 1px solid #f5f5f5
}

.fixed-menu .m-menu {
    top: 46px
}

.show-menu .m-menu {
    padding-bottom: 41px
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #2a87c0;
    border-color: #fff
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(0, 0, 0, 0.60);
    border: 1px solid #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px
}

.lSAction > a {
    height: 40px;
    width: 40px;
    background-color: #000;
    border-radius: 50%;
    font-size: 30px
}

.lSAction > a:hover {
    opacity: 1;
    background: #2a87c0;
    color: #fff
}

.lSAction > a.lSPrev {
    padding: 4px 3px
}

.lSAction > a.lSNext {
    padding: 4px 6px
}

.featured-cars .lSSlideOuter .lSPager.lSpg {
    display: none
}

.quicklinks {
    background-color: #fff
}

.q-link {
    position: relative;
    margin: 10px 0
}

.q-img {
    background-size: cover;
    background-position: center top
}

.q-link a {
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700
}

.q-link a:hover {
    background: #ffcd00;
    color: #002f87
}

.q-link p svg {
    margin-right: 10px
}

.quicklinks h4 {
    text-transform: capitalize;
    font-size: 20;
    font-weight: 700
}

.table .btn {
    margin-top: 0px;
    padding: 10px;
    min-width: 130px;
    width: 100%;
    text-align: center;
    border-radius: 5px
}

.btn {
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    font-weight: 700
}

.btn-primary, a.btn-primary {
    background: #002f87;
    color: #fff
}

.btn-primary:hover, a.btn-primary:hover {
    background-color: #ffcd00;
    color: #002f87
}

h4.sub-head {
    color: #999999;
    text-transform: inherit;
    font-size: 20px
}

.btn-secondary, a.btn-secondary {
    background-color: #1a1a1a;
    color: #fff
}

a.btn-secondary:hover, .btn-secondary:hover {
    background-color: #2a87c0;
    color: #fff
}

.btn-outline, a.btn-outline {
    background: transparent;
    border: 2px solid #000;
    color: #000
}

a.btn-outline:hover, .btn-outline:hover {
    background-color: #000;
    color: #fff
}

.sidebar-mini {
    position: fixed;
    right: -124px;
    top: 40%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 2000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.sidebar-mini:hover {
    right: 0
}

.sidebar-mini a:hover {
    background: #444
}

.sidebar-mini a {
    display: block;
    background: #002f87;
    color: #ffffff;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none
}

.sidebar-mini .icon-sidebar {
    margin-right: 10px;
    vertical-align: middle
}

.sidebar-mini .s-bg span {
    vertical-align: middle
}

.welcome {
    position: relative;
    background-repeat: no-repeat
}

.welcome h1 span {
    display: block
}

.welcome .wrapper {
    padding-top: 40px;
    padding-bottom: 40px
}

.search-our-stock h1 {
    color: #fff
}

.search-our-stock label {
    text-align: left
}

.google-map {
    display: block
}

.google-map iframe {
    max-width: 100%;
    pointer-events: none
}

.page-style {
    position: relative;
    background-repeat: no-repeat;
    background: #fff
}

.page-style .wrapper {
    padding-top: 80px;
    padding-bottom: 80px
}

.page-style h1, .page-style p {
    color: #000
}

.page-style h1 span {
    display: block;
    color: #e62634;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.2em
}

.w-size {
    padding: 20px
}

.w-text {
    color: #000;
    padding: 10px 0
}

.w-half-img {
    display: none
}

.page-img h1 {
    text-align: center;
    color: #fff;
    padding: 120px;
    margin: 0
}

.np-img {
    width: 100%;
    background-position: center;
    background-size: cover
}

.np-line {
    margin-bottom: 35px
}

.tabs-header {
    display: inline-block;
    width: 32%;
    margin: 0;
    padding: 10px 20px;
    background-color: #002f87;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #fff
}

.tabs-header.dropdown {
    display: block
}

.tabs-header.active {
    background-color: #FFCD00;
    color: #002f87;
    border-color: #fff
}

.btn-full {
    background: #002f87;
    color: #fff
}

a.adv-search {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: inline-flex
}

.tabs-content {
    display: none;
    padding: 0 20px
}

.search-box .btn-full {
    text-transform: capitalize
}

.tabs-content.dropdown {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-right: none;
    border-bottom: 1px solid #ccc
}

.tabs-content.active {
    display: block;
    border: 2px solid #2a87c0
}

.tabs-content.dropdown.active {
    max-height: 10000px
}

.tabs-content .fin-txt {
    text-align: left
}

.contact-tabs .inline-list {
    padding-left: 0;
    background-color: #dce4e6
}

.contact-tabs .tabs-content {
    padding: 20px
}

.contact-card {
    background-color: #f5f5f5;
    border: 1px solid #969696
}

.contact-card .contact-logo {
    background-color: #fff;
    text-align: center;
    padding: 10px 20px
}

.contact-card .contact-stuff {
    padding: 20px
}

.contact-card .btn-full {
    margin-bottom: 10px
}

.contact-card .s-header {
    width: auto;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0
}

.contact-card .s-header:after {
    content: "+";
    position: absolute;
    color: #000;
    right: 2px;
    top: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 28px
}

.contact-card .s-content {
    display: none
}

.contact-card .s-header.active + .s-content {
    display: block
}

.spend .noUi-base {
    background-image: url(../images/stock-slide-shadow.png);
    background-repeat: repeat-x;
    border-left: 8px solid #EA5E24;
    border-radius: 17px
}

.spend .noUi-horizontal .noUi-handle {
    background: #222;
    background-image: url(../images/stock-circle-shadow.png);
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
    top: -8px !important
}

.spend .noUi-handle:after, .spend .noUi-handle:before {
    background-color: transparent !important
}

.spend .noUi-background {
    background-color: #fff !important;
    border-radius: 5px !important
}

.spend .noUi-target {
    border-radius: 25px !important;
    border-color: transparent !important
}

.spend .noUi-horizontal {
    height: 40px !important
}

.spend .noUi-target.noUi-connect {
    position: relative;
    margin-top: 5px !important;
    box-shadow: none !important;
    background-color: #6ac4b9;
    border: 5px solid #fff !important
}

.spend .noUi-target.noUi-connect:before {
    content: "0";
    position: absolute;
    color: #fff;
    left: 20px;
    top: 4px;
    z-index: 2;
    font-weight: bold;
    font-size: 20px
}

.spend .noUi-target.noUi-connect:after {
    content: "500";
    position: absolute;
    color: #264844;
    right: 20px;
    top: 4px;
    z-index: 2;
    font-weight: bold;
    font-size: 20px
}

.video-gallery {
    max-width: 960px;
    margin: 0 auto
}

div.imgbox a:hover img {
    opacity: 0.6
}

div.vid_icon:hover, span.vid_icon:hover {
    opacity: 1;
    background-image: url(../images/vid_icon.png)
}

.titlebelowthumb a {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: bold
}

.search-box h3 {
    color: #fff;
    font-weight: 700
}

.search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 850px;
    width: 100%
}

.search-header {
    margin-bottom: 20px;
    padding: 0;
    border-bottom: none;
    text-align: center
}

.search-box .tabs-content, .search-head {
    padding: 5px 40px 5px 40px
}

.search-box .tabs-content.active {
    border: none
}

a.m-info {
    line-height: 1;
    font-size: 16px;
    color: #676666;
    font-weight: 700;
    padding: 10px
}

.chronoform {
    margin-bottom: 10px
}

.form-control, .select-container {
    margin-bottom: 25px;
    padding: 8px 10px;
    color: #000;
    background-color: #fff;
    border: 2px solid #02050a;
    border-radius: 0;
    font-size: 16px
}

.select-container .select-hide {
    color: #000;
    height: 34px;
    padding: 0 10px
}

.form-control:focus, .chrono-line .form-control:focus {
    border-color: #2a87c0
}

.form-group label {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    padding: 0;
    border: 0;
    color: #2a87c0;
    z-index: 1;
    font-size: 13px;
    line-height: 1.5em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: text
}

.form-control.empty + label {
    top: 0;
    left: 0;
    padding: 9px 12px;
    background-color: transparent;
    color: #666;
    border-left: 0;
    border-right: 0;
    line-height: 1.42857143;
    font-size: 14px
}

.chronoform .error {
    border-color: red !important
}

.chronoform .error + label, .chronoform .error select {
    color: red !important
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container + label {
    display: none
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container.active + label {
    display: block
}

.chrono-lines .form-control, .chrono-lines .select-container {
    padding: 10px 4px;
    border: 0;
    border-bottom: 1px solid #666
}

.chrono-lines .select-container .select-hide {
    padding: 0
}

.chrono-lines .form-group label {
    top: -13px;
    left: 4px;
    padding: 0;
    background-color: transparent;
    color: #666
}

.chrono-lines .form-control.empty + label {
    top: 0;
    left: 4px;
    padding: 10px 0
}

.chrono-lines .form-control:not(.empty):focus + label {
    color: #0099ff
}

.chrono-l-labels .form-group {
    *zoom: 1
}

.chrono-l-labels .form-group:before {
    content: " ";
    display: table
}

.chrono-l-labels .form-group:after {
    content: " ";
    display: table;
    clear: both
}

.chrono-l-labels .form-control, .chrono-l-labels .select-container, .chrono-l-labels .form-submit {
    float: right;
    width: 74%
}

.chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label {
    position: relative;
    width: 25%;
    top: auto;
    left: auto;
    float: left;
    padding: 10px 0;
    background-color: transparent;
    color: #666;
    font-size: 16px;
    line-height: 1.42857143
}

.chrono-l-labels .form-control:not(.empty):focus + label {
    color: #0099ff
}

.footer-links {
    margin-top: 70px;
    background-color: #002f87;
    color: #fff
}

.footer-links p {
    margin: 0 0 20px 0
}

.footer-links .head-3 {
    display: block;
    margin: 0 0 40px 0;
    font-size: 18px;
    color: #fff
}

.footer-links .head-4 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 16px
}

.footer-links a {
    color: #fff;
    text-decoration: none
}

.footer-links a:hover, .copyright a:hover {
    color: #2a87c0
}

.footer-links .chronoform {
    margin-bottom: 0
}

.social a {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 12px;
    font-size: 25px;
    color: #faa41a;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20%;
    border: 1px solid #fda418;
    cursor: pointer;
    line-height: 1em;
    text-align: center
}

.social a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

.social li:last-child a {
    margin-right: 0
}

.social a:hover {
    background: #e0e0e0;
    color: #0c0c0c
}

.social .facebook {
    background-color: transparent
}

.social .youtube {
    background-color: transparent
}

.social .linkedin {
    background-color: #4875B4
}

.social .insta {
    background-color: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.social .twitter {
    background-color: #64cbee
}

.social .gplus {
    background-color: #d73d32
}

.top-header .social {
    margin-left: 20px
}

.top-header .social a {
    width: 30px;
    height: 30px;
    padding: 7px;
    font-size: 16px
}

.quicklinks .wrapper {
    padding: 60px 50px
}

.copyright {
    background-color: #002f87;
    color: #fff
}

.copyright .wrapper {
    font-size: 12px;
    line-height: 1.2em
}

.copyright a {
    color: #fff
}

.edge-designed a {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.footer-links .social a {
    height: 25px;
    width: 25px;
    font-size: 15px;
    padding: 4px
}

.map-box {
    max-width: 650px;
    margin: 0 auto
}

img.m-above {
    margin-top: -70px
}

.map-box .head-2 {
    text-transform: inherit;
    margin-bottom: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: 700
}

span.head-2.txt-clr {
    color: #FFCD00
}

.map-box iframe {
    margin: 15px 0px
}

.c-container {
    margin-top: 30px
}

.map-box h4 {
    text-transform: inherit;
    margin-bottom: 5px
}

.map-box h4.txt-black {
    color: #000;
    margin-bottom: 20px
}

.map-locations {
    position: relative
}

.c-container p {
    margin-top: 0px
}

.map-locations .wrapper {
    padding: 100px 50px 0px
}

.footer-nav li a {
    padding: 10px 20px;
    color: #002f87;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none
}

.dealers h5 {
    font-weight: 900;
    margin: 5px 0
}

.dealers h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: inherit
}

.dealer-btns a {
    display: block;
    text-align: center;
    text-decoration: none
}

.m-info svg {
    font-size: 13px
}

a.m-info:hover {
    color: #002f87
}

span.blue-txt {
    font-weight: 700;
    color: #002f87
}

.static {
    position: static
}

.dealers img {
    border: 2px solid #dedada
}

.cardealers .loc-heading {
    background-color: #002f87;
    color: #fff
}

.loc-heading {
    margin: 10px 0;
    padding: 5px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}

.home .lightSlider li img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.toyota-landing .icons {
	display: none;
}

#content-container.mobile-header-adjust {
	top: 6em;
	margin-bottom: 6em;
}

@media (max-width: 750px) {
	#content-container {
		top: 0;
		margin-bottom: 6em;
	}

	#content-container.mobile-header-adjust {
		top: 0;
	}
}

@media (max-width: 500px) {
    .only-mobile {
        background: url(/images/content/welcome-img.jpg);
        min-height: 250px;
        width: 100%
    }

    .search-header h1 {
        color: #fff
    }
}

@media (min-width: 500px) {
    .hide-tablet {
        display: none
    }

    .welcome .wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width: 768px) {
    .footer-address, .footer-links .social, .h-background, .map-locations {
        display: none
    }

    .welcome a.btn {
        margin-bottom: 15px
    }

    .copyright .wrapper, .edge-designed a {
        font-weight: 700;
        text-align: center;
        color: #000;
        background: #fff
    }
}

@media (min-width: 769px) {
    .h-background .wrapper {
        height: 300px;
        margin-bottom: -300px
    }

    .h-background {
        background-position: center
    }
}

@media (max-width: 1024px) {
    .welcome, .q-img {
        background-image: none !important
    }

    .nav-menu .logo {
        display: none
    }

    .logo {
        width: 100%;
        display: block;
        margin-right: 0
    }

    .logo img {
        height: 100px;
        margin: 0 auto
    }

    .m-bar {
        height: 40px;
        margin-top: 65px;
        background: #002f87
    }

    .footer-nav ul.nav {
        list-style: none !important;
        text-align: center;
        padding-left: 0px
    }

    .map-box .head-2 {
        font-size: 20px
    }

    .col-half {
        text-align: center
    }

    .search-box .form-control, .search-box .select-container {
        margin-bottom: 10px
    }

    .search-box .tabs-header {
        font-size: 12px
    }

    .nav-menu .wrapper {
        padding: 0px
    }
}

@media (min-width: 1025px) {
    body {
        padding-top: 185px
    }

    .anchor {
        top: -90px
    }

    .wrapper {
        font-size: 14px
    }

    h1, .head-1 {
        font-size: 30px
    }

    h2, .head-2 {
        font-size: 28px
    }

    .top-header {
        display: block;
        position: fixed;
        z-index: 1030;
        top: 0;
        -webkit-transition: top 0.4s ease;
        -moz-transition: top 0.4s ease;
        transition: top 0.4s ease;
        overflow: hidden
    }

    .top-header .wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.3em;
        font-size: 12px
    }

    .primary-nav .nav {
        justify-content: flex-end
    }

    .primary-nav a {
        padding: 15px 10px !important
    }

    .primary-nav > ul > li:last-child > a {
        padding-right: 0 !important
    }

    .dealer-name {
        margin-top: 7px
    }

    .stacked .nav-menu {
        top: 135px
    }

    .banner-overlay {
        top: 0;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.15);
        z-index: 95
    }

    .quicklinks .wrapper {
        padding: 180px 50px
    }

    .search-box h1 {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 30px;
        width: auto;
        margin-right: 20px;
        margin-bottom: 0;
        vertical-align: middle
    }

    .tabs-header {
        padding: 12px 20px
    }

    .search-box form {
        margin-bottom: 10px
    }

    .dealer-bg > div:nth-child(3n+1):before {
        background: #dedede;
        display: block;
        content: '';
        width: 100%;
        height: 150px;
        position: absolute;
        z-index: -9;
        left: 0;
        transform: translate(10px, 90%)
    }

    .dealer-bg > div:nth-child(3n+1) {
        position: static
    }

    .m-menu {
        background: #eee
    }

    .nav-menu {
        top: 40px;
        -webkit-transition: top 0.4s ease;
        -moz-transition: top 0.4s ease;
        transition: top 0.4s ease
    }

    .translated-ltr.translated-ltr .skiptranslate ~ .header .nav-menu {
        top: 88px
    }

    .nav-menu .wrapper {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .stacked .nav-menu .wrapper {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .fixed-menu .nav-menu {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75)
    }

    .mobile-link {
        display: none
    }

    .logo {
        width: 180px
    }

    .primary-nav a {
        display: block;
        padding: 15px 10px;
        color: #002f87;
        border: none;
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize
    }

    .primary-nav > ul > li:last-child > a {
        padding-right: 0
    }

    .primary-nav > .nav > li:hover > a {
        color: #2a87c0
    }

    .primary-nav .nav-child a {
        position: relative;
        padding: 8px 20px;
        text-align: left;
        background-color: #1a1a1a;
        color: #fff
    }

    .primary-nav .nav-child li:hover a {
        background: #2a87c0;
        color: #ffffff
    }

    .primary-nav .nav-child li:last-child a {
        border: 0
    }

    .right-sidebar h2 {
        margin: 14px 0 27px
    }

    .fixed-menu .top-header {
        top: -52px
    }

    .fixed-menu .dealer-menu {
        top: -103px
    }

    .fixed-menu .nav-menu {
        top: 0
    }

    .q-link {
        margin: 0
    }

    .q-img {
        height: 280px
    }

    .footer-nav li {
        display: inline-flex
    }

    .footer-nav .nav {
        margin: 0 auto;
        text-align: center
    }

    .footer-nav .wrapper {
        padding: 0px 50px
    }

    .copyright .wrapper {
        padding-bottom: 0px
    }

    .btn {
        font-size: 16px;
        margin-top: 20px;
        padding: 12px 20px
    }

    .btn-full {
        margin-top: 0
    }

    .content {
        position: relative
    }

    .welcome {
        background-size: cover;
        background-position: center
    }

    .search-our-stock .wrapper {
        max-width: 720px
    }

    .search-our-stock .wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .col-half {
        width: 50%
    }

    .map-locations .wrapper {
        max-width: 100%
    }

    .chronoform {
        margin-bottom: 20px
    }

    .form-control, .select-container, .form-group label, .chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label {
        font-size: 14px
    }

    .form-control, .select-container {
        padding: 11px 10px
    }

    .select-container .select-hide {
        height: 38px
    }

    .form-control.empty + label {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .form-group label {
        top: -18px;
        font-size: 12px
    }

    .footer-links .wrapper {
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .footer-links h1 {
        margin: 10px 0 40px 0
    }

    .footer-links .flex > div {
        padding-bottom: 0
    }

    .copyright .wrapper {
        padding-top: 0
    }

    .wrapper.f-logo {
        padding: 5px
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 185px
    }

    .wrapper {
        font-size: 16px
    }

    h1, .head-1 {
        font-size: 30px
    }

    .logo {
        width: auto
    }

    .dealer-name {
        font-size: 30px;
        margin-top: 15px
    }

    .dealer-menu .logo {
        width: auto
    }

    .stacked .nav-menu {
        top: 156px
    }

    .fixed-menu .stacked .nav-menu {
        top: 0
    }

    .primary-nav a {
        padding: 15px 20px !important
    }

    .top-header .wrapper {
        font-size: 13px
    }
}

@media (max-width: 1800px) {
}

@media (min-width: 1300px) {
    .dealer-bg > div:nth-child(3n+1):before {
        transform: translate(10px, 120%)
    }
}

@media (min-width: 1400px) {
    .primary-nav a {
        font-size: 15px;
        font-weight: 700
    }
}

@media (min-width: 1500px) {
    .primary-nav a {
        font-size: 15px;
        font-weight: 700
    }

    .welcome .wrapper {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .search-our-stock .wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.sms-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #37a4e4;
    z-index: 9999;
    padding: 13px;
    border-radius: 50%;
    color: #fff;
    font-size: 33px;
    height: 60px;
    width: 60px;
    box-shadow: 1px 1px 2px 0px black
}

.sms-container:hover {
    color: #fff
}

@media (min-width: 1025px) {
    .sms-container {
        display: none
    }
}