﻿/* Added for quick addition of extra styles by developer - unsure if SCSS is being used in the future and don't want changes to be lost if it is. These styles are not included in the SCSS directory. */
#primary #featured.row .item.middle.oceania {
    background-image: url(../../images/icons/icon_map_oceania.jpg);
}
#primary #featured.col .item.oceania {
    background-image: url(../../images/icons/icon_map_oceania.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}


/* Overrides for the GDPR plugin */
.wt-cli-ckyes-brand-logo {
  display: none;
}
#cookie-law-info-bar span {
	max-width: 1128px;
	display: inline-block;
}
#cookie-law-info-bar {
	box-shadow: 0 0 0 0 #000;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 30px 25px;
}

#cookie-law-info-bar #wt-cli-accept-all-btn {
	margin-left: 10px;
}

.wt-cli-iframe-placeholder {
    min-height: 360px;
    color: #fff;
}

/* footer link for GDPR settings */
.footer-cookie-settings #wt-cli-settings-btn {
  padding: 0 !important;
  background-color: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
}
.footer-cookie-settings #wt-cli-settings-btn:hover {
  color: #fff !important;
}

.regular-page.page-builder, #primary {
  float: none !important;
}

@media (min-width: 1366px) {
    .sub-nav {
        display: flex;
    }
}

.reviews-block + .joinus-block {
    display: none;
}

#reskin-header .header-top {
    z-index: 10;
    text-transform: uppercase;
}

address + .social {
    margin-top: 25px;
}

.news-slider .slick-track{
    display: flex;
    flex-flow: row wrap;

}
.news-slider .slick-track .slide {
    display: flex;
}
.news-slider .cta-box {
    width: 100%;
}

.cta-box .image {
    position: relative;
    overflow: hidden;
}
.cta-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    max-width: 100%;
}
.reskin-product .row .text h2 , .reskin-product .btns .link{
    text-transform: uppercase;
}

.reskin-product .row .text p {
    font-size: 18px;
    line-height: 30px;
}

@media (min-width: 1366px) {
    .reskin-product .row .text p {
        font-size: 20px;
        line-height: 35px;
    }
}

.reskin-product .row .text p:first-of-type {
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin: 0 0 20px;
    font-weight: 400;
}

.reskin-product .row .text h2 ~ p strong, .reskin-product .row .text h2 ~ p b {
    font-weight: 400;
}

@media (min-width: 768px) {
    .reskin-product .row .text p:first-of-type {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 1366px) {
    .reskin-product .row .text p:first-of-type {
        font-size: 30px;
        line-height: 33px;
        margin: 0 0 25px;
    }
}
.hero-block h1 {
    text-transform: uppercase;
}

#primary.snav-page.manuals-landing {
    margin-top: 20px;
}
















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

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

.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

.slick-slide {
    float: left;
    display: none;
    outline: none !important;
}

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

.slide-pagination {
    overflow: hidden;
}

.slick-pagination {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 35px !important;
}

@media (min-width: 768px) {
    .slick-dots {
        padding-top: 30px !important;
    }
}

@media (min-width: 1366px) {
    .slick-dots {
        padding-top: 50px !important;
    }
}

.slick-dots li {
    padding: 0 4px;
}

.slick-dots li button {
    min-width: inherit;
    border: 0;
    background: none;
    font-size: 0;
    line-height: 0;
    width: 11px;
    height: 11px;
    min-height: inherit;
    border-radius: 100%;
    background: #fff;
    border: solid 1px #fff;
    -webkit-transition: background linear 0.3s;
    transition: background linear 0.3s;
    padding: 0;
    display: block;
    outline: none;
}

@media (min-width: 1366px) {
    .slick-dots li button {
        width: 14px;
        height: 14px;
    }
}

.slick-dots li button:hover {
    background: #F28C00 !important;
    border-color: #F28C00;
}

.slick-dots li.slick-active button {
    background: #F28C00;
    border-color: #F28C00;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
    font-size: 55px;
    left: 0;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #F28C00;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    font-weight: 600;
}

.slick-prev:hover,
.slick-next:hover {
    color: #fff;
}

.slick-next {
    left: auto;
    right: 0;
    color: #F28C00;
}

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

.fancybox-active {
    height: auto;
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

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

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

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

.fancybox-bg {
    background: #03101f;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .85;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

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

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

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

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;

    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

@media (min-width: 768px) {
    .fancybox-slide {
        padding: 44px;
    }
}

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

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

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

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

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

.fancybox-spaceball {
    z-index: 1;
}

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

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

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

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

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

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

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

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    min-width: inherit;
}

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

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

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

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

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
    background: none !important;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
    background: #1e1e1e99;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

/* Caption */
.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

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

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

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

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

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

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.fancybox-content {
    border: solid 8px #fff;
}

@media (min-width: 768px) {
    .fancybox-content {
        border: solid 10px #fff;
    }
}

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

@font-face {
    font-family: 'icomoon';
    src: url("../../fonts/icomoon.eot?w9yjup");
    src: url("../../fonts/icomoon.eot?w9yjup#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?w9yjup") format("truetype"), url("../../fonts/icomoon.woff?w9yjup") format("woff"), url("../../fonts/icomoon.svg?w9yjup#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-call:before {
    content: "\e900";
}

.icon-clock:before {
    content: "\e901";
}

.icon-email:before {
    content: "\e902";
}

.icon-quote:before {
    content: "\e903";
}

.icon-quote2:before {
    content: "\e904";
}

.icon-send:before {
    content: "\e905";
}

.icon-user:before {
    content: "\e906";
}

.icon-arrow_right_alt:before {
    content: "\e907";
}

.icon-long-arrow-right:before {
    content: "\e908";
}

.icon-long-arrow-left:before {
    content: "\e909";
}

.icon-long-arrow-up:before {
    content: "\e90a";
}

.icon-long-arrow-down:before {
    content: "\e90b";
}

.icon-check_circle:before {
    content: "\e90c";
}

.icon-location:before {
    content: "\e90d";
}

.icon-download:before {
    content: "\e90e";
}

.icon-arrow-right:before {
    content: "\e90f";
}

.icon-arrow-left:before {
    content: "\e910";
}

.icon-envelope1:before {
    content: "\e911";
}

.icon-home:before {
    content: "\e912";
}

.icon-watch_later:before {
    content: "\e913";
}

.icon-youtube1:before {
    content: "\e914";
}

.icon-location1:before {
    content: "\e915";
}

.icon-arrow-bottom:before {
    content: "\e916";
}

.icon-arrow-top:before {
    content: "\e917";
}

.icon-info:before {
    content: "\e918";
}

.icon-check_circle1:before {
    content: "\e919";
}

.icon-paperplane:before {
    content: "\e91a";
}

.icon-search1:before {
    content: "\e91b";
}

.icon-search2:before {
    content: "\e91c";
}

.icon-phone1:before {
    content: "\e91d";
}

.icon-facebook:before {
    content: "\e92a";
}

.icon-phone:before {
    content: "\e942";
}

.icon-star-empty:before {
    content: "\e9d7";
}

.icon-star-half:before {
    content: "\e9d8";
}

.icon-star-full:before {
    content: "\e9d9";
}

.icon-search:before {
    content: "\f002";
}

.icon-user:before {
    content: "\f007";
}

.icon-check:before {
    content: "\f00c";
}

.icon-times:before {
    content: "\f00d";
}

.icon-search-plus:before {
    content: "\f00e";
}

.icon-check1:before {
    content: "\f00f";
}

.icon-search-minus:before {
    content: "\f010";
}

.icon-redo:before {
    content: "\f01e";
}

.icon-sync:before {
    content: "\f021";
}

.icon-list:before {
    content: "\f03a";
}

.icon-list1:before {
    content: "\f03b";
}

.icon-check-circle:before {
    content: "\f058";
}

.icon-check-circle1:before {
    content: "\f059";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-comment:before {
    content: "\f075";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-google-plus-g:before {
    content: "\f0d5";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin-in:before {
    content: "\f0e1";
}

.icon-envelope2:before {
    content: "\f0e2";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-ellipsis-h1:before {
    content: "\f143";
}

.icon-ellipsis-v1:before {
    content: "\f144";
}

.icon-play-circle:before {
    content: "\f145";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-long-arrow-down1:before {
    content: "\f175";
}

.icon-long-arrow-up1:before {
    content: "\f176";
}

.icon-long-arrow-left1:before {
    content: "\f177";
}

.icon-long-arrow-right1:before {
    content: "\f178";
}

.icon-vk:before {
    content: "\f189";
}

.icon-google:before {
    content: "\f1a0";
}

.icon-vine:before {
    content: "\f1ca";
}

.icon-yelp:before {
    content: "\f1e9";
}

.icon-pinterest-p:before {
    content: "\f231";
}

.icon-whatsapp:before {
    content: "\f232";
}

.icon-vimeo-v:before {
    content: "\f27d";
}

.icon-envira:before {
    content: "\f299";
}

.icon-bath:before {
    content: "\f2cd";
}

.icon-facebook-f:before {
    content: "\f39e";
}

.icon-map-marker-alt:before {
    content: "\f3c5";
}

.icon-equals:before {
    content: "\f52c";
}

@font-face {
    font-family: 'Champion';
    src: url("../../fonts/Champion-HTF-Middleweight.woff2") format("woff2"), url("../../fonts/Champion-HTF-Middleweight.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Champion';
    src: url("../../fonts/Champion-HTF-Lightweight.woff2") format("woff2"), url("../../fonts/Champion-HTF-Lightweight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Champion';
    src: url("../../fonts/Champion-HTF-Featherweight.woff2") format("woff2"), url("../../fonts/Champion-HTF-Featherweight.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("../../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../../fonts/Ubuntu-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("../../fonts/Ubuntu-MediumItalic.woff2") format("woff2"), url("../../fonts/Ubuntu-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("../../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../../fonts/Ubuntu-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("../../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../../fonts/Ubuntu-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url("../../fonts/Ubuntu-Light.woff2") format("woff2"), url("../../fonts/Ubuntu-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

a {
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

#wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#reskin-header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    font-family: "Ubuntu", sans-serif;
}

#reskin-header .logo {
    position: relative;
    max-width: 190px;
}

@media (min-width: 768px) {
    #reskin-header .logo {
        max-width: 190px;
    }
}

@media (min-width: 1250px) {
    #reskin-header .logo {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 200px;
        display: block;
    }
}

@media (min-width: 1366px) {
    #reskin-header .logo {
        max-width: 233px;
    }
}

#reskin-header .logo a {
    display: block;
}

#reskin-header .logo img {
    display: block;
    width: 100%;
}

#reskin-header .logo .scrolled {
    width: 100px;
    display: none;
}

@media (min-width: 768px) {
    #reskin-header .logo .scrolled {
        width: 140px;
        margin-left: -3px;
    }
}

@media (min-width: 1250px) {
    #reskin-header .logo .scrolled {
        width: 176px;
    }
}

#reskin-header .logo.d-hidden {
    display: none;
}

@media (min-width: 1250px) {
    #reskin-header .logo.d-hidden {
        display: none;
    }
}

#reskin-header .container {
    margin: 0 auto;
}

@media (min-width: 1600px) {
    #reskin-header .container {
        max-width: 1590px;
        padding: 0 20px;
    }
}

#reskin-header .header-top {
    position: relative;
    padding: 20px 20px;
}

@media (min-width: 1250px) {
    #reskin-header .header-top {
        padding: 74px 20px 0;
    }
}

@media (min-width: 1366px) {
    #reskin-header .header-top {
        padding: 90px 20px 0;
    }
}

@media (min-width: 1600px) {
    #reskin-header .header-top {
        padding: 90px 0 0;
    }
}

#reskin-header .header-top:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 3px;
    background: -webkit-linear-gradient(left, #f28c00 0%, #170d00 100%);
    background: linear-gradient(to right, #f28c00 0%, #170d00 100%);
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    opacity: 0;
}

#reskin-header .search-btn {
    display: block;
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
    margin-top: 2px;
}

@media (min-width: 576px) {
    #reskin-header .search-btn {
        display: none;
    }
}

#reskin-header .search-btn:hover {
    color: #F28C00;
}

@media (min-width: 1250px) {
    #reskin-header .header-bottom {
        padding: 20px 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1600px) {
    #reskin-header .header-bottom {
        padding: 20px 0 0;
    }
}

#reskin-header .header-bottom form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 250px;
}

@media (max-width: 1249px) {
    #reskin-header .header-bottom form {
        position: absolute;
        right: 80px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#reskin-header .header-bottom form input[type="text"] {
    padding-right: 50px;
}

#reskin-header .header-bottom form button {
    background: none;
    border: 0;
    padding: 0;
    outline: none;
    position: absolute;
    right: 17px;
    top: 12px;
    font-size: 20px;
}

@media (max-width: 575px) {
    #reskin-header .header-bottom {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

    #reskin-header .header-bottom form {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
    }

    .search-active #reskin-header .header-bottom form {
        opacity: 1;
        visibility: visible;
    }
}

#reskin-header.v2 .header-top {
    padding: 0;
}

#reskin-header.v2 .header-top:before {
    display: none;
}

#reskin-header.v2 .header-top .logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
}

.main-nav {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Ubuntu", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1366px) {
    .main-nav {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1600px) {
    .main-nav {
        font-size: 16px;
    }
}

.main-nav ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -8px;
}

.main-nav ul li {
    margin: 0 3px;
    position: relative;
}

@media (min-width: 1600px) {
    .main-nav ul li {
        margin: 0 6px;
    }
}

.main-nav ul li a {
    display: block;
    padding: 20px 10px;
    color: #fff;
    position: relative;
    text-align: center;
}

.main-nav ul li a:hover {
    color: #F28C00;
}

.main-nav ul li.active > a {
    color: #F28C00;
}

@media (min-width: 1250px) {
    .main-nav ul li.menu-item-has-children > a:after {
        display: inline-block;
        vertical-align: top;
        content: '\f107';
        font-family: 'icomoon';
        margin: 2px 0 -5px 6px;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
    }
}

@media (min-width: 1250px) {
    .main-nav ul li.menu-item-has-children:hover ul {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .main-nav ul li.menu-item-has-children:hover > a {
        color: #F28C00;
    }

    .main-nav ul li.menu-item-has-children:hover > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width: 1250px) {
    .main-nav ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 220px;
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
    }
}

