@charset 'UTF-8';
.owl-carousel.owl-refresh .owl-item,
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right,
.pswp__caption--fake {
    visibility: hidden
}

.owl-carousel .owl-item,
.pswp__container,
.pswp__img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.pswp,
.pswp__bg,
.pswp__container,
.pswp__img--placeholder,
.pswp__share-modal,
.pswp__share-tooltip,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    position: relative;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.disable-scroll,
.pswp,
.pswp__item,
.pswp__scroll-wrap,
.relative,
.text-center.hide-ribbon {
    overflow: hidden
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(default-skin.png) no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

#wrap:after,
.clearfix::after,
section::after {
    content: ""
}

.pswp__caption--empty,
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__counter,
.pswp__preloader {
    height: 44px;
    top: 0;
    position: absolute
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    left: 0;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.btn-med,
.btn-sm,
.paw-loader,
.pswp__error-msg,
.text-center {
    text-align: center
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__ui {
    visibility: visible
}

.pswp__preloader {
    width: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp--css_animation .pswp__preloader--active,
.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) no-repeat
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@keyframes donut-rotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp,
.pswp__bg,
.pswp__scroll-wrap {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__element--disabled {
    display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    outline: 0
}

#wrap:after,
.img-responsive,
.pswp--open {
    display: block
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.open-modal,
.sea-close {
    cursor: pointer
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    background: #000;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

#wrap,
.relative {
    position: relative
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

*,
.btn-med,
.btn-sm {
    box-sizing: border-box
}

@keyframes pulsein {
    0%,
    100% {
        height: 10px;
        width: 10px
    }
    50% {
        width: 22px
    }
}

@keyframes pulseout {
    0%,
    100% {
        height: 10px;
        width: 10px
    }
    50% {
        width: 22px
    }
}

@keyframes rockin {
    0%,
    100% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(5deg)
    }
    75% {
        transform: rotate(-5deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.modal .modal-close:hover,
.paw-loader img {
    transform-origin: center center;
    animation-timing-function: linear
}

body,
html {
    height: 100%
}

body {
    padding: 0;
    margin: 0;
    color: #505050;
    background: url(./images/main2.jpg) top center #005d9e;
    font-family: Lato, sans-serif
}

body[lang=pl_PL] div#join-mom-patrol,
body[lang=pl_PL] h1,
body[lang=pl_PL] h2,
body[lang=pl_PL] h3,
body[lang=pl_PL] h4,
body[lang=pl_PL] h5 {
    margin: 0;
    font-family: Vollkorn, serif;
    font-weight: 900;
    text-transform: uppercase
}

body[lang=ru_RU] div#join-mom-patrol,
body[lang=ru_RU] h1,
body[lang=ru_RU] h2,
body[lang=ru_RU] h3,
body[lang=ru_RU] h4,
body[lang=ru_RU] h5 {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    text-transform: uppercase
}

body[lang=el_GR] div#join-mom-patrol,
body[lang=el_GR] h1,
body[lang=el_GR] h2,
body[lang=el_GR] h3,
body[lang=el_GR] h4,
body[lang=el_GR] h5,
body[lang=el_GR] p {
    margin: 0;
    font-family: Roboto, sans-serif
}

.btn-med,
.btn-sm,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Holtwood One SC', serif
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    color: #044572
}

a {
    text-decoration: none
}

#wrap {
    z-index: 0;
    transition: all .5s ease;
    min-height: 100%;
    margin-bottom: -150px;
    width: 100%
}

#wrap:after {
    height: 150px
}

#wrap.toggled {
    width: 100vw;
    margin-left: -239px
}

.modal-container,
.paw-loader {
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0
}

.wrap-content {
    padding: 40px;
    margin: 0 0 20px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .wrap-content {
        padding: 10px
    }
}

.clearfix::after {
    clear: both;
    display: block
}

.heading {
    margin: 20px 0 0
}

.img-responsive {
    max-width: 100%;
    padding: 0 10px
}

.center {
    margin: 0 auto
}

.spacer-md {
    height: 40px;
    clear: both
}

.spacer {
    height: 25px
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.paw-loader {
    display: none;
    position: absolute;
    height: 100%;
    background: rgba(255, 255, 255, .7)
}

.paw-loader img {
    margin-top: 30px;
    max-width: 20%;
    animation-name: spin;
    animation-duration: 4s;
    animation-iteration-count: infinite
}

.modal-container {
    height: 100vh;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none
}

.modal {
    position: relative;
    padding: 30px;
    max-width: 90%;
    margin: 40px auto;
    background: #fff
}

.modal .modal-close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
    transition: all
}

#mask,
.sea-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.modal .modal-close:hover {
    cursor: pointer;
    animation-name: anispin;
    animation-duration: .3s;
    animation-iteration-count: 1
}

#mask {
    min-height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    display: none
}

.sea-modal {
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: rgba(0, 0, 0, .7)
}

.sea-content {
    position: relative;
    z-index: 1000
}

.sea-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001
}

.sea-close img {
    width: 40px;
    height: 40px
}

.sea-close:hover {
    transform: rotate(360deg)
}

.sea-hero {
    max-width: 674px;
    width: 100%
}

.btn-med,
.btn-sm {
    background: url(./images/bg/bg_btn_sm.png) top center no-repeat;
    display: inline-block;
    width: 161px;
    height: 39px;
    font-size: 12px;
    padding: 10px 0 0;
    transition: text-shadow .5s
}

.btn-med:hover,
.btn-sm:hover {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .75);
    animation: rockin 1s infinite
}

.btn-med {
    width: 240px;
    height: 60px;
    font-size: 22px;
    background-size: cover;
    margin: 0 auto;
    display: block
}

.ps-disabled {
    display: none!important
}

.btn-buy_now,
.btn-gen,
.btn-small,
.btn-strong,
a.btn-buy_now-video {
    font-family: 'Holtwood One SC', serif;
    background: #c40000;
    padding: 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    display: block;
    float: none;
    border: none;
}

.btn-buy_now:hover,
.btn-gen:hover,
.btn-small:hover,
.btn-strong:hover,
a.btn-buy_now-video:hover {
    background: #f5e41f;
    color: #000
}

.btn-buy_now:visited,
.btn-gen:visited,
.btn-small:visited,
.btn-strong:visited,
a.btn-buy_now-video:visited {
    color: #fff;
}

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

.btn-green {
    background-color: #4caf50;
}

#parents>.box>h2,
a.btn-buy_now-video p {
    font-family: Lato, sans-serif
}


.btn-small {
    font-size: 14px;
    padding: 10px
}

.btn-strong {
    font-size: 28px
}

a.btn-buy_now-video {
    position: relative;
    padding: 20px 20px 20px 85px;
    text-align: left;
    margin: 20px 0;
    line-height: 20px
}

a.btn-buy_now-video p {
    padding: 0;
    margin: 0
}

a.btn-buy_now-video img {
    animation: rockin 1s infinite;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    left: 13px;
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0
}

#parents>.box,
.btn-social {
    position: relative
}

.btn-social img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #fff;
    width: 100%
}

#parents>.box,
#parents>.box>.wtbLink {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#parents {
    background: url(./images/parents/bg.jpg) top center no-repeat
}

#parents>.box {
    width: 340px;
    float: left;
    margin: 20px 0 0;
    padding: 20px;
    box-sizing: border-box
}

#parents>#retailer_box {
    width: 400px;
    margin: 20px 40px 0 0;
    padding: 20px 20px 20px 150px
}

#parents>#retailer_box>#ryder {
    position: absolute;
    left: -20px
}

#parents>.box>h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #045794;
    margin: 0 0 20px;
    line-height: 1em
}

#parents>.box>.wtbLink,
#parents>.box>.wtbNoLink {
    padding: 3px;
    font-family: Lato, sans-serif;
    font-weight: 800;
    font-size: 22px;
    width: 100%;
    display: block;
    text-decoration: none
}

#parents>.box>.wtbLink {
    border: 1px solid #bbb;
    margin: 10px 0;
    box-sizing: border-box
}

#parents>.box>.wtbNoLink,
#wheretobuy {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#parents>.box>.wtbLink:hover {
    background: #eee
}

#parents>.box>.wtbLink>img {
    display: block;
    margin: 5px auto;
    width: 100%
}

#parents>.box>.wtbNoLink {
    border-radius: 4px;
    border: 1px solid #bbb;
    margin: 10px 0;
    box-sizing: border-box
}

#parents>.box>.wtbNoLink>img {
    display: block;
    margin: 5px auto
}

#mmask,
#wheretobuy,
.sm-cat-icon.none {
    display: none
}

#mmask {
    width: 100%;
    height: 100%;
    background: url(./images/mask.png);
    position: fixed;
    z-index: 20;
    top: 0
}

#wheretobuy {
    width: 645px;
    height: auto;
    position: fixed;
    color: #fff;
    padding: 30px;
    margin: 20px 0;
    overflow: visible;
    background: #1e6298;
    border: 5px solid #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 90;
    box-sizing: border-box
}

#wheretobuy>.close {
    height: 30px;
    width: 30px;
    position: absolute;
    background: url(../img/close.png) top right no-repeat;
    top: 10px;
    right: 10px;
    cursor: pointer
}

#wheretobuy>.close:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

#wheretobuy>.retailer_img {
    position: absolute;
    top: -58px;
    left: -36px
}

#wheretobuy>h2 {
    color: #fff;
    font-family: 'Holtwood One SC', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin: 20px 0 0
}

#wheretobuy>p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    margin: 0 0 30px
}

.filter-bar ul li button,
.section-heading h2,
.section-heading h3,
.sm-cat-icon.new .iconText {
    font-family: 'Holtwood One SC', serif
}

#wheretobuy>.ryder {
    float: right;
    margin: 0 15px 0 0
}

#wheretobuy>.retailer_bg {
    padding: 10px 5px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#wheretobuy>.retailer_bg>a>img {
    width: 181px
}

.sm-cat-icon {
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px;
    border-radius: 4px
}

.sm-cat-icon.red {
    width: 30px;
    background: red
}

.sm-cat-icon.blue {
    width: 30px;
    background: #044572
}

.sm-cat-icon.orange {
    width: 30px;
    background: #f26a3a
}

.sm-cat-icon.green {
    width: 30px;
    background: #1f8e0c
}

.sm-cat-icon.new {
    background: 0 0
}

.sm-cat-icon.new .iconText {
    font-size: 15px;
    color: #044572;
    text-align: center;
    position: absolute;
    padding-top: 12px;
    padding-left: 60px
}

.sm-cat-icon.new .iconText.el_GR {
    padding-left: 47px;
    padding-top: 11px
}

.svg-base {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .4
}

.svg-base.st0 {
    stroke: #5E3327
}

.svg-base.st1 {
    stroke: #003594
}

.svg-base.st2 {
    stroke: #CC8341
}

.svg-base.st3 {
    stroke: #FF8189
}

.svg-base.st4 {
    stroke: #D9272E
}

.crawl {
    animation: dash 5s infinite
}

@keyframes dash {
    0%,
    100% {
        stroke-dasharray: 700;
        stroke-dashoffset: 700
    }
    50% {
        stroke-dashoffset: 0
    }
}

.section-heading {
    height: 222px;
    padding: 80px 40px 40px;
    box-sizing: border-box;
    position: relative
}