@media (min-width: 1250px) {
    .main-nav ul ul li {
        border-top: solid 1px rgba(242, 140, 0, 0.1);
        margin: 0 !important;
    }
}

.main-nav ul ul li a {
    color: #000;
    text-align: left;
    padding: 10px 15px;
}

.main-nav ul ul li a:before {
    display: none;
}

.main-nav ul ul li a:hover {
    color: #F28C00;
}

@media (min-width: 1250px) {
    .main-nav .sub-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1250px) {
    .main-nav .sub-nav li {
        margin: 0 8px;
    }
}

@media (min-width: 1600px) {
    .main-nav .sub-nav li {
        margin: 0 11px;
    }
}

.main-nav .drop-opener {
    display: none;
}

@media (max-width: 1249px) {
    .main-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        overflow-y: auto;
        max-height: calc(100vh - 147px);
        font-size: 14px;
        background: #000;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        display: block;
    }

    .fixed-position .main-nav {
        max-height: calc(100vh - 108px);
    }

    .main-nav .btn {
        display: none;
    }

    .main-nav ul {
        display: block;
        margin: 0;
    }

    .main-nav ul li {
        border-top: solid 1px rgba(242, 140, 0, 0.1);
        margin: 0;
    }

    .main-nav ul li a {
        padding: 0;
        display: block;
        padding: 12px 20px;
        text-align: left;
    }

    .main-nav ul li.menu-item-has-children > a:after {
        display: none;
    }

    .main-nav ul li.menu-item-has-children > a {
        padding-right: 80px;
    }

    .main-nav ul li ul {
        display: none;
        background: #24272e;
    }

    .main-nav ul li ul li {
        margin: 0 !important;
    }

    .main-nav ul li ul li a {
        color: #fff;
        padding-left: 40px;
    }

    .main-nav ul li.drop-active .drop-opener .icon-plus:before {
        content: '\f068';
    }

    .main-nav ul .drop-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        color: #fff;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .main-nav {
        max-height: calc(100vh - 113px);
    }

    .fixed-position .main-nav {
        max-height: calc(100vh - 88px);
    }
}

.menu-opener {
    display: none;
}

@media (max-width: 1249px) {
    .menu-opener {
        display: block;
        width: 30px;
        height: 26px;
        position: absolute;
        right: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        margin: 2px 0 0 24px;
    }

    .menu-opener span, .menu-opener:after, .menu-opener:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        content: "";
        height: 4px;
        background: #fff;
    }

    .menu-opener span {
        top: 9px;
    }

    .menu-opener:after {
        top: 18px;
    }
}

@media (max-width: 1249px) {
    .menu-active {
        overflow: hidden;
        height: 100%;
    }

    .menu-active .menu-opener span {
        opacity: 0;
    }

    .menu-active .menu-opener:after, .menu-active .menu-opener:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
    }

    .menu-active .menu-opener:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-active .main-nav {
        opacity: 1;
        visibility: visible;
    }

    .menu-active #header:after {
        opacity: 1;
        visibility: visible;
    }
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

.fixed-position #reskin-header {
    -webkit-animation: showBar ease .5s;
    animation: showBar ease .5s;
    background: #000;
}

.fixed-position #reskin-header:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 3px;
    background: -webkit-linear-gradient(left, #f28c00 0%, #170d00 100%);
    background: linear-gradient(to right, #f28c00 0%, #170d00 100%);
}

@media (min-width: 1250px) {
    .fixed-position #reskin-header .header-bottom {
        display: none;
    }
}

@media (min-width: 1250px) {
    .fixed-position #reskin-header .header-top {
        padding-top: 47px;
    }
}

.fixed-position #reskin-header .header-top:before {
    display: none;
}

.fixed-position #reskin-header .logo .scrolled {
    display: block;
}

.fixed-position #reskin-header .logo .default {
    display: none;
}

@-webkit-keyframes showBar {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showBar {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#reskin-header + .hero-block, .sticky-wrap + .hero-block {
    margin-top: -212px;
}

.hero-block {
    background-size: cover;
    background-position: 70% 50%;
    position: relative;
    padding: 280px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}

@media (min-width: 1024px) {
    .hero-block {
        background-position: 50% 50%;
        min-height: 100vh;
        padding: 280px 0 80px;
    }
}

.hero-block p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 1024px) {
    .hero-block p {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1366px) {
    .hero-block p {
        margin: 0 0 30px;
        font-size: 25px;
        line-height: 32px;
    }
}

.hero-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    height: 400px;
}

@media (min-width: 768px) {
    .hero-block:before {
        height: 280px;
    }
}

.hero-block .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1366px) {
    .hero-block .container {
        max-width: 1287px;
    }
}

.hero-block .caption-holder {
    width: 100%;
}

.hero-block .caption {
    max-width: 950px;
}

.hero-block .text {
    max-width: 570px;
}

@media (min-width: 1366px) {
    .hero-block .text {
        max-width: 713px;
    }
}

.hero-block h1 {
    font-family: "Champion", sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    margin: 0 0 5px;
}

@media (min-width: 576px) {
    .hero-block h1 {
        font-size: 70px;
        line-height: 70px;
    }
}

@media (min-width: 768px) {
    .hero-block h1 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (min-width: 1024px) {
    .hero-block h1 {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (min-width: 1366px) {
    .hero-block h1 {
        font-size: 130px;
        line-height: 128px;
        margin: 0 0 20px;
    }
}

@media (min-width: 1600px) {
    .hero-block h1 {
        font-size: 140px;
        line-height: 138px;
    }
}

@media (max-width: 575px) {
    .hero-block h1 br {
        display: none;
    }
}

.hero-block h1 span {
    font-size: 26px;
    line-height: 28px;
    color: #F28C00;
    display: block;
}

@media (min-width: 576px) {
    .hero-block h1 span {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 768px) {
    .hero-block h1 span {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (min-width: 1024px) {
    .hero-block h1 span {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1366px) {
    .hero-block h1 span {
        font-size: 70px;
        line-height: 70px;
    }
}

@media (min-width: 1600px) {
    .hero-block h1 span {
        font-size: 77px;
        line-height: 77px;
    }
}

.hero-block.v2 h1 {
    color: #F28C00;
    margin: 0 0 10px;
}

@media (min-width: 576px) {
    .hero-block.v2 h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 768px) {
    .hero-block.v2 h1 {
        font-size: 65px;
        line-height: 65px;
    }
}

@media (min-width: 1366px) {
    .hero-block.v2 h1 {
        font-size: 79px;
        line-height: 79px;
    }
}

.hero-block.v2 h1 span {
    color: #fff;
    font-size: inherit;
    line-height: inherit;
}

.hero-block.v2 .text {
    max-width: 690px;
}

@media (min-width: 1366px) {
    .hero-block.v2 .text {
        max-width: 790px;
    }
}

@media (min-width: 576px) {
    .hero-block.v2 .text p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1366px) {
    .hero-block.v2 .text p {
        font-size: 22px;
        line-height: 26px;
    }
}

.keyfeatures-block {
    background: #000;
    padding: 45px 0 20px;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .keyfeatures-block {
        padding: 45px 0;
    }
}

.keyfeatures-block .container {
    max-width: 1740px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .keyfeatures-block .container {
        padding: 0 20px;
    }
}

.keyfeatures-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-family: "Champion", sans-serif;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .keyfeatures-block ul {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1366px) {
    .keyfeatures-block ul {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
    }
}

@media (min-width: 1600px) {
    .keyfeatures-block ul {
        font-size: 22px;
        line-height: 26px;
    }
}

.keyfeatures-block ul a {
    color: #fff;
}

.keyfeatures-block ul li {
    width: calc(100%);
    padding: 10px 20px;
    margin: 0 0 15px;
    position: relative;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .keyfeatures-block ul li {
        width: calc(100%/2);
        margin: 0 0 30px;
        padding: 30px 20px;
    }
}

@media (min-width: 768px) {
    .keyfeatures-block ul li {
        width: calc(100%/3);
    }
}

@media (min-width: 1024px) {
    .keyfeatures-block ul li {
        width: calc(100%/3);
        margin: 0;
    }
}

@media (min-width: 1600px) {
    .keyfeatures-block ul li {
        padding: 30px 40px;
        letter-spacing: 0;
    }
}

.keyfeatures-block ul li strong {
    font-weight: 300;
    color: #F28C00;
}

@media (min-width: 1366px) {
    .keyfeatures-block ul li strong {
        font-weight: 500;
    }
}

.keyfeatures-block ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 3px;
    background: url(../../images/seperator.png);
    background-size: 100% 100%;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    opacity: 0;
    display: none;
}

@media (min-width: 768px) {
    .keyfeatures-block ul li:before {
        display: block;
    }
}

.keyfeatures-block ul li:first-child:before {
    display: none;
}

.keyfeatures-block ul .icon {
    display: block;
    margin: 0 auto 15px;
    background: url(../../images/icon1.png);
    background-size: 100% 100%;
    width: 40px;
    height: 48px;
}

@media (min-width: 1366px) {
    .keyfeatures-block ul .icon {
        width: 64px;
        height: 77px;
    }
}

.keyfeatures-block ul .icon.custom {
    background: none;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 150px;
    margin: 0 auto 15px;
}

.reskin-main-content {
    background: url(../../images/page-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 0 0;
    font-family: "Ubuntu", sans-serif;
}

@media (min-width: 1024px) {
    .reskin-main-content {
        padding: 50px 0 0;
    }
}

.reskin-main-content.v2 {
    background-image: url(../../images/page-bg2.jpg);
}

.reskin-twocols {
    padding: 40px 0;
}

@media (min-width: 576px) {
    .reskin-twocols {
        padding: 40px 0 80px;
    }
}

@media (min-width: 1024px) {
    .reskin-twocols {
        padding: 80px 0 100px;
    }
}

@media (min-width: 1366px) {
    .reskin-twocols {
        padding: 160px 0;
    }
}

.reskin-twocols .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1366px) {
    .reskin-twocols .container {
        max-width: 1230px;
    }
}

@media (min-width: 1600px) {
    .reskin-twocols .container {
        max-width: 1300px;
    }
}

@media (min-width: 768px) {
    .reskin-twocols .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 -20px;
    }
}

@media (min-width: 1440px) {
    .reskin-twocols .row {
        margin: 0 -42px;
    }
}

@media (min-width: 768px) {
    .reskin-twocols .row .col {
        width: 47%;
        padding: 0 20px;
    }
}

@media (min-width: 1440px) {
    .reskin-twocols .row .col {
        padding: 0 42px;
    }
}

@media (min-width: 768px) {
    .reskin-twocols .row .col.img {
        width: 53%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.reskin-twocols .image {
    margin: 0 0 30px;
    padding-top: 60%;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

@media (min-width: 768px) {
    .reskin-twocols .image {
        padding-top: 0;
        margin: 0;
        min-height: 300px;
    }
}

@media (min-width: 1250px) {
    .reskin-twocols .image {
        margin-left: calc((100vw - 1100px) / -2);
    }
}

@media (min-width: 1366px) {
    .reskin-twocols .image {
        margin-left: calc((100vw - 1190px) / -2);
    }
}

@media (min-width: 1600px) {
    .reskin-twocols .image {
        margin-left: calc((100vw - 1270px) / -2);
    }
}

.reskin-twocols .button {
    margin: 0 0 15px;
}

@media (min-width: 420px) {
    .reskin-twocols .button {
        margin: 0 10px 15px;
    }
}

@media (min-width: 420px) {
    .reskin-twocols .btns {
        margin: 0 -10px;
    }
}

.reskin-twocols .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
}

@media (min-width: 1024px) {
    .reskin-twocols .btn-play {
        width: 80px;
        height: 80px;
    }
}

.reskin-twocols .btn-play:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    margin: 0 0 0 4px;
}

@media (min-width: 1024px) {
    .reskin-twocols .btn-play:before {
        border-width: 18px 0 18px 30px;
        margin: 0 0 0 5px;
    }
}

.reskin-twocols h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .reskin-twocols h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.reskin-twocols h2 span {
    color: #F28C00;
}

.reskin-twocols p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}

@media (min-width: 1366px) {
    .reskin-twocols p {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 30px;
    }
}

.reskin-twocols.v2 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 1250px) {
    .reskin-twocols.v2 .image {
        margin-left: 0;
        margin-right: calc((100vw - 1100px) / -2);
    }
}

@media (min-width: 1366px) {
    .reskin-twocols.v2 .image {
        margin-left: 0;
        margin-right: calc((100vw - 1190px) / -2);
    }
}

@media (min-width: 1600px) {
    .reskin-twocols.v2 .image {
        margin-right: calc((100vw - 1270px) / -2);
    }
}

.reskin-twocols + .reskin-twocols {
    padding-top: 20px;
}

@media (min-width: 1366px) {
    .reskin-twocols + .reskin-twocols {
        padding-top: 50px;
    }
}

.reskin-content-columns h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .reskin-content-columns h2 {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 50px;
    }
}

.reskin-content-columns h2 span {
    color: #F28C00;
    display: block;
}

.reskin-content-columns .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1600px) {
    .reskin-content-columns .container {
        max-width: 1300px;
    }
}

.reskin-content-columns .row {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .reskin-content-columns .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .reskin-content-columns .row:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .reskin-content-columns .row:nth-child(even) .col.txt {
        padding-left: 0;
        padding-right: 30px;
    }
}

@media (min-width: 1024px) {
    .reskin-content-columns .row:nth-child(even) .col.txt {
        padding-right: 65px;
    }
}

@media (min-width: 1600px) {
    .reskin-content-columns .row:nth-child(even) .col.txt {
        padding-left: 65px;
    }
}

@media (min-width: 768px) {
    .reskin-content-columns .row .col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
    }
}

.reskin-content-columns .row .col.txt {
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .reskin-content-columns .row .col.txt {
        padding: 30px 0 30px 30px;
    }
}

@media (min-width: 1024px) {
    .reskin-content-columns .row .col.txt {
        padding: 65px 0 65px 65px;
    }
}

@media (min-width: 1600px) {
    .reskin-content-columns .row .col.txt {
        padding: 65px;
    }
}

.reskin-content-columns .image {
    padding-top: 60%;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: cover;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .reskin-content-columns .image {
        padding-top: 0;
    }
}

.reskin-content-columns h3 {
    font-family: "Champion", sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: #F28C00;
    margin: 0 0 8px;
}

@media (min-width: 1366px) {
    .reskin-content-columns h3 {
        font-size: 30px;
        line-height: 43px;
    }
}

.reskin-content-columns h3 span {
    color: #fff;
}

.reskin-content-columns p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}