.section-heading.interiors {
    height: auto;
    padding: 0
}

.section-heading.interiors p {
    max-width: 60%;
    margin: 0 auto
}

@media screen and (min-width:0) and (max-width:1090px) {
    .section-heading.interiors {
        padding: 30px 0 0
    }
    .section-heading.interiors p {
        max-width: 100%
    }
}

.section-heading h2,
.section-heading h3 {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    color: #fff;
    font-weight: 400
}

.section-heading h2 {
    background: #c40000;
    font-size: 40px
}

.section-heading h3 {
    background: #044572;
    max-width: 50%
}

.section-heading .section-deco {
    position: absolute;
    top: -40px;
    right: 0;
    height: 262px;
    overflow: hidden
}

.section-heading .section-deco svg {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:0) and (max-width:1090px) {
    .section-heading .section-deco {
        display: none
    }
    .section-heading {
        padding: 40px 20px 20px;
        height: auto
    }
    .section-heading h2 {
        background: #c40000;
        font-size: 20px
    }
}

.font-strong {
    font-weight: 700;
    font-size: 18px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .bios {
        text-align: center
    }
    .bios h1 {
        font-size: 30px
    }
    .bios img {
        margin: 0 auto
    }
}

.filter-bar {
    background: #eada00;
    background: linear-gradient(to bottom, #eada00 73%, #c7ba05 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eada00', endColorstr='#c7ba05', GradientType=0)
}

.filter-bar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.filter-bar ul li {
    float: left;
    padding: 0;
    margin: 0
}

.filter-bar ul li button {
    transition: background .5s ease;
    border: none;
    font-size: 16px;
    line-height: 16px;
    background: 0 0;
    padding: 10px;
    margin: 0;
    color: #000
}

.filter-bar ul li button.active,
.filter-bar ul li button.focus,
.filter-bar ul li button:hover {
    cursor: pointer;
    background: #c40000;
    color: #fff;
    outline: 0
}

.filter-bar ul li button.mixitup-control-active {
    color: #fff;
    background: #c40000
}

section article h1,
section article h3 {
    color: #044572;
    font-family: 'Holtwood One SC', serif
}

#nav-loc,
#nav-loc ul,
.bg-white {
    background: #fff
}

@media screen and (min-width:0) and (max-width:1090px) {
    .filter-bar ul li {
        float: none
    }
    .filter-bar ul li button {
        width: 100%
    }
}

#nav-loc {
    position: absolute;
    bottom: -21px;
    right: 10px;
    z-index: 99;
    border-radius: 0 0 4px 4px;
    text-align: center;
    padding: 5px 10px 10px
}

#nav-loc span {
    color: #999;
    font-size: 11px;
    display: block;
    cursor: pointer
}

#nav-loc ul {
    box-sizing: unset;
    display: none;
    list-style: none;
    margin: 6px -10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 .4rem .4rem;
    padding: .62rem;
    width: 100%
}

.featured,
.form .form-group,
section,
section article {
    position: relative
}

#nav-loc ul li {
    display: block;
    font-size: 11px;
    padding: 4px 0;
    width: 100%
}

.form {
    border: 1px solid #eaeaea;
    padding: 15px 10px
}

.form .form-group {
    border-radius: 10px;
    padding: 10px
}

.form .form-group label {
    transition: all .2s;
    margin-bottom: 10px;
}

.form .form-group input {
    border-radius: 10px;
    padding: 7px;
    border: none;
    border: 1px solid #999;
    transition: all .5s;
    width: 100%;
    margin: 0 20px 0 0;
    display: block
}

.form .form-group input:focus {
    outline: 0
}

.form-header {
    margin-bottom: 30px;
}
.form-title {
    margin-bottom: 5px;
}
.form-subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

.form_center {
    display: flex;
    justify-content: center;
    text-align: center;
}

.form_small {
    max-width: 600px;
    margin: 0 auto;
}

.form-group_between {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .form button {
        margin-bottom: 10px;
    }
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto
}

.col1,
.col10,
.col11,
.col12,
.col2,
.col3,
.col4,
.col5,
.col7,
.col8,
.col9,
section aside,
section::after {
    display: block
}

.col1,
.col10,
.col10:last-child,
.col11,
.col11:last-child,
.col12,
.col12:last-child,
.col1:last-child,
.col2,
.col2:last-child,
.col3,
.col3:last-child,
.col4,
.col4:last-child,
.col5,
.col5:last-child,
.col6,
.col6:last-child,
.col7,
.col8,
.col8:last-child,
.col9,
.col9:last-child {
    margin-right: 0
}

.col12 {
    float: left;
    width: 100%
}

.col11 {
    float: left;
    width: 91.66667%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col11,
    .col11:last-child {
        margin-right: 0
    }
    .col11 {
        float: left;
        display: block;
        width: 100%
    }
}

.col10 {
    float: left;
    width: 83.33333%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col10,
    .col10:last-child {
        margin-right: 0
    }
    .col10 {
        float: left;
        display: block;
        width: 100%
    }
}

.col9 {
    float: left;
    width: 75%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col9,
    .col9:last-child {
        margin-right: 0
    }
    .col9 {
        float: left;
        display: block;
        width: 100%
    }
}

.col8 {
    float: left;
    width: 66.66667%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col8,
    .col8:last-child {
        margin-right: 0
    }
    .col8 {
        float: left;
        display: block;
        width: 100%
    }
}

.col7 {
    float: left;
    width: 58.33333%
}

.col7:last-child {
    margin-right: 0
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col7,
    .col7:last-child {
        margin-right: 0
    }
    .col7 {
        float: left;
        display: block;
        width: 100%
    }
}

.col6 {
    float: left;
    display: block;
    width: 50%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col6,
    .col6:last-child {
        margin-right: 0
    }
    .col6 {
        float: left;
        display: block;
        width: 100%
    }
}

.col5 {
    float: left;
    width: 41.66667%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col5,
    .col5:last-child {
        margin-right: 0
    }
    .col5 {
        float: left;
        display: block;
        width: 100%
    }
}

.col4 {
    float: left;
    width: 33.33333%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col4,
    .col4:last-child {
        margin-right: 0
    }
    .col4 {
        float: left;
        display: block;
        width: 100%
    }
}

.col3 {
    float: left;
    width: 25%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col3,
    .col3:last-child {
        margin-right: 0
    }
    .col3 {
        float: left;
        display: block;
        width: 100%
    }
}

.col2 {
    float: left;
    width: 16.66667%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col2,
    .col2:last-child {
        margin-right: 0
    }
    .col2 {
        float: left;
        display: block;
        width: 100%
    }
}

.col1 {
    float: left;
    width: 8.33333%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .col1,
    .col1:last-child {
        margin-right: 0
    }
    .col1 {
        float: left;
        display: block;
        width: 100%
    }
}

.bg-white {
    padding: 0 0 40px;
    margin: 0 0 40px
}

section aside,
section aside:last-child {
    margin-right: 0
}

section {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible
}

section::after {
    clear: both
}

@media screen and (min-width:0) and (max-width:1399px) {
    section {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    section::after {
        clear: both;
        content: "";
        display: block
    }
}

section article h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0
}

section article ul {
    list-style-image: url(./images/paw_print.png)
}

section article ul li {
    margin: 0 0 10px
}

section aside {
    float: left;
    width: 25%
}

.featured {
    margin: 0 2px;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100% - 6px)
}

.featured .bg-img {
    width: 100%;
    height: auto;
    pointer-events: none;
    overflow: hidden
}

.featured .title {
    background: url(./images/bg/fade_grid.png) bottom left no-repeat;
    box-sizing: border-box;
    padding: 120px 30px 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.featured .title h2,
.featured .title h3 {
    padding: 0;
    margin: 0
}

.featured .title h2 {
    color: #2d4186;
    line-height: 26px;
    margin: 0 0 10px;
    max-width: 55%
}

.featured .title h3 {
    color: #5b5b5b;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .featured .title {
        background: #fff;
        position: relative;
        padding: 10px;
        margin-top: -40px;
        text-align: center
    }
    .featured .title h2 {
        font-size: 20px;
        max-width: 100%
    }
    .featured .title h3 {
        font-size: 14px
    }
    .featured .title:before {
        -webkit-clip-path: polygon(50% 44%, 0 100%, 100% 100%);
        clip-path: polygon(50% 44%, 0 100%, 100% 100%);
        width: 30px;
        height: 30px;
        position: absolute;
        top: -30px;
        left: 50%;
        margin: 0 0 0 -15px;
        z-index: 1;
        background: #fff;
        content: " "
    }
    .arrow-TL {
        display: none
    }
}

.arrow-TL,
.arrow-TR {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute
}

.col8.grid-basic-veh h2 {
    max-width: 35%
}

.arrow-TL {
    margin-left: calc(0% - 15px);
    margin-top: -18px;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #04375a
}

.arrow-TR {
    margin-top: -19px;
    margin-left: calc(100% + 1px);
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #04375a
}

@media screen and (min-width:0) and (max-width:1090px) {
    .arrow-TR {
        display: none;
        margin: 0
    }
}

.arrow-BL,
.arrow-BR {
    width: 0;
    height: 0;
    margin-bottom: -15px;
    border-style: solid;
    position: absolute
}

.arrow-BL {
    margin-left: calc(0% - 13px);
    border-width: 0 15px 15px 0;
    border-color: transparent #04375a transparent transparent
}

.arrow-BR {
    margin-left: 1398px;
    border-width: 15px 15px 0 0;
    border-color: #04375a transparent transparent
}

@media screen and (min-width:0) and (max-width:1090px) {
    .arrow-BR {
        display: none;
        margin: 0
    }
}

.coin-banner {
    margin: 3px -15px;
    overflow: hidden
}

@media screen and (min-width:0) and (max-width:1090px) {
    .coin-banner {
        margin: 3px 0
    }
}

.coin-banner .coin-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.coin-banner .coin-container article,
.parent-banner {
    justify-content: center
}

.coin-banner .coin-container article .coin-group {
    text-align: center;
    position: relative
}

.coin-banner .coin-container article .coin-group:hover .paw1.zuma {
    transform: translate(calc(-90%), calc(-50%))
}

.coin-banner .coin-container article .coin-group:hover .paw2.rocky {
    transform: translate(calc(130%), calc(-10%))
}

.coin-banner .coin-container article .coin-group:hover .paw1.marshall {
    transform: translate(calc(-130%), 0)
}

.coin-banner .coin-container article .coin-group:hover .paw2.chase {
    transform: translate(calc(165%), 0)
}

.coin-banner .coin-container article .coin-group:hover .paw1.skye {
    transform: translate(calc(-105%), calc(-50%))
}

.coin-banner .coin-container article .coin-group:hover .paw2.rubble {
    transform: translate(calc(130%), calc(5%))
}

.coin-banner .coin-container article .coin-group:hover .paw1.ultimate_marshall {
    transform: translate(calc(-93%), 0)
}

.coin-banner .coin-container article .coin-group:hover .paw2.ultimate_chase {
    transform: translate(calc(85%), 0)
}

.coin-banner .coin-container article .coin-group:hover .paw1.ultimate_resc_rubble_left {
    transform: translate(calc(-103%), calc(-7%))
}

.coin-banner .coin-container article .coin-group .paws {
    position: absolute;
    z-index: 8;
    transform-origin: center;
    top: 0;
    left: calc(50%);
    margin-left: -68px;
    margin-top: 68px
}