@media (min-width: 1366px) {
    .reskin-content-columns p {
        font-size: 22px;
        line-height: 30px;
    }
}

.reskin-content-columns .button {
    background: #24272e;
    margin: 0;
    color: #F28C00;
}

.reskin-content-columns .button.reskin-button {
    padding: 5px 20px;
}

.reskin-content-columns .button:hover {
    background: #F28C00;
    color: #000;
}

.reskin-content-columns .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px -15px;
}

.reskin-content-columns .btns-holder .button {
    margin: 0 10px 15px;
}

.button.reskin-button {
    font-size: 16px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    padding: 6px 30px;
    letter-spacing: 1px;
    line-height: 40px;
    width: auto;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .button.reskin-button {
        letter-spacing: 1.4px;
    }
}

@media (min-width: 1366px) {
    .button.reskin-button {
        padding: 8px 35px;
        font-size: 18px;
        letter-spacing: 1px;
    }
}

.latest-news-block {
    position: relative;
    z-index: 1;
    padding: 20px 0 60px;
    font-family: "Ubuntu", sans-serif;
}

@media (min-width: 1366px) {
    .latest-news-block {
        padding: 20px 0 100px;
    }
}

.latest-news-block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    bottom: -100px;
    content: '';
    background: #24272e;
    z-index: -1;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
}

@media (min-width: 1024px) {
    .latest-news-block:before {
        top: -80px;
        -webkit-transform: skewY(5deg);
        -ms-transform: skewY(5deg);
        transform: skewY(5deg);
    }
}

.latest-news-block .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1600px) {
    .latest-news-block .container {
        max-width: 1440px;
    }
}

@media (min-width: 1900px) {
    .latest-news-block .container {
        max-width: 1690px;
    }
}

.latest-news-block h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 30px;
    text-transform: uppercase;
}

@media (min-width: 1250px) {
    .latest-news-block h2 {
        margin: 0 0 30px 25px;
    }
}

@media (min-width: 1366px) {
    .latest-news-block h2 {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 40px;
    }
}

.latest-news-block h2 span {
    color: #F28C00;
}

.latest-news-block .news-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
}

@media (min-width: 1250px) {
    .latest-news-block .news-slider {
        margin: 0 15px;
    }
}

@media (min-width: 1366px) {
    .latest-news-block .news-slider {
        margin: 0 -20px;
    }
}

.latest-news-block .news-slider .slide {
    padding: 0 10px;
    width: 33.33%;
}

@media (min-width: 1366px) {
    .latest-news-block .news-slider .slide {
        padding: 0 20px;
    }
}

.latest-news-block .news-slider .slick-arrow {
    margin: 0 -30px;
}

@media (min-width: 1440px) {
    .latest-news-block .news-slider .slick-arrow {
        margin: 0 -60px;
    }
}

.cta-box {
    color: #fff;
    background: #212121;
    display: block;
}

.cta-box .image {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 64%;
}

.cta-box .text {
    padding: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

@media (min-width: 1366px) {
    .cta-box .text {
        padding: 40px 30px;
        font-size: 20px;
        line-height: 30px;
    }
}

.cta-box .date {
    display: block;
    font-weight: 400;
    color: #F28C00;
    margin: 5px 0 0;
}

.cta-box .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cta-box:hover .text {
    color: #F28C00;
}

.joinus-block {
    background: #F28C00;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    color: #000;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .joinus-block {
        text-align: left;
        padding: 55px 0;
    }
}

.joinus-block .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1366px) {
    .joinus-block .container {
        max-width: 1230px;
    }
}

@media (min-width: 1024px) {
    .joinus-block .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.joinus-block h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: inherit;
    margin: 0;
}

@media (min-width: 1366px) {
    .joinus-block h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.joinus-block p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    color: #000;
}

@media (min-width: 576px) {
    .joinus-block p {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (min-width: 1024px) {
    .joinus-block p {
        margin: 0;
    }
}

@media (min-width: 1366px) {
    .joinus-block p {
        font-size: 30px;
        line-height: 48px;
    }
}

.joinus-block .button {
    background: #000;
    margin: 0;
}

.joinus-block .button:hover {
    background: #333333;
}

#reskin-footer {
    background: #000;
    font-family: "Ubuntu", sans-serif;
}

#reskin-footer .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1366px) {
    #reskin-footer .container {
        max-width: 1230px;
    }
}

#reskin-footer .footer-top {
    padding: 30px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

@media (min-width: 1024px) {
    #reskin-footer .footer-top {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .footer-top {
        padding: 50px 0;
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 1366px) {
    #reskin-footer .footer-top {
        padding: 70px 0;
    }
}

#reskin-footer .footer-bottom {
    padding: 8px 0;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    background: #252525;
}

#reskin-footer .footer-bottom p {
    margin: 0;
}

#reskin-footer .footer-bottom p a {
    text-decoration: none !important;
    border: 0;
}

#reskin-footer .footer-bottom p a:hover {
    color: #F28C00;
}

@media (min-width: 1024px) {
    #reskin-footer .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0 -20px;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .row {
        margin: 0 -30px;
    }
}

#reskin-footer .row .col {
    width: 100%;
    padding: 0 0 20px;
}

@media (min-width: 1024px) {
    #reskin-footer .row .col {
        width: 25%;
        padding: 0 20px;
        position: relative;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .row .col {
        padding: 0 30px;
    }
}

@media (max-width: 1023px) {
    #reskin-footer .row .col:last-child {
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .row .col:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        content: '';
        width: 3px;
        background: url(../../images/seperator.png);
        background-size: 100% 100%;
    }

    #reskin-footer .row .col:first-child:before {
        display: none;
    }
}

#reskin-footer .logo {
    margin: 0 auto;
    max-width: 270px;
}

@media (min-width: 1024px) {
    #reskin-footer .logo {
        margin: 0 0 30px;
        max-width: 270px;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .logo {
        max-width: 350px;
    }
}

@media (min-width: 1366px) {
    #reskin-footer .logo {
        margin: 0 0 30px;
        max-width: 500px;
    }
}

#reskin-footer .logo img {
    display: block;
    width: 100%;
}

#reskin-footer .title {
    display: block;
    margin: 0 0 10px;
    color: #F28C00;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    #reskin-footer .title {
        margin: 0 0 15px;
    }
}

#reskin-footer .footer-nav ul li a {
    color: #fff;
}

#reskin-footer .footer-nav ul li a:hover {
    color: #F28C00;
}

@media (max-width: 1023px) {
    #reskin-footer .footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #reskin-footer .footer-nav ul li {
        margin: 0 6px;
    }

    #reskin-footer .footer-nav ul li a {
        border-bottom: dashed 1px #F28C00;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 2px;
    }
}

#reskin-footer .britain-logo {
    margin: 30px auto 0;
    max-width: 150px;
}

@media (min-width: 1024px) {
    #reskin-footer .britain-logo {
        margin: 90px 0 0;
        max-width: 195px;
    }
}

#reskin-footer .other-links {
    margin: 6px 0 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    #reskin-footer .other-links {
        margin: 20px 0 0;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .other-links {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    #reskin-footer .other-links {
        font-size: 18px;
    }
}

#reskin-footer .other-links li {
    margin: 0 8px;
}

@media (min-width: 1024px) {
    #reskin-footer .other-links li {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .other-links li + li {
        margin: 8px 0 0;
    }
}

#reskin-footer .other-links li a:hover {
    color: #fff;
}

@media (max-width: 1023px) {
    #reskin-footer .other-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#reskin-footer address {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media (min-width: 1024px) {
    #reskin-footer address {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 1023px) {
    #reskin-footer address {
        max-width: 332px;
        margin: 0 auto;
    }

    #reskin-footer address br {
        display: none;
    }
}

#reskin-footer .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 25px -8px 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    #reskin-footer .social-networks {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .social-networks {
        font-size: 24px;
        margin: 25px -13px 0;
    }
}

#reskin-footer .social-networks li {
    margin: 0 8px 10px;
}

@media (min-width: 1024px) {
    #reskin-footer .social-networks li {
        margin: 0 13px 20px;
    }
}

#reskin-footer .social-networks li a {
    color: #fff;
}

#reskin-footer .social-networks li a:hover {
    color: #F28C00;
}

#reskin-footer .contact-links {
    margin: 0 0 10px;
    color: #F28C00;
}

@media (min-width: 1024px) {
    #reskin-footer .contact-links {
        margin: 0 0 25px;
    }
}

#reskin-footer .contact-links li a {
    color: #fff;
}

#reskin-footer .contact-links li a:hover {
    color: #F28C00;
}

.reskin-history {
    padding: 0 0 100px;
    font-family: "Ubuntu", sans-serif;
}

@media (min-width: 576px) {
    .reskin-history {
        padding: 0 0 250px;
    }
}

.reskin-history h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .reskin-history h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.reskin-history h2 span {
    color: #F28C00;
    display: block;
}

.reskin-history .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1600px) {
    .reskin-history .container {
        max-width: 1300px;
    }
}

.reskin-history .heading-area {
    text-align: center;
}

.reskin-history .text-holder {
    max-width: 500px;
    margin: 0 auto 20px;
}

.reskin-history .text-holder p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

@media (min-width: 1366px) {
    .reskin-history .text-holder p {
        font-size: 22px;
        line-height: 30px;
    }
}

.reskin-history .history-holder {
    background: url(../../images/history-bg.png);
    background-size: cover;
    background-position: 50% 0%;
}

.history-slider {
    padding: 0 10px;
}

.history-slider .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.history-slider .slide {
    min-height: 457px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 286px;
    margin: 0 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 576px) {
    .history-slider .slide {
        min-height: 657px;
    }
}

@media (min-width: 1024px) {
    .history-slider .slide {
        min-height: 757px;
    }
}

.history-slider .year {
    display: block;
    color: #F28C00;
    font-family: "Champion", sans-serif;
    font-size: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #111111 100%);
    background: linear-gradient(to bottom, #3a3a3a 0%, #111111 100%);
    text-align: center;
    padding: 18px 10px;
    font-weight: 300;
    position: relative;
}

.history-slider .year:before {
    position: absolute;
    left: 50%;
    bottom: 100%;
    content: '';
    width: 20px;
    background: #fff;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.history-slider .year:after {
    position: absolute;
    left: 50%;
    bottom: 100%;
    content: '';
    width: 2px;
    background: #fff;
    height: 152px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.history-slider .slide-holder {
    width: 100%;
}

.history-slider .text-box {
    position: relative;
    margin: 0 auto 152px;
    background: #000;
    z-index: 2;
}

.history-slider .text-box:before {
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    content: '';
    z-index: -1;
    background: -webkit-linear-gradient(top, #f28c00 0%, rgba(145, 85, 2, 0.6) 100%);
    background: linear-gradient(to bottom, #f28c00 0%, rgba(145, 85, 2, 0.6) 100%);
}

.history-slider .text-box:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: #000;
}

.history-slider .text-box .slide-text {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.history-slider .text-box .slide-text:before {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 100%;
    border: solid 2px #fff;
    z-index: 3;
}

.history-slider .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 2px;
    color: #F28C00;
    font-family: "Champion", sans-serif;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}

.history-slider p {
    font-size: 18px;
    margin: 0;
    line-height: 25px;
}

.history-slider .icon {
    display: block;
    margin: 0 0 8px;
    max-width: 60px;
}

.history-slider .slide:nth-child(2) .text-box {
    margin-bottom: 210px;
}

@media (min-width: 576px) {
    .history-slider .slide:nth-child(2) .text-box {
        margin-bottom: 378px;
    }
}

@media (min-width: 1024px) {
    .history-slider .slide:nth-child(2) .text-box {
        margin-bottom: 478px;
    }
}

.history-slider .slide:nth-child(2) .year:after {
    height: 210px;
}

@media (min-width: 576px) {
    .history-slider .slide:nth-child(2) .year:after {
        height: 378px;
    }
}

@media (min-width: 1024px) {
    .history-slider .slide:nth-child(2) .year:after {
        height: 478px;
    }
}

.history-slider .slide:nth-child(3) .text-box {
    margin-bottom: 111px;
}

.history-slider .slide:nth-child(3) .year:after {
    height: 111px;
}

.history-slider .slide:nth-child(4) .text-box {
    margin-bottom: 111px;
    max-width: 205px;
}

.history-slider .slide:nth-child(4) .year:after {
    height: 111px;
}

.history-slider .slide:nth-child(5) .text-box {
    margin-bottom: 200px;
    max-width: 250px;
}

@media (min-width: 576px) {
    .history-slider .slide:nth-child(5) .text-box {
        margin-bottom: 320px;
    }
}

.history-slider .slide:nth-child(5) .year:after {
    height: 200px;
}

@media (min-width: 576px) {
    .history-slider .slide:nth-child(5) .year:after {
        height: 320px;
    }
}

.history-slider .slide:nth-child(6) .text-box {
    margin-bottom: 154px;
}

.history-slider .slide:nth-child(6) .year:after {
    height: 154px;
}

.history-slider .slide:nth-child(7) .text-box {
    margin-bottom: 200px;
    max-width: 286px;
}

@media (min-width: 576px) {
    .history-slider .slide:nth-child(7) .text-box {
        margin-bottom: 391px;
    }
}

.history-slider .slide:nth-child(7) .year:after {
    height: 200px;
}

@media (min-width: 576px) {
    .history-slider .slide:nth-child(7) .year:after {
        height: 391px;
    }
}

.history-slider .slide:nth-child(8) .text-box {
    margin-bottom: 170px;
    max-width: 220px;
}

.history-slider .slide:nth-child(8) .year:after {
    height: 170px;
}

.history-slider .slide:nth-child(9) .text-box {
    margin-bottom: 220px;
}

@media (min-width: 576px) {
    .history-slider .slide:nth-child(9) .text-box {
        margin-bottom: 338px;
    }
}

.history-slider .slide:nth-child(9) .year:after {
    height: 220px;
}

@media (min-width: 576px) {
    .history-slider .slide:nth-child(9) .year:after {
        height: 338px;
    }
}

.history-slider .slide:nth-child(10) .text-box {
    margin-bottom: 105px;
    max-width: 210px;
}

.history-slider .slide:nth-child(10) .year:after {
    height: 105px;
}

.history-slider .slide:nth-child(11) .text-box {
    margin-bottom: 108px;
    max-width: 210px;
}

.history-slider .slide:nth-child(11) .year:after {
    height: 108px;
}

.history-slider .slide:nth-child(12) .text-box {
    margin-bottom: 108px;
    max-width: 216px;
}

.history-slider .slide:nth-child(12) .year:after {
    height: 108px;
}

.history-slider .slide:nth-child(13) .text-box {
    margin-bottom: 180px;
}

.history-slider .slide:nth-child(13) .year:after {
    height: 180px;
}

.scrollable {
    position: relative;
}

.scrollable:focus {
    outline: 0;
}

.scrollable .viewport {
    position: relative;
    overflow: hidden;
}

.scrollable .viewport .overview {
    position: absolute;
}

.scrollable .scroll-bar {
    display: none;
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    right: 0;
    height: 100%;
}

.scrollable .scroll-bar.horizontal {
    position: relative;
    width: 100%;
    height: 10px;
    background: #F28C00;
    border-radius: 8px;
}

.scrollable .scroll-bar .thumb {
    position: absolute;
    cursor: pointer;
}

.scrollable .scroll-bar.vertical .thumb {
    width: 100%;
    min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 100%;
    min-width: 10px;
    border-radius: 8px;
    background: #404040;
    left: 0;
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.history-slider.horizontal-scroll {
    height: 457px !important;
}

@media (min-width: 576px) {
    .history-slider.horizontal-scroll {
        height: 657px !important;
    }
}

@media (min-width: 1024px) {
    .history-slider.horizontal-scroll {
        height: 757px !important;
    }
}

.history-slider.horizontal-scroll .overview {
    width: auto !important;
}

.history-slider.horizontal-scroll .scroll-bar {
    bottom: -40px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .history-slider.horizontal-scroll .scroll-bar {
        bottom: -80px;
    }
}

.products-list {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    padding: 0 0 60px;
    background-image: url(../../images/page-bg3.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .products-list {
        padding: 0 0 100px;
    }
}

.products-list .container {
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 1366px) {
    .products-list .container {
        max-width: 1287px;
    }
}

.reskin-product {
    position: relative;
    padding: 50px 0 20px;
}

@media (min-width: 1024px) {
    .reskin-product {
        padding: 80px 0;
    }
}

@media (min-width: 1366px) {
    .reskin-product {
        padding: 100px 0;
    }
}

.reskin-product:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    height: 2px;
    background: -webkit-linear-gradient(left, #000111 0%, #f28c00 50%, #482900 100%);
    background: linear-gradient(to right, #000111 0%, #f28c00 50%, #482900 100%);
    animation: animatedgradient 3s ease alternate infinite;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    opacity: 0;
}

.reskin-product:last-child:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 2px;
    background: -webkit-linear-gradient(left, #000111 0%, #f28c00 50%, #482900 100%);
    background: linear-gradient(to right, #000111 0%, #f28c00 50%, #482900 100%);
    animation: animatedgradient 3s ease alternate infinite;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    opacity: 0;
}

.reskin-product .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 -15px;
}

.reskin-product .row .text, .reskin-product .row .image {
    width: 100%;
    padding: 0 15px 30px;
}

@media (min-width: 1024px) {
    .reskin-product .row .text, .reskin-product .row .image {
        width: 53%;
        padding: 0 15px;
    }
}

.reskin-product .row .image {
    width: 100%;
}

@media (min-width: 1024px) {
    .reskin-product .row .image {
        width: 47%;
    }
}

.reskin-product .row .image img {
    display: block;
    width: 100%;
}

.reskin-product .row .image-holder {
    background: #fff;
}

.reskin-product h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .reskin-product h2 {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 25px;
    }
}

.reskin-product h2 span {
    color: #F28C00;
    display: block;
}

.reskin-product .sub-title {
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .reskin-product .sub-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 1366px) {
    .reskin-product .sub-title {
        font-size: 30px;
        line-height: 33px;
        margin: 0 0 25px;
    }
}

.reskin-product ul {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
}

@media (min-width: 1366px) {
    .reskin-product ul {
        font-size: 20px;
        line-height: 35px;
        margin: 0 0 30px;
    }
}

.reskin-product ul li {
    position: relative;
    padding: 0 0 0 23px;
}

@media (min-width: 1366px) {
    .reskin-product ul li {
        padding: 0 0 0 30px;
    }
}

.reskin-product ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: '';
    width: 10px;
    height: 10px;
    background: #F28C00;
    -webkit-transform: rotate(-45deg) skew(-15deg);
    -ms-transform: rotate(-45deg) skew(-15deg);
    transform: rotate(-45deg) skew(-15deg);
}

@media (min-width: 1366px) {
    .reskin-product ul li:before {
        top: 12px;
        width: 13px;
        height: 13px;
    }
}

.reskin-product .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.reskin-product .btns .link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 20px 0 0;
    color: #F28C00;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .reskin-product .btns .link {
        font-size: 18px;
    }
}

.reskin-product .btns .link:hover {
    color: #fff;
}

.reviews-block {
    background: #F28C00;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    color: #000;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
}

@media (min-width: 1024px) {
    .reviews-block {
        text-align: left;
        padding: 120px 0 74px;
    }
}

.reviews-block .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-block blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    position: relative;
}

.reviews-block blockquote:before {
    display: block;
    content: '';
    background: url(../../images/icon-quote.png);
    width: 27px;
    height: 21px;
    margin: 0 auto 20px;
}

@media (min-width: 1024px) {
    .reviews-block blockquote:before {
        margin: 0 auto 45px;
    }
}

.reviews-block blockquote q {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Champion", sans-serif;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .reviews-block blockquote q {
        font-size: 30px;
        line-height: 43px;
    }
}

.reviews-block blockquote cite {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    margin: 20px 0 0;
    display: block;
}

@media (min-width: 768px) {
    .reviews-block blockquote cite {
        font-size: 20px;
        line-height: 27px;
    }
}

@media (min-width: 1024px) {
    .reviews-block blockquote cite {
        font-size: 22px;
        line-height: 30px;
    }
}

.reviews-block .slick-dots li.slick-active button {
    background: #000;
}

.reviews-block .slick-dots li button {
    border-color: transparent !important;
}

.reviews-block .slick-dots li button:hover {
    background: #000 !important;
}

.reviews-block .quotes-slider {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .reviews-block .quotes-slider {
        padding: 0 80px;
    }
}

@media (min-width: 1024px) {
    .reviews-block .quotes-slider {
        padding: 0 120px;
    }
}

.reviews-block .quotes-slider .slick-arrow {
    color: #000;
    margin-top: -15px;
    display: none !important;
}

@media (min-width: 768px) {
    .reviews-block .quotes-slider .slick-arrow {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .reviews-block .quotes-slider .slick-arrow {
        margin-top: -20px;
    }
}

@media (min-width: 1366px) {
    .reviews-block .quotes-slider .slick-arrow {
        margin: 0 -50px;
        margin-top: -20px;
    }
}

.reviews-block .quotes-slider .slick-arrow:hover {
    color: #fff;
}

.product-detail-block {
    font-family: "Ubuntu", sans-serif;
    padding: 0 0 80px;
}

@media (min-width: 768px) {
    .product-detail-block {
        padding: 0 0 50px;
    }
}

@media (min-width: 1024px) {
    .product-detail-block {
        padding: 50px 0 132px;
    }
}

.product-detail-block h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .product-detail-block h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (min-width: 1366px) {
    .product-detail-block h2 {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 25px;
    }
}

.product-detail-block h2 span {
    color: #F28C00;
}

@media (min-width: 1366px) {
    .product-detail-block h2 span {
        display: block;
    }
}

.product-detail-block .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1366px) {
    .product-detail-block .container {
        max-width: 1560px;
    }
}

.product-detail-block p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}

@media (min-width: 1366px) {
    .product-detail-block p {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 30px;
    }
}

.product-detail-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -38px;
}

.product-detail-block .row .col {
    padding: 0 38px;
}

.product-detail-block .row .col.text {
    width: 100%;
}

@media (min-width: 1024px) {
    .product-detail-block .row .col.text {
        width: 33.33%;
    }
}

.product-detail-block .row .col.text .image {
    display: none;
    margin: 40px 0 0 -50px;
}

@media (min-width: 1024px) {
    .product-detail-block .row .col.text .image {
        display: block;
    }
}

@media (min-width: 1366px) {
    .product-detail-block .row .col.text .image {
        margin: 40px 0 0 -307px;
    }
}

.product-detail-block .row .col.sub-cols {
    width: 100%;
}

@media (min-width: 1024px) {
    .product-detail-block .row .col.sub-cols {
        width: 66.66%;
    }
}

@media (min-width: 1366px) {
    .product-detail-block .row .col.sub-cols {
        padding-top: 78px;
    }
}

.product-detail-block .sub-cols-holder {
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .product-detail-block .sub-cols-holder {
        margin-top: 0;
        margin-right: -20px;
    }
}

@media (min-width: 1250px) {
    .product-detail-block .sub-cols-holder {
        margin-right: calc((100vw - 1140px) / -2);
    }
}

@media (min-width: 1366px) {
    .product-detail-block .sub-cols-holder {
        margin-right: -20px;
    }
}

@media (min-width: 1560px) {
    .product-detail-block .sub-cols-holder {
        margin-right: calc((100vw - 1560px) / -2);
    }
}

.product-detail-block .sub-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.product-detail-block .sub-columns .sub-col {
    padding: 0 10px;
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 1366px) {
    .product-detail-block .sub-columns .sub-col {
        width: 400px;
    }
}

.product-detail-block .item {
    display: block;
    background: #fff;
    width: 100%;
    color: #000;
    position: relative;
}

.product-detail-block .item .image {
    display: block;
    padding-top: 68%;
    background-size: cover;
    background-position: 50% 50%;
}

@media (min-width: 1024px) {
    .product-detail-block .item .image {
        padding-top: 82%;
    }
}

.product-detail-block .item .text {
    padding: 30px 30px 50px;
}

.product-detail-block .item p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 1366px) {
    .product-detail-block .item p {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 30px;
    }
}

.product-detail-block .item .link {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
}

.product-detail-block .item .link:hover {
    color: #F28C00;
}

.product-detail-block .item .icon-plus {
    position: absolute;
    right: 25px;
    bottom: -32px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #F28C00;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
}

.product-detail-block h3 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: #000;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .product-detail-block h3 {
        font-size: 40px;
        line-height: 48px;
    }
}

.product-detail-block h3 span {
    color: #F28C00;
}

.sub-columns.horizontal-scroll {
    display: block;
    height: 660px !important;
}

@media (min-width: 576px) {
    .sub-columns.horizontal-scroll {
        height: 660px !important;
    }
}

@media (min-width: 1024px) {
    .sub-columns.horizontal-scroll {
        height: 720px !important;
    }
}

@media (min-width: 1366px) {
    .sub-columns.horizontal-scroll {
        height: 782px !important;
    }
}

.sub-columns.horizontal-scroll .overview {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-columns.horizontal-scroll .scroll-bar {
    bottom: -15px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .sub-columns.horizontal-scroll .scroll-bar {
        bottom: -40px;
    }
}

.ctaboxes-area {
    font-family: "Ubuntu", sans-serif;
    padding: 40px 0;
    background: #1b1c1e;
    color: #fff;
}

@media (min-width: 768px) {
    .ctaboxes-area {
        padding: 50px 0;
    }
}

@media (min-width: 1024px) {
    .ctaboxes-area {
        padding: 80px 0 120px;
    }
}

.ctaboxes-area h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #F28C00;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 440px;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .ctaboxes-area h2 {
        font-size: 40px;
        line-height: 48px;
        margin: 0 auto 40px;
    }
}

.ctaboxes-area h2 span {
    color: #fff;
}

.ctaboxes-area .container {
    max-width: 1770px;
    margin: 0 auto;
    padding: 0 20px;
}

.ctaboxes-area p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}

@media (min-width: 1366px) {
    .ctaboxes-area p {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 30px;
    }
}

.ctaboxes-area .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
}

@media (min-width: 1366px) {
    .ctaboxes-area .row {
        margin: 0 -22px;
    }
}

.ctaboxes-area .row .col {
    width: 100%;
    padding: 0 15px 40px;
}

@media (min-width: 768px) {
    .ctaboxes-area .row .col {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .ctaboxes-area .row .col {
        width: 33.33%;
    }
}

@media (min-width: 1366px) {
    .ctaboxes-area .row .col {
        padding: 0 22px 44px;
    }
}

.ctaboxes-area .title {
    font-size: 20px;
    line-height: 24px;
    display: block;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.ctaboxes-area .image {
    display: block;
    padding-top: 66%;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 34px;
}

.ctaboxes-area .btn-holder {
    text-align: center;
}

.product-content {
    background-image: url(../../images/page-bg4.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.product-diagram-block {
    padding: 60px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .product-diagram-block {
        padding: 80px 0;
    }
}

@media (min-width: 1024px) {
    .product-diagram-block {
        padding: 100px 0;
    }
}

@media (min-width: 1366px) {
    .product-diagram-block {
        padding: 160px 0;
    }
}

.product-diagram-block .container {
    padding: 0 20px;
}

.product-diagram-block .diagram {
    max-width: 1718px;
    margin: 0 auto;
}

.product-diagram-block .diagram img {
    display: block;
    width: 100%;
}

.product-diagram-block + .reskin-twocols {
    padding-top: 0;
}

.keypoints {
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 1366px) {
    .keypoints {
        font-size: 22px;
        line-height: 30px;
    }
}

.keypoints li {
    position: relative;
    padding: 0 0 25px 35px;
}

@media (min-width: 1366px) {
    .keypoints li {
        padding: 0 0 40px 50px;
    }
}

.keypoints li:last-child {
    padding-bottom: 0;
}

.keypoints li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 10px;
    height: 10px;
    background: #F28C00;
    -webkit-transform: rotate(-45deg) skew(-15deg);
    -ms-transform: rotate(-45deg) skew(-15deg);
    transform: rotate(-45deg) skew(-15deg);
}

@media (min-width: 1366px) {
    .keypoints li:before {
        top: 9px;
        width: 13px;
        height: 13px;
    }
}

.keypoints p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.keypoints .title {
    font-family: "Champion", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #F28C00;
    display: block;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .keypoints .title {
        font-size: 30px;
        line-height: 34px;
    }
}

.prod-image-grallery {
    background: #191919;
}

.prod-image-grallery h2 {
    font-family: "Champion", sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 440px;
    text-transform: uppercase;
}

@media (min-width: 1366px) {
    .prod-image-grallery h2 {
        font-size: 40px;
        line-height: 48px;
        margin: 0 auto 40px;
    }
}

.prod-image-grallery h2 span {
    color: #F28C00;
    display: block;
}

.prod-image-grallery .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}

.prod-image-grallery .image {
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    padding-top: 72%;
    cursor: pointer;
    position: relative;
}

.prod-image-grallery a.image:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.5;
}

.prod-image-grallery .slider-for {
    margin: 0 0 8px;
}

.prod-image-grallery .slider-for .image {
    padding-top: 68%;
    cursor: default;
}

.prod-image-grallery .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
}