.coin-banner .coin-container article .coin-group .paws .paw1,
.coin-banner .coin-container article .coin-group .paws .paw2 {
    position: absolute;
    transition: all .6s
}

.coin-banner .coin-container article .coin-group .paws .paw2.ultimate_chase {
    margin-top: -10px
}

.coin-banner .coin-container article .coin-group .coincircle {
    text-align: center
}

.coin-banner .coin-container article .coin-group .coincircle .coin-img {
    position: relative;
    z-index: 88;
    transition: all .5s
}

.coin-banner .coin-container article .coin-group .coincircle .coin-decal {
    width: 134px;
    position: absolute;
    top: 0;
    bottom: 57px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 888
}

.coin-banner .coin-container article .coin-group .coin-title {
    text-align: center;
    margin-bottom: 35px
}

.coin-banner .coin-container article .coin-group .coin-title h3 {
    font-size: 12px;
    line-height: 1px
}

.parent-banner {
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(./images/parent-tile.jpg);
    z-index: 10;
    padding-left: 15px;
    padding-right: 15px;
}

.parent-banner .parent_banner_pawpatrol_pups {
    position: relative;
    width: 220px;
    top: -2px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .coin-banner .coin-container article .coin-group .coin-title {
        margin-bottom: 90px;
        text-shadow: 0 0 5px #fff
    }
}

.parent-banner .parent_banner_pawpatrol_pups img {
    width: 100%;
    position: relative;
    top: 10px;
}

.parent-banner button,
.parent-banner2 button {
    width: 155px;
    background-color: #1f284d;
    font-family: 'Holtwood One SC', serif;
    cursor: pointer
}

.parent-banner h2 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    margin: 0 25px;
    line-height: 1;
}

.parent-banner__item {
    display: flex;
    align-items: center;
}

.parent-banner button {
    position: relative;
    height: 28px;
    border-radius: 9px;
    border: none;
    color: #fff;
}

.parent-banner a:link {
    color: inherit
}

.parent-banner2 {
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: -3px 0 3px;
    background-image: url(./images/parent-banner/parents-banner.jpg)
}

.parent-banner2 h2 {
    position: relative;
    top: 17px;
    font-size: 20px;
    display: inline-block;
    margin: 0 25px
}

.activity,
.activity:last-child,
.photo-gallery figure:last-child {
    margin-right: 0
}

.parent-banner2 button {
    position: relative;
    height: 28px;
    top: 18px;
    border-radius: 9px;
    border: none;
    color: #fff
}

@media (max-width: 768px) {
    .parent-banner__login {
        display: none;
    }
    .parent_banner_pawpatrol_pups {
        display: none;
    }
    .parent-banner__item {
        display: block;
        text-align: center;
    }
    .parent-banner__item_hide-mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    .parent-banner button {
        width: 110px;
        height: 20px;
        font-size: 10px;
    }
    .parent-banner .parent_banner_pawpatrol_pups {
        width: 100px;
        top: 10px;
    }
    .parent-banner h2 {
        font-size: 13px;
    }
}


.parent-banner2 a:link {
    color: inherit
}

.photo-gallery figure {
    float: left;
    display: block;
    width: 25%;
    padding: 0;
    margin: 0
}

.photo-gallery figure a {
    display: block;
    padding: 5px
}

.photo-gallery figure a img {
    width: 100%;
    border-radius: 4px
}

.caro-photo-gallery figure {
    padding: 0;
    margin: 0
}

.activity {
    float: left;
    display: block;
    width: 33.33333%;
    padding: 5px
}

.activity .activity-image {
    border: 2px solid #ccc;
    border-radius: 4px;
    width: 100%;
    transition: all .5s
}

.activity .activity-image:hover {
    transform-origin: center center;
    transform: scale(.9, .9) rotate(5deg)
}

.activity .activity-title {
    color: #044572;
    font-family: 'Holtwood One SC', serif;
    margin: 10px 0
}

.activity .activity-title .activity-icon {
    background: #044572;
    padding: 5px;
    border-radius: 4px;
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 10px
}

.feature-text,
.go_au,
.nick {
    padding: 20px;
    font-size: 14px
}

.activity .activity-title .activity-icon img {
    width: 100%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .parent-banner2 button {
        left: 0;
        top: 53px
    }
    .activity,
    .activity:last-child {
        margin-right: 0
    }
    .activity {
        float: left;
        display: block;
        width: 100%
    }
}

.go_au,
.nick {
    float: left;
    color: #434343;
    font-family: 'Holtwood One SC', serif;
    text-align: center
}

.section_about {
    background: url(./images/bg/section_about.jpg) top left no-repeat #fff;
    background-size: 100%
}

.badge {
    margin: -15px 0 0
}

.section_pawparents {
    background: url(./images/bg/section_pawparents.jpg) top left no-repeat #fff;
    background-size: 100%
}

.section_pawparents #curalate-upload-photos {
    width: 100%!important;
    border: none!important;
    background: 0 0!important
}

.section_pawparents #curalate-upload-photos:hover {
    background: 0 0!important;
    color: #000!important
}

.feature-box {
    border: 2px solid #a2a2a2;
    border-radius: 4px;
    margin: 10px;
    overflow: hidden;
    background: #fff
}

.feature-text h3 {
    font-size: 14px
}

.icon-parents {
    width: 100%;
    min-height: 100px
}

.ui-datepicker-trigger {
    position: absolute;
    top: 29px;
    right: 10px;
    padding: 2px
}

.ui-datepicker-trigger img {
    width: 20px
}

#mompatrol {
    display: none
}

#mc-embedded-subscribe {
    cursor: pointer;
    font-family: 'Holtwood One SC', serif
}

#validationfail {
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    background: red;
    margin: 20px 0;
    text-align: center;
    display: none
}

#mompatrol>#mc_embed_signup>form>.bx {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    float: left;
    margin: 0 0 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#mompatrol>#mc_embed_signup>form>#bx_age,
#mompatrol>#mc_embed_signup>form>#bx_zip {
    width: 390px;
    margin: 0 0 8px;
    float: right
}

#mompatrol>#mc_embed_signup>form>#bx_zip {
    margin: 0
}

#mompatrol>#mc_embed_signup>form>#bx_characters {
    width: 319px;
    margin: 0
}

#mompatrol>#mc_embed_signup>form>.bx.bx-required {
    border: 3px solid #125b93;
    background: #eaeaea;
    width: 100%;
    margin: 0;
    position: relative
}

#mompatrol>#mc_embed_signup>form>.bx.bx-required>h3 {
    font-family: 'Holtwood One SC', sans-serif;
    font-weight: 100;
    color: #125b93;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #80b4db;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1em
}

#mompatrol>#mc_embed_signup>form>.bx hr {
    margin: 5px 0
}

#mompatrol>#mc_embed_signup #next_page,
#mompatrol>#mc_embed_signup>form input[type=submit] {
    background: #b40d0c;
    border: 0;
    padding: 10px 127px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 20px 0 0;
    width: 100%;
    clear: both
}

#mompatrol>#mc_embed_signup #next_page {
    padding: 10px 158px
}

#mompatrol>#mc_embed_signup #next_page:hover,
#mompatrol>#mc_embed_signup>form input[type=submit]:hover {
    background: #a70b0b
}

#mompatrol>#mc_embed_signup>form>.bx.bx-required label {
    width: 128px;
    font-size: 20px;
    float: left;
    text-align: right;
    margin: 6px 10px 13px 0
}

#mompatrol>#mc_embed_signup>form>.bx>.input-group>label {
    width: 80px;
    background: #fff;
    height: 67px;
    display: inline-block;
    text-align: center;
    padding: 5px 0 0;
    margin: 5px 5px 12px;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 14px
}

#mompatrol>#mc_embed_signup>form>.bx>.input-group>label:hover {
    background: #1d74b5;
    color: #fff;
    border: 1px solid #0a5389
}

#mompatrol>#mc_embed_signup>form>.bx.bx-required .mc-field-group {
    width: 48%;
    float: left;
    position: relative
}

#mompatrol>#mc_embed_signup>form>.bx.bx-required .mc-field-group-date>img {
    position: absolute;
    bottom: 16px;
    right: 15px
}

#mompatrol>#mc_embed_signup>form>.bx.bx-required input#mce-EMAIL,
#mompatrol>#mc_embed_signup>form>.bx.bx-required input#mce-EMAIL2,
#mompatrol>#mc_embed_signup>form>.bx.bx-required input#mce-FNAME,
#mompatrol>#mc_embed_signup>form>.bx.bx-required input#mce-LNAME,
#mompatrol>#mc_embed_signup>form>.bx.bx-required input#mce-MMERGE11 {
    width: 180px;
    font-size: 20px;
    padding: 5px
}

#mompatrol>#mc_embed_signup>form>.bx.bx-required input#mce-MMERGE4-day,
#mompatrol>#mc_embed_signup>form>.bx.bx-required input#mce-MMERGE4-month {
    width: 30px
}

#mompatrol>#mc_embed_signup>form>.bx.bx-required input#mce-MMERGE4-year {
    width: 60px
}

#mompatrol>#mc_embed_signup>form>.bx>.input-group>label>img {
    width: 70px
}

#mompatrol>#mc_embed_signup>form>.explanation {
    font-size: 17px
}

#mompatrol>#mc_embed_signup>form>.explanation>ul {
    padding: 0 0 0 20px
}

#mompatrol>#mc_embed_signup>form>.bx>#validationfail {
    background: #e55b59;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    display: none
}

#mompatrol>#mc_embed_signup>form>#bx_age>.mc-field-group {
    width: 140px;
    float: left;
    margin: 5px 10px 3px 0
}

#mompatrol>.success {
    text-align: center;
    display: none;
    margin: 70px 0
}

#mompatrol>.success>h3 {
    font-size: 42px;
    margin: 0
}

#mompatrol>.success>p {
    font-size: 22px;
    margin: 0
}

#mompatrol>.success>img {
    margin: 15px 0 0
}

#add_another_child {
    background: #b40d0c;
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 0 20px;
    color: #fff;
    cursor: pointer
}

.child_box {
    padding: 10px 10px 20px;
    border: 1px solid #125b93;
    background: #eaeaea;
    border-radius: 10px;
    margin: 0 10px 20px;
    clear: both
}

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

.child_box li {
    padding: 0;
    margin: 0 10px 0 0;
    float: left
}

.mc-field-group {
    margin: 0 0 10px
}

.mc-field-group>label {
    font-weight: 700
}

.child_hidden {
    display: none
}

.favorite-character {
    padding: 0 10px
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-wrapper .jwplayer,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 .9375rem
}