@media (min-width: 1024px) {
    .prod-image-grallery .btn-play {
        width: 80px;
        height: 80px;
    }
}

.prod-image-grallery .btn-play:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    margin: 0 0 0 4px;
}

@media (min-width: 1024px) {
    .prod-image-grallery .btn-play:before {
        border-width: 18px 0 18px 30px;
        margin: 0 0 0 5px;
    }
}

.reskin-popup-holder {
    overflow: hidden;
    max-height: 0;
}

.detail-popup {
    color: #000;
    width: 1116px;
    font-family: "Ubuntu", sans-serif;
}

@media (max-width: 1365px) {
    .detail-popup {
        padding: 20px;
    }
}

.detail-popup h2 {
    font-family: "Champion", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    max-width: 440px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .detail-popup h2 {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 30px;
    }
}

@media (min-width: 1366px) {
    .detail-popup h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.detail-popup .title {
    font-family: "Champion", sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    color: #F28C00;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .detail-popup .title {
        margin: 0 0 25px;
    }
}

.detail-popup p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
    color: inherit;
}

@media (min-width: 1366px) {
    .detail-popup p {
        font-size: 22px;
        line-height: 30px;
    }
}

.detail-popup p a {
    text-decoration: underline;
}

.detail-popup p a:hover {
    text-decoration: none;
}

.detail-popup table {
    margin: 0 -10px;
    font-weight: 500;
}

.detail-popup table td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px;
    vertical-align: top;
}

@media (min-width: 1366px) {
    .detail-popup table td {
        font-size: 20px;
        line-height: 26px;
    }
}

.detail-popup table td:last-child {
    text-align: right;
}

@media (max-width: 767px) {
    .detail-popup table {
        display: block;
        width: 100%;
        margin: 0;
    }

    .detail-popup table tbody {
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    }

    .detail-popup table tbody tr {
        display: block;
        width: 100%;
        border: solid 1px rgba(0, 0, 0, 0.2);
        border-bottom: 0;
        padding: 10px 10px 4px;
    }

    .detail-popup table tbody tr td {
        width: 100%;
        display: block;
        text-align: left !important;
        padding: 0 0 6px;
    }

    .detail-popup table tbody tr td:first-child {
        font-weight: 700 !important;
    }
}

.fancybox-close-small {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #F28C00;
    color: #000;
    outline: none !important;
    border: 0;
}

@media (min-width: 1366px) {
    .fancybox-close-small {
        width: 60px;
        height: 60px;
        right: 25px !important;
        top: 25px !important;
    }
}

.prod-image-grallery .slider-nav .image .btn-play {
    display: none;
}

@media (min-width: 1024px) {
    .prod-image-grallery .slider-nav .image .btn-play {
        display: block;
    }
}

#reskin-footer .social {
    text-align: center;
}

#reskin-footer .social li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px !important;
}

#reskin-footer .social li a {
    font-size: 20px;
}

@media (min-width: 768px) {
    #reskin-footer .social {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .social li a {
        font-size: 28px;
    }
}




/**  Diagram Block **/
.diagram {
    position: relative;
}

.prod-features-list li {
    position: absolute;
    left: 45%;
    top: 51%;
}

.prod-features-list li.active .text {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.prod-features-list li.active .line1:after {
    -webkit-animation-name: heightanimation;
    animation-name: heightanimation;
}

.prod-features-list li.active .line1:before {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.prod-features-list li.active .line2:before {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.prod-features-list li.active .line2:after {
    -webkit-animation-name: widthanimation;
    animation-name: widthanimation;
}

.prod-features-list li.active .opener {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background: rgba(0, 0, 0, 0.4);
    border-width: 1px;
}

@media (min-width: 576px) {
    .prod-features-list li.active .opener {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@media (min-width: 768px) {
    .prod-features-list li.active .opener {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
}

@media (min-width: 1250px) {
    .prod-features-list li.active .opener {
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
    }
}

.prod-features-list li .text {
    position: absolute;
    left: 0;
    top: -150px;
    width: 200px;
    text-align: left;
    opacity: 0;
    margin: 0 0 0 -130px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media (min-width: 576px) {
    .prod-features-list li .text {
        margin: 0 0 0 -200px;
        top: -150px;
        width: 180px;
    }
}

@media (min-width: 768px) {
    .prod-features-list li .text {
        width: 250px;
        margin: 0 0 0 -300px;
        top: -140px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list li .text {
        width: 300px;
        top: -255px;
        margin: 0 0 0 -400px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li .text {
        width: 450px;
        top: -314px;
        margin: 0 0 0 -580px;
    }
}

@media (max-width: 575px) {
    .prod-features-list li .text {
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
    }
}

.prod-features-list li .line1 {
    position: absolute;
    left: 50%;
    bottom: 20px;
    height: 40px;
    width: 1px;
}

@media (min-width: 576px) {
    .prod-features-list li .line1 {
        height: 140px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list li .line1 {
        height: 250px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li .line1 {
        height: 300px;
    }
}

.prod-features-list li .line1:after {
    background: #fff;
    position: absolute;
    left: 0;
    width: 1px;
    bottom: 0;
    height: 0;
    content: '';
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.prod-features-list li .line2 {
    position: absolute;
    right: 50%;
    bottom: 69px;
    width: 0;
    height: 1px;
    margin: 0 -10px 0 0;
}

@media (min-width: 576px) {
    .prod-features-list li .line2 {
        bottom: 160px;
        width: 60px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .prod-features-list li .line2 {
        width: 100px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list li .line2 {
        width: 230px;
        bottom: 270px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li .line2 {
        bottom: 320px;
    }
}

.prod-features-list li .line2:before {
    position: absolute;
    left: -20px;
    top: -10px;
    content: '';
    width: 20px;
    height: 20px;
    border: solid 1px #F28C00;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: url(../../images/lightning-bolt.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px 10px;
}

@media (min-width: 768px) {
    .prod-features-list li .line2:before {
        width: 30px;
        height: 30px;
        left: -30px;
        top: -15px;
        background-size: 14px 14px;
    }
}

.prod-features-list li .line2:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    content: '';
    background: #fff;
    width: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.prod-features-list li:nth-child(2) {
    left: 49%;
    top: 58%;
}

.prod-features-list li:nth-child(2) .line1 {
    top: 20px;
    bottom: auto;
    height: 30px;
}

@media (min-width: 576px) {
    .prod-features-list li:nth-child(2) .line1 {
        height: 80px;
    }
}

@media (min-width: 768px) {
    .prod-features-list li:nth-child(2) .line1 {
        height: 130px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list li:nth-child(2) .line1 {
        height: 220px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li:nth-child(2) .line1 {
        height: 300px;
    }
}

.prod-features-list li:nth-child(2) .line1:after {
    top: 0;
    bottom: auto;
}

.prod-features-list li:nth-child(2) .line2 {
    right: 50%;
    top: 60px;
    bottom: auto;
    width: 0;
}

@media (min-width: 576px) {
    .prod-features-list li:nth-child(2) .line2 {
        width: 50px;
        top: 100px;
    }
}

@media (min-width: 768px) {
    .prod-features-list li:nth-child(2) .line2 {
        top: 150px;
        width: 80px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list li:nth-child(2) .line2 {
        width: 150px;
        top: 240px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li:nth-child(2) .line2 {
        width: 400px;
        top: 320px;
    }
}

.prod-features-list li:nth-child(2) .text {
    top: 42px;
    margin: 0 0 0 -144px;
}

@media (min-width: 576px) {
    .prod-features-list li:nth-child(2) .text {
        top: 95px;
        margin: 0 0 0 -200px;
    }
}

@media (min-width: 768px) {
    .prod-features-list li:nth-child(2) .text {
        top: 150px;
        margin: 0 0 0 -270px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list li:nth-child(2) .text {
        top: 225px;
        margin: 0 0 0 -350px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li:nth-child(2) .text {
        top: 300px;
        margin: 0 0 0 -710px;
    }
}

.prod-features-list li:nth-child(3) {
    left: 71%;
    top: 40%;
}

.prod-features-list li:nth-child(3) .line1 {
    top: 20px;
    bottom: auto;
    height: 50px;
}

@media (min-width: 576px) {
    .prod-features-list li:nth-child(3) .line1 {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .prod-features-list li:nth-child(3) .line1 {
        height: 150px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list li:nth-child(3) .line1 {
        height: 250px;
    }
}

@media (min-width: 1250px) {
    .prod-features-list li:nth-child(3) .line1 {
        height: 350px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li:nth-child(3) .line1 {
        height: 500px;
    }
}

.prod-features-list li:nth-child(3) .line1:before {
    position: absolute;
    left: -10px;
    top: 100%;
    content: '';
    width: 20px;
    height: 20px;
    border: solid 1px #F28C00;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: url(../../images/lightning-bolt.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px 10px;
}

@media (min-width: 768px) {
    .prod-features-list li:nth-child(3) .line1:before {
        width: 30px;
        height: 30px;
        background-size: 14px 14px;
        left: -15px;
    }
}

.prod-features-list li:nth-child(3) .line1:after {
    top: 0;
    bottom: auto;
}

.prod-features-list li:nth-child(3) .line2 {
    display: none;
}

.prod-features-list li:nth-child(3) .text {
    top: 90px;
    margin: 0 0 0 -162px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media (min-width: 576px) {
    .prod-features-list li:nth-child(3) .text {
        top: 150px;
        margin: 0 0 0 -90px;
    }
}

@media (min-width: 768px) {
    .prod-features-list li:nth-child(3) .text {
        top: 210px;
        margin: 0 0 0 -90px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list li:nth-child(3) .text {
        top: 310px;
    }
}

@media (min-width: 1250px) {
    .prod-features-list li:nth-child(3) .text {
        top: 410px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li:nth-child(3) .text {
        top: 560px;
    }
}

@media (max-width: 767px) {
    .prod-features-list li:nth-child(3) .text {
        width: 250px;
    }
}

@media (max-width: 575px) {
    .prod-features-list li:nth-child(3) .text {
        width: 260px;
    }
}

.prod-features-list li:nth-child(4) {
    left: 58%;
    top: 31%;
}

@media (min-width: 1024px) {
    .prod-features-list li:nth-child(4) {
        left: 62%;
    }
}

.prod-features-list li:nth-child(4) .line2 {
    left: 100%;
    bottom: 60px;
    width: 0;
    margin-left: -19px;
}

@media (min-width: 576px) {
    .prod-features-list li:nth-child(4) .line2 {
        width: 5px;
        bottom: 120px;
        margin-left: -9px;
    }
}

@media (min-width: 768px) {
    .prod-features-list li:nth-child(4) .line2 {
        bottom: 170px;
        width: 15px;
        margin-left: -14px;
    }
}

@media (min-width: 1250px) {
    .prod-features-list li:nth-child(4) .line2 {
        bottom: 270px;
        width: 80px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li:nth-child(4) .line2 {
        bottom: 320px;
    }
}

.prod-features-list li:nth-child(4) .line2:before {
    left: 100%;
}

.prod-features-list li:nth-child(4) .line2:after {
    left: 0;
    right: auto;
}

.prod-features-list li:nth-child(4) .line1:after {
    top: auto;
    bottom: 0;
}

@media (max-width: 1248px) {
    .prod-features-list li:nth-child(4) .line1 {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .prod-features-list li:nth-child(4) .line1 {
        height: 100px;
    }
}

@media (max-width: 575px) {
    .prod-features-list li:nth-child(4) .line1 {
        height: 30px;
    }
}

.prod-features-list li:nth-child(4) .text {
    top: -128px;
    margin: 0 0 0 -125px;
}

@media (min-width: 576px) {
    .prod-features-list li:nth-child(4) .text {
        top: -140px;
        margin: 0 0 0 45px;
    }
}

@media (min-width: 768px) {
    .prod-features-list li:nth-child(4) .text {
        top: -160px;
        margin: 0 0 0 70px;
    }
}

@media (min-width: 1250px) {
    .prod-features-list li:nth-child(4) .text {
        top: -260px;
        margin: 0 0 0 150px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list li:nth-child(4) .text {
        top: -325px;
    }
}

@media (max-width: 575px) {
    .prod-features-list li:nth-child(4) .text {
        width: 250px;
    }
}

.prod-features-list .title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: "Champion", sans-serif;
    color: #fff;
    font-weight: 300;
}

@media (min-width: 768px) {
    .prod-features-list .title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list .title {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.prod-features-list p {
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 768px) {
    .prod-features-list p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1024px) {
    .prod-features-list p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1600px) {
    .prod-features-list p {
        font-size: 20px;
        line-height: 26px;
    }
}

.prod-features-list .opener {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: solid 1px #F28C00;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

@media (min-width: 768px) {
    .prod-features-list .opener {
        width: 30px;
        height: 30px;
        border: solid 3px #F28C00;
    }
}

.prod-features-list .opener span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../../images/icon1.png);
    background-size: 100% 100%;
    background-position: 50% 50%;
    width: 10px;
    height: 10px;
    display: block;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes heightanimation {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@keyframes heightanimation {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes widthanimation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes widthanimation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .product-diagram-block {
        padding: 80px 0;
    }
}


@media (min-width: 768px) {
    .text-p p {
        font-size: 24px !important;
        line-height: 36px !important;
    }
}
.hero-block.v2.v3 {
    min-height: inherit;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .hero-block.v2.v3 {
        min-height: inherit;
        margin-bottom: 70px;
    }
}

.reskin-content-columns .button {
    background: #24272e;
}

.detail-popup ul {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
    color: inherit;
}

@media (min-width: 1366px) {
    .detail-popup ul {
        font-size: 22px;
        line-height: 30px;
    }
}

.detail-popup ul li {
    margin: 0 0 5px;
    position: relative;
    position: relative;
    padding: 0 0 0 23px;
}

@media (min-width: 1366px) {
    .detail-popup ul li {
        padding: 0 0 0 30px;
    }
}

.detail-popup ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 10px;
    height: 10px;
    background: #F28C00;
    -webkit-transform: rotate(-45deg) skew(-15deg);
    -ms-transform: rotate(-45deg) skew(-15deg);
    transform: rotate(-45deg) skew(-15deg);
}

@media (min-width: 1366px) {
    .detail-popup ul li:before {
        top: 9px;
        width: 13px;
        height: 13px;
    }
}

.detail-popup ul a {
    text-decoration: underline;
}

.detail-popup ul a:hover {
    text-decoration: none;
}

@keyframes animatedgradient {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes animatedgradient {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 700px) {
    .hero-block .button.reskin-button {
        margin-top:20px;
    }
}


.prod-image-grallery .slider-for a.image {
    cursor: pointer;
}

.prod-image-grallery .slick-arrow {
    width: 50px;
    height: 50px;
    background: #000;
    font-size: 30px;
}

@media (min-width: 768px) {
    .prod-image-grallery .slick-arrow {
        width: 60px;
        height: 60px;
        font-size: 35px;
    }
}

.prod-image-grallery .slick-arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.prod-image-grallery .slick-arrow.slick-disabled {
    background: #1b1c1e;
}


/* 12-02-2023 */
#primary.dealers-map #map {
    background: #707070;
}

@media (min-width: 1024px) {
    #primary.dealers-map #map {
        height: 600px;
    }
}

@media (min-width: 1366px) {
    #primary.dealers-map #map {
        height: 700px;
    }
}

@media (min-width: 1700px) {
    #primary.dealers-map #map {
        height: 900px;
    }
}

#primary.dealers-map #main {
    float: none;
}

.latest-news-block + #reskin-footer {
    z-index: 1;
    position: relative;
}

#primary.dealers-map {
    padding-bottom: 0;
}

#primary.dealers-map + .joinus-block {
    clear: both;
}

#primary.dealers-map .dealer-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    #primary.dealers-map .dealer-header {
        padding: 0  0 20px;
    }
}

#primary.dealers-map .dealer-header .page-title {
    display: none;
}

#primary.dealers-map .dealer-header form {
    position: static;
}

#primary.dealers-map .dealer-header form label {
    display: none;
}

#primary.dealers-map .dealer-header form input[type='text'], #primary.dealers-map .dealer-header form input[type='email'], #primary.dealers-map .dealer-header form input[type='no'], #primary.dealers-map .dealer-header form select {
    height: 42px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    color: #000;
}

#primary.dealers-map .dealer-header form input[type='text']::-webkit-input-placeholder, #primary.dealers-map .dealer-header form input[type='email']::-webkit-input-placeholder, #primary.dealers-map .dealer-header form input[type='no']::-webkit-input-placeholder {
    color: #000;
}

#primary.dealers-map .dealer-header form input[type='text']:-ms-input-placeholder, #primary.dealers-map .dealer-header form input[type='email']:-ms-input-placeholder, #primary.dealers-map .dealer-header form input[type='no']:-ms-input-placeholder {
    color: #000;
}

#primary.dealers-map .dealer-header form input[type='text']::placeholder, #primary.dealers-map .dealer-header form input[type='email']::placeholder, #primary.dealers-map .dealer-header form input[type='no']::placeholder {
    color: #000;
}

@media (min-width: 576px) {
    #primary.dealers-map .dealer-header form .dname {
        width: 200px;
    }
}

@media (min-width: 768px) {
    #primary.dealers-map .dealer-header form .dname {
        width: 337px;
    }
}

#primary.dealers-map .dealer-header form .loc, #primary.dealers-map .dealer-header form .dname {
    margin: 0 10px 20px;
}

@media (min-width: 768px) {
    #primary.dealers-map .dealer-header form .loc, #primary.dealers-map .dealer-header form .dname {
        margin: 0 15px;
    }
}

@media (max-width: 575px) {
    #primary.dealers-map .dealer-header form .loc, #primary.dealers-map .dealer-header form .dname {
        width: 100%;
        margin: 0 0 10px;
    }
}

#primary.dealers-map .dealer-header form button[type='submit'] {
    width: 42px;
    height: 42px;
    color: #fff;
    background: #F28C00;
    border-radius: 100%;
    font-size: 16px;
    margin: 0 10px;
}

@media (max-width: 575px) {
    #primary.dealers-map .dealer-header form button[type='submit'] {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
}

#primary.dealers-map .dealer-header form p {
    width: auto;
}

.hero-block.dealers-hero {
    text-align: center;
}

@media (min-width: 1024px) {
    .hero-block.dealers-hero {
        min-height: 80vh;
    }
}

@media (min-width: 1366px) {
    .hero-block.dealers-hero {
        min-height: 87vh;
    }
}

.hero-block.dealers-hero h1 {
    color: #fff;
    margin: 0 0 10px;
}

@media (min-width: 576px) {
    .hero-block.dealers-hero h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 768px) {
    .hero-block.dealers-hero h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 1024px) {
    .hero-block.dealers-hero h1 {
        font-size: 65px;
        line-height: 65px;
    }
}

@media (min-width: 1366px) {
    .hero-block.dealers-hero h1 {
        font-size: 79px;
        line-height: 79px;
    }
}

.hero-block.dealers-hero h1 span {
    color: #F28C00;
    font-size: inherit;
    line-height: inherit;
}

.hero-block.dealers-hero .caption {
    margin: 0 auto;
    max-width: 650px;
}

@media (min-width: 1024px) {
    .hero-block.dealers-hero .caption {
        max-width: 800px;
    }
}

@media (min-width: 1366px) {
    .hero-block.dealers-hero .caption {
        max-width: 900px;
    }
}

@media (min-width: 576px) {
    .hero-block.dealers-hero .caption p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1366px) {
    .hero-block.dealers-hero .caption p {
        font-size: 22px;
        line-height: 26px;
    }
}

.key-features-holder {
    position: relative;
}

@media (min-width: 1366px) {
    .key-features-holder {
        margin-top: -100px;
        padding-bottom: 40px;
    }
}

.gm-style .gm-style-iw-c {
    background: #000 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 40px 20px 20px !important;
    border: solid 1px #fff !important;
}

.gm-style .gm-style-iw-c h3 {
    color: #fff !important;
    font-family: "oswald", Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
}

.gm-style .gm-style-iw-c .popupText a {
    text-transform: uppercase;
}

.gm-style .gm-style-iw-c .popupText a:hover {
    color: #fff;
}

.gm-style-iw-tc:before {
    background: #000;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 25px;
    z-index: 1;
}

.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.gm-ui-hover-effect > span {
    background: #fff !important;
}

.dealers-map {
    position: relative;
}

#primary.dealers-map #sidebar.dealer-aside {
    margin: 0;
    background: rgba(36, 39, 45, 0.8);
}

@media (min-width: 576px) {
    #primary.dealers-map #sidebar.dealer-aside {
        position: absolute;
        left: 0;
        top: 82px;
        bottom: 0;
        overflow-y: auto;
        z-index: 1;
        width: 270px;
        margin: 30px 0 0;
    }
}

@media (min-width: 768px) {
    #primary.dealers-map #sidebar.dealer-aside {
        top: 72px;
        width: 300px;
    }
}

@media (min-width: 1024px) {
    #primary.dealers-map #sidebar.dealer-aside {
        width: 400px;
    }
}

@media (min-width: 1200px) {
    #primary.dealers-map #sidebar.dealer-aside {
        top: 132px;
    }
}

#primary.dealers-map #sidebar.dealer-aside .inner {
    background: none;
    padding: 40px 20px 0;
}

@media (min-width: 1024px) {
    #primary.dealers-map #sidebar.dealer-aside .inner {
        padding: 50px 30px 30px;
    }
}

#primary.dealers-map #sidebar.dealer-aside .locations li {
    margin: 0;
    padding: 0;
    background: #000;
    margin: 0 0 30px;
    padding: 40px 20px 30px;
    position: relative;
}

@media (min-width: 576px) {
    #primary.dealers-map #sidebar.dealer-aside .locations li {
        padding: 24px 10px 10px;
    }
}

@media (min-width: 1024px) {
    #primary.dealers-map #sidebar.dealer-aside .locations li {
        margin: 0 0 50px;
        padding: 40px 20px 20px;
    }
}

#primary.dealers-map #sidebar.dealer-aside .locations li:before {
    display: none;
}

#primary.dealers-map #sidebar.dealer-aside .locations li:after {
    width: 30px;
    height: 30px;
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RDQ3Q0Y5NEFBMUUxMUVEQjAyMUNCMTA0MjY4REJEOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RDQ3Q0Y5NUFBMUUxMUVEQjAyMUNCMTA0MjY4REJEOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhENDdDRjkyQUExRTExRURCMDIxQ0IxMDQyNjhEQkQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhENDdDRjkzQUExRTExRURCMDIxQ0IxMDQyNjhEQkQ5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xIXPJwAAESZJREFUeNqsWgd4VGXWfmcmmZn0kARCQhJCE6QmlAWRElBQUIoU48oCCqJZBf/d3/aorG1ldX9l17Ksgi6ISBVEDIu6VClLtQSkBSQECIRU0pOZlH3PPRNDSWYm7n+fZ54kc+/9vlPf857zxYTrLrMJ6N8WKK7Uj90XqHQC2cW8yXstAwA/fpfFv2trAUfNz6+25LNjQv3QJdSOqLgwxLQKQnSwHRFyk2vl5ZTiYmY+LvD3S1fKcbyiGht5K1fuWy3c2wzEBQPl3C+nDKjh+i2DgBA7UFbFn376OXAOqK65Vm4fNPMyuZQV5XjdzE/SwHZI7tsWPe7pibCurQFfCuVvA2xW3vV3vViOsKoq3FTmoBAU8OhFYP0RFBzKxOG9GVhDg2xHDU7I2iY0/2q2IuIleiMuIhBPPDYUKXd1g7VvLDcP4c0KfsRStWpNCg5nhb7nS2v7UMGwALEE0CoMGNYPYbVFSPr2HJI2HkPV33fg/VN5+EuQFedMv8DAHkPLUQ1kFhq3rYFWPD87Cb9PGYKgtm1UcCfDoNyh7zbnqq2jw+g1X1GOSmZeAN7fheIFO/DXEgf+xG8d0TRQkM1zaFlu0IzCxITSmtX6sdFnl0uNXBgx81Z88cFUTLx/EGyhFKC4iN9XaaiYfkE8yDvyroMGqyoHIin07b1gG90dSc5qTP7+PE44a5ER7q+yiFHlk1WkRvBaESe1ziszLD3nb/dixUv3IyKSi5Yx0R1O/LJgdqNUFdd0Uqm4SGDsQERE2TBt20nklTpw0O6jRm22IqLE6TwgNhQL1z6MueMGcyPiSxktF0gUsfnpx1Sjz5r+H5SqX6KKyoCf/glEkliM/vooohjaG4mChjJeK9KWiZhOobtHYc2mOZjWrQNQmqcb+XKhWSuBpf9metCCicwnO0PC5NS4/W8VEmj3o9d97AbSIZYoOLY7+u5MR+ezBVgXxb0uXPFSERsXiwrCkjUPY0o8E7o4/6qNuNA8on9mAbD/LPDnfwEtmC99OvI9u+ZMXZ33CsmzPkSxQCa8jWuXMR/3/QSk/gBcpMAdaNTwlsCIjuix+RjaFlVhQ0G5F4rIfcbjE0sewNM96YmS/AahmJdGOJ3L0YV2PQkcvwy8kAqsOwTcEkdvxtBTVRonUuQsFleSWjUsjDph0n1k2aAQRa2Dp4CXPwcW7QIOXwLe/Qbo3AoY3ovRQKNF0jPdWiNx5UEUXanAvuvlvkER4n3S/AlYMXYQF8i/MYZtfKM1N37hn8D4nsCD44GJN9GCR4CXNgG9uWF3fm+lleuqVeGcEipPYVjNDWUEcm1cw8oQ2n8a+O3HwJtbGQVUau549cJphvbb99JbAjq1CgIdaVg+cueXx7Cd62a6qyN+jw7C+QWPILwqT5Hr+hCRwmYnjRj5JtCLYffGQ/UZCjz1CQXaQsuOpeW5+eeHgQKiXinvSUWXEJI60C6codIF+DEbWENP3s7f35kEdOml6/R5FqAcmDmSYZ3n8mCdGsFGwvPoQuS9txuxCgmuyt6hpWojm9Htcx9PQrhU6MaUkEu4ld2mSmxLB07yU0AUuaU7lZoGdCV0zljunhmcZ3HdeVoTe30KMG6QKlDLCPgjw4s1BDOTSBQKG2Qw4FnqGmWbk4SIdT/gWYLLi4KgEqeWYLq5mg9cLEbk7CH4NHkwLGVFTdcIAwxomWIm5XuM55hA4MUvadX2QARhO5Hsq7WPQnK3KCrKfIprQaG5TxQ9GRmotWlSIrD7CaBnV113yWZg8R7gH3uBj6cz12iQioprjSm/S/5Fc93cQvTfmo5FgT4ol0dMNAqktrF6vpf2HFKiwrRWuLuC7IoobeYCDw0EAqzqnT3PcCOGUChjn2QQoX6aG8OZQxM+pLKdgem0/mqm6vQBtCI3JwphFf9enwZ8T4oykAZZTxApu6zg0hgYBXL9i/Rer9ewgHk320JNzEpi0fF3wzGzDcOlrMwzZIqLoxnnt1GwJRTigf70Aq2d8IrBlQD+3pcI1p5GGd5fqalAdWdaOYB7zLhda04dBVhEdEpZpcktoDB3hEZ+TV3TRVNkjCE6/s8wzKKyHZx1Lp5HmLx7TDf4wrW4p8ug8BR25i3Kcv/4lYbbGVrp6CXdTUgk6KlPWGceXErvhWqy/+kjhsVltWwtDZLcV5nET0zq5N5MdBqnstR9HTJkpKxjusoOuMMgu1YKMKAdJnampZylnumToIf0GqD1Vn6r333GsNj4o/6+/CCbMFrfn4qaLYpSH+1ThbeeBJbtZ8gF6LOlDOE4htKzI/Xv4Z3VQA6nZyojjPtm4lbvWIwzFCH7bJkYi952WqXC6dkbZoFgPvvOZq0dPxck3mgfrrvMXkvBabFaemVMD6ATC9sdBIEjbKbu5t++QRpaIcECg6wjg5UWvUDGkJNBXULUYO6uCr4nMjOnGBcIszCskueNwaR4IovD4cEbkuhEncsMgwkfaK5c7an7+wG/H6Y14zyf6d2OelHY/fTEYFKYGO4xiB5oGyGNDSs4hU5h2BUSnWqp2H4CxDmG52QCQk2le2UM9BTWYIJt2UEc9WGV7XRza1dn54U3pHV9fbWr6WJYVrqUmcBidowFrqhCw0gAoI4e/nQHSR7rgTRI993KB/l8NUPqmQ3ApqNaUyTRH7uNdIdQveZ74NcEjPEDleO55WxcS2Rv4YebzEy0eAmLRrHuuiuA8X42U3PjToZKoK3hXi+iSB/G7A8XtHLLT0uoksrdZygUFSwvVkP8hl5ge4txpDLxDKnVM+kZKhlLj93Xh++QHVzKUY7mvsXU+QBhPtpMjTr6+agVvenwtx4DnidOxIdrYZNrJCnGKW7chfAaR8HSsoBpyxgyRKe3J+va87eRGNIIh5hXXx3XGpPOd14lnenK4rjzuAKG1Jy3SVfSuYavB0VkihPKmhYbhlgfWjXCn39UObwYPLDiT6bL02jhx9c2JLlA7xv3aAJLodtAgXoQBacTajc8BjwxXBWRPmLBTib1nfQGYddCQeLZz3z0uYLAMlKcqSSQ519lPtEoRVfczwGETMqkhtAea2ach4i7nV54RFwdTOh8eZP+fQ/z4vGhANmoUe1j4jXXJlLQx4hEqcyBke8wwTsoA+gRrfkQzZDrwO4vnkk/lffzCPsR9ORvBipcT12q6Odrdi+P0CD4GV5pZfa2cxMAsRE2tzA/yHGMa1gnYHQ3HSCM/juLIb/3oXBnGD4D5gN38V5draKYFD0R+LOHyceYT8mkN+2eY7Unb3ryDlf+WNV7O9ib7KZX/YO87yzNRZXIFbbrSXuLK7n+tuta5cJcAzhhs4nzCMFUaCApftYVrdTLZwBDOyr8dqCSg25WBBPons4KMHeiTlGM8Y54M0HXe+UrV1q6CS1JdJGdOuSYs4uQVe3Q4Zm7y5+4f5zJuuGqIihjVOFY9XEs4bmS7PVyiSJYO7YIkZ20LV5DTx48J9DnYrtT2YixcSrPV8pjMqsip3P1/uYTup/dXw3WqCJ8x0nSeYk6mM8V4nxxlbak7oqP0OTPj1z7vUBsNC391oQb3+lP0jiIhW0Z68XCPcqOJSRTd3MtgsNC/kxjofSz6fq+Js2Lt7Y3rLGO1Mfk13TCy6xY2PPZAmSaWVWzjaRx50K+UEOoXXpdp7yFguxhhzfnbp0G1l9SR+aQ4S7+jDBMFFp2gPBMS/+TcT+WoffyRvXCNr5vsmsFl64zjZV+108N6ywlL6u84qaemDU/SeWzzSxUJ45nu58CC6BJDAv6CP5fjRqTF2lvnjK44fthrAVdmLSHM69d53yhq8t0asOVdkENGCBdnq/OAaprG+L/V2216WuSqvCZY2TbpQ6kmylMKnvrUtiafkEElg0+ZOd2mEjz1r3ab8h1iXkyisk9lnWghSvxdzHxL9B7rzMPRnW9di2hLlLR5Zkp/RQ+LUSn3y0GvmDoticgvEo+m8a+ffmDWqcaI7OGrHZjLlBK+TYaAfWrOGzd+RSGm2sauFNjLwrlt9uVZtQx1FaTss8juvxIqyS00ViXLk+uWIbKTkJsEAVJptf2ntVnZNDwGmnLHNaf+RQ2m9xqxkdai54fBTxNSh/cUronIluFjlEb41sSbjX8fsib2HLoHEYYKc5+PWRSD4ySXljGlaYmEl5GOxIWlWWaNz0ZQrNo4WB/7TOMw6B6FsAkHBStnlvxrXpUuBQRxgibpfTWAobSnX+lXSjU5jkki1TOxueKC3SfmiaG4+IM6XeOZBgjqPn8+6CPy9pfElYdvbrAaqrzPJw2uzrAujxtsp5kKEwgX3rqU22y5IrkRv06KDWXfqPQNdMSGi9zrfsWK+f6X7Le+ZM03ktytfszeahphowWIxQd/NWoOBZfFbrgcBaipiSgX1iIWsObiadxLMBwdLBityZSJZPBWvjudlbmIYTl0cyP295VgfefUSVZvIza81wqW+S7GJosmE56srTMBfNeMAwZr2aRkM5YhvdZWJdb+ZKlDRcN8DXO7A6yp54zMgE+RlPTzDG6hKSVLw0lDU89pAoKSkmP8hoZ7hAqNYTe+Ms25WUCIB/PkH6X6VDp/SGRD7QpezUVlVvSMZ7yl8t6ZsFiGcuwOcllnXjjZIbGX12zNFFrllToBERY7Ela7J1vlJ5MZz5MewC4iS3vFT7zLputl0ZrDSmpaN7A258Rc5zeXXoAr4f7I9fio/XEUn/EJmhFcreXSZly9wDiUmXzT6Kk0sqk5EiWote0odolnmTh++47YB8F6ETkuligM66u0Z7b66uVkBzzoZH/sBa55HYTCcs1Rcq1bhhiV5N27G9jw4P9SNGd5c33ihxJ/HhRw7UXk/1KsVZ0cjrMZK8Sz9Y0gLu2b6VzLofTeyP5850PiHTzvsYoIugZt9N4mXKTJhTcGodRHQmdjvLmHbE5KVgP0vQIhsDwN9SK6x9hD56oED17JeOblGZ0op6FeNtDBBFMdh4m3C/HbEbOWo+numLVKFbaiAD8Y30KZrSP9WIIcF0ISDUOoLVXbyXMLuHfpobJ4TMjWPGnMJQLdCDuaV1ZL5hKnCZznrAQHxLGZ10s9vLESuZTGfn44pt0dB3ZGd0iKVR1pb7saeP6QxwhmYnMg06hOs+S8/WnWTNeGqeTREe1h2miyyBB7BwzmG/JH2LlmXw8EMv1sktuRNVGPdKttS70U64xZFi0eCpm3cKGp6kzk6bO0CXxAwKvGjX56DF0U7Tj+sS2karsIUg89AkWZRTgkY4RLjC55KVHWgW6DvN9DURLXf0tCoNMGCWnrDIUk2bGEwGo94ygkjBYOfOQ88UaN0hY55qdBYUqOr3PxP7tKjzOEPyDEFLxkHxySm/0SJOKiFWkaDFXUObE/lXf4d/Z+RgQF4rwWHIym1knL954pw6eC6yRCwFa7NJIMF9ch/RXNuG+ED+sErojDFg42i9SRKqzvGxTz5w5cBYfLNuHmsISJLC42eWA0kauZanxLnGb+hcOOSmWM8WzZAHzNqHw0RX4v70ZmGK14JT09/VHGf+VIkLdBXFkEhJkZZTUYcc3p7B8+QGYy8qREGCCj4x3/CJccW3Rj8RyPWOWn9ar/nNBZlFyOixD6FqG2yFWhIXbUTlrBd7degJT+Wyqny9ZOt8LtqvwnhRpMtkllmXiLWNRGSrIcM3q8o4I6vonGzkISOrfFpP6xCGBDVOEnC3KZmJp4/jBNWyQ/kI4lfwvlkwIZRpJxp13KBPfH8jEOj4h3Xq6MUyvMbo+Qwah/qKAsA/JWZGhsWRvtiJWXz16zi9z/UNMw/BbDhXuaBWE7rEhaB/TAjGM71Z8Pxx62JpPnpWTVYgL54twJqcEcqLyNT/59f94Jl6UnHS6ZmHNUeQ/AgwAuqx9I4j8/AIAAAAASUVORK5CYII=');
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