.video,
.video:last-child {
    margin-right: 0
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video {
    float: left;
    display: block;
    width: 25%;
    padding: 10px;
    position: relative
}

.video .icon-videos {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    -webkit-filter: drop-shadow(-5px -5px 5px #000);
    filter: drop-shadow(-5px -5px 5px #000);
    transition: all .5s cubic-bezier(.825, -.005, 0, 1);
    transform: scale(0)
}

.video:hover .icon-videos {
    transform: scale(1)
}

.video .video-thumb {
    border-radius: 4px;
    overflow: hidden;
    max-height: 160px
}

.video .video-thumb img {
    width: 100%
}

.video h4 {
    padding: 0;
    margin: 10px 0 0;
    font-family: Lato, sans-serif;
    color: #000;
    font-size: 18px
}

.video p {
    color: #1a1a1a
}

.owl-nav,
.slide p,
ul.breadcrumbs li a {
    color: #fff
}

@media screen and (min-width:0) and (max-width:1090px) {
    .icon-parents {
        min-height: 200px
    }
    .video .video-thumb {
        max-height: 300px
    }
    .video,
    .video:last-child {
        margin-right: 0
    }
    .video {
        float: left;
        display: block;
        width: 100%
    }
    ul.breadcrumbs {
        display: none
    }
}

ul.breadcrumbs {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    left: 129px;
    z-index: 9;
    list-style: none
}

ul.breadcrumbs li {
    float: left;
    padding: 0 5px 0 0;
    margin: 0;
    font-size: 14px
}

ul.breadcrumbs li img {
    height: 15px;
    margin: 1px 0 0
}

#parallax-team {
    background: url(./images/bg/bg_home_para1.jpg)
}

#coin-background {
    background: url(./images/bg/clouds1.png) bottom left no-repeat, url(./images/bg/banner_bg.png);
    background-size: 100%, cover
}

#header-video {
    background: url(./images/bg/section_videos_updated.jpg);
    background-size: cover
}

#header-tour {
    background: url(./images/bg/section_tour.jpg);
    background-size: cover
}

#header-activities {
    background: url(./images/bg/section_activities.jpg)
}

#header-onaroll {
    background: url(./images/bg/section_onaroll.jpg)
}

#header-generic_1 {
    background: url(./images/bg/generic_1.jpg)
}

#home-carousel {
    margin-bottom: 4px
}

#home-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 200px
}

#home-carousel .owl-nav .owl-next,
#home-carousel .owl-nav .owl-prev {
    padding: 5px;
    background: 0 0;
    width: 45px;
    height: 45px
}

#home-carousel .owl-nav .owl-next img,
#home-carousel .owl-nav .owl-prev img {
    width: 100%
}

#products-carousel {
    position: relative;
    z-index: 0
}

#products-carousel .slide section {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    position: relative;
    padding: 70px 0
}

@media screen and (min-width:0) and (max-width:1090px) {
    #products-carousel .slide section {
        padding: 110px 0 0
    }
}

#products-carousel .slide .brand-logo {
    top: 130px;
    right: 50px
}

.slide-video {
    position: relative
}

.slide {
    display: block;
    padding: 170px 0 20px 75px;
    min-height: 400px
}

.slide.has-video {
    padding: 0;
    margin: -20px 0
}

.slide.has-video section {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.slide .brand-logo {
    position: absolute;
    top: 30px;
    right: 0;
    width: 200px
}

.slide .brand-logo img {
    width: 80%
}

.slide .title {
    position: absolute;
    bottom: 30px;
    left: 50px;
    max-width: 50%
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide .title {
        max-width: 100%
    }
}

.slide h2,
.slide h3,
.slide h4 {
    margin: 0;
    display: inline-block;
    clear: both;
    font-family: 'Holtwood One SC', serif;
    font-weight: 400;
    color: #fff;
    padding: 0 10px
}

.slide h2,
.slide h4 {
    display: inline;
    max-width: 50%;
    white-space: pre-wrap
}

.slide h3 {
    background: #bd1f1f
}

.slide h2 {
    background: #828282;
    padding: 0
}

.slide h2 span,
.slide h4,
.slide h4 span {
    padding: 0 10px
}

.slide h4 {
    background: #0061a1;
    position: relative
}

.slide p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide p {
        margin: 0
    }
    .slide {
        padding: 150px 0 20px 10px;
        height: 370px
    }
    .slide h3 {
        font-size: 12px
    }
    .slide h2 {
        font-size: 20px
    }
    .slide h4 {
        font-size: 15px
    }
    .slide section {
        position: absolute;
        bottom: 20px;
        left: 10px
    }
    .slide .brand-logo {
        display: none
    }
}

#products-thumbs-carousel {
    padding: 20px
}

#products-thumbs-carousel .owl-item {
    border: 1px solid #ccc;
    border-radius: 4px
}

.owl-nav {
    font-size: 22px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .68);
    padding: 5px
}