@media (min-width: 1024px) {
    #primary.dealers-map #sidebar.dealer-aside .locations li:after {
        width: 40px;
        height: 40px;
    }
}

#primary.dealers-map #sidebar.dealer-aside .locations li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

@media (min-width: 1024px) {
    #primary.dealers-map #sidebar.dealer-aside .locations li a {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
    }
}
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.locations .loc.no-match {
    display: none;
}

#dealer-details {
    position: absolute;
    left: 0;
    top: 82px;
    bottom: 0;
    overflow-y: auto;
    z-index: 1;
    width: 500px;
    margin: 30px 0 0;
    background: black;
    color: white;
    transition: all 1.25s ease-in-out;
}
#dealer-details.hidden {
    left: -900px;
}
#dealer-details .panel {
    padding: 30px;
}
#dealer-details .panel .close {
    float: right;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: black;
    font-size: 25px;
}
#dealer-details .panel h3 {
    font-family: "oswald", Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
    color: #fff;
    font-size: 22px;
    width: 80%;
    width: calc(100% - 50px);
    display: inline-block;
}
#dealer-details .panel .address {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#dealer-details .panel img {
    display: inline-block;
    width: 49%;
}
#dealer-details .panel .address strong {
    display: block;
}
#dealer-details .panel a.custom-btn {
    background-color: #f48d31;
    display: inline-block;
    color: white;
    font-weight: 700;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 30px;
}

#dealer-details .panel a:hover {
    color: white;
}

#dealer-details .panel .contact {
    font-weight: 700;
}
#dealer-details .panel .contact .title {
    color: #f48d31;
    padding-right: 10px;
}
#dealer-details .panel .opening-hours {
    padding-top: 20px;
}
#dealer-details .panel .opening-hours .title {
    font-family: "oswald", Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
}
/*
#search-results {
    position: absolute;
    z-index: 10;
    top: 80px;
    text-align: center;
    color: white;
    width: 100%;
}
*/
#sidebar::-webkit-scrollbar-thumb, #dealer-details::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #f48d31;
}
#sidebar::-webkit-scrollbar, #dealer-details::-webkit-scrollbar {
    background: black;
    border: solid 1px #f48d31;
    width: 10px;
}
.popupText h3 {
    padding: 0;
    margin: 0;
}
.popupText .address, .locations .loc .address {
    color: white;
    display: block;
}
.popupText .opening-hours, .locations .loc .opening-hours, .popupText .read-more, .locations .loc .read-more {
    color: #f48d31;
    font-weight: 700;
    padding-top: 10px;
    display: inline-block;
}
.popupText .read-more, .locations .loc .read-more {
    float: right;
    text-transform: none!important;
}
.locations .loc .read-more span {
    font-size: 16px!important;
    color: #f48d31!important;
    font-weight: 700!important;
    text-transform: none;;
}

.inner-keyfeatures { padding-bottom: 0px; }

.search-notices { min-height:40px;}

@media only screen and (max-width: 800px) {
    #dealer-details {
        width: 100%;
    }
    #primary.dealers-map #map {
        height: 700px;
    }
    #dealer-details {
        top: 220px!important;
    }
    .search-notices { min-height: 65px;}
}

.search-result { padding-bottom: 10px; text-align: center; color: white; }


/* faqs */
/* faqs */
.hero-block:before {
  pointer-events: none; }

.hero-block.faq {
  text-align: center;
  min-height: auto; }
  .hero-block.faq .caption {
    width: 100%;
    max-width: inherit; }
    .hero-block.faq .caption h1 {
      font-size: 60px;
      line-height: 70px; }
      @media (min-width: 1250px) {
        .hero-block.faq .caption h1 {
          font-size: 80px;
          line-height: 93px; } }

.faqs-list {
  padding: 0 0 30px; }
  .faqs-list .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 1366px) {
      .faqs-list .container {
        max-width: 1230px; } }