.owl-nav img {
    width: 100%
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    border-radius: 50%;
    background: linear-gradient(to bottom, #c40000 100%, #f70000 100%);
    width: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 65px;
    transition: background .5s ease
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    background: linear-gradient(to bottom, #f70000 100%, #c40000 100%)
}

.owl-nav .owl-prev {
    left: 5px
}

.owl-nav .owl-next {
    right: 5px
}

.slide h3 {
    font-size: 36px
}

.slide h2 {
    font-size: 20px
}

.slide h4 {
    font-size: 28px
}

.slide-jungle-patroller {
    background: url(./images/slides/home/jungle-patroller.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-jungle-patroller {
        background: url(./images/slides/home/jungle-patroller-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-roll-patrol {
    background: url(./images/slides/home/roll-patrol.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-roll-patrol {
        background: url(./images/slides/home/jungle-patroller-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-monkey-temple {
    background: url(./images/slides/home/monkey-temple.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-monkey-temple {
        background: url(./images/slides/home/monkey-temple-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-zoomer-marshall {
    background: url(./images/slides/home/zoomer-marshall.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-zoomer-marshall {
        background: url(./images/slides/home/zoomer-marshall-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-two {
    background: url(./images/slides/home/home-hero-banner-roll-patrol.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-two {
        background: url(./images/slides/home/banners-mobile-roll-patrol.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-three {
    background: url(./images/slides/home/home-hero-banner-paw-patroller.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-three {
        background: url(./images/slides/home/banners-mobile-paw-patroller.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-mission-pup-pad {
    background: url(./images/slides/home/mission-pup-pad.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-mission-pup-pad {
        background: url(./images/slides/home/mission-pup-pad-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-mission-paw-action-pack {
    background: url(./images/slides/home/mission-paw-action-pack.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-mission-paw-action-pack {
        background: url(./images/slides/home/mission-paw-action-pack-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-mission-paw-cruiser {
    background: url(./images/slides/home/mission_paw_cruiser.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-mission-paw-cruiser {
        background: url(./images/slides/home/mission_paw_cruiser_mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-rescue-training-center {
    background: url(./images/slides/home/rescue-training-center.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-rescue-training-center {
        background: url(./images/slides/home/rescue-traning-center-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-action-figures {
    background: url(./images/slides/home/action_figures.jpg) top center no-repeat
}

.slide-vehicles {
    background: url(./images/slides/home/vehicles.jpg) top center no-repeat
}

.slide-home-hero-banner-lookout-tower {
    background: url(./images/slides/home/home-hero-banner-lookout-tower.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-hero-banner-lookout-tower {
        background: url(./images/slides/home/tower-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-mysize-banner-lookout-tower {
    background: url(./images/slides/home/home-hero-banner-lookout-tower.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-mysize-banner-lookout-tower {
        background: url(./images/slides/home/tower-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-hero-banner-rubble-playset {
    background: url(./images/slides/home/home-hero-banner-rubble-playset.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-hero-banner-rubble-playset {
        background: url(./images/slides/home/rubble-playset-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-hero-banner-sea-patroller {
    background: url(./images/slides/home/home-hero-banner-sea-patroller.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-hero-banner-sea-patroller {
        background: url(./images/slides/home/sea-patroller-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-hero-banner-themed-vehicles {
    background: url(./images/slides/home/home-hero-banner-themed-vehicles.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-hero-banner-themed-vehicles {
        background: url(./images/slides/home/themed-vehicles-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-themed-vehicles1 {
    background: url(./images/slides/home/themed-vehicles1.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-themed-vehicles1 {
        background: url(./images/slides/home/themed-vehicles1-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-sub-patroller {
    background: url(./images/slides/home/sub-patroller.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-sub-patroller {
        background: url(./images/slides/home/sub-patroller-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-flip-fly {
    background: url(./images/slides/home/flip-fly.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-flip-fly {
        background: url(./images/slides/home/flip-fly-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-off-road-rescue {
    background: url(./images/slides/home/off-road-rescue.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-off-road-rescue {
        background: url(./images/slides/home/off-road-rescue-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-basic-vehicles {
    background: url(./images/slides/home/basic-vehicles.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-basic-vehicles {
        background: url(./images/slides/home/basic-vehicles-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-sign-up {
    background: url(./images/slides/home/sign-up-hero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-sign-up {
        background: url(./images/slides/home/sign-up-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-seapatrol-sweeps {
    background: url(./images/slides/home/vipawexperience.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-seapatrol-sweeps {
        background: url(./images/slides/home/vipawexperience-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-mission-cruiser {
    background: url(./images/slides/home/mission-cruiser.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-mission-cruiser {
        background: url(./images/slides/home/mission-cruiser-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-lookout-playset {
    background: url(./images/slides/home/lookout-playset.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-lookout-playset {
        background: url(./images/slides/home/lookout-playset-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-fire-truck {
    background: url(./images/slides/home/ultimate-fire-truck-hero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-fire-truck {
        background: url(./images/slides/home/ultimate-fire-truck-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-fire-truck-au {
    background: url(./images/slides/home/ultimate-fire-truck-hero-AU.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-fire-truck-au {
        background: url(./images/slides/home/ultimate-fire-truck-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-watch-yt {
    background: url(./images/slides/home/home-hero-yt_v1c2.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-watch-yt {
        background: url(./images/slides/home/home-hero-yt-mobile-2_v2b.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-meetandgreet {
    background: url(./images/slides/home/meet-greet-desktop.jpg) top center no-repeat
}

.slide-meetandgreet h3 {
    background: #f6e04f;
    color: #000
}

.slide-meetandgreet h4 {
    background: #000;
    color: #f6e04f
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-meetandgreet {
        background: url(./images/slides/home/meet-greet-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-basic-vehicles {
    background: url(./images/slides/home/basic-vehicles-hero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-basic-vehicles {
        background: url(./images/slides/home/basic-vehicles-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-basic-vehicles-au {
    background: url(./images/slides/home/basic-vehicles-hero-AU.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-basic-vehicles-au {
        background: url(./images/slides/home/basic-vehicles-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-mini-hero {
    background: url(./images/slides/home/mini-hero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-mini-hero {
        background: url(./images/slides/home/mini-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-mini-hero-au {
    background: url(./images/slides/home/mini-hero-AU.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-mini-hero-au {
        background: url(./images/slides/home/mini-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-themed-vehicles {
    background: url(./images/slides/home/themed-vehicles-hero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-themed-vehicles {
        background: url(./images/slides/home/themed-vehicles-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-themed-vehicles-au {
    background: url(./images/slides/home/themed-vehicles-AU.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-themed-vehicles-au {
        background: url(./images/slides/home/themed-vehicles-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-home-tower-hero {
    background: url(./images/slides/home/tower-hero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-home-tower-hero {
        background: url(./images/slides/home/tower-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-water-cannon-pups {
    background: url(./images/slides/home/water-cannon-hero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-water-cannon-pups {
        background: url(./images/slides/home/water-cannon-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-water-cannon-pups-au {
    background: url(./images/slides/home/water-cannon-hero-AU.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-water-cannon-pups-au {
        background: url(./images/slides/home/water-cannon-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-ultimate-rescue-construction-truck {
    background: url(./images/slides/home/Ultimate-Construction-Truck-homeHero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-ultimate-rescue-construction-truck {
        background: url(./images/slides/home/Ultimate-Construction-Truck-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-ultimate-rescue-construction-pups {
    background: url(./images/slides/home/Ultimate-Construction-Pup-Figures-homeHero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-ultimate-rescue-construction-pups {
        background: url(./images/slides/home/Ultimate-Construction-Pup-Figures-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-pawpatrol-basic-vehicles {
    background: url(./images/slides/home/Transforming-Basic-Vehicles-homeHero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-pawpatrol-basic-vehicles {
        background: url(./images/slides/home/Transforming-Basic-Vehicles-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-marshall-rescue {
    background: url(./images/slides/home/Marshall-Ride-n-Rescue-homeHero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-marshall-rescue {
        background: url(./images/slides/home/Marshall-Ride-n-Rescue-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.slide-chase-rescue {
    background: url(./images/slides/home/Chase-Ride-n-Rescue-homeHero.jpg) top center no-repeat
}

@media screen and (min-width:0) and (max-width:1090px) {
    .slide-chase-rescue {
        background: url(./images/slides/home/Chase-Ride-n-Rescue-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-off-road {
    background: url(./images/slides/products/slide-off-road-rescue.jpg) top center no-repeat;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-off-road {
        background: url(./images/slides/products/slide-off-road-rescue-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-sea-patroller {
    background: url(./images/slides/products/slide-sea-patroller.jpg) top center no-repeat;
    background-position-y: 40px;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-sea-patroller {
        background: url(./images/slides/products/slide-sea-patroller-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-sub-patroller {
    background: url(./images/slides/products/slide-sub-patroller.jpg) top center no-repeat;
    background-position-y: 30px;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-sub-patroller {
        background: url(./images/slides/products/slide-sub-patroller-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-basic-vehicles {
    background: url(./images/slides/products/toyslide-basic-vehicles-products_2.jpg) top center no-repeat;
    background-position-y: 30px;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-basic-vehicles {
        background: url(./images/slides/home/basic-vehicles-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-themed-vehicles {
    background: url(./images/slides/products/toyslide-themed-vehicles-products_2.jpg) top center no-repeat;
    background-position-y: 30px;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-themed-vehicles {
        background: url(./images/slides/home/themed-vehicles-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-fire-truck {
    background: url(./images/slides/products/toyslide-ultimate-fire-truck-products_2.jpg) top center no-repeat;
    background-position-y: 30px;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-fire-truck {
        background: url(./images/slides/home/ultimate-fire-truck-hero-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-ultimate-rescue-constructiontruck {
    background: url(./images/slides/products/Ultimate-Construction-Truck-toysHero.jpg) top center no-repeat;
    background-position-y: 30px;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-ultimate-rescue-constructiontruck {
        background: url(./images/slides/home/Ultimate-Construction-Truck-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-chase-ride {
    background: url(./images/slides/products/Chase-Ride-n-Rescue--toysHero.jpg) top center no-repeat;
    background-position-y: 30px;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-chase-ride {
        background: url(./images/slides/home/Chase-Ride-n-Rescue-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.toyslide-marshall-ride {
    background: url(./images/slides/products/Marshall-Ride-n-Rescue-toysHero.jpg) top center no-repeat;
    background-position-y: 30px;
    margin-top: 29px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .toyslide-marshall-ride {
        background: url(./images/slides/home/Marshall-Ride-n-Rescue-mobile.jpg) top center no-repeat;
        background-size: cover
    }
}

.products-wrap {
    position: relative;
    z-index: 1;
    margin: -40px 0 0
}

.product,
.product:last-child {
    margin-right: 0
}

.product {
    float: left;
    width: 33.33333%;
    display: block;
    position: relative;
    text-align: left;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 25px;
    background: #fff;
    background: linear-gradient(to bottom, #fff 88%, #eaeaea 100%);
    transition: all .5s ease;
    min-height: 310px
}

.filter-box h2,
.multi-filter,
.product .product-image-plp,
.refine-end,
.retailer {
    text-align: center
}

.product h3 {
    color: #044572;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 5px;
    font-family: Arial
}

.product p {
    margin: 0;
    padding: 0;
    color: #999
}

.product:hover {
    background: linear-gradient(to bottom, #fff 18%, #eaeaea 100%)
}

@media screen and (min-width:0) and (max-width:1090px) {
    .product,
    .product:last-child {
        margin-right: 0
    }
    .product {
        float: left;
        display: block;
        width: 100%;
        min-height: 0
    }
}

.refine-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 998;
    display: none
}

.refine-end {
    padding-top: 80px;
    color: #fff;
    cursor: pointer
}

.refine-end span {
    display: block;
    font-size: 100px
}

.filter-box {
    position: relative;
    background: #c40000;
    border-radius: 4px 4px 0 0;
    margin: -4px 0 0;
    width: 100%
}

.filter-box h2 {
    display: none;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Holtwood One SC', serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px 15px;
    background: linear-gradient(to bottom, #e2362e 0, #941d24 100%);
    margin: 0 0 -10px
}

.filter-box .filter-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.filter-box .filter-body ul li {
    flex-grow: 1;
    display: block;
    margin: 0;
    padding: 0
}

@media screen and (min-width:0) and (max-width:1090px) {
    .filter-box h2 {
        position: absolute;
        top: 0;
        width: 100%
    }
    .filter-box {
        border: 1px solid #999;
        padding: 50px 0;
        margin: 0 10px;
        border-radius: 4px;
        position: fixed;
        bottom: calc(-70vh + 55px);
        left: 0;
        height: 70vh;
        width: calc(100% - 20px);
        overflow-x: hidden;
        overflow-y: hidden;
        z-index: 999;
        transition: all .7s
    }
    .filter-box .filter-body ul,
    .filter-box h2 {
        display: block
    }
    .filter-box.toggled {
        bottom: 0
    }
}

.multi-filter {
    padding: 10px;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
    background: 0 0;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.multi-filter .multi-filter-icon {
    max-width: 64px;
    margin: 0 auto;
    width: 100%
}

.multi-filter .filter-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    opacity: 0
}

.callout_inshop,
.new_burst {
    top: 10px;
    position: absolute
}

.multi-filter.multi-filter-active {
    color: #fff;
    background: #044572
}

.multi-filter.multi-filter-active .filter-close {
    opacity: 1
}

#tvc-vid-section {
    display: flex
}

#tvc-vid-id {
    width: 50%;
    margin: 1rem
}

@media screen and (min-width:0) and (max-width:450px) {
    #tvc-vid-section {
        flex-direction: column
    }
    #tvc-vid-id {
        width: 100%;
        margin: 1rem 0 0
    }
}

.retailer,
.retailer:last-child {
    margin-right: 0
}

.pdp {
    margin-top: -300px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .pdp {
        margin-top: -77px
    }
}

.retailer {
    background: #fff;
    padding: 5px;
    float: left;
    width: 25%;
    display: block;
    position: relative
}

.retailer:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 10px;
    background-color: #044572;
    content: ' ';
    transition: all .5s;
    border-radius: 100px
}

.product-image img,
.retailer:hover:after {
    width: 100%
}

.retailer:hover {
    color: #044572
}

.product-image {
    margin: 0 20px 20px;
    border-radius: 4px;
    overflow: hidden
}

.product-wrap {
    background: #d4d4d4;
    background: -moz-linear-gradient(top, #d4d4d4 1%, #fff 27%);
    background: -webkit-linear-gradient(top, #d4d4d4 1%, #fff 27%);
    background: linear-gradient(to bottom, #d4d4d4 1%, #fff 27%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ffffff', GradientType=0)
}

.product-wrap h1,
.product-wrap h3 {
    font-family: Arial!important
}

.product-heading {
    height: 500px;
    background: url(./images/bg/product_generic.jpg) top center;
    background-size: cover;
    position: relative;
    z-index: -1
}

@media screen and (min-width:0) and (max-width:1090px) {
    .product-image {
        margin: 100px 0 0
    }
    .product-heading {
        display: none
    }
}

.product-details {
    margin-top: 0;
    padding: 40px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:0) and (max-width:1090px) {
    .product-details {
        margin-top: 10px;
        padding: 10px
    }
    .product-details h1 {
        font-size: 24px
    }
}

.callout_inshop {
    border-radius: 20px;
    right: 10px;
    background: #ffd300;
    color: #000;
    padding: 10px;
    font-size: 10px;
    font-weight: 700
}

.new_burst {
    left: 10px
}

.new_burst .new_burst_copy {
    font-family: 'Holtwood One SC', serif;
    color: #000;
    position: absolute;
    top: 15px;
    left: 7px;
    z-index: 1
}

.new_burst .new_burst_copy.el_GR {
    left: 17px
}

.new_burst svg {
    width: 60px;
    height: 60px;
    animation: rotating 15s linear infinite;
    position: relative;
    z-index: 0
}

.new_burst svg .cls-1 {
    fill: #ffd300
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes anirun {
    0%,
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
    50% {
        transform: translate(-20px, 0);
        opacity: 0
    }
    51% {
        transform: translate(20px, 0);
        opacity: 0
    }
}

@keyframes anifly {
    0%,
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
    50% {
        transform: translate(0, -20px);
        opacity: 0
    }
    51% {
        transform: translate(0, 20px);
        opacity: 0
    }
}

@keyframes anispin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes aniscale {
    0%,
    100% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.2, 1.2)
    }
}

@keyframes aniscaletada {
    0%,
    100% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.6, 1.6) rotate(20deg)
    }
}

@keyframes anicrank {
    0%,
    100% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(10deg)
    }
    50% {
        transform: rotate(-10deg)
    }
}

#nav-main {
    top: 0;
    left: 0;
    background: url(./images/bg_header.png);
    width: 100%;
    height: 77px;
    margin: 0;
    position: relative;
    z-index: 10
}

#nav-main .logo {
    position: absolute;
    top: 0;
    margin: 5px 20px 0 0;
    background: url(./images/logo.png) top left no-repeat;
    background-size: 100%;
    width: 142px;
    height: 163px;
    display: block;
    float: left
}

@media screen and (min-width:0) and (max-width:1090px) {
    #nav-main .logo {
        float: none;
        display: inline-block;
        width: 100px;
        height: 115px
    }
}

#nav-main .mobile-menu {
    display: none;
    float: right;
    font-size: 40px;
    padding: 22px 18px 0 0;
    color: #fff
}

#nav-main .mobile-menu span {
    display: block;
    width: 40px;
    height: 5px;
    background: #fff;
    margin: 0 0 5px
}

#nav-main .mobile-menu.active-mm span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 4px)
}

#nav-main .mobile-menu.active-mm span:nth-child(2) {
    transform: rotate(-45deg) translate(3px, 4px)
}

#nav-main .mobile-menu.active-mm span:nth-child(3) {
    display: none
}

#nav-main ul.mainmenu {
    list-style: none;
    margin: 0 0 0 155px;
    padding: 0;
    z-index: 0;
    transition: all .5s ease
}

@media screen and (min-width:0) and (max-width:1090px) {
    #nav-main .mobile-menu {
        display: block
    }
    #nav-main ul.mainmenu {
        position: fixed;
        top: 0;
        right: -239px;
        height: 100vh;
        background: url(./images/bg/bg_sidebar.png);
        width: 239px;
        text-align: center
    }
    #nav-main ul.mainmenu.toggled {
        right: 0
    }
}

#nav-main ul.mainmenu li {
    float: left;
    position: relative
}

@media screen and (min-width:0) and (max-width:1090px) {
    #nav-main ul.mainmenu li {
        float: none;
        padding: 5px 0
    }
}

#nav-main ul.mainmenu li a {
    margin-top: 3px;
    padding: 7px 10px 5px;
    font-family: 'Holtwood One SC', serif;
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .8);
    text-decoration: none;
    font-size: 14px
}

#nav-main ul.mainmenu li a img {
    width: 48px;
    height: 48px;
    display: block;
    margin: -6px auto
}

#nav-main ul.mainmenu li a.active {
    background: #c40000;
    background: linear-gradient(to bottom, #c40000 50%, #5e0000 100%)
}

@media screen and (min-width:0) and (max-width:1090px) {
    #nav-main ul.mainmenu li a img {
        width: 26px;
        height: 26px
    }
    #nav-main ul.mainmenu li a {
        float: none;
        padding: 5px 0;
        margin: 0 6px 0 8px
    }
}

#nav-main ul.mainmenu li a:hover .ani-run {
    transition: all;
    animation-name: anirun;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

#nav-main ul.mainmenu li a:hover .ani-spin {
    transition: all;
    animation-name: anispin;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

#nav-main ul.mainmenu li a:hover .ani-crank,
#nav-main ul.mainmenu li a:hover .ani-fly,
#nav-main ul.mainmenu li a:hover .ani-scale,
#nav-main ul.mainmenu li a:hover .ani-scale-tada {
    transition: all;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

#nav-main ul.mainmenu li a:hover .ani-scale {
    animation-name: aniscale
}

#nav-main ul.mainmenu li a:hover .ani-fly {
    animation-name: anifly
}

#nav-main ul.mainmenu li a:hover .ani-crank {
    transform-origin: center right;
    animation-name: anicrank
}

#nav-main ul.mainmenu li a:hover .ani-scale-tada {
    transform-origin: center center;
    animation-name: aniscaletada
}

#nav-main ul.mainmenu li ul.subnav {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    top: 69px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    list-style: none;
    background: #5e0000;
    border-radius: 0 10px 10px;
    z-index: 9999;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .75);
    transition: all .5s;
    transform: translate(5px, -5px)
}

#nav-main ul.mainmenu li ul.subnav li {
    float: none;
    margin: 0;
    padding: 0;
    display: block
}

#nav-main ul.mainmenu li ul.subnav li a {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding: 5px 20px;
    text-align: left;
    display: block
}

@media screen and (min-width:0) and (max-width:1090px) {
    #nav-main ul.mainmenu li ul.subnav {
        display: none
    }
}

#nav-main ul.mainmenu li:hover {
    background: #c40000;
    background: linear-gradient(to bottom, #c40000 50%, #5e0000 100%)
}

#nav-main ul.mainmenu li:hover ul.subnav {
    display: block;
    pointer-events: all;
    transform: translate(0, 0);
    opacity: 1
}

#nav-main ul.social {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    float: right
}

@media screen and (min-width:0) and (max-width:1090px) {
    #nav-main ul.mainmenu li:hover ul.subnav {
        display: none;
        opacity: 0
    }
    #nav-main ul.social {
        position: absolute;
        margin: 0;
        top: 22px;
        right: 72px;
        width: 116px
    }
}

.coin-banner,
.meet-the-team {
    position: relative
}

#nav-main ul.social li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0
}

#nav-main ul.social li img {
    width: 30px
}

#nav-main ul.social li:last-of-type {
    margin: 0
}

@media screen and (min-width:0) and (max-width:1090px) {
    #nav-main ul.social li img {
        width: 25px
    }
    #nav-main ul.social li {
        margin: 2px
    }
}

#nav-main[lang=pl_PL] ul.mainmenu li a {
    font-family: Vollkorn, serif;
    font-weight: 900;
    text-transform: uppercase
}

#nav-main[lang=el_GR] ul.mainmenu li a {
    font-family: Roboto, sans-serif
}

.interstitial-btn,
article.meet-greet .locations a {
    font-family: 'Holtwood One SC', serif
}

.coin-banner {
    margin-bottom: 3px
}

.heading-ribbon {
    margin: 25px 0 0;
    display: inline-block
}

.heading-ribbon .heading-content {
    background: url(./images/headings/heading_center.png);
    position: relative;
    height: 79px
}

.heading-ribbon .heading-content h2 {
    margin: 2px 0;
    color: #fff;
    font-size: 32px
}

.heading-ribbon .heading-cap-right {
    position: absolute;
    top: 0;
    right: -119px
}

.heading-ribbon .heading-cap-left {
    position: absolute;
    top: 0;
    left: -119px
}

@media screen and (min-width:0) and (max-width:1090px) {
    .heading-ribbon .heading-ribbon {
        overflow: hidden
    }
    .heading-ribbon .heading-content h2 {
        padding: 14px 10px 0;
        margin: 2px 0;
        font-size: 16px
    }
}

footer {
    position: relative;
    z-index: 0;
    background: url(./images/footer.jpg) top center no-repeat #fff;
    height: 150px;
    text-align: center
}

footer p {
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: #838383
}

footer ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: inline-block;
    clear: both
}

footer ul li {
    float: left;
    width: 100px;
    text-align: center;
    white-space: nowrap
}

footer ul li a {
    text-align: center;
    color: #838383;
    font-size: 12px;
    text-decoration: none
}

footer ul li a.logo {
    margin: -15px 0 0;
    background: url(./images/logo_spinmaster.png) top left no-repeat;
    background-size: 100%;
    width: 54px;
    height: 48px;
    display: inline-block
}

section.no-video>.col2 h1,
section.no-video>.col2 p,
section.no-video>.col2+.col5 h1,
section.no-video>.col2+.col5 p {
    text-shadow: 0 0 1rem #fff
}

section.no-video.Ryder>.col2,
section.no-video.Ryder>.col2+.col5 {
    margin-top: 13rem
}

section.no-video.Tracker>.col2,
section.no-video.Tracker>.col2+.col5 {
    margin-top: 1.5rem
}

section.no-video.Everest>.col2,
section.no-video.Everest>.col2+.col5 {
    margin-top: 17rem
}

article.meet-greet .meet-header {
    width: 75%;
    margin: 40px auto 60px;
    padding: 110px 90px 350px;
    box-sizing: border-box;
    background-image: url(./images/meetgreet/foot.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #ffd800;
    border-radius: 10px;
    position: relative
}

article.meet-greet .meet-header .pp-logo {
    background-image: url(./images/logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
    height: 140px
}

article.meet-greet .meet-header h1,
article.meet-greet .meet-header h2,
article.meet-greet .meet-header p {
    text-align: center;
    color: #fff
}

article.meet-greet .meet-header h2 {
    font-size: 34px;
    line-height: 30px
}

article.meet-greet .meet-header h1 {
    color: #ffd800;
    font-size: 64px;
    line-height: 62px;
    margin: 5px 0
}

article.meet-greet .meet-header p {
    font-size: 24px;
    line-height: 32px;
    margin: 35px auto 0
}

article.meet-greet .meet-header a.btn-med,
article.meet-greet .meet-header a.btn-sm {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 42px;
    background-size: cover;
    width: 260px;
    height: 60px
}

article.meet-greet .meet-header a.btn-med:hover,
article.meet-greet .meet-header a.btn-sm:hover {
    left: 36.75%
}

article.meet-greet .locations {
    width: 75%;
    padding: 30px 90px;
    background-color: rgba(0, 0, 0, .7);
    border: 3px solid #ffd800;
    border-radius: 10px;
    margin: 0 auto 60px;
    color: #fff;
    text-align: center
}

article.meet-greet .locations h3 {
    color: #fff;
    font-size: 22px;
    line-height: 20px
}

article.meet-greet .locations sup.small-text {
    color: rgba(255, 255, 255, .3)
}

article.meet-greet .locations h1 {
    font-size: 22px;
    color: #ffd800
}

article.meet-greet .locations a {
    display: inline-block;
    padding: 15px 25px;
    margin: 20px 0 0;
    line-height: 18px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #e21e26;
    background: -moz-linear-gradient(top, #e21e26 1%, #b71c21 100%);
    background: -webkit-linear-gradient(top, #e21e26 1%, #b71c21 100%);
    background: linear-gradient(to bottom, #e21e26 1%, #b71c21 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e21e26', endColorstr='#b71c21', GradientType=0);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

article.meet-greet .locations a:hover {
    background: #b71c21;
    background: -moz-linear-gradient(top, #b71c21 0, #e21e26 99%);
    background: -webkit-linear-gradient(top, #b71c21 0, #e21e26 99%);
    background: linear-gradient(to bottom, #b71c21 0, #e21e26 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b71c21', endColorstr='#e21e26', GradientType=0)
}

article.meet-greet div.images {
    width: 75%;
    padding: 30px 90px;
    background-color: rgba(0, 0, 0, .7);
    border: 3px solid #ffd800;
    border-radius: 10px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    overflow: auto
}

article.meet-greet div.images h2 {
    color: #ffdd13;
    font-size: 42px;
    line-height: 36px;
    margin: 0 0 20px
}

@media (max-width:1060px) {
    article.meet-greet .locations,
    article.meet-greet .meet-header,
    article.meet-greet div.images {
        width: 100%
    }
}

@media (max-width:820px) {
    article.meet-greet .meet-header {
        padding-bottom: 275px
    }
}

@media (max-width:680px) {
    article.meet-greet .meet-header {
        padding: 90px 30px 225px
    }
    article.meet-greet .meet-header h2 {
        font-size: 28px
    }
    article.meet-greet .meet-header h1 {
        font-size: 48px;
        line-height: 44px
    }
    article.meet-greet div.images {
        padding: 20px 30px
    }
}

body.is-locked {
    overflow: hidden
}

.interstitial-wrap {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.interstitial-cta,
.interstitial-wrap.is-shown {
    display: flex
}

.interstitial-wrap::before {
    content: '';
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.interstitial-content {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    width: 90vw;
    max-width: 800px;
    height: auto
}

.interstitial-btn {
    cursor: pointer;
    width: 160px;
    height: 30px;
    border-radius: 9px;
    transition: opacity .2s ease
}

.interstitial-btn:hover {
    opacity: .8
}

.interstitial-btn~.interstitial-btn {
    margin-left: 18px
}

.interstitial-btn--yes {
    color: #fff;
    background: #1f284d
}

.hide {
    opacity: 0;
    width: 0;
    height: 0;
    display: none
}

@font-face {
    font-family: typicons;
    font-weight: 400;
    font-style: normal;
    src: url(typicons.eot);
    src: url(typicons.eot?#iefix) format('embedded-opentype'), url(typicons.woff) format('woff'), url(typicons.ttf) format('truetype'), url(typicons.svg#typicons) format('svg')
}

@font-face {
    font-family: typicons;
    font-weight: 400;
    font-style: normal;
    src: url(typicons.eot);
    src: url(typicons.eot?#iefix) format('embedded-opentype'), url(typicons.woff) format('woff'), url(typicons.ttf) format('truetype'), url(typicons.svg#typicons) format('svg')
}

.typcn:before {
    font-family: typicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    font-size: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.typcn-adjust-brightness:before {
    content: '\e000'
}

.typcn-adjust-contrast:before {
    content: '\e001'
}

.typcn-anchor-outline:before {
    content: '\e002'
}

.typcn-anchor:before {
    content: '\e003'
}

.typcn-archive:before {
    content: '\e004'
}

.typcn-arrow-back-outline:before {
    content: '\e005'
}

.typcn-arrow-back:before {
    content: '\e006'
}

.typcn-arrow-down-outline:before {
    content: '\e007'
}

.typcn-arrow-down-thick:before {
    content: '\e008'
}

.typcn-arrow-down:before {
    content: '\e009'
}

.typcn-arrow-forward-outline:before {
    content: '\e00a'
}

.typcn-arrow-forward:before {
    content: '\e00b'
}

.typcn-arrow-left-outline:before {
    content: '\e00c'
}

.typcn-arrow-left-thick:before {
    content: '\e00d'
}

.typcn-arrow-left:before {
    content: '\e00e'
}

.typcn-arrow-loop-outline:before {
    content: '\e00f'
}

.typcn-arrow-loop:before {
    content: '\e010'
}

.typcn-arrow-maximise-outline:before {
    content: '\e011'
}

.typcn-arrow-maximise:before {
    content: '\e012'
}

.typcn-arrow-minimise-outline:before {
    content: '\e013'
}

.typcn-arrow-minimise:before {
    content: '\e014'
}

.typcn-arrow-move-outline:before {
    content: '\e015'
}

.typcn-arrow-move:before {
    content: '\e016'
}

.typcn-arrow-repeat-outline:before {
    content: '\e017'
}

.typcn-arrow-repeat:before {
    content: '\e018'
}

.typcn-arrow-right-outline:before {
    content: '\e019'
}

.typcn-arrow-right-thick:before {
    content: '\e01a'
}

.typcn-arrow-right:before {
    content: '\e01b'
}

.typcn-arrow-shuffle:before {
    content: '\e01c'
}

.typcn-arrow-sorted-down:before {
    content: '\e01d'
}

.typcn-arrow-sorted-up:before {
    content: '\e01e'
}

.typcn-arrow-sync-outline:before {
    content: '\e01f'
}

.typcn-arrow-sync:before {
    content: '\e020'
}

.typcn-arrow-unsorted:before {
    content: '\e021'
}

.typcn-arrow-up-outline:before {
    content: '\e022'
}

.typcn-arrow-up-thick:before {
    content: '\e023'
}

.typcn-arrow-up:before {
    content: '\e024'
}

.typcn-at:before {
    content: '\e025'
}

.typcn-attachment-outline:before {
    content: '\e026'
}

.typcn-attachment:before {
    content: '\e027'
}

.typcn-backspace-outline:before {
    content: '\e028'
}

.typcn-backspace:before {
    content: '\e029'
}

.typcn-battery-charge:before {
    content: '\e02a'
}

.typcn-battery-full:before {
    content: '\e02b'
}

.typcn-battery-high:before {
    content: '\e02c'
}

.typcn-battery-low:before {
    content: '\e02d'
}

.typcn-battery-mid:before {
    content: '\e02e'
}

.typcn-beaker:before {
    content: '\e02f'
}

.typcn-beer:before {
    content: '\e030'
}

.typcn-bell:before {
    content: '\e031'
}

.typcn-book:before {
    content: '\e032'
}

.typcn-bookmark:before {
    content: '\e033'
}

.typcn-briefcase:before {
    content: '\e034'
}

.typcn-brush:before {
    content: '\e035'
}

.typcn-business-card:before {
    content: '\e036'
}

.typcn-calculator:before {
    content: '\e037'
}

.typcn-calendar-outline:before {
    content: '\e038'
}

.typcn-calendar:before {
    content: '\e039'
}

.typcn-camera-outline:before {
    content: '\e03a'
}

.typcn-camera:before {
    content: '\e03b'
}

.typcn-cancel-outline:before {
    content: '\e03c'
}

.typcn-cancel:before {
    content: '\e03d'
}

.typcn-chart-area-outline:before {
    content: '\e03e'
}

.typcn-chart-area:before {
    content: '\e03f'
}

.typcn-chart-bar-outline:before {
    content: '\e040'
}

.typcn-chart-bar:before {
    content: '\e041'
}

.typcn-chart-line-outline:before {
    content: '\e042'
}

.typcn-chart-line:before {
    content: '\e043'
}

.typcn-chart-pie-outline:before {
    content: '\e044'
}

.typcn-chart-pie:before {
    content: '\e045'
}

.typcn-chevron-left-outline:before {
    content: '\e046'
}

.typcn-chevron-left:before {
    content: '\e047'
}

.typcn-chevron-right-outline:before {
    content: '\e048'
}

.typcn-chevron-right:before {
    content: '\e049'
}

.typcn-clipboard:before {
    content: '\e04a'
}

.typcn-cloud-storage:before {
    content: '\e04b'
}

.typcn-cloud-storage-outline:before {
    content: '\e054'
}

.typcn-code-outline:before {
    content: '\e04c'
}

.typcn-code:before {
    content: '\e04d'
}

.typcn-coffee:before {
    content: '\e04e'
}

.typcn-cog-outline:before {
    content: '\e04f'
}

.typcn-cog:before {
    content: '\e050'
}

.typcn-compass:before {
    content: '\e051'
}

.typcn-contacts:before {
    content: '\e052'
}

.typcn-credit-card:before {
    content: '\e053'
}

.typcn-css3:before {
    content: '\e055'
}

.typcn-database:before {
    content: '\e056'
}

.typcn-delete-outline:before {
    content: '\e057'
}

.typcn-delete:before {
    content: '\e058'
}

.typcn-device-desktop:before {
    content: '\e059'
}

.typcn-device-laptop:before {
    content: '\e05a'
}

.typcn-device-phone:before {
    content: '\e05b'
}

.typcn-device-tablet:before {
    content: '\e05c'
}

.typcn-directions:before {
    content: '\e05d'
}

.typcn-divide-outline:before {
    content: '\e05e'
}

.typcn-divide:before {
    content: '\e05f'
}

.typcn-document-add:before {
    content: '\e060'
}

.typcn-document-delete:before {
    content: '\e061'
}

.typcn-document-text:before {
    content: '\e062'
}

.typcn-document:before {
    content: '\e063'
}

.typcn-download-outline:before {
    content: '\e064'
}

.typcn-download:before {
    content: '\e065'
}

.typcn-dropbox:before {
    content: '\e066'
}

.typcn-edit:before {
    content: '\e067'
}

.typcn-eject-outline:before {
    content: '\e068'
}

.typcn-eject:before {
    content: '\e069'
}

.typcn-equals-outline:before {
    content: '\e06a'
}

.typcn-equals:before {
    content: '\e06b'
}

.typcn-export-outline:before {
    content: '\e06c'
}

.typcn-export:before {
    content: '\e06d'
}

.typcn-eye-outline:before {
    content: '\e06e'
}

.typcn-eye:before {
    content: '\e06f'
}

.typcn-feather:before {
    content: '\e070'
}

.typcn-film:before {
    content: '\e071'
}

.typcn-filter:before {
    content: '\e072'
}

.typcn-flag-outline:before {
    content: '\e073'
}

.typcn-flag:before {
    content: '\e074'
}

.typcn-flash-outline:before {
    content: '\e075'
}

.typcn-flash:before {
    content: '\e076'
}

.typcn-flow-children:before {
    content: '\e077'
}

.typcn-flow-merge:before {
    content: '\e078'
}

.typcn-flow-parallel:before {
    content: '\e079'
}

.typcn-flow-switch:before {
    content: '\e07a'
}

.typcn-folder-add:before {
    content: '\e07b'
}

.typcn-folder-delete:before {
    content: '\e07c'
}

.typcn-folder-open:before {
    content: '\e07d'
}

.typcn-folder:before {
    content: '\e07e'
}

.typcn-gift:before {
    content: '\e07f'
}

.typcn-globe-outline:before {
    content: '\e080'
}

.typcn-globe:before {
    content: '\e081'
}

.typcn-group-outline:before {
    content: '\e082'
}

.typcn-group:before {
    content: '\e083'
}

.typcn-headphones:before {
    content: '\e084'
}

.typcn-heart-full-outline:before {
    content: '\e085'
}

.typcn-heart-half-outline:before {
    content: '\e086'
}

.typcn-heart-outline:before {
    content: '\e087'
}

.typcn-heart:before {
    content: '\e088'
}

.typcn-home-outline:before {
    content: '\e089'
}

.typcn-home:before {
    content: '\e08a'
}

.typcn-html5:before {
    content: '\e08b'
}

.typcn-image-outline:before {
    content: '\e08c'
}

.typcn-image:before {
    content: '\e08d'
}

.typcn-infinity-outline:before {
    content: '\e08e'
}

.typcn-infinity:before {
    content: '\e08f'
}

.typcn-info-large-outline:before {
    content: '\e090'
}

.typcn-info-large:before {
    content: '\e091'
}

.typcn-info-outline:before {
    content: '\e092'
}

.typcn-info:before {
    content: '\e093'
}

.typcn-input-checked-outline:before {
    content: '\e094'
}

.typcn-input-checked:before {
    content: '\e095'
}

.typcn-key-outline:before {
    content: '\e096'
}

.typcn-key:before {
    content: '\e097'
}

.typcn-keyboard:before {
    content: '\e098'
}

.typcn-leaf:before {
    content: '\e099'
}

.typcn-lightbulb:before {
    content: '\e09a'
}

.typcn-link-outline:before {
    content: '\e09b'
}

.typcn-link:before {
    content: '\e09c'
}

.typcn-location-arrow-outline:before {
    content: '\e09d'
}

.typcn-location-arrow:before {
    content: '\e09e'
}

.typcn-location-outline:before {
    content: '\e09f'
}

.typcn-location:before {
    content: '\e0a0'
}

.typcn-lock-closed-outline:before {
    content: '\e0a1'
}

.typcn-lock-closed:before {
    content: '\e0a2'
}

.typcn-lock-open-outline:before {
    content: '\e0a3'
}

.typcn-lock-open:before {
    content: '\e0a4'
}

.typcn-mail:before {
    content: '\e0a5'
}

.typcn-map:before {
    content: '\e0a6'
}

.typcn-media-eject-outline:before {
    content: '\e0a7'
}

.typcn-media-eject:before {
    content: '\e0a8'
}

.typcn-media-fast-forward-outline:before {
    content: '\e0a9'
}

.typcn-media-fast-forward:before {
    content: '\e0aa'
}

.typcn-media-pause-outline:before {
    content: '\e0ab'
}

.typcn-media-pause:before {
    content: '\e0ac'
}

.typcn-media-play-outline:before {
    content: '\e0ad'
}

.typcn-media-play-reverse-outline:before {
    content: '\e0ae'
}

.typcn-media-play-reverse:before {
    content: '\e0af'
}

.typcn-media-play:before {
    content: '\e0b0'
}

.typcn-media-record-outline:before {
    content: '\e0b1'
}

.typcn-media-record:before {
    content: '\e0b2'
}

.typcn-media-rewind-outline:before {
    content: '\e0b3'
}

.typcn-media-rewind:before {
    content: '\e0b4'
}

.typcn-media-stop-outline:before {
    content: '\e0b5'
}

.typcn-media-stop:before {
    content: '\e0b6'
}

.typcn-message-typing:before {
    content: '\e0b7'
}

.typcn-message:before {
    content: '\e0b8'
}

.typcn-messages:before {
    content: '\e0b9'
}

.typcn-microphone-outline:before {
    content: '\e0ba'
}

.typcn-microphone:before {
    content: '\e0bb'
}

.typcn-minus-outline:before {
    content: '\e0bc'
}

.typcn-minus:before {
    content: '\e0bd'
}

.typcn-mortar-board:before {
    content: '\e0be'
}

.typcn-news:before {
    content: '\e0bf'
}

.typcn-notes-outline:before {
    content: '\e0c0'
}

.typcn-notes:before {
    content: '\e0c1'
}

.typcn-pen:before {
    content: '\e0c2'
}

.typcn-pencil:before {
    content: '\e0c3'
}

.typcn-phone-outline:before {
    content: '\e0c4'
}

.typcn-phone:before {
    content: '\e0c5'
}

.typcn-pi-outline:before {
    content: '\e0c6'
}

.typcn-pi:before {
    content: '\e0c7'
}

.typcn-pin-outline:before {
    content: '\e0c8'
}

.typcn-pin:before {
    content: '\e0c9'
}

.typcn-pipette:before {
    content: '\e0ca'
}

.typcn-plane-outline:before {
    content: '\e0cb'
}

.typcn-plane:before {
    content: '\e0cc'
}

.typcn-plug:before {
    content: '\e0cd'
}

.typcn-plus-outline:before {
    content: '\e0ce'
}

.typcn-plus:before {
    content: '\e0cf'
}

.typcn-point-of-interest-outline:before {
    content: '\e0d0'
}

.typcn-point-of-interest:before {
    content: '\e0d1'
}

.typcn-power-outline:before {
    content: '\e0d2'
}

.typcn-power:before {
    content: '\e0d3'
}

.typcn-printer:before {
    content: '\e0d4'
}

.typcn-puzzle-outline:before {
    content: '\e0d5'
}

.typcn-puzzle:before {
    content: '\e0d6'
}

.typcn-radar-outline:before {
    content: '\e0d7'
}

.typcn-radar:before {
    content: '\e0d8'
}

.typcn-refresh-outline:before {
    content: '\e0d9'
}

.typcn-refresh:before {
    content: '\e0da'
}

.typcn-rss-outline:before {
    content: '\e0db'
}

.typcn-rss:before {
    content: '\e0dc'
}

.typcn-scissors-outline:before {
    content: '\e0dd'
}

.typcn-scissors:before {
    content: '\e0de'
}

.typcn-shopping-bag:before {
    content: '\e0df'
}

.typcn-shopping-cart:before {
    content: '\e0e0'
}

.typcn-social-at-circular:before {
    content: '\e0e1'
}

.typcn-social-dribbble-circular:before {
    content: '\e0e2'
}

.typcn-social-dribbble:before {
    content: '\e0e3'
}

.typcn-social-facebook-circular:before {
    content: '\e0e4'
}

.typcn-social-facebook:before {
    content: '\e0e5'
}

.typcn-social-flickr-circular:before {
    content: '\e0e6'
}

.typcn-social-flickr:before {
    content: '\e0e7'
}

.typcn-social-github-circular:before {
    content: '\e0e8'
}

.typcn-social-github:before {
    content: '\e0e9'
}

.typcn-social-google-plus-circular:before {
    content: '\e0ea'
}

.typcn-social-google-plus:before {
    content: '\e0eb'
}

.typcn-social-instagram-circular:before {
    content: '\e0ec'
}

.typcn-social-instagram:before {
    content: '\e0ed'
}

.typcn-social-last-fm-circular:before {
    content: '\e0ee'
}

.typcn-social-last-fm:before {
    content: '\e0ef'
}

.typcn-social-linkedin-circular:before {
    content: '\e0f0'
}

.typcn-social-linkedin:before {
    content: '\e0f1'
}

.typcn-social-pinterest-circular:before {
    content: '\e0f2'
}

.typcn-social-pinterest:before {
    content: '\e0f3'
}

.typcn-social-skype-outline:before {
    content: '\e0f4'
}

.typcn-social-skype:before {
    content: '\e0f5'
}

.typcn-social-tumbler-circular:before {
    content: '\e0f6'
}

.typcn-social-tumbler:before {
    content: '\e0f7'
}

.typcn-social-twitter-circular:before {
    content: '\e0f8'
}

.typcn-social-twitter:before {
    content: '\e0f9'
}

.typcn-social-vimeo-circular:before {
    content: '\e0fa'
}

.typcn-social-vimeo:before {
    content: '\e0fb'
}

.typcn-social-youtube-circular:before {
    content: '\e0fc'
}

.typcn-social-youtube:before {
    content: '\e0fd'
}

.typcn-sort-alphabetically-outline:before {
    content: '\e0fe'
}

.typcn-sort-alphabetically:before {
    content: '\e0ff'
}

.typcn-sort-numerically-outline:before {
    content: '\e100'
}

.typcn-sort-numerically:before {
    content: '\e101'
}

.typcn-spanner-outline:before {
    content: '\e102'
}

.typcn-spanner:before {
    content: '\e103'
}

.typcn-spiral:before {
    content: '\e104'
}

.typcn-star-full-outline:before {
    content: '\e105'
}

.typcn-star-half-outline:before {
    content: '\e106'
}

.typcn-star-half:before {
    content: '\e107'
}

.typcn-star-outline:before {
    content: '\e108'
}

.typcn-star:before {
    content: '\e109'
}

.typcn-starburst-outline:before {
    content: '\e10a'
}

.typcn-starburst:before {
    content: '\e10b'
}

.typcn-stopwatch:before {
    content: '\e10c'
}

.typcn-support:before {
    content: '\e10d'
}

.typcn-tabs-outline:before {
    content: '\e10e'
}

.typcn-tag:before {
    content: '\e10f'
}

.typcn-tags:before {
    content: '\e110'
}

.typcn-th-large-outline:before {
    content: '\e111'
}

.typcn-th-large:before {
    content: '\e112'
}

.typcn-th-list-outline:before {
    content: '\e113'
}

.typcn-th-list:before {
    content: '\e114'
}

.typcn-th-menu-outline:before {
    content: '\e115'
}

.typcn-th-menu:before {
    content: '\e116'
}

.typcn-th-small-outline:before {
    content: '\e117'
}

.typcn-th-small:before {
    content: '\e118'
}

.typcn-thermometer:before {
    content: '\e119'
}

.typcn-thumbs-down:before {
    content: '\e11a'
}

.typcn-thumbs-ok:before {
    content: '\e11b'
}

.typcn-thumbs-up:before {
    content: '\e11c'
}

.typcn-tick-outline:before {
    content: '\e11d'
}

.typcn-tick:before {
    content: '\e11e'
}

.typcn-ticket:before {
    content: '\e11f'
}

.typcn-time:before {
    content: '\e120'
}

.typcn-times-outline:before {
    content: '\e121'
}

.typcn-times:before {
    content: '\e122'
}

.typcn-trash:before {
    content: '\e123'
}

.typcn-tree:before {
    content: '\e124'
}

.typcn-upload-outline:before {
    content: '\e125'
}

.typcn-upload:before {
    content: '\e126'
}

.typcn-user-add-outline:before {
    content: '\e127'
}

.typcn-user-add:before {
    content: '\e128'
}

.typcn-user-delete-outline:before {
    content: '\e129'
}

.typcn-user-delete:before {
    content: '\e12a'
}

.typcn-user-outline:before {
    content: '\e12b'
}

.typcn-user:before {
    content: '\e12c'
}

.typcn-vendor-android:before {
    content: '\e12d'
}

.typcn-vendor-apple:before {
    content: '\e12e'
}

.typcn-vendor-microsoft:before {
    content: '\e12f'
}

.typcn-video-outline:before {
    content: '\e130'
}

.typcn-video:before {
    content: '\e131'
}

.typcn-volume-down:before {
    content: '\e132'
}

.typcn-volume-mute:before {
    content: '\e133'
}

.typcn-volume-up:before {
    content: '\e134'
}

.typcn-volume:before {
    content: '\e135'
}

.typcn-warning-outline:before {
    content: '\e136'
}

.typcn-warning:before {
    content: '\e137'
}

.typcn-watch:before {
    content: '\e138'
}

.typcn-waves-outline:before {
    content: '\e139'
}

.typcn-waves:before {
    content: '\e13a'
}

.typcn-weather-cloudy:before {
    content: '\e13b'
}

.typcn-weather-downpour:before {
    content: '\e13c'
}

.typcn-weather-night:before {
    content: '\e13d'
}

.typcn-weather-partly-sunny:before {
    content: '\e13e'
}

.typcn-weather-shower:before {
    content: '\e13f'
}

.typcn-weather-snow:before {
    content: '\e140'
}

.typcn-weather-stormy:before {
    content: '\e141'
}

.typcn-weather-sunny:before {
    content: '\e142'
}

.typcn-weather-windy-cloudy:before {
    content: '\e143'
}

.typcn-weather-windy:before {
    content: '\e144'
}

.typcn-wi-fi-outline:before {
    content: '\e145'
}

.typcn-wi-fi:before {
    content: '\e146'
}

.typcn-wine:before {
    content: '\e147'
}

.typcn-world-outline:before {
    content: '\e148'
}

.typcn-world:before {
    content: '\e149'
}

.typcn-zoom-in-outline:before {
    content: '\e14a'
}

.typcn-zoom-in:before {
    content: '\e14b'
}

.typcn-zoom-out-outline:before {
    content: '\e14c'
}

.typcn-zoom-out:before {
    content: '\e14d'
}

.typcn-zoom-outline:before {
    content: '\e14e'
}

.typcn-zoom:before {
    content: '\e14f'
}


.logo-wrapper {
    text-align: center;
}


.content .left-col,
.content .right-col {
    float: left;
    width: 47%;
}

.content .right-col {
    float: right;
}

@media screen and (max-width: 480px){
    .content .left-col,
    .content .right-col {
        float: none;
        width: auto;
    }

    .content .right-col {
        margin-top: 30px;
    }
}

.content p .desktop {
    display: inline;
}
.content p .mobile {
    display: none;
}

@media screen and (max-width: 480px){
    .content p {
        font-size: 17px;
    }
    .content p .desktop {
        display: none;
    }
    .content p .mobile {
        display: inline;
    }
}

#join-mom-patrol {
    margin-bottom: 30px;
}


.content .veripass-process-wrapper {
    background: #EFF6FF;
    min-height: 170px;
    position: relative;
    border-radius: 2px;
}

.content .veripass-process-wrapper img {
    display: block;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
}



div.consent-request-status {
    width: 100%;
    margin: 10px auto ;
    padding: 10px;
    background-color: #02264c;
    color: white;
    font-family: "Courier New";
    font-size: 12px;
}
div.consent-request-status em,  div.consent-request-status sup{
    color: aqua;
}


.lds-ellipsis {
    display: block;
    position: absolute;
    width: 64px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -32px;
}
.lds-ellipsis div {
    position: absolute;
    top: 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #04274B;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