.faq-accordion li {
  position: relative;
  opacity: 0.8; }
  .faq-accordion li:before {
    position: absolute;
    left: -50px;
    right: -50px;
    bottom: 0;
    content: '';
    height: 2px;
    background: -webkit-linear-gradient(left, #000111 0%, #f28c00 50%, #482900 100%);
    background: linear-gradient(to right, #000111 0%, #f28c00 50%, #482900 100%);
    -webkit-animation: animatedgradient 3s ease alternate infinite;
            animation: animatedgradient 3s ease alternate infinite;
    opacity: 0; }
  .faq-accordion li:last-child:before {
    display: none; }
  .faq-accordion li.active {
    opacity: 1; }
    .faq-accordion li.active ~ li {
      opacity: 0.7; }
    .faq-accordion li.active > .opener {
      color: #f28c00; }
      .faq-accordion li.active > .opener:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

.faq-accordion .opener {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  font-family: "Champion", sans-serif;
  font-weight: 500;
  padding: 25px 50px 25px 0;
  position: relative; }
  @media (min-width: 576px) {
    .faq-accordion .opener {
      font-size: 30px;
      line-height: 35px;
      padding: 30px 60px 30px 0; } }
  @media (min-width: 1024px) {
    .faq-accordion .opener {
      font-size: 35px;
      line-height: 42px;
      padding: 40px 80px 40px 0; } }
  @media (min-width: 1250px) {
    .faq-accordion .opener {
      font-size: 40px;
      line-height: 48px;
      padding: 60px 80px 60px 0; } }
  .faq-accordion .opener:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    content: '\f107';
    font-family: icomoon; }
    @media (min-width: 576px) {
      .faq-accordion .opener:after {
        margin-top: -30px; } }

.faq-accordion ul .opener {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 576px) {
    .faq-accordion ul .opener {
      font-size: 20px;
      line-height: 30px; } }
  @media (min-width: 1024px) {
    .faq-accordion ul .opener {
      font-size: 25px;
      line-height: 35px;
      font-weight: 500; } }
  @media (min-width: 1250px) {
    .faq-accordion ul .opener {
      font-size: 30px;
      line-height: 40px; } }
  .faq-accordion ul .opener:after {
    content: '\f067'; }

.faq-accordion ul li {
  opacity: 1; }
  .faq-accordion ul li.active .opener {
    color: #fff; }
    .faq-accordion ul li.active .opener:after {
      color: #f28c00;
      content: '\f068'; }

.faq-accordion .slide-holder {
  max-width: 1080px;
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 40px; }
  .faq-accordion .slide-holder p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px; }
    @media (min-width: 576px) {
      .faq-accordion .slide-holder p {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 1024px) {
      .faq-accordion .slide-holder p {
        font-size: 20px;
        line-height: 28px; } }
  .faq-accordion .slide-holder h3, .faq-accordion .slide-holder h2, .faq-accordion .slide-holder h4, .faq-accordion .slide-holder h5 {
    color: #fff;
    font-family: "Champion", sans-serif;
    font-weight: 500;
    margin: 0 0 30px; }
  .faq-accordion .slide-holder h3 {
    font-size: 20px; }
    @media (min-width: 768px) {
      .faq-accordion .slide-holder h3 {
        font-size: 25px; } }

.faq-accordion div.aligncenter {
  margin: 0 auto 25px; }

.faq-accordion img.aligncenter {
  display: block;
  margin: 0 auto; }
  @media (max-width: 575px) {
    .faq-accordion img.aligncenter {
      width: 100%;
      margin: 0 0 20px; } }

.faq-accordion .alignleft {
  width: 100%;
  margin: 0 0 20px; }
  @media (min-width: 576px) {
    .faq-accordion .alignleft {
      margin: 0 25px 20px 0;
      float: left;
      width: auto; } }

.faq-accordion .alignright {
  width: 100%;
  margin: 0 0 20px; }
  @media (min-width: 576px) {
    .faq-accordion .alignright {
      margin: 0 0 20px 25px;
      float: right;
      width: auto; } }

.range-block {
  background: #24272D;
  padding: 60px 0 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .range-block {
      padding: 60px 0; } }
  @media (min-width: 1250px) {
    .range-block {
      padding: 100px 0; } }
  .range-block h2 {
    font-family: "Champion", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 30px;
    max-width: 524px;
    color: #f28c00; }
    @media (min-width: 576px) {
      .range-block h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media (min-width: 1024px) {
      .range-block h2 {
        font-size: 40px;
        line-height: 48px; } }
    .range-block h2 span {
      display: block;
      color: #fff; }
  .range-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .range-block .row .col {
      width: 100%;
      padding: 0 20px 30px; }
      @media (min-width: 576px) {
        .range-block .row .col {
          width: 50%;
          padding: 0 10px 20px; } }
      @media (min-width: 1024px) {
        .range-block .row .col {
          width: 33.33%; } }
      @media (min-width: 1250px) {
        .range-block .row .col {
          width: 25%; } }
      @media (min-width: 1440px) {
        .range-block .row .col {
          padding: 0 20px 40px; } }
  .range-block .range-box {
    display: block;
    position: relative;
    border: solid 1px rgba(255, 255, 255, 0.2);
    overflow: hidden; }
    .range-block .range-box .image {
      display: block;
      position: relative;
      padding-top: 110%;
      background-size: cover;
      background-position: 50% 50%; }
      @media (min-width: 1366px) {
        .range-block .range-box .image {
          padding-top: 100%; } }
  .range-block .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: left;
    z-index: 1; }
    .range-block .caption:before {
      position: absolute;
      left: 0;
      right: 0;
      top: -15px;
      bottom: -50px;
      content: '';
      background: #212121;
      z-index: -1;
      -webkit-transform: skewY(-4deg);
          -ms-transform: skewY(-4deg);
              transform: skewY(-4deg); }
      @media (min-width: 1440px) {
        .range-block .caption:before {
          top: -25px; } }
  .range-block .title {
    font-family: "Champion", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin: 0 0 6px; }
    @media (min-width: 1440px) {
      .range-block .title {
        font-size: 25px;
        line-height: 30px; } }
    .range-block .title span {
      color: #f28c00; }
  .range-block .view {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px; }
    @media (min-width: 1440px) {
      .range-block .view {
        font-size: 16px; } }

.main-nav ul.user-links li a.login {
    display: none !important;
}

.range-block + .joinus-block{
    display: none !important;
}

#dealer-details .panel a.close {
    color: #FFFFFF;
}

.gm-style .gm-style-iw-c {
    min-width: 250px!important;
}


/* 06-07-2023 */
.newsletter-form {
    max-width: 400px;
    margin: 25px auto 0;
    color: #fff;
}

@media (min-width: 768px) {
    .newsletter-form {
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .newsletter-form {
        width: 540px;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .newsletter-form {
        margin: 0 0 40px;
    }
}

.newsletter-form form {
    position: relative;
}

.newsletter-form p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 16px;
}

@media (min-width: 1024px) {
    .newsletter-form p {
        font-size: 15px;
        line-height: 17px;
    }
}

.newsletter-form .gform_title, .newsletter-form h3 {
    font-family: "Champion", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin: 0 0 6px;
}

@media (min-width: 576px) {
    .newsletter-form .gform_title, .newsletter-form h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (min-width: 1440px) {
    .newsletter-form .gform_title, .newsletter-form h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

.newsletter-form .gform_title span, .newsletter-form h3 span {
    color: #f28c00;
}

.newsletter-form h3 {
    color: #f28c00;
}

.newsletter-form .gfield_label {
    display: none !important;
}

.newsletter-form fieldset {
    border: 0;
    padding: 0;
}

.newsletter-form .gform_confirmation_message {
    margin: 0;
    font-size: 15px;
    line-height: 17px;
}

.newsletter-form .gform_confirmation_message p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 16px;
}

@media (min-width: 1024px) {
    .newsletter-form .gform_confirmation_message p {
        font-size: 15px;
        line-height: 17px;
    }
}

.newsletter-form .gform_confirmation_message br {
    display: none;
}

.newsletter-form .gform_confirmation_message a {
    color: #fff;
    text-decoration: underline;
}

.newsletter-form .gform_confirmation_message a:hover {
    text-decoration: none;
}

.newsletter-form input[type="text"], .newsletter-form input[type="email"] {
    display: block;
    width: 100%;
    padding: 11px 100px 11px 10px;
    height: 40px;
    min-height: inherit;
    border-radius: 0;
    border: solid 1px transparent;
    font-size: 14px;
    line-height: 18px;
    color: #727272;
    margin: 0 0 18px;
}

@media (min-width: 1024px) {
    .newsletter-form input[type="text"], .newsletter-form input[type="email"] {
        padding: 11px 187px 11px 20px;
    }
}

.newsletter-form input[type="submit"] {
    background: #F28C00;
    min-height: 40px;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 11px 20px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .newsletter-form input[type="submit"] {
        width: 172px;
        font-size: 14px;
        line-height: 18px;
    }
}

.newsletter-form .custom-checkbox {
    text-align: left;
}

.newsletter-form .custom-checkbox label {
    position: relative;
    padding: 0 0 0 25px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4;
}

.newsletter-form .custom-checkbox label a:hover {
    color: white; text-decoration: underline;
}

@media (min-width: 768px) {
    .newsletter-form .custom-checkbox label {
        font-size: 13px;
    }
}

.newsletter-form .custom-checkbox label:after {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: 1px solid #F28C00;
    border-radius: 100%;
    content: '';
    cursor: pointer;
    width: 13px;
    height: 13px;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
}

.newsletter-form .custom-checkbox input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
}

.newsletter-form .custom-checkbox input:checked ~ label:after {
    background: #F28C00;
}

.newsletter-form .gform_wrapper .gfield_error [aria-invalid="true"] {
    border: 1px solid #c02b0a;
}

.newsletter-form .gfield_description.validation_message {
    display: none;
}

.newsletter-form .gform_not_found {
    display: none;
}

.newsletter-form .gform_wrapper .gfield_error .gfield_repeater_cell label, .newsletter-form .gform_wrapper .gfield_error label, .newsletter-form .gform_wrapper .gfield_error legend, .newsletter-form .gform_wrapper .gfield_validation_message, .newsletter-form .gform_wrapper .validation_message, .newsletter-form .gform_wrapper [aria-invalid="true"] + label, .newsletter-form .gform_wrapper label + [aria-invalid="true"] {
    color: #f00;
}

.logo-row {
    padding: 0 0 15px;
}

@media (min-width: 768px) {
    .logo-row {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.newsletter-popup .popup-holder {
    background: url(../../images/bg-popup.jpg);
    border: solid 5px #fff;
    position: relative;
    padding: 60px 20px 25px;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 20px;
}

@media (min-width: 576px) {
    .newsletter-popup .popup-holder {
        padding: 60px 40px 30px;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .newsletter-popup .popup-holder {
        border: solid 10px #fff;
    }
}

@media (min-width: 1024px) {
    .newsletter-popup .popup-holder {
        max-width: 700px;
    }
}

@media (min-width: 1366px) {
    .newsletter-popup .popup-holder {
        max-width: 1000px;
        padding: 100px 150px;
    }
}

.newsletter-popup .popup-holder .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter-popup .popup-holder .close-btn i {
    font-style: normal;
    text-decoration: none;
    width: 30px;
    height: 30px;
    background: #f28c00;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 10px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    font-family: arial;
}

.newsletter-popup .popup-holder .close-btn:hover {
    color: #f28c00;
}

.newsletter-popup .popup-holder .newsletter-form {
    margin: 0;
    width: auto;
    max-width: inherit;
}

.newsletter-popup .popup-holder .newsletter-form .gform_title, .newsletter-popup .popup-holder .newsletter-form h3 {
    font-family: "Champion", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 0 6px;
}

@media (min-width: 576px) {
    .newsletter-popup .popup-holder .newsletter-form .gform_title, .newsletter-popup .popup-holder .newsletter-form h3 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (min-width: 1024px) {
    .newsletter-popup .popup-holder .newsletter-form .gform_title, .newsletter-popup .popup-holder .newsletter-form h3 {
        font-size: 55px;
        line-height: 60px;
    }
}

@media (min-width: 1366px) {
    .newsletter-popup .popup-holder .newsletter-form .gform_title, .newsletter-popup .popup-holder .newsletter-form h3 {
        font-size: 75px;
        line-height: 80px;
    }
}

.newsletter-popup .popup-holder .newsletter-form .gform_title span, .newsletter-popup .popup-holder .newsletter-form h3 span {
    color: #f28c00;
}

.newsletter-popup .popup-holder .newsletter-form h3 {
    color: #f28c00;
}

.newsletter-popup .popup-holder .newsletter-form p, .newsletter-popup .popup-holder .newsletter-form .gform_confirmation_message {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .newsletter-popup .popup-holder .newsletter-form p, .newsletter-popup .popup-holder .newsletter-form .gform_confirmation_message {
        font-size: 17px;
    }
}

@media (min-width: 1366px) {
    .newsletter-popup .popup-holder .newsletter-form p, .newsletter-popup .popup-holder .newsletter-form .gform_confirmation_message {
        font-size: 25px;
        line-height: 1.3;
    }
}

.newsletter-popup .popup-holder .newsletter-form input[type="text"], .newsletter-popup .popup-holder .newsletter-form input[type="email"] {
    display: block;
    width: 100%;
    padding: 11px 100px 11px 10px;
    height: 40px;
    min-height: inherit;
    border-radius: 0;
    border: solid 1px transparent;
    font-size: 14px;
    line-height: 18px;
    color: #727272;
    margin: 0 0 18px;
}

@media (min-width: 1024px) {
    .newsletter-popup .popup-holder .newsletter-form input[type="text"], .newsletter-popup .popup-holder .newsletter-form input[type="email"] {
        padding: 11px 187px 11px 20px;
        height: 50px;
    }
}

@media (min-width: 1366px) {
    .newsletter-popup .popup-holder .newsletter-form input[type="text"], .newsletter-popup .popup-holder .newsletter-form input[type="email"] {
        height: 60px;
        font-size: 17px;
        padding: 11px 230px 11px 20px;
    }
}

.newsletter-popup .popup-holder .newsletter-form input[type="submit"] {
    background: #F28C00;
    min-height: 40px;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 20px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .newsletter-popup .popup-holder .newsletter-form input[type="submit"] {
        width: 172px;
        height: 50px;
    }
}

@media (min-width: 1366px) {
    .newsletter-popup .popup-holder .newsletter-form input[type="submit"] {
        height: 60px;
        font-size: 17px;
        width: 200px;
    }
}

.newsletter-popup .popup-holder .newsletter-form .custom-checkbox label {
    font-size: 11px;
}

@media (min-width: 576px) {
    .newsletter-popup .popup-holder .newsletter-form .custom-checkbox label {
        font-size: 14px;
    }
}

@media (min-width: 1366px) {
    .newsletter-popup .popup-holder .newsletter-form .custom-checkbox label {
        font-size: 16px;
    }
}

body.opened {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newsletter-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
    white-space: nowrap;
    overflow-y: auto;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
}
.newsletter-popup.opened {
    opacity: 1;
    visibility: visible;
}

.newsletter-popup:after {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    content: '';
    height: 100%;
}

.newsletter-popup .popup-holder {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.gform_submission_error {
    display: none !important;
}
.newsletter-form form {
    max-width: inherit;
}

@media only screen and (max-width: 750px) {
.hero-block .caption-holder {
    z-index: 9;
}
}

#reskin-footer .logo {
    position: relative;
}

#reskin-footer .logo {
    position: relative;
}

#reskin-footer img.rayco-image {
    position: absolute;
    right: 0px;
    width: 150px;
    top: 85px;
}

@media only screen and (max-width: 800px) {
    #reskin-footer .logo {
        padding-bottom: 60px;
    }
    #reskin-footer img.rayco-image {
        width: 120px;
        top: 58px;
    }
}


.id-14523 .keyfeatures-block, .id-14523 .joinus-block { display: none!important; }
.id-14613 .keyfeatures-block, .id-14613 .joinus-block { display: none!important; }
.id-14615 .keyfeatures-block, .id-14615 .joinus-block { display: none!important; }
.id-14620 .keyfeatures-block, .id-14620 .joinus-block { display: none!important; }


#primary.dealers-map .dealer-header form select {
    border: 1px solid white;
    border-right: 8px solid white;
}

.reskin-twocols.pt-70 {
    padding-top: 40px;
}

@media (min-width: 576px) {
    .reskin-twocols.pt-70 {
        padding-top: 50px;
    }
}

@media (min-width: 1024px) {
    .reskin-twocols.pt-70 {
        padding-top: 50px;
    }
}

@media (min-width: 1366px) {
    .reskin-twocols.pt-70 {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    #reskin-footer .row .col {
        width: 33%;
    }
}