/**
 * CONTENTS
 *
 * BASE
 * Box-sizing............Better default `box-sizing`.
 * Media.................WP specific img aligns and iframe styling.
 * Typography............@fontfaces, base text and vertical rhythem setup.
 *
 * COMPONENTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 * Clearfix..............Properly clear floats.
 *
 * Objects
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 * Sliders/Carousels.....Sliders/Carousels.
 * Posts.................Post content for loop on blog homepage, search page, archives, etc.
 * Tabs..................Tabbed content.
 * Social Share..........Social share buttons
 *
 * UI
 * Page head.............The main page header.
 * Navigation............Navigation elements.
 * Masthead..............Page title/image/slideshow header block.
 * Sidebar...............Sidebar elements.
 * Page footer...........The main page footer.
 *
 * TRUMPS
 * Images................Round, Circle, Square Images.
 * Visiblity.............Make items visible.
 * Hiding................Make items invisible/hidden.
 * Screen Readers........Display for screen readers.
 * Print.................Display for printing.
 * Clears................Clearing floats.
 * Text alignment........Align text.
 * Font weights..........Adjust font weights.
 * Borders...............Add borders.
 * Add/remove margins....Remove margins.
 * Add/remove paddings...Remove padding.
 * Positioning...........float, center, and stick items.
 */
/*------------------------------------*\
    BASE
\*------------------------------------*/
/**
 * Box-sizing
 */
html{
    font-size: 10px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/**
 * Media
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */
.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.alignnone,
.wp-caption.aligncenter {
    margin: 0;
    width: auto !important;
    /* to overwrite inline widths */
}
img.alignright,
.wp-caption.alignright img,
img.alignleft,
.wp-caption.alignleft img {
    height: auto;
    max-width: 50%;
}
img.alignnone,
.wp-caption.alignnone img,
img.aligncenter,
.wp-caption.aligncenter img,
.aligncenter {
    height: auto;
    max-width: 100%;
}
img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter,
.aligncenter {
    margin: 0 0 22px 0;
}
img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 22px;
}
img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}
img.aligncenter,
.wp-caption.aligncenter img,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img + figcaption {
    padding-top: 15px;
}
iframe {
    max-width: 100%;
}
/**
 * Typography
 */
/*
  - Please set up line-heights in ems
  - Set up typography styling based on styles found in .xd file under Assets > Character Styles
  */
.pos-relative {
    position: relative;
}
/* html,
body {
    overflow-x: hidden;
} */
body {
    overflow-anchor: none;
    margin: 0;
    padding: 0;
    font-family: 'SF Pro Text', sans-serif;
    /* color: #5D5D5D; */
    color: #070707;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0;
    padding: 0;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    line-height: 1.3em;
}
h1,
.h1 {
    font-size: 40px;
}
h2,
.h2 {
    font-size: 24px;
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
}
p,
ul,
ol {
    margin: 0;
    padding: 22px 0 0 0;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}
ol {
    padding-left: 30px;
}
hr {
    margin: 15px 0;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
ul li {
    /* set up bullets as a :before or icon element, not as a background image */
    list-style: inside;
}
.page-header-spacer {
    display: none;
}
blockquote {
    font-size: 18px;
    line-height: 1.3em;
    color: #fff;
    font-weight: 700;
    margin: 25px 0;
    padding: 20px;
    font-family: 'SF Pro Display', sans-serif;
    background-color: #5BBD2C
}
blockquote p {
    padding-top: 0;
    font-size: inherit;
}
a {
    word-break: break-word;
    /* force link text to overflow when too long for container */
    color: #5BBD2C;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
    text-decoration: underline;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.why-newtech-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.why-newtech-row .col-md-6 {
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.fxvid:before {
    position: absolute;
    z-index: 800;
    color: #fff;
    font-size: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fxvid {
    position: relative;
    display: block;
    height: 360px;
    overflow: hidden;
}
.fxvid:hover:before {
    opacity: .8;
}
.fxvid img {
    width: 100% !important;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    padding-top: 0 !important;
}
.clear_b {
    clear: both;
}
.fancybox-container {
    z-index: 9999999999 !important;
}
.swatch-left {
    float: left;
    margin-right: 20px;
}
.swatch-right {
    float: right;
}
.square {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 70px;
    height: 70px;
    margin: 10px 24px;
    border: 2px solid #fff;
    overflow: hidden;
}
.pic {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    width: 227px;
    height: 202px;
    margin-top: -5px;
    margin: -59px;
}
.square .pic img {
    max-width: none;
    width: auto;
    margin-left: -2px;
    margin-top: -49px;
}
.square2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 70px;
    height: 70px;
    margin: 10px 24px;
    border: 2px solid #fff;
    overflow: hidden;
}
.pic2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    width: 227px;
    height: 202px;
    margin-top: -5px;
    margin: -59px;
}
.square2 .pic2 img {
    max-width: none;
    width: auto;
    margin-left: -2px;
    margin-top: -49px;
}
body.tax-faq_category .page-content {
    padding-top: 20px;
    padding-bottom: 40px;
}
[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}
/* Basic Theme */
[data-accordion] {
    line-height: 1;
}
[data-control],
[data-content]>* {
    /*border-bottom: 1px solid #888;*/
    border: 1px solid #e1e1e1;
    padding: 10px;
    background: #e1e1e1;
    -webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

[data-control]:hover,
[data-accordion].open [data-control] {
    background: #414042;
    cursor: pointer;
}

[data-control]:hover h2,
[data-accordion].open [data-control] h2,
[data-control]:hover:before {
    color: #fff;
}

[data-content]>* {
    background: #fff;
    font-size: 14px;
}
[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}
[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px;
}
[data-accordion] [data-control] h2 {
    font-size: 20px;
}
[data-accordion]>[data-control]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url('../images/down.png') center center no-repeat;
    background-size: 50%;
}
[data-accordion].open>[data-control]:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
[data-accordion] [data-control]::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


[data-accordion].open [data-control]::before {
    content: "\f068";
        color: #fff;
}
[data-accordion].open [data-control] {
    /*background: #e1e1e1;*/
    /*color: #fff;*/
}
body.tax-faq_category .post-item {
    border-top: none;
    padding-top: 20px;
    margin-top: 20px;
}
body.error404 .image-buttons-row img {
    display: none;
}
body.page-template-default .page-content h3 {
    padding-top: 20px;
    font-size: 26px;
}
body.fxproduct-template .page-content h3 {
    padding-top: 20px;
}
body.page-template-default .page-content h4 {
    padding-top: 20px;
    font-size: 18px;
}
.spinner-cont {
    text-align: center;
}
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}
.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.page-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-flex-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}
.page-flex-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.page-flex-image img {
    max-width: 100%;
    height: auto;
}
.page-flex-image-inside {
    padding-left: 15px;
}
.icon-img-cont {
    display: inline-block;
    vertical-align: middle;
    min-width: 75px;
}
body.page-template-page-colors .section-gap,
body.page-template-page-faqs .section-gap {
    padding-top: 0;
}
.faqs-search-cont {
    margin-bottom: 25px;
    background: #009038;
    padding: 25px 20px;
}
.faqs-search-cont h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 34px;
    color: #fff;
}
.faqs-search-form {
    margin: 0 auto;
    overflow: hidden;
}
.faqs-search-form input[type=text] {
    width: 75%;
    float: left;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 60px;
    border: 1px solid #fff;
    border-right: none;
}
.faqs-search-form input[type=submit] {
    width: 25%;
    float: right;
    margin-top: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #fff;
    border-left: none;
}
@media (min-width: 768px) {
    blockquote {
        font-size: 26px;
        padding: 40px 100px;
    }
    h1,
    .h1 {
        font-size: 48px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
    .faqs-search-form {
        max-width: 75%;
    }
}
@media (max-width: 600px) {
    body.page-template-page-colors .page-content {
        padding-top: 20px !important;
    }
    img.alignright,
    .wp-caption.alignright img,
    img.alignleft,
    .wp-caption.alignleft img {
        max-width: 100%;
    }
}
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;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}
.fancybox-container * {
    box-sizing: border-box
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-toolbar {
    right: 0;
    top: 0
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    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 {
    animation-timing-function: cubic-bezier(.5, 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;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-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-pan .fancybox-content,
.fancybox-can-swipe .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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}
.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
}
.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    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
}
.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}
.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
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}
.fancybox-navigation .fancybox-button div {
    padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}
.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}
@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}
.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
}
.fancybox-loading {
    animation: a 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;
    display: none !important;
}
@keyframes a {
    to {
        transform: rotate(1turn)
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}
@media (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
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}
.fancybox-share p {
    margin: 0;
    padding: 0
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    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;
    outline: none;
    padding: 10px 15px;
    width: 100%
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: 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, .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, .1);
    background-position: 50%;
    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;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}
.fancybox-thumbs__list a:focus:before {
    opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}
@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}
.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}
.autocomplete-suggestion.selected {
    background: #f0f0f0;
}
/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/
/**
 * Wrappers
 */
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 22px;
    /* TODO: Default grid. Update if different in prototypes. */
    padding-right: 22px;
}
.container {
    max-width: 1360px;
}
/**
 * Grid System
 *
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 * Base setup 20px gutters
 *
 * Phones         - xxs - <  600px    ** Default **
 * Small Tablets  - xs - >=  600px
 * Tablets        - sm - >= 768px
 * Desktop        - md - >= 1025px
 * Large Desktop  - lg - >= 1200px
 * --------------------------------------------------------------------------
 * Learn more here: http://getbootstrap.com/css/#grid
 * -------------------------------------------------------------------------- */
.row {
    margin-left: -16px;
    /* TODO: Default grid. Update if different in prototypes. */
    margin-right: -16px;
}
[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    /* TODO: Default grid. Update if different in prototypes. */
    padding-right: 16px;
}
/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] {
    float: left;
}
.col-xxs-12 {
    width: 100%;
}
.col-xxs-11 {
    width: 91.66666667%;
}
.col-xxs-10 {
    width: 83.33333333%;
}
.col-xxs-9 {
    width: 75%;
}
.col-xxs-8 {
    width: 66.66666667%;
}
.col-xxs-7 {
    width: 58.33333333%;
}
.col-xxs-6 {
    width: 50%;
}
.col-xxs-5 {
    width: 41.66666667%;
}
.col-xxs-4 {
    width: 33.33333333%;
}
.col-xxs-3 {
    width: 25%;
}
.col-xxs-2 {
    width: 16.66666667%;
}
.col-xxs-1 {
    width: 8.33333333%;
}
.col-xxs-pull-12 {
    right: 100%;
}
.col-xxs-pull-11 {
    right: 91.66666667%;
}
.col-xxs-pull-10 {
    right: 83.33333333%;
}
.col-xxs-pull-9 {
    right: 75%;
}
.col-xxs-pull-8 {
    right: 66.66666667%;
}
.col-xxs-pull-7 {
    right: 58.33333333%;
}
.col-xxs-pull-6 {
    right: 50%;
}
.col-xxs-pull-5 {
    right: 41.66666667%;
}
.col-xxs-pull-4 {
    right: 33.33333333%;
}
.col-xxs-pull-3 {
    right: 25%;
}
.col-xxs-pull-2 {
    right: 16.66666667%;
}
.col-xxs-pull-1 {
    right: 8.33333333%;
}
.col-xxs-pull-0 {
    right: auto;
}
.col-xxs-push-12 {
    left: 100%;
}
.col-xxs-push-11 {
    left: 91.66666667%;
}
.col-xxs-push-10 {
    left: 83.33333333%;
}
.col-xxs-push-9 {
    left: 75%;
}
.col-xxs-push-8 {
    left: 66.66666667%;
}
.col-xxs-push-7 {
    left: 58.33333333%;
}
.col-xxs-push-6 {
    left: 50%;
}
.col-xxs-push-5 {
    left: 41.66666667%;
}
.col-xxs-push-4 {
    left: 33.33333333%;
}
.col-xxs-push-3 {
    left: 25%;
}
.col-xxs-push-2 {
    left: 16.66666667%;
}
.col-xxs-push-1 {
    left: 8.33333333%;
}
.col-xxs-push-0 {
    left: auto;
}
.col-xxs-offset-12 {
    margin-left: 100%;
}
.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
    margin-left: 75%;
}
.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
    margin-left: 50%;
}
.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
    margin-left: 25%;
}
.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
    margin-left: 0;
}
/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
    [class*="col-xs-"] {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11 {
        right: 91.66666667%;
    }
    .col-xs-pull-10 {
        right: 83.33333333%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8 {
        right: 66.66666667%;
    }
    .col-xs-pull-7 {
        right: 58.33333333%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5 {
        right: 41.66666667%;
    }
    .col-xs-pull-4 {
        right: 33.33333333%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2 {
        right: 16.66666667%;
    }
    .col-xs-pull-1 {
        right: 8.33333333%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11 {
        left: 91.66666667%;
    }
    .col-xs-push-10 {
        left: 83.33333333%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8 {
        left: 66.66666667%;
    }
    .col-xs-push-7 {
        left: 58.33333333%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5 {
        left: 41.66666667%;
    }
    .col-xs-push-4 {
        left: 33.33333333%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2 {
        left: 16.66666667%;
    }
    .col-xs-push-1 {
        left: 8.33333333%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
        margin-left: 0;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
    [class*="col-md-"] {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    [class*="col-lg-"] {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
/**
 * Clearfix
 * Apply clearing without adding additional markup
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
/*--------------------------------------------------------------*\
    OBJECTS
    Objects are independent generic stylibf classes or UI peices.
    All styles for objects should be self contained.
    e.g. an object shouldn't rely on trump helpers to apply padding etc.
\*--------------------------------------------------------------*/
/**
 * Buttons
 */
.btn {
    background-color: #5BBD2C;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    border: 2px solid #5BBD2C;
    border-radius: 5px;
    padding: 15px 20px;
    display: inline-block;
}
.btn-primary {
    border-color: white;
}
.btn:hover {
    text-decoration: none;
    background-color: #51B222;
}
.btn-secondary {
    background-color: transparent;
    color: #5BBD2C;
}
.btn-secondary:hover {
    text-decoration: underline;
    background-color: transparent;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn+.btn {
    margin-top: 5px;
    /* Add margin-top when 2 buttons are next to each other */
}
@media (min-width: 600px) {
    .btn+.btn {
        margin-top: 0;
        margin-left: 5px;
    }
    .btn {
        padding: 18px 35px;
    }
}
/**
 * Icons
 */
/* add icon code here */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v0hotf');
    src: url('../fonts/icomoon.eot?v0hotf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?v0hotf') format('truetype'),
        url('../fonts/icomoon.woff?v0hotf') format('woff'),
        url('../fonts/icomoon.svg?v0hotf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"],
.gallery-filter__pill.js-active:after,
.media-gallery__item:after,
.fxvid:before,
.iconclose i:before,
.installation-pdfs .download-icon span:before,
.technical-specs .download-icon span:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-installation:before,
.installation-pdfs .download-icon span:before {
  content: "\e912";
}
.icon-specification:before,
.technical-specs .download-icon span:before {
  content: "\e913";
}
.icon-play-button:before,
.fxvid:before {
    content: "\e911";
}
.icon-icon-mail:before {
    content: "\e900";
}
.icon-icon-location:before {
    content: "\e901";
}
.icon-icon-expand:before,
.media-gallery__item:after {
    content: "\e902";
}
.icon-icon-swatch:before {
    content: "\e903";
}
.icon-icon-wood-plank:before {
    content: "\e904";
}
.icon-icon-map-marker .path1:before {
    content: "\e905";
    color: rgb(0, 0, 0);
}
.icon-icon-map-marker .path2:before {
    content: "\e906";
    margin-left: -0.9130859375em;
    color: rgb(91, 189, 44);
}
.icon-icon-map-marker .path3:before {
    content: "\e907";
    margin-left: -0.9130859375em;
    color: rgb(0, 149, 60);
}
.icon-icon-map-marker .path4:before {
    content: "\e908";
    margin-left: -0.9130859375em;
    color: rgb(0, 149, 60);
}
.icon-icon-map-marker .path5:before {
    content: "\e909";
    margin-left: -0.9130859375em;
    color: rgb(6, 89, 54);
}
.icon-icon-close:before,
.iconclose i:before {
    content: "\e90a";
}
.icon-icon-checkmark:before,
.gallery-filter__pill.js-active:after {
    content: "\e90b";
}
.icon-icon-facebook:before {
    content: "\e90c";
}
.icon-icon-location-grid:before {
    content: "\e90d";
}
.icon-icon-right:before {
    content: "\e90e";
}
.icon-icon-left:before {
    content: "\e90f";
}
.icon-icon-phone:before {
    content: "\e910";
}
.icon-care-and-maintenance:before {
  content: "\e914";
}
.icon-certificate:before {
  content: "\e915";
}
.icon-installation:before {
  content: "\e916";
}
.icon-product-literature:before {
  content: "\e917";
}
.icon-technical-data-sheet:before {
  content: "\e918";
}
.icon-warranty:before {
  content: "\e919";
}
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff2") format("woff2"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-menu:before {
    content: "\f100";
}
.flaticon-download:before {
    content: "\f101";
}
.flaticon-download-1:before {
    content: "\f102";
}
/**
 * Tables
 */
table {
    border-collapse: collapse;
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
td,
th {
    border: 1px solid #707070;
    text-align: center;
    padding: 15px;
    font-weight: 500;
}
tbody tr {
    background-color: #fff
}
tbody tr:nth-child(even) {
    background-color: #EFEFEF;
}
thead {
    background-color: #CCE6BF;
    font-weight: 500;
}
/* Responsive Tables */
.table-wrap-outer {
    position: relative;
}
.table-wrap-inner {
    overflow: auto;
}
.table-wrap-outer table {
    margin: 25px 0 0 0;
}
@media (min-width: 600px) {
    .table-wrap-outer:after {
        display: none;
    }
    .table-wrap-inner {
        overflow: visible !important;
    }
}
/**
 * Forms
 */
.contact-col {
    margin-bottom: 20px;
}
label {
    font-size: 15px;
    font-weight: 600;
    color: #5D5D5D;
    line-height: 1.375em;
    padding: 0 0 8px;
    font-family: 'SF Pro Text', sans-serif;
    display: block;
    text-transform: uppercase;
}
label span {
    color: #ED4F4F;
}
textarea {
    font-size: 14px;
    font-weight: 600;
    color: #5D5D5D;
    line-height: 1.375em;
    padding: 15px 15px;
    font-family: 'SF Pro Text', sans-serif;
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 0;
    background: #ffffff;
    resize: none;
    border: 1px solid #707070;
}
textarea:focus {
    border: 1px solid #ED5454;
}
/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}
/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    font-size: 14px;
    font-weight: 600;
    color: #5D5D5D;
    line-height: 1.375em;
    padding: 0 15px;
    font-family: 'SF Pro Text', sans-serif;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 0;
    background: #fff;
}
[type="text"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="week"]:focus,
[type="date"]:focus {
    border: 1px solid #5BBD2C;
}
/* Default Submit Button Style */
[type="submit"] {
    border: none;
    border-radius: 0;
    background: #5BBD2C;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'SF Pro Text', sans-serif;
    width: 150px;
    text-align: center;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
[type="submit"]:hover {
    background: #000;
}
/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}
/* Default Radio/Checkbox Style (if using CF7) */
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-block;
    margin-left: 5px;
}
input.wpcf7-not-valid {
    border: 1px solid #ED5454;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    line-height: 1em;
    padding: 8px 10px 8px 10px;
    font-family: 'Blinker', sans-serif;
    display: inline-block;
    border: none;
    border-radius: 0;
    background: rgb(237, 84, 84, 0.25);
    position: relative;
    display: block;
}
/*
.color-sample-photo {
    display: none;
}
*/
.fake-upload-btn {
    font-size: 14px;
    font-weight: 600;
    color: #5D5D5D;
    line-height: 1.375em;
    padding: 0 15px;
    font-family: 'SF Pro Text', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 16px;
    height: auto;
    border: 1px solid #707070;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}
.fake-upload-btn img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    margin-right: 5px;
}
.faqs-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.faqs-column {
    width: 33.3333%;
    border-radius: 0px;
    border-width: 0px;
    border-color: #7d7d7d;
    background-color: transparent;
    border-style: solid;
    margin: 14px 0;
    width: calc(33.3333% - 28px);
    flex: 0 0 100%;
}
.faqs-column-title {
    border-bottom-width: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 40px;
    background-color: #009038;
    border-style: solid;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
}
.faqs-column-title:hover {
    background: #414042;
    cursor: pointer;
}
.faqs-column-title:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.faqs-column-title.open:before {
    content: "\f068";
}
.faqs-column-title h3 {
    color: #ffffff;
    text-align: left;
    padding: 0 !important;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
}
.faqs-column-title h3:hover,
.faqs-column-title a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}
.faqs-column-title a {
    display: inline-block;
}
.faqs-column-items {
    padding-bottom: 21px;
    display: none;
    background-color: #e0e0e0;
}
.faqs-column-items ul {
    padding: 4px;
    padding-left: 20px;
}
.faqs-column-items ul li {
    list-style-type: none;
    list-style-position: inside;
    padding: 8px 16px;
}
.faqs-column-items ul li a {
    color: #000;
    text-decoration: none;
    display: block;
}
.faqs-column-items ul li a:hover {
    color: #009038;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}
@media(min-width: 768px) {
    [type="submit"] {
        float: right;
    }
}
@media(min-width: 1025px) {
    [type="text"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="email"],
    [type="month"],
    [type="number"],
    [type="password"],
    [type="search"],
    [type="tel"],
    [type="url"],
    [type="week"],
    [type="date"] {
        font-size: 17px;
        font-weight: 600;
        height: 45px;
    }
    textarea {
        font-size: 17px;
        height: 200px;
    }
    label {
        font-size: 18px;
    }
    .faqs-column {
        flex-basis: 33.33%;
        padding: 0 15px;
    }
    .faqs-row-inner .faqs-column:nth-child(3n-2) {
        padding-left: 0;
    }
    .faqs-row-inner .faqs-column:nth-child(3n-3) {
        padding-right: 0;
    }
}
/* Choices - Select field styling */
.choices {
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
.choices:focus {
    outline: none;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices.is-open {
    overflow: initial;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.choices.is-disabled .choices__item {
    cursor: not-allowed;
}
.choices [hidden] {
    display: none !important;
}
.choices[data-type*='select-one'] {
    cursor: pointer;
}
.choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 7.5px;
}
.choices[data-type*='select-one'] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0;
    display: none;
}
.choices[data-type*='select-one'] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.25;
}
.choices[data-type*='select-one'] .choices__button:hover,
.choices[data-type*='select-one'] .choices__button:focus {
    opacity: 1;
}
.choices[data-type*='select-one'] .choices__button:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #00bcd4;
    box-shadow: 0px 0px 0px 2px #00bcd4;
}
.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
    display: none;
}
.choices[data-type*='select-one']:after {
    content: '\e90e';
    height: 10px;
    width: 10px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
    font-family: 'icomoon' !important;
    font-size: 10px;
    color: #707070;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.choices[data-type*='select-one'].is-open:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -7.5px;
}
.choices[data-type*='select-one'][dir='rtl']:after {
    left: 11.5px;
    right: auto;
}
.choices[data-type*='select-one'][dir='rtl'] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}
.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
    cursor: text;
}
.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}
.choices[data-type*='select-multiple'] .choices__button:hover,
.choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus {
    opacity: 1;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #ffffff;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #707070;
    border-radius: 0;
    font-size: 14px;
    min-height: 40px;
    overflow: hidden;
    color: #5D5D5D;
}
.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
}
.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}
[dir='rtl'] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}
.choices__list--single .choices__item {
    width: 100%;
}
.choices__list--multiple {
    display: inline;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #ffffff;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}
[dir='rtl'] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}
.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}
.choices__list--dropdown.is-active {
    visibility: visible;
}
.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 368px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}
[dir='rtl'] .choices__list--dropdown .choices__item {
    text-align: right;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #ffffff;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}
.choices__item {
    cursor: default;
}
.choices__item--selectable {
    cursor: pointer;
}
.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.5;
}
.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}
.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.choices__button:focus {
    outline: none;
}
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}
.choices__input:focus {
    outline: 0;
}
[dir='rtl'] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}
.choices__placeholder {
    opacity: 0.5;
}
@media (min-width: 600px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none;
    }
    [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }
    [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}
@media (min-width: 1025px) {
    .choices__list--dropdown .choices__item:hover {
        background: #ccc;
    }
}
/* CF7 Validation (Replace if not using CF7) */
/* Individual field error messages */
.wpcf7-not-valid-tip {}
/* Entire form error message */
.wpcf7-response-output {}
/* Styling for fields that have errors */
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .choices {}
/**
 * Breadcrumbs
 */
.breadcrumbs {
    font-size: 13px;
    font-weight: 600;
    color: #5BBD2C;
    padding-top: 0;
}
.breadcrumbs a {
    text-decoration: none;
    position: relative;
    padding-right: 11px;
    color: #ffffff;
}
.breadcrumbs a:hover {
    color: #5BBD2C;
}
.breadcrumbs a:after {
    position: absolute;
    right: 0px;
    top: 1px;
    content: ">";
    font-family: 'icomoon';
    font-size: 12px;
}
/**
 * Pagination
 */
.wp-pagenavi {
    margin-top: 50px;
}
.wp-pagenavi .pages {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}
.wp-pagenavi span.current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 11px;
}
.wp-pagenavi span.current {
    background-color: #ddd;
    border-color: #ddd;
}
@media (min-width: 1025px) {
    .wp-pagenavi {
        margin-top: 70px;
    }
}
/**
 * Sliders/Carousels
 * Slick Slider - http://kenwheeler.github.io/slick/
 */
/* General styling */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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

.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide,
.slick-arrow,
.slick-dots button,
.slick-slide:focus * {
    outline: none !important;
}
.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
/* Preload affect */
.slick-slider .slide {
    display: none;
}
.slick-slider .slide:first-child {
    display: block;
}
.slick-slider.slick-initialized .slide {
    display: block;
}
.js-slider-has-preloader {
    /* Add this class to your slider */
    min-height: 50px;
    position: relative;
}
.js-slider-has-preloader:before {
    content: url('../img/loading.gif');
    /* Create and upload a loading gif to your image directory */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    /* Update width based on gif size */
    height: 50px;
    /* Update height based on gif size */
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.js-slider-has-preloader-init:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
/* Slick Dots */
.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
}
.slick-dots li {
    display: inline-block;
    cursor: pointer;
}
.slick-dots li:only-child {
    display: none;
}
.slick-dots li button {
    display: block;
    cursor: pointer;
    outline: none;
}
/* Custom styling per slider/carousel */
/**
 * Posts
 * Used on blog, category, archive and search results pages
 */
.post-item {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}
.post-item:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.post-item__heading a {
    text-decoration: none;
}
.post-item .btn,
.post-item .btn-primary {
    margin-top: 30px;
}
.post-item__meta {
    font-size: .8em;
}
@media (min-width: 1025px) {
    .post-item {
        padding-top: 50px;
        margin-top: 50px;
    }

    .home .slideshow {
        height: calc(100vh - 163px) !important;
        overflow: hidden;
    }

    .home .slick-list {
        height: 100% !important;
    }
}
/**
 * Tabs
 * In use on search.php template by default.
 * Use as base for any other tabs on the site.
 */
.tabs {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
}
.tabs:before,
.tabs:after {
    content: '';
    display: table;
}
.tabs:after,
.tab-content:after {
    clear: both;
}
.tab {
    list-style-type: none !important;
    margin: 0 5px -1px 0;
    padding: 0;
    float: left;
}
.tab>a {
    display: block;
    padding: 10px 35px;
    text-decoration: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 1px 1px 0 0;
    color: inherit;
    font-weight: bold;
}
.tab-active>a {
    border-bottom: 1px solid #fff;
}
.tab-active>a,
.tab:hover>a,
.tab:focus>a {
    color: inherit;
    background: #fff;
    text-decoration: none;
}
.tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    display: none;
}
/**
 * Social Share
 * Used in single.php by default
 * Make any additional customizations here https://sharingbuttons.io/
 */
.social-share-row {
    margin: 0;
    margin-top: 25px;
    padding: 0 !important;
    /* get rid of default <ul> padding */
    list-style: none !important;
    /* get rid of list bullets */
}
.social-share-row__item {
    display: inline-block;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}
.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}
.social-share-row__item:first-child .resp-sharing-button__link {
    margin-left: 0;
}
.resp-sharing-button {
    border-radius: 5px;
    -webkit-transition: 25ms ease-out;
    -o-transition: 25ms ease-out;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}
.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}
.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}
.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}
.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}
.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}
.resp-sharing-button--email {
    background-color: #777;
    border-color: #777;
}
.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}
/* --------------------------------------------------*\
    UI
    UI peices are site specific non generic styles.
    eg: header, footer, sidebar, page specific styles
\* -----------------------------------------------------*/
/**
 * Page-head
 */
.page-header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
header.js-scrolled {
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.16);
}
.header-search-form-container {
    background-color: #ededed;
    padding: 15px 0;
    display: none;
}
.logo {
    float: left;
    margin: 0;
    padding: 12px 0;
    width: 92px;
}
.logo img {
    display: block;
    width: 100%;
}
.right-header {
    float: right;
}
.top-header {
    padding: 0 0;
}
.top-button {
    display: none
}
.top-header ul,
.search-top span,
.phone-top span {
    display: none;
}
.right-header {
    float: right;
    padding: 12px 0;
}
.top-header {
    float: left;
}
.search-top,
.phone-top,
.bottom-header {
    float: left;
    font-size: 22px;
    padding: 8px;
    color: #5BBD2C;
}

.top-header .phone-top i.icon-icon-phone {
    font-size: 25px;
    padding: 10px;
    top: 9px;
    position: relative;
}

.phone-top a {
    /* text-decoration: none; */
}
.search-top {
    padding: 6px 8px 8px 8px;
    position: relative;
    top: 9px;
}
.bottom-header {
    padding: 0;
}
.bottom-header .iconmenu {
    display: none;
}
.iconmenu {
    background: #5BBD2C;
    color: #fff;
    padding: 8px 12px;
    margin-left: 5px;
}

.page-header .container {
    position: relative;
}

#MyMenu-mobile .ubermenu.ubermenu-main {
    display: block;
}

#MyMenu-mobile .ubermenu-active ul.ubermenu-submenu {
    display: block !important;
}

.ubermenu .ubermenu-target {
    padding: 21px 20px !important;
}

/*手机版*/
@media(min-width: 0px) {
    .top-button {
        display: block;
        float: right;
        width: auto;
    }
    .top-button {
        float: right;
        margin-left: 44px;
    }
    .top-button a {
        background-color: #5BBD2C;
        display: block;
        padding: 0 20px;
        color: #fff;
        line-height: 67px;
        font-size: 12px;
        font-weight: 500;
    }
    .top-button a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    .top-header ul,
    .search-top span,
    .phone-top span{
        display: block;
    }
    .top-header ul li {
        margin: 0;
        list-style: none;
        padding: 0 18px;
        float: left;
    }
    .right-header-inner {
        width: 100%;
    }
    .top-header .phone-top i.icon-icon-phone {
        font-size: 15px;
        padding: 0px;
        top: 0px;
        position: relative;
    }
    .top-header{
        display: none;
    }
    .right-header {
        float: left;
        padding: 12px 0;
    }
    .bottom-header{
        display: none;
    }
}

@media(min-width: 768px) {
    .logo {
        width: auto;
    }
    .right-header {
        padding-top: 31px;
    }
    .bottom-header .iconmenu {
        display: block;
    }

    .top-button {
        display: block;
        float: right;
        width: auto;
    }
    .top-button {
        float: right;
        margin-left: 44px;
    }
    .top-button a {
        background-color: #5BBD2C;
        display: block;
        padding: 0 20px;
        color: #fff;
        line-height: 121px;
        font-size: 18px;
        font-weight: 500;
    }
    .top-button a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    .top-contact{
        display: none;
    }
}
@media(min-width: 1025px) {
    .top-header,
    .bottom-header {
        float: right;
        display: block;
    }
    .top-button {
        display: block;
        float: right;
    }
    .iconmenu {
        display: none;
    }
    .top-button {
        float: right;
        margin-left: 44px;
    }
    .top-button a {
        background-color: #5BBD2C;
        display: block;
        padding: 0 20px;
        color: #fff;
        line-height: 121px;
        font-size: 18px;
        font-weight: 500;
    }
    .top-button a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    .top-header ul,
    .search-top,
    .phone-top {
        display: block;
        font-size: 13px;
        color: #ADADAD;
    }
    .search-top span,
    .phone-top span {
        display: inline-block;
        font-size: 13px;
    }
    .search-top,
    .phone-top {
        padding: 0 22px;
    }
    .top-header ul {
        margin: 0;
        padding: 0;
        float: left;
    }
    .top-header ul li {
        margin: 0;
        list-style: none;
        padding: 0 18px;
        float: left;
    }
    .top-header ul li a,
    .phone-top a {
        color: #ADADAD;
    }
    .right-header-inner {
        float: right;
        width: 760px;
    }
    .phone-top {
        padding-right: 0;
    }
    .bottom-header .iconmenu {
        display: none;
    }

     .top-header .phone-top i.icon-icon-phone {
        font-size: 15px;
        padding: 0px;
        top: 0px;
        position: relative;
    }

    .search-top { 
        top: 0;
    }
}
@media(min-width: 1200px) {
    .top-button {
        display: block;
    }
    .page-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        background: #ffffff;
        z-index: 99999;
    }

}
@media(min-width: 1499px) {
    .page-header .container {
        max-width: 1499px;

    }

     .ubermenu .ubermenu-item > .ubermenu-target {
        font-size: 19px !important;
    }
}
.nav-primary {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
    background: #5BBD2C;
    top: 100%;
}
.nav-primary ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.nav-primary li {
    cursor: pointer;
    position: relative;
    list-style: none;
}
.nav-primary li:before,
.nav-primary li:after {
    display: none;
}
.nav-primary a {
    display: block;
    text-decoration: none;
    /*color: #ffffff;*/
    color: #000;
    padding: 10px 12px;
    font-weight: 600;
}
.nav-primary a:hover {
    text-decoration: none;
    color: #000000;
}
.nav-primary li.current-menu-item>a {
    color: #5BBD2C;
}
/* 1st Level */
.nav-primary>.menu>li {
    display: inline-block;
}
/* Sub Menus */
.nav-primary .sub-menu li {
    display: block;
}
.nav-primary .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.nav-primary ul.sub-menu {
    display: none;
    padding: 0 0 0 15px;
}
.nav-primary ul.sub-menu li {
    background: none;
}
.nav-primary .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    cursor: pointer;
    background: transparent;
    display: block;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-primary ul.sub-menu.js-toggled {
    display: block;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: 5px !important;
}

.ubm-heading > a:hover {
    cursor: default !important;
}

@media(min-width: 1025px) {
    .nav-primary {
        display: block;
        position: relative;
        width: auto;
        left: 0;
        z-index: 9;
        background: none;
        top: 0%;
    }
    .nav-primary ul li {
        float: left;
        padding: 0 25px;
        font-size: 18px;
    }
    .nav-primary ul li:first-child {
        padding-left: 0;
    }
    /*.nav-primary ul li:last-child {
        padding-right: 0;
    }*/
    .nav-primary ul li a {
        padding: 0;
    }
    .nav-primary ul li a:hover {
        color: #5bbd2c;
    }
}
@media(min-width: 1025px) {
    .nav-primary a {
        color: #000000;
    }
    .nav-primary .sub-menu-toggle {
        color: #AAABB2;
    }
    .nav-primary ul li {
        padding: 0 18px;
    }
    .nav-primary ul li a {
        padding-bottom: 32px;
    }
    .nav-primary ul li:hover a {
        color: #5BBD2C;
    }
    .nav-primary ul {
        padding: 10px 0 0;
    }
    .right-header {
        padding: 24px 0 0;
    }
    .sub-menu-toggle {
        top: 27px;
        right: 30px;
    }
    .nav-primary ul.sub-menu {
        position: absolute;
        width: 270px;
        background: #fff;
        top: 100%;
        padding: 10px 0;
        border: 1px solid #ADADAD;
    }
    .nav-primary ul.sub-menu li {
        float: none;
        padding: 0 0;
    }
    .nav-primary ul li ul.sub-menu .sub-menu {
        left: 269px;
        top: 0px;
        border: 1px solid #ADADAD;
    }
    .nav-primary ul li ul.sub-menu li a {
        padding: 12px 30px;
        border-bottom: none;
        height: auto;
        font-weight: 600;
        text-transform: inherit;
        font-size: 16px;
        color: #5D5D5D;
    }
    .nav-primary ul li ul.sub-menu li a:hover {
        background: #5BBD2C;
        color: #ffffff;
        border-bottom: none;
    }
    .nav-primary ul li:hover ul.sub-menu {
        display: block;
        z-index: 1000;
    }
    .nav-primary ul li:hover ul.sub-menu .sub-menu {
        display: none;
    }
    .nav-primary ul.sub-menu li .sub-menu a {
        padding: 12px 30px;
    }
    .nav-primary ul li ul.sub-menu li:hover .sub-menu {
        display: block;
    }
    .nav-primary .sub-menu-toggle {
        top: 6px;
        right: 3px;
        width: auto;
        height: auto;
        line-height: 1em;
        font-size: 12px;
        font-weight: 400;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .nav-primary .sub-menu .sub-menu-toggle {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        right: 26px;
        color: #AAABB2;
        top: 18px;
    }
    .nav-primary ul li ul.sub-menu li:hover .sub-menu-toggle {
        background: #5BBD2C;
        color: #ffffff;
    }
    .nav-primary ul.sub-menu li:hover>a,
    .nav-primary ul.sub-menu li.current-menu-item>a,
    .nav-primary ul.sub-menu li.current-menu-ancestor>a {
        background: #5BBD2C;
        color: #ffffff;
    }
    .menu-topbar-navigation-container {
        display: none;
    }
}
@media(min-width: 1340px) {
    .right-header-inner {
        width: 1022px;
    }
    .nav-primary ul li {
        padding: 0 23px;
    }
}
/**
 * Masthead
 */
.masthead {
    position: relative;
    padding: 55px 0;
    margin: 0;
    background: url(../img/masthead.png) 0 0 no-repeat #656565;
    background-size: cover;
    color: #fff;
}
body.page-template-default .masthead {
    background-color: #656565;
}
.masthead-banner {
    position: relative;
    padding: 150px 0 0 0;
    margin: 0;
    height: 478px;
}
.masthead-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.masthead-img:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}
.masthead-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.masthead-text {
    position: relative;
    z-index: 1;
    color: #fff;
}
.masthead-text h1 {
    margin-bottom: 20px;
    max-width: 570px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    line-height: 1em;
}
.masthead-text a {
    background-color: #5BBD2C;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 18px 35px;
    display: inline-block;
}
.masthead-text a:hover {
    text-decoration: none;
    background-color: #51B222;
}
.masthead-img {
    height: 100vh;
}

@media(min-width: 768px) {}
@media(min-width: 1025px) {
    .masthead-banner {
        padding: 198px 0 0 0;
        /*        height: 900px;*/
        height: 83vh;
    }
    .masthead-text h1 {
        font-size: 60px;
        line-height: 1em;
    }
}

/**
 * Sidebar
 */
/* Blog */
.blog h2,
.blog h2 a,
.archive h2,
.archive h2 a {
    text-transform: uppercase;
    color: #5D5D5D;
}
.page-sidebar .widget {
    margin-bottom: 50px;
}
.widget_recent_entries ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.widget_recent_entries ul li:before {
    content: "•";
    display: block;
    position: absolute;
    left: 0;
}
.blog-listing-container article:hover img {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
}
.blog-listing-container img {
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-hero-image-container img {
    position: absolute;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.post-hero-image-container {
    position: relative;
    padding-bottom: 50%;
}
/**
 * Page-footer
 */
.page-footer {
    padding: 30px 0 90px;
    background-color: #414042;
    color: #fff;
}
.f-logo {
    margin: 0 auto;
    text-align: center;
}
.top-footer {
    padding: 22px 0 0 0;
}
.left-footer {
    text-align: center;
}
.left-footer ul {
    margin: 0;
    padding: 0;
}
.left-footer ul li {
    margin: 0;
    padding: 0 0 20px 30px;
    list-style: none;
    position: relative;
}

@media (max-width: 767px) {
    .left-footer ul li {
        padding: 0;
    }
    
}
.left-footer ul li a {
    color: #fff;
}
.left-footer i {
    display: block;
    color: #5BBD2C;
    font-size: 19px;
    padding-bottom: 10px;
}
.left-footer i.icon-icon-mail {
    font-size: 15px;
    top: 4px;
}
.right-footer a {
    display: block;
    text-align: center
}
.back-top {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 20px 35px;
    display: inline-block;
    margin-top: 15px;
    /*    position: fixed;*/
    bottom: 90px;
    right: 45px;
    background: #414042;
    z-index: 300;
}
.bottom-footer {
    padding: 30px 0 0 0;
    text-align: center;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu ul li.fb {
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-menu ul li {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}
.footer-menu ul li a {
    color: #fff;
}
.footer-menu i {
    display: block;
    color: #5BBD2C
}
.footer-menu ul li i {
    font-size: 22px;
}
.left-footer li span {
    display: block;
}
@media(min-width: 768px) {
    .f-logo {
        margin: 0;
        text-align: left;
    }
    .left-footer {
        text-align: left;
        width: 300px;
        float: left;
    }
    .left-footer li span {
        display: inline-block;
    }
    .left-footer i {
        display: inline-block;
        padding-right: 5px;
    }
    .right-footer {
        float: right;
        width: 270px;
    }
    .copyright {
        float: left;
    }
    .footer-menu {
        float: right;
    }
    .footer-menu ul li {
        float: left;
        padding: 0;
        padding-left: 30px;
    }
    .page-footer {
        padding: 60px 0;
    }
    .left-footer i {
        position: absolute;
        left: 0;
    }
    .footer-menu ul li.fb {
        padding-left: 0;
    }
    div#mobile-sticky-navigation {
        display: none;
    }
}
@media (max-width: 767px) {
    .bottom-mobile-navigation .nav-primary {
        top: unset;
        bottom: 100%;
    }
    .mobile-sticky-navigation {
        position: -webkit-sticky;
        position: fixed;
        width: 100%;
        bottom: 0;
        background: white;
        z-index: 9;
        -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.16);
    }
    .right-mobile-navigation {
        float: right;
        padding: 12px 0;
    }
    .top-mobile-navigation {
        float: left;
    }
    .bottom-mobile-navigation {
        float: left;
        font-size: 22px;
        color: #5BBD2C;
        cursor: pointer;
    }
    .iconmenu-mobile-nav {
        background: #5BBD2C;
        color: #fff;
        padding: 11px 12px 5px 12px;
        margin-left: 10px;
    }
    .top-mobile-navigation .phone-top i {
        color: white;
    }
    .top-mobile-navigation .phone-top {
        background: #5BBD2C;
        padding: 10px 12px 6px 12px;
    }
    .nav-primary {
        height: 400px;
        overflow: scroll;
    }
}
@media(min-width: 1025px) {
    .footer-menu ul li {
        padding-left: 40px;
    }
}
.section-gap {
    padding: 85px 0;
}
.section-gap h3,
.section-gap h4 {
    padding-top: 20px;
}
.white-bg img {
    padding-top: 22px;
    max-width: 100%;
}
.white-bg+.white-bg {
    padding-top: 0;
}
.lightblue-bg {
    background-color: #ECFAEF;
}
.slide-product {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}
.pro-desk {
    margin-top: -35px;
    position: relative;
    z-index: 1;
    display: none;
    padding: 0 30px;
}
.pro-desk .slick-prev {
    left: -20px;
}
.pro-desk .slick-next {
    right: -20px;
}
.featured-products-container {
    /* not sure if .pro-desk was being used elsewhere */
    display: block;
}
.pro-desk ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center;
}
.pro-desk ul li {
    list-style: none;
    margin: 0;
    padding: 0 7px;
    width: 16.66666667%;
    float: left;
    text-align: center;
    height: inherit !important;
}
.pro-desk ul li a {
    display: block;
    margin: 0;
    padding: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    height: 100%;
}
.pro-desk ul li a.selected {
    border: 2px solid #5BBD2C;
}
.pro-desk ul li img {
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
    height: auto;
}
.pro-desk ul li p {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1em;
    color: #5D5D5D;
    position: relative;
    height: initial !important;
}
.pro-desk .slick-track {
    display: flex !important;
    padding-bottom: 8px;
}
.pro-desk .slick-slide {
    height: inherit !important;
}
.pro-desk .slick-slide>div {
    height: 100%;
}
.pro-desk ul li span p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #5D5D5D;
    margin-top: 14px;
    text-transform: none;
}
.pro-mob {
    padding: 45px 0;
    text-align: center;
}
.pro-mob .item {
    display: block;
    margin: 15px;
    width: calc(100% - 30px) !important;
    padding: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pro-mob .item:hover {
    border: 2px solid #5BBD2C;
}
.pro-mob .item a:hover {
    text-decoration: none;
}
.pro-mob .item img {
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
}
.pro-desk ul li a:hover {
    text-decoration: none;
}
.pro-mob .item p {
    text-transform: uppercase;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    color: #5D5D5D;
    position: relative;
}
.pro-mob .item a:hover p {
    color: #5BBD2C;
}
.pro-mob .item a:hover p:after {
    color: #5BBD2C;
    content: '\e90e';
    font-family: 'icomoon';
    position: absolute;
    top: 12px;
    right: 26px;
    font-size: 14px;
}
.pro-mob .item span {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #5D5D5D;
}
.pro-mob2 {
    padding: 45px 0;
    text-align: center;
}
.pro-mob2 .item {
    display: block;
    margin: 15px;
    width: calc(100% - 30px) !important;
    padding: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.16);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.16);
}
.pro-mob2 .item:hover {
    border: 2px solid #5BBD2C;
}
.pro-mob2 .item a:hover {
    text-decoration: none;
}
.pro-mob2 .item img {
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
}
.pro-mob2 .item p.rel-product-title {
    text-transform: uppercase;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    color: #5D5D5D;
    position: relative;
    font-family: 'SF Pro Display', sans-serif;
}
.pro-mob2 .item a:hover p {
    color: #5BBD2C;
}
.pro-mob2 .item a:hover p.rel-product-title:after {
    color: #5BBD2C;
    content: '\e90e';
    font-family: 'icomoon';
    position: absolute;
    top: 12px;
    right: 26px;
    font-size: 14px;
}
.pro-mob2 .item span {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #5D5D5D;
}
.fluid-width-video-wrapper {
    margin-top: 40px;
}
.text-content {
    max-width: 782px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 50px 0;
}
.text-content p {
    padding-top: 10px;
}
.breadcrumbs li {
    list-style-type: none;
    display: inline-block;
    padding-right: 3px;
}
span.breadcrumb_last {
    text-decoration: underline;
}
.dataTables_wrapper {
    margin: 30px 0;
}
body.page .page-content {
    padding: 50px 0;
}
body.page-template-default .page-content,
body.page-template-page-contact .page-content,
body.page-template-page-download-library .page-content,
body.fxproduct-template .page-content,
body.page-template-page-thankyou .page-content,
body.page-template-page-gallery .page-content,
body.page-template-page-video-gallery .page-content {
    padding: 0;
}
body.fxproduct-template .page-content {
    position: relative;
}
.tablepress thead th,
.dataTables_wrapper thead {
    background: #CCE6BF !important;
}
.button-group-wrapper.is-scrolled {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    left: 0;
    width: 100%;
    text-align: center;
}
.button-group-wrapper.is-scrolled .btn {
    padding: 5px 10px;
    font-size: 14px;
    transition: all .2s;
}
.capped-image-wrapper {
    flex-wrap: wrap;
}
.capped-image-wrapper > * {
    flex-basis: 100%;
    text-align: center;
}
@media(max-width: 767px) {
    .back-top {
        position: static;
    }
    .masthead h1 {
        font-size: 26px;
    }
    .pro-mob {
        padding: 45px 20px;
        text-align: center;
    }
    .pro-mob .slick-next {
        right: -5px;
    }
    .pro-mob .slick-prev {
        left: -5px;
    }
    .masthead-text h1 {
        font-size: 32px;
        line-height: 125%;
    }
    .slideshow .masthead-text a {
        font-size: 16px;
        padding: 10px 25px;
    }
}
@media(min-width: 1025px) {
    .pro-desk {
        padding: 0;
    }
    .pro-desk ul li a:hover p,
    .pro-desk ul li a.is-active p {
        color: #5BBD2C;
    }
    .pro-desk ul li a:hover,
    .pro-desk ul li a.is-active {
        text-decoration: none;
        border: 2px solid #5BBD2C;
    }
    .capped-image-wrapper > * {
        flex-basis: auto;
    }
}
@media(min-width: 1200px) {
    .page-header-spacer {
        display: none;
    }
    .text-content {
        padding: 60px 0;
    }
    .pro-desk {
        display: block;
    }
    .pro-mob {
        display: none;
    }
    .pro-desk ul li span {
        padding: 20px 0;
        font-size: 14px;
        height: auto;
    }
    .slide-product {
        background-color: #EDEDED;
    }
    .pro-mob2 .item span {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4em;
    }
    .pro-mob2 .item {
        padding: 20px;
    }
}
.cta {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #ECFAEF;
}
.cta-img {
    margin: 0;
    padding: 0;
}
.cta-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.cta-text {
    padding: 40px 22px;
    color: #5D5D5D;
    margin-top:-50px;
}
@media (max-width: 770px) {
    .cta-text{
        margin-top:0px;
    }
}
.cta-text ul {
    padding: 0 0;
    margin: 0;
}
.cta-text a {
    color: #5D5D5D;
}
.cta-text img {
    width: 35px;
    height: 100%;
}
.cta-text .icon-img-cont {
    min-width: 35px;
    margin-right: 10px;
}
.cta-text ul li {
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
}
.cta-text ul li i {
    color: #5BBD2C;
    padding-right: 10px;
}
@media(min-width: 768px) {
    .cta-img {
        float: left;
        width: 50%;
    }
    .cta-text {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 120px 40px;
    }
    .cta-text h1 {
        font-size: 32px;
    }
    .cta-text ul li {
        font-size: 22px;
    }
    .cta {
        display: flex;
    }
}
@media(min-width: 1200px) {
    .cta-img {
        width: 57.33333333%;
    }
    .cta-text {
        width: 42.66666667%;
    }
    .cta-text ul li i {
        font-size: 36px;
        vertical-align: middle;
    }
    .cta-text h1 {
        font-size: 60px;
    }
    .cta-text ul li {
        font-size: 26px;
    }
}
.recent-project {
    padding: 60px 0 0 0;
}
.recent-btn {
    padding-top: 15px;
    padding-bottom: 15px;
}
.recent-project img {
    display: block;
    width: 100%;
    height: auto;
}
.recent-img,
a.recent-project-mobile-slide {
    position: relative;
}
.recent-project-details__img span,
.recent-project-mobile-slide span {
    background-color: #EDEDED;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 40px;
    color: #5D5D5D;
    padding: 0 20px;
    line-height: 45px;
}
.recent-project-details__img span,
.recent-project-details__img span,
.recent-project-mobile-slide span {
    top: 40px;
}
a.recent-project-mobile-slide {
    height: 255px;
}
.recent-project-mobile-slide img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.recent-img i {
    font-size: 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 0 0;
}

.video-gallery-item .img-wrapper {
    position: relative;
}

.video-gallery-item i.icon-play-button {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 73px;
    text-shadow: 0 0 11px rgba(0, 0, 0, .2);
    -webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

.video-gallery-item:hover i {
    opacity: .8;
} 

.lb-dataContainer {
    background-color: #EDEDED !important;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    text-indent: 10px;
}
.lb-data {
    color: #5D5D5D !important;
}
.lightbox .lb-image {
    border: none !important;
    border-radius: 0 !important;
}
.lb-data .lb-caption {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    color: #ADADAD;
    z-index: 9;
}
.slick-prev {
    left: 0px
}
.slick-next {
    right: 0px
}
.recent-text p {
    padding: 0;
    padding-top: 7px;
}
.recent-text h2 {
    line-height: 30px;
    font-size: 30px;
}
.recent-bottom {
    margin-top: 30px;
}
.recent-top,
.recent-bottom {
    display: none;
}
.recent-slide-1,
.recent-title {
    padding: 0 30px;
    position: relative;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.recent-project-container {
    align-items: stretch;
}
.recent-project-details__btn {
    margin-left: auto;
}
.recent-project-left {
    flex: 1 0 65%;
    padding-right: 20px;
}
.recent-project-right {
    flex: 1 0 35%;
}
.recent-project-details__img--top,
.recent-project-details__img--bottom,
.recent-project-details__img--right,
.recent-project-mobile-slide {
    position: relative;
}
.recent-project-details__img--top i,
.recent-project-details__img--bottom i,
.recent-project-details__img--right i,
.recent-project-mobile-slide i {
    position: absolute;
    right: 20px;
    color: #fff;
    bottom: 20px;
    font-size: 30px;
}
.recent-project-details__img--top i {
    right: auto;
    left: 20px;
}
.recent-project-details__text p {
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: left;
}
.recent-project-details__text h2 {
    text-align: left;
}
.recent-project-details__img--top {
    margin-bottom: 20px;
    height: 288px;
}
.recent-project-details__img--bottom {
    height: 215px;
}
.recent-project-details__img--right {
    height: 605px;
}
.recent-projects-slider--mobile {
    padding: 30px 50px;
}
.recent-project-details.flex {
    display: block;
}
.recent-project-mobile-slide .slick-arrows {
    top: 56%;
}
.recent-project-mobile-slide .slick-prev {
    left: 10px;
}
.recent-project-mobile-slide .slick-next {
    right: 10px;
}
@media(min-width: 768px) {
    .recent-top,
    .recent-bottom {
        display: block;
        height: 240px;
    }
    .recent-project img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .recent-big {
        height: 509px;
    }
    .recent-text {
        float: left;
    }
    .recent-btn {
        float: right;
    }
    .recent-project-details.flex {
        display: flex;
    }
    .recent-project-details__img--bottom,
    .recent-project-details__img--top {
        height: 219px;
    }
    .recent-project-details__img--right {
        height: 564px;
    }
}
@media(min-width: 1025px) {
    .recent-project-details__img--top {
        height: 288px;
    }
    .recent-project-details__img--bottom {
        height: 215px;
    }
    .recent-project-details__img--right {
        height: 605px;
    }
}
@media(min-width: 1200px) {
    .recent-title {
        padding-right: 30px;
        position: absolute;
        width: 99%;
        z-index: 20;
        background: #fff;
    }
    .recent-top {
        margin-top: 0;
        height: 361px;
    }
    .recent-btn {
        padding-top: 0;
    }
    .recent-bottom {
        height: 215px;
    }
    .recent-big {
        height: 691px;
        margin-top: -85px;
    }
    .recent-img {
        width: 100%;
        height: 100%;
    }
    .recent-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .recent-top img {
        margin-top: 78px;
    }
    .recent-projects-slider--mobile {
        padding: 0 50px;
    }
}
/* Gallery page */
.inner-banner-with-background {
    position: relative;
    padding: 0;
}
.masthead h1 {
    text-transform: uppercase;
}
.inner-banner-with-background .breadcrumbs {
    color: #5BBD2C;
}
.inner-banner-with-background .breadcrumbs a {
    color: #fff;
}
.inner-banner-with-background .breadcrumbs a:hover {
    color: #5BBD2C;
}
.inner-banner-with-background .breadcrumbs a {
    color: #fff;
    font-weight: 300;
}
.inner-banner-with-background .banner-overlay {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 55px 0;
}
.inner-banner-with-background.image-banner .banner-overlay {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 300px 0 50px 0;
}
.masthead.image-banner h1 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50);
    margin-bottom: 5px;
}
.image-banner {
    width: 100%;
    height: 300px;
    position: relative;
}
body.fxproduct-template header.image-banner {
    min-height: 70vh;
}

body.fxproduct-template header.image-banner:after {
     /*display: block;
    content: '';
    position: absolute;
    bottom: 0;
    height: 300px;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
   /* z-index: 1;*/

}

.inner-banner-image {
    width: 100%;
    height: 100%;
}
.inner-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
}
.inner-banner-with-background.image-banner .products-banner-overlay {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    z-index: 2;
}
.inner-banner-with-background.image-banner .products-banner-overlay .container {
    max-width: 100%;
    width: 100%;
}
.gallery-dropdown-mobile {
    position: relative;
}
.gallery-dropdown-select {
    cursor: pointer;
}
.gallery .tabbed-content .item::before {
    display: none;
}
.gallery-dropdown-select,
.gallery-dropdown-select-choices {
    position: relative;
    padding: 10px 20px;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #5D5D5D;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #5D5D5D;
    -webkit-box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.16);
}
.gallery-dropdown-select span:nth-child(2) {
    margin-left: 10px;
}
.gallery-dropdown-select i {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.gallery-dropdown-select-choices {
    padding: 0;
    position: absolute;
    top: 46px;
    right: 0;
    background: white;
    width: 100%;
    z-index: 9;
    display: none;
}
.gallery-dropdown-select-choices div {
    padding: 10px 20px;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    cursor: pointer;
    color: #5D5D5D;
}
.gallery-dropdown-select-choices div:hover,
.gallery-dropdown-select-choices div.active {
    background: rgb(91, 189, 44, 0.05);
    color: #5BBD2C;
    text-decoration: none;
}
.gallery-dropdown-select-choices-dynamic {
    margin-top: 20px;
}
.gallery-dropdown-select-choices-dynamic div {
    background: rgb(91, 189, 44, 0.05);
    color: #5BBD2C;
    border: 2px solid #5BBD2C;
    position: relative;
    padding: 10px 20px;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.gallery-dropdown-select-choices-dynamic div:not(:last-child) {
    margin-bottom: 15px;
}
.gallery-dropdown-select-choices-dynamic div i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
button.gallery-filter__pill {
    border: 3px solid #5D5D5D;
    padding: 20px 20px;
    text-transform: uppercase;
    background: #fff;
    color: #5D5D5D;
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: -6px 6px 16px 0px rgba(0, 0, 0, .2);
    box-shadow: -6px 6px 16px 0px rgba(0, 0, 0, .2);
}
button.gallery-filter__pill:focus {
    border: 3px solid #5BBD2C;
    outline: 0;
    background: transparent;
}
button.gallery-filter__pill.js-active {
    border: 3px solid #5BBD2C;
    background: #F4FAF2;
    color: #5BBD2C;
}
.gallery-filter__pill.js-active:before {
    display: none !important;
}
.gallery-filter__pill.js-active:after {
    font-size: 12px;
    margin-left: 8px;
}
.gallery-filter {
    text-align: left !important;
}
.gallery-filter__select {
    padding: 0 !important;
}
.gallery h2 {
    text-transform: uppercase;
}
.media-gallery__item-title {
    bottom: 0;
    background-color: #EDEDED;
    font-size: 12px;
    position: absolute;
    left: 0;
    color: #5D5D5D;
    line-height: 45px;
    padding: 10px 20px 10px 20px;
    width: 100%;
}
.media-gallery__item-title p {
    padding: 0;
}
.media-gallery__item {
    position: relative;
}
.media-gallery__item:after {
    position: absolute;
    right: 20px;
    bottom: 13px;
}

.gallery-filter__toggle {
    background-color: #fff !important;
    padding: 15px 14px !important;
    border: 3px solid #5D5D5D;
    text-transform: uppercase;
    color: #5D5D5D;
}
.gallery-filter__pill+.gallery-filter__pill,
.gallery-filter__pill:first-child {
    margin-left: 0;
    margin-right: 5px;
}
.gallery-filter .gallery-filter__pill {
    margin-top: 10px !important;
}
.gallery-filter .gallery-filter__pill:hover {
    border: 3px solid #5BBD2C;
    background: #F4FAF2;
    color: #5BBD2C;
}
@media all and (min-width: 768px) {
    .inner-banner-with-background.image-banner .banner-overlay {
        padding: 450px 0 50px 0;
    }
    .image-banner {
        height: 500px;
    }
    .media-gallery__item-title {
        bottom: auto !important;
        background-color: #EDEDED;
        position: absolute;
        top: 40px;
        padding: 10px 20px 10px 20px;
        width: auto;
    }
}
@media all and (min-width: 1025px) {
    .inner-banner-with-background.image-banner .banner-overlay {
        padding: 500px 0 60px 0;
    }
    .masthead.image-banner h1 {
        font-size: 70px;
    }
    .image-banner {
        height: 650px;
    }
    .inner-banner-with-background.image-banner .products-banner-overlay .container {
        max-width: 1360px;
        width: 100%;
    }
}
@media all and (min-width: 1366px) {
    button.gallery-filter__pill {
        font-size: 18px;
        padding: 20px 30px;
    }
}
.gallery {
    color: #5D5D5D;
}
.gallery h2 {
    color: #5D5D5D;
    padding-bottom: 15px;
}
.tabbed-content {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.tabs {
    margin: 0;
    padding: 0 0 0 0;
    border: none;
}
.tabs ul {
    margin: 0;
    padding: 0 0 0 0;
    border: none;
}
.tabs ul li {
    margin: 0 10px 15px 0;
}
.tabs ul li a {
    padding: 10px 40px;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #5D5D5D;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #5D5D5D;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.16);
}
.tabs ul li a:hover {
    background: rgb(91, 189, 44, 0.05);
    color: #5BBD2C;
    border: 2px solid #5BBD2C;
    text-decoration: none;
}
.tabs ul li a.active {
    background: rgb(91, 189, 44, 0.05);
    color: #5BBD2C;
    border: 2px solid #5BBD2C;
}
.tabs ul li a.active:after {
    content: "\e90b";
    position: absolute;
    right: 16px;
    top: 11px;
    font-size: 13px;
    font-family: 'icomoon' !important;
    color: #5BBD2C;
    font-weight: 300;
}
.item {
    margin-bottom: 2px;
}
.item.active .item-content {
    padding: 0;
}
.tabbed-content .tabs {
    display: block;
}
.tabbed-content .tabs li {
    display: inline-block;
}
.tabbed-content .tabs li a {
    display: block;
}
.tabbed-content .item {
    min-height: 0;
}
.tabbed-content .item::before {
    display: none;
}
.item.active .item-content {
    padding-top: 0;
    padding: 30px 0 20px 0;
}
.tabs-side .tabs li {
    margin-bottom: 2px;
}
.tabbed-content .item .item-content {
    display: none;
}
.tabbed-content .item.active .item-content {
    display: block;
}
@media all and (max-width: 767px) {
    .tabbed-content .item::before {
        content: attr(data-title);
    }
    body.fxproduct-template header.image-banner {
        min-height: 55vh;
    }
    .tabbed-content .tabs:not(.video-gallery-tabs-header) {
        display: none;
    }
    .item::before {
        cursor: pointer;
        background: rgb(91, 189, 44, 0.05);
        padding: 10px 15px;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.5em;
        color: #5D5D5D;
        font-weight: 600;
    }
    .item.active::before {
        background: rgb(91, 189, 44, 1);
        color: #ffffff;
    }
    .item:hover::before {
        background: rgb(91, 189, 44, 1);
        color: #ffffff;
    }
    .item {
        margin-bottom: 2px;
    }
    .tabbed-content .item {
        min-height: 2em;
    }
    .tabbed-content .tabs li {
        display: block;
    }
    .tabbed-content .item::before {
        display: block;
    }
}
.gallery-item {
    margin-bottom: 30px;
    display: none;
}
.gallery-item2 {
    margin-bottom: 30px;
    display: block;
}
.gallery-item .recent-img {
    position: relative;
    height: 200px;
}
.white-bg .gallery-item img,
.white-bg .gallery-item2 img {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}
.gallery-item2 .recent-img {
    position: relative;
    height: auto;
}
.loadMore {
    margin-top: 30px;
    text-align: center;
}
.video-gallery-item-container {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
@media(min-width: 768px) {
    .gallery-item .recent-img {
        height: 250px;
    }
}
@media(min-width: 1025px) {
    .gallery-item .recent-img {
        height: 400px;
    }
    .tabs ul li a {
        padding: 14px 35px;
        font-size: 18px;
    }
}
.color-option {
    max-width: 1124px;
    margin: 0 auto;
}
.color-option .pro-desk ul li {
    /*width: 25%;*/
    width: 20%;
}
.color-option .pro-desk {
    margin-top: 0;
}
.color-option-inner {
    margin-top: 20px;
    padding: 0 30px;
}
.color-option-inner .slick-next {
    right: -15px;
}
.color-option-inner .slick-prev {
    left: -15px;
}
/* contact */
.contact {
    background: #EDEDED;
    padding: 50px 0;
    color: #5D5D5D;
}
.contact-wrapper {
    background: #ffffff;
    max-width: 1124px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    padding: 20px 15px;
}
.contact h2 {
    padding: 0 0 20px;
}
.contact p {
    padding: 0 0 20px;
}
.order-list {
    padding: 10px 0 10px 0;
    list-style: none;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.order-list li {
    display: list-item;
    padding: 0 0 20px 24px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    counter-increment: list;
    list-style-type: none;
    position: relative;
    font-family: 'SF Pro Text', sans-serif;
    color: #5D5D5D;
}
.order-list li::before {
    color: #252F67;
    content: counter(list) ".";
    left: 0px;
    position: absolute;
    text-align: right;
    width: 12px;
    font-weight: 700;
}
.capcha img {
    max-width: 100%;
}
@media(min-width: 768px) {
    .contact-wrapper {
        padding: 40px 30px;
    }
}
@media(min-width: 1025px) {
    .contact {
        padding: 80px 0;
    }
    .contact-wrapper {
        padding: 50px 100px;
    }
}
.related-product .pro-mob {
    display: block;
}
.wrapper {
    max-width: 1010px;
    margin: 0 auto;
}
.white-bg .wrapper .btn {
    margin-top: 30px;
}
.video .fluid-width-video-wrapper iframe {
    max-width: 780px;
    display: block;
}
.video .fluid-width-video-wrapper iframe.aligncenter {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.video {
    margin-bottom: 30px;
}

.video-gallery-item span {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

html.video {
    margin-bottom: 0px;
}
.recent-project {
    background: #ECFAEF;
    padding: 50px 0 0;
}
.home .recent-project {
    background: #fff;
}
.recent-project-home {
    background: #ffffff;
    text-align: center;
}
.gray-background-text {
    padding: 50px 0;
    background: #EDEDED;
    color: #5D5D5D;
}
.gray-background-text h2 {
    padding-top: 20px;
}
.related-product {
    padding: 50px 0;
    text-align: center;
}

.related-product h2 {
	text-align: center;
}

.pro-mob2 {
    padding: 45px 0;
    text-align: center;
}
.gray-background-text ul li {
    padding: 2px 0;
}
.gray-background-text ul ul {
    padding-left: 10px;
    padding-top: 0;
}
@media(min-width: 768px) {
    .related-product h2 {
        text-align: center;
    }
    .footer-menu ul li.fb {
        margin-top: 0;
    }
}
@media(min-width: 1025px) {
    .recent-project {
        padding: 80px 0 0;
    }
    .gray-background-text {
        padding: 80px 0;
    }
    .gray-background-text h2 {
        padding-top: 30px;
    }
    .related-product {
        padding: 80px 0;
    }
    .gray-background-text ul ul {
        padding-left: 30px;
    }
}
/* download */
.download {
    background: #ECFAEF;
    padding: 50px 0;
    color: #5D5D5D;
}
.download h2,
.download h4 {
    text-align: center;
}
.download-listing {
    padding: 30px 0 0;
    color: #5D5D5D;
}
.download-listing .flex-sm-6 {
    margin-bottom: 20px;
    width: 100%;
}
.download-col {
    background: #ffffff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    padding: 20px 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 100%;
}
.download-icon {
    font-size: 30px;
    color: #5D5D5D;
    float: none;
    width: 40px;
    margin: 0 auto 10px;
}
.download-col:hover .download-icon {
    color: #5BBD2C;
}
.download-info {
    float: none;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
}
.download-info p {
    color: #5D5D5D;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.flex-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0;
    padding-left: 10px;
    padding-right: 10px;
}
.flex-xs-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 0;
    padding-left: 10px;
    padding-right: 10px;
}
.flex-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.installation-pdfs .download-icon span:before {
    font-size: 38px;
    line-height: 0;
    top: 11px;
    position: relative;
}

.technical-specs .download-icon span:before {
    font-size: 38px;
    position: relative;
    top: 4px;
}

.download + .download {
    padding-top: 0;
}

@media(min-width: 768px) {
    .download-col {
        text-align: left;
    }
    .flex-row {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .flex-sm-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin: 0 0;
    }
    .flex-sm-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
        margin: 0 0;
    }
    .download-listing {
        max-width: 750px;
        margin: 0 auto;
    }
    .download-listing a {
        display: block;
        height: 100%;
        padding-bottom: 30px;
    }
    .download-icon {
        font-size: 30px;
        color: #5D5D5D;
        float: left;
        width: 40px;
        margin: 0;
    }
    .download-info {
        float: left;
        width: calc(100% - 40px);
        padding-left: 10px;
    }

    .download-listing .flex-sm-6 {
        margin-bottom: 0px;
    }
}
@media(min-width: 1025px) {
    .flex-md-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        margin: 0 0;
    }
    .flex-md-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
        margin: 0 0;
    }
    .download {
        padding: 80px 0;
    }
    .download-col {
        padding: 25px 35px;
    }
    .download-info p {
        font-size: 18px;
    }
    .download-icon {
        font-size: 45px;
        width: 60px;
    }
    .download-info {
        float: left;
        width: calc(100% - 60px);
        padding-left: 30px;
    }
    .download-listing {
        max-width: 1000px;
        margin: 0 auto;
    }
}
@media(min-width: 1300px) {
    .download-listing {
        max-width: 100%;
        margin: 0 auto;
    }
}
/* colors */
.colors {
    background: #ffffff;
    padding: 50px 0;
    text-align: center;
    color: #5D5D5D;
}
.color-gallery {
    margin: 0 0 20px 0;
}
.color-gallery img {
    max-width: 100%;
}
.color-gallery h4 {
    color: #5D5D5D;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 0 20px;
    background: #EDEDED;
    display: inline-block;
    padding: 10px;
    margin-top: 12px;
}
.color-gallery h4 i {
    padding-left: 10px;
}
.color-gallery:hover a {
    text-decoration: none;
}
.colors-listings {
    margin: 20px 0;
}
.colors-listings-column {
    height: auto;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.colors-icon {
    font-size: 30px;
    color: #5D5D5D;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.colors-icon img {
    max-width: 100%;
}
.colors-listings-column:hover .colors-icon {
    color: #5BBD2C;
}
.colors-name {
    width: calc(100% - 100px);
    padding-left: 10px;
    color: #5D5D5D;
    font-weight: 600;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
}
.green-cta {
    background: #5BBD2C;
    padding: 50px 15px;
    color: #ffffff;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 70px;
}
.green-cta h3 {
    padding: 0 0 15px;
    color: #ffffff;
    line-height: 1.3em;
    padding-top: 0 !important;
}
.green-cta .btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
}
.color-listing-trigger .colors-icon:before {
    opacity: 0;
    visibility: hidden;
}
.color-listing-trigger.active .colors-icon:before {
    opacity: 1;
    visibility: visible;
}
.color-listing-trigger .colors-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #5bbd2c;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.color-listing-trigger.active .colors-icon:before {
    background: #5bbd2c;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.color-listing-trigger .colors-icon {
    position: relative;
}
.color-listing-trigger .colors-icon img {
    position: relative;
    z-index: 2;
}
.custom-html h4 {
    margin-top: 15px;
}
@media(min-width: 768px) {
    .green-cta {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media(min-width: 1025px) {
    .green-cta {
        padding: 40px 15px;
    }
    .colors {
        padding: 70px 0;
    }
    .colors-listings {
        margin: 40px 0;
    }
    .colors-name {
        font-size: 16px
    }
    .color-gallery {
        margin: 0 0 60px 0;
    }
}
@media (max-width: 768px) {
    .color-listing-trigger .colors-icon:before {
        width: calc(80% - 15px);
        height: calc(80% - 15px);
    }
}
/* location */
.page-template-locations-page .section-gap {
    padding: 30px 0 85px;
}
#locations_map .gm-svpc {
    display: none;
}
#locations_map .white-bg img {
    padding-top: 0;
}
.form-holder--flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.form-holder--flex label {
    text-transform: capitalize;
    font-weight: 500;
}
.input-field.input-field--zip {
    min-width: 220px;
    margin-right: 15px;
}
.input-field.input-field--distance {
    min-width: 220px;
}
.input-group-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}
.map-marker {
    max-width: 290px;
    padding: 10px;
}
.map-marker h4 {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 0;
}
.map-marker p {
    padding-top: 0;
}
.map-marker .location--info {
    padding: 10px 0;
    line-height: 1.3em;
}
.marker-num i.icon-icon-phone {
    font-size: 12px;
    margin-right: 5px;
}
.marker-mail i.icon-icon-mail {
    font-size: 9px;
    margin-right: 5px;
}
.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
}
button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}
button.gm-ui-hover-effect:before {
    content: "x";
    font-weight: 500;
    font-family: 'SF Pro Text', sans-serif;
    color: #000;
    opacity: .6;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
button.gm-ui-hover-effect:hover:before {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
section.location-listing {
    padding: 15px 20px 30px;
    -webkit-box-shadow: -4px 4px 10px rgba(0,0,0,.2);
            box-shadow: -4px 4px 10px rgba(0,0,0,.2);
}
.location-listing__address {
    padding: 10px 0;
}
section#locations_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
p.v-ws,
.location-listing__section p {
    padding-top: 0;
}
.shop--block-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.col-md-4.shop--block {
    padding: 20px;
    box-shadow: -4px 4px 8px rgba(0,0,0,.3);
    text-align: center;
}
.shop--block p {
    padding-top: 5px;
}
.shop--block a {
    display: block;
    text-align: center;
}
.shop--block img {
    height: 145px;
    width: auto;
}
h2.os-heading {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .form-holder--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 20px;
    }
    .input-group-left {
        flex-direction: row;
    }
}
@media (min-width: 1025px) {
    .col-md-4.shop--block {
        width: calc(33.333% - 20px);
        margin: 15px 10px;
    }
}
.location-search {
    padding-bottom: 20px;
}
.location-search-col {
    width: 100%;
    float: left;
    color: #5D5D5D;
    margin-bottom: 15px;
}
.location-search-col label {
    color: #5D5D5D;
    text-transform: capitalize;
}
.white-bg .location-map img,
.white-bg .location-map iframe {
    padding-top: 0;
    max-width: 100%;
}
.location-listing {
    margin: 30px 0 10px 0;
}
.location-column {
    -webkit-box-shadow: -6px 6px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: -6px 6px 16px 0px rgba(0, 0, 0, 0.16);
    padding: 20px 15px;
    color: #5D5D5D;
    margin-bottom: 25px;
}
.location-column h4 {
    text-transform: uppercase;
    color: #5D5D5D;
    line-height: 1.2em;
    padding: 0;
}
.location-column a {
    color: #5BBD2C;
    font-size: 15px;
    display: inline-block;
}
.location-column p {
    padding: 12px 0;
}
.location-column a i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
.location-column a i.icon-icon-mail {
    font-size: 10px;
}
@media(min-width: 600px) {
    .location-search-col {
        width: 212px;
        float: left;
        margin-bottom: 0;
        margin-right: 15px;
    }
}
@media(min-width: 1025px) {
    .choices__inner {
        min-height: 45px;
        padding: 6px 15px;
        font-size: 18px;
    }
    .choices__list--dropdown .choices__item {
        padding: 15px;
    }
    .location-listing {
        margin: 50px 0 25px 0;
    }
    .location-column {
        padding: 40px 25px;
        min-height: 260px;
    }
    .location-column a {
        font-size: 16px;
    }
}
@media(min-width: 1300px) {
    .location-column {
        min-height: 240px;
    }
}
.online-shop-tag {
    background: #5BBD2C;
    margin: 0;
    padding: 24px 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1em;
    color: #FFFFFF;
    text-align: center;
    font-family: 'SF Pro Display', sans-serif;
    text-transform: uppercase;
}
.shop-listing {
    margin: 15px 0 10px 0;
}
.shop-column {
    -webkit-box-shadow: -6px 6px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: -6px 6px 16px 0px rgba(0, 0, 0, 0.16);
    padding: 20px 15px;
    color: #5D5D5D;
    margin-top: 25px;
    text-align: center;
}
.shop-column img {
    max-width: 100%;
}
.shop-column h2 {
    text-transform: uppercase;
    color: #5D5D5D;
    padding: 0;
}
.location-column a {
    color: #5BBD2C;
    font-size: 15px;
    display: inline-block;
}
.location-column p {
    padding: 12px 0;
}
.location-column a i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
@media(min-width: 768px) {
    .shop-column {
        min-height: 310px;
    }
}
@media(min-width: 1025px) {
    .shop-listing {
        margin: 50px 0 25px 0;
    }
    .shop-column {
        padding: 40px 30px 0;
        margin-top: 0;
        min-height: 310px;
    }
    .shop-column a {
        font-size: 16px;
    }
    .shop-column p {
        padding-top: 10px;
    }
}
body.page-template-page-colors .colors-listings {
    float: none;
    width: 100%;
}
.colors-category-listings {
    max-width: 1124px;
    margin: 0 auto;
    display: none;
}
.colors-category-listings h3 {
    margin: 0 0 20px;
    color: #5D5D5D;
    font-size: 28px;
}
.colors-listings-col {
    margin-top: 40px;
}
.colors-listings-col .colors-listings {
    margin: 0;
}
.colors-listings-col .colors-icon img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.colors-listings-col .colors-icon {
    width: 60px;
}
.colors-listings-col .colors-listings-column {
    margin-bottom: 7px;
}
.colors-listings-col .colors-name {
    width: calc(100% - 60px);
}
@media(min-width: 768px) {
    .colors-category-listings h3 {
        font-size: 32px;
    }
}
@media(min-width: 1025px) {
    .colors-category-listings h3 {
        font-size: 40px;
    }
}
.shoting-value ul {
    padding-top: 10px;
}
.shoting-value ul li {
    border: 3px solid #5BBD2C;
    display: block;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #5BBD2C;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.shoting-value ul li i {
    float: right;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 4px;
    cursor: pointer;
}
.gallery-mobile .recent-img span {
    background-color: #EDEDED;
    font-size: 12px;
    position: relative;
    left: 0;
    bottom: 0;
    top: inherit;
    color: #5D5D5D;
    padding: 0 20px;
    line-height: 45px;
    margin: 0;
    display: block;
}
.gallery-mobile .recent-img i {
    font-size: 18px;
    position: absolute;
    right: 14px;
    bottom: 12px;
    color: #5D5D5D;
    padding: 0 0;
}
.gallery-mobile-listings {
    margin-top: 25px;
}
.gallery-mobile-listings .gallery-item .recent-img {
    position: relative;
    height: auto;
}
@media(max-width: 767px) {
    .section-gap {
        padding: 35px 0;
    }
}
/* product-gallery */
.product-gallery {
    background: #414042;
    padding: 35px 0;
    color: #5D5D5D;
}

.product-gallery .container {
    padding: 0 50px;
}

.product-gallery-heading {
    text-align: center;
    padding-bottom: 25px;
}

.product-gallery-heading h2 {
    padding-bottom: 10px;
    color: #fff;
}

.product-gallery-section .slick-arrow {
	color: #fff;
}

.product-gallery-section .slider:not(.slick-initialized) .content_sec:nth-of-type( n + 2 ),
.product-gallery-section .slider:not(.slick-initialized) .client_image:nth-of-type( n + 2 ) {
    display: none;
}

.client_image {
    height: 100px;
    cursor: pointer;
}
.client_image img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
}
.content_sec {
    width: 100%;
    height: 300px;
    padding: 0 0;
}
.recent-img {
    width: 100%;
    height: 100%;
}
.recent-img a {
    width: 100%;
    height: 100%;
    display: block;
}
.content_sec img {
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.slick-current.slick-active .client_image {
    border: 1px solid #fff;
}
.slick-arrow:hover {
    color: #5BBD2C;
}
.product-gallery .slick-next {
    right: -30px;
}
.product-gallery .slick-prev {
    left: -30px;
}
.masterpieces-video-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.masterpieces-video-box-list img {
    /*position: absolute;
    top: 0;
    height: 100%;*/
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.masterpieces-video-box-list .main-color-thumb-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.masterpieces-video-box-list .main-color-thumb-wrapper>div {
    /*padding-top: 180%;*/
    width: 100%;
}
.masterpieces-video-box-list .main-color-thumb-wrapper>div a i {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.masterpieces-video-box-list .main-color-thumb-wrapper>div a:hover i {
    opacity: 1;
}
.color-listing-trigger {
    cursor: pointer;
}
.main-color-thumb-wrapper p {
    padding-top: 10px;
    font-size: 14px;
}
.color-mixes {
    background: #efefef;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    margin-top: 10px;
}

.color-mix {
    display: inline-block;
    text-align: center;
}

.color-mix__img-container {
    height: 75px;
    width: 75px;
    margin: 0 auto;
}

.color-mix__img-container img.color-mix__img.lazyloaded {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

h4.color-mix__name {
    margin-top: 0;
    padding-top: 0;
}
@media(min-width: 768px) {
    .product-gallery {
        padding: 35px 0;
    }
    .product-gallery-heading h2 {
        padding-top: 10px;
    }
    .product-gallery-heading .full-gallery {
        float: right;
    }
    .content_sec {
        height: 330px;
        padding: 0 0;
    }
    .product-gallery .slick-initialized .slick-slide {
        margin: 5px 8px;
    }
    .product-gallery .slick-next {
        right: -20px;
    }
    .product-gallery .slick-prev {
        left: -20px;
    }
}
@media(min-width: 1025px) {
    .product-gallery {
        padding: 80px 0;
    }
    .product-gallery-heading {
        padding: 0 15px 5px;
    }
    .content_sec {
        height: 570px;
        padding: 0 0;
    }
    .product-gallery .slick-initialized .slick-slide {
        margin: 10px 15px;
    }
    .client_image {
        height: 160px;
        cursor: pointer;
    }
    .main-color-thumb-wrapper p {
        font-size: 16px;
    }
}
/* colors */
.colors-shoting {
    position: relative;
    margin: 25px 15px;
}
.colors-shoting .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: rgb(91, 189, 44, 0.05);
    padding: 12px 25px 12px 25px;
    border: 3px solid #5BBD2C;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    min-height: 50px;
    overflow: hidden;
    color: #5BBD2C;
    text-transform: uppercase;
    text-align: left;
}
.colors-shoting .choices[data-type*="select-one"]::after {
    font-size: 18px;
    color: #5BBD2C;
    height: 23px;
    width: 23px;
    margin-top: -9.5px;
}
.colors-shoting .choices__list--dropdown .choices__item {
    position: relative;
    padding: 15px 15px 15px 50px;
    font-size: 14px;
    text-align: left;
}
.colors-shoting .choices[data-type*="select-one"].is-open::after {
    margin-top: -7.5px;
}
.color-icons {
    position: absolute;
    left: -30px;
    top: -6px;
}
.color-icons img {
    width: auto;
}
.color-gallery {
    position: relative;
    transition-duration: 0.5s;
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.colors .color-gallery i.expand2 {
    font-size: 19px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #fff;
    padding: 0 0;
    opacity: 1;
}
@media(min-width: 768px) {
    .colors {
        text-align: left;
    }
    /* .colors-listings {
        float: right;
        width: 33%;
    } */
    .colors-listings-inner .colors-icon {
        width: 36px;
    }
    .colors-listings-inner .colors-name {
        width: calc(100% - 36px);
    }
    .colors-listings-inner.colors-listings {
        margin: 69px 0 20px;
    }
    .colors-listings-inner .colors-listings-column {
        margin-bottom: 18px;
    }
    .colors .color-gallery i.expand2 {
        right: 12px;
        bottom: 12px;
    }
    .green-cta {
        text-align: center;
        padding: 50px 15px;
    }
}
@media(min-width: 1025px) {
    .colors {
        text-align: left;
    }
    .color-gallery {
        padding-right: 30px;
    }
    .colors-listings-inner .colors-icon {
        width: 45px;
    }
    .colors-listings-inner .colors-name {
        width: calc(100% - 36px);
    }
    .colors-listings-inner.colors-listings {
        margin: 69px 0 20px;
    }
    .colors-listings-inner .colors-listings-column {
        margin-bottom: 18px;
        padding: 0 10px;
    }
    .color-gallery-all {
        margin-bottom: 20px;
    }
    .colors .color-gallery i.expand2 {
        right: 20px;
        bottom: 20px;
        font-size: 26px;
    }
}
/* profile */
.profile {
    padding: 50px 0;
    color: #5D5D5D;
}
.profile h2 {
    padding-bottom: 10px;
}
.profile p {
    padding: 0 0 20px 0;
}
.profile-col {
    background: #ffffff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    padding: 20px 15px;
    margin: 0 15px;
    text-align: center
}
.profile-col h3 {
    color: #5D5D5D;
    padding-bottom: 15px;
}
.profile-image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.profile-info {
    font-size: 16px;
    font-weight: 400;
    color: #5D5D5D;
    line-height: 1.4em;
    padding: 20px 15px 0;
}
.profile-listings {
    margin: 15PX 0 25px 0;
}
.profile-listings .slick-next {
    right: -10px;
}
.profile-listings .slick-prev {
    left: -10px;
}
.profile ul li {
    margin-bottom: 15px;
}
.profile ul {
    margin: 0;
    padding: 0;
}
.pro-mob2 {
    padding: 0 20px;
    text-align: center;
}
.related-product h2 {
    text-align: center;
}
.profile-slider .slick-track {
    display: flex !important;
}
.profile-slider .slick-slide {
    height: inherit !important;
}
.profile-slider .slick-slide>div,
.profile-slider .profile-item,
.profile-slider .profile-col {
    height: 100% !important;
}
@media(min-width: 768px) {
    .profile-col {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 0;
        margin: 0 0;
        text-align: left
    }
    .profile-col h3 {
        padding: 10px 0 5px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .profile-info {
        font-size: 12px;
        font-weight: 600;
        color: #5D5D5D;
        line-height: 1.2em;
        padding: 0 0 0;
    }
    .profile-listings {
        padding: 0 30px;
    }
}
@media(min-width: 1025px) {
    .profile {
        padding: 80px 0;
    }
    .profile-col h3 {
        padding: 10px 0 10px;
        font-size: 16px;
    }
    .profile-info {
        font-size: 16px;
        font-weight: 400;
    }
    .profile-info span {
        font-weight: 600;
        display: block;
        text-transform: uppercase;
    }
    .profile-listings {
        margin: 0;
        padding: 0;
    }
    .pro-mob2 .item {
        padding: 20px;
        min-height: 400px;
        margin-top: 30px;
    }
    .related-product h2 {
        padding-left: 15px;
    }
    .pro-mob2 .item p.rel-product-title {
        font-size: 22px;
    }
}
.shoting-value.color-check ul li {
    border: 3px solid #5D5D5D;
    color: #5D5D5D;
    cursor: pointer;
}
.shoting-value.color-check ul li.active {
    border: 3px solid #5BBD2C;
    color: #5BBD2C;
}
.shoting-value.color-check ul li:hover {
    border: 3px solid #5BBD2C;
}
.color-top p {
    text-align: center;
}
.product-gallery .container {
    position: relative;
}
.wrapper {
    float: right;
}
.sidebar {
    width: 300px;
    z-index: 9999;
}
.col-prod-content h2 {
    text-transform: uppercase;
}
.color-content>p {
    padding-top: 0;
}
.color-swatches {
    margin-top: 50px;
}
@media (max-width:1299px) {
    .sidebar {
        display: none;
    }
    .col-prod-sidebar {
        display: none;
    }
    .col-prod-content {
        width: 100% !important;
    }
}

@media (min-width:1300px) {
    .wrapper {
        max-width: 960px;
        float: right;
    }
    .sidebar {
        width: 300px;
    }
}
@media (min-width:1399px) {
    .sidebar {
        width: 300px;
    }
}
@media (min-width:1499px) {
    .wrapper {
        max-width: 1010px;
    }
    .sidebar {
        width: 300px;
        z-index: 9999;
    }
}
@media all and (max-width: 1299px) {
    .wrapper {
        max-width: 100%;
        float: none;
    }
}
/* Download Library */
.download-thumbnail {
    position: relative;
    padding-bottom: 70%;
    margin-bottom: 15px;
}
.download-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
}
.flex-md-3 .download-icon {
    font-size: 30px;
    width: 30px;
}
.flex-md-3 .download-info {
    float: left;
    width: calc(100% - 30px);
    padding-left: 20px;
}
@media (max-width: 767px) {
    .download .tabbed-content .tabs {
        display: block;
    }
}
/* 404 */
.image-button-container img {
    width: 100%;
}
.image-button-container a {
    display: block;
    margin: 0;
    padding: 8px;
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
.green-link a {
    background: #5BBD2C;
    color: #fff;
}
.image-button-container a p {
    text-transform: uppercase;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    color: #5D5D5D;
    position: relative;
    text-align: center;
}
.green-link a p {
    color: #fff;
}
.image-button-container a:hover {
    border-color: #5BBD2C;
}
.image-button-container a:hover p {
    color: #5BBD2C;
}
.green-link a:hover p,
.green-link a:hover {
    color: #fff;
}
.image-button-container a:hover p:after {
    color: #5BBD2C;
    content: '\e90e';
    font-family: 'icomoon';
    position: absolute;
    top: 12px;
    right: 26px;
    font-size: 14px;
}
@media (max-width: 1025px) {
    .container.flex-row {
        display: flex;
        flex-wrap: wrap;
    }
}
/* NEW PRODUCT LAYOUT */
.product-gallery.main-product-page-container .row>div:first-child,
.product-gallery.main-product-page-container .container {
    position: relative;
    /*unset*/
}
.product-gallery.main-product-page-container .container {
    max-width: 960px;
}
.product-sidebar-container {
    position: absolute !important;
    top: 60px !important;
    bottom: 80px;
    width: calc(1100px * .25);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    left: unset !important;
}
.product-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    bottom: 0;
}
.product-menu ul li {
    margin: 14px 0;
    list-style: none;
    background: none;
}
.product-menu ul li a {
    margin: 0;
    padding: 10px 25px;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
    color: #5D5D5D;
    -webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.16);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.16);
    display: block;
    background: #FFFFFF;
    text-transform: uppercase;
}
.product-menu ul li a:hover {
    color: #5BBD2C;
}
.product-menu ul li.active a {
    background: #5BBD2C;
    color: white;
}
.product-menu.navbar {
    background-color: #EDEDED;
    padding: 15px 0;
    transition: height .3s;
    z-index: 1000;
}
.product-menu.navbar ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
}
.product-menu.navbar ul li {
    margin-right: 0px;
}
.product-menu.navbar ul li a {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
.sticky-navbar-displayed .product-menu.navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 78px;
    z-index: 20;
    padding: 0;
    z-index: 900;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
}
.admin-bar .sticky-navbar-displayed .product-menu.navbar {
    top: 32px;
}
@media(min-width: 1025px) {
    .sticky-navbar-displayed {
        padding-top: 78px;
    }
}
@media (min-width:1340px) {
    .product-menu ul li a {
        padding: 14px 25px;
        font-size: 15px;
    }
}
/**
 * Print CSS
 */
@media print {
    /* Reset*/
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
        text-shadow: none !important;
    }
    h2,
    h3 {
        /* Avoid a paragraph being detached from the heading immediately preceding it */
        page-break-after: avoid;
    }
    figure,
    table {
        /* Avoid breaking figure or table into 2 pages */
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
    }
    p {
        /* Prevent single line at the end of a page and a single line at the top the next page */
        orphans: 2;
        widows: 2;
    }
    .page-footer,
    #page-header,
    .page-sidebar {
        display: none;
    }
    /* Grid Styling */
    .container {
        width: auto;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    /* Slick Slider - remove if not using slick slider */
    .slick-slider .slick-arrow,
    .slick-slider .slick-dots {
        display: none !important;
        /* we usually don't need to show slider navigation for print */
    }
    /* For sliders you want to display full width for print.
	   Update ".slick-slider" with your specific slider names. */
    .slick-slider,
    .slick-sliderg .slick-list,
    .slick-slider .slick-track,
    .slick-slider .slick-slide {
        width: 100% !important;
        height: auto !important;
    }
    /* For sliders where you only want to show the 1st image of that slider.
	   Update ".slick-slider" with your specific slider names. */
    .slick-slider .slick-slide {
        display: none !important;
    }
    .slick-slider .slick-slide.slick-active {
        display: block !important;
    }
    /* Show Only Active Thumbnails */
    .slick-slider .slick-cloned {
        display: none;
    }
    /* Reset adaptiveHeight */
    .slick-list {
        height: auto !important;
    }
    /* Remove Scrollbars */
    .slick-track {
        width: auto !important;
        height: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .slick-track.slick-slide {
        width: auto !important;
    }
}
@media(min-width: 480px) {
    .promotions-bar__text {
        font-size: 14px;
    }
}
@media(min-width: 768px) {
    .promotions-bar {
        padding: 5px 25px;
    }
    .promotions-bar__text {
        padding: 7px 20px;
        font-size: 16px;
    }
    .promotions-bar__text {
        width: 100%;
    }
}
/**
 * Color Swatches
 */
.color-swatch {
    display: flex;
    align-content: center;
    background-color: transparent;
    border: none !important;
    margin-bottom: 16px;
    color: #5D5D5D;
}
.color-swatch:hover {
    color: #5BBD2C;
    text-decoration: none;
}
.color-swatch__img-container {
    position: relative;
    width: 65px;
    height: 45px;
    align-content: center;
    flex: 0 0 65px;
}
.swatch__img-container{
    margin:0 85px;
}
@media(max-width: 1140px) {
    .swatch__img-container{
        margin:0 0;
    }
}

.color-swatch__img-container:before {
    content: '';
    position: absolute;
    background-color: #5bbd2c;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    top: 50%;
    left: 49%;
    display: block;
    width: 25px;
    height: 24px;
}
.color-swatch.active .color-swatch__img-container:before {
    opacity: 1;
    visibility: visible;
}
.color-swatch__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    object-fit: contain;
}
.color-swatch__title {
    align-self: center;
    margin-left: 10px;
    padding-top: 0 !important;
    text-transform: uppercase;
    text-align: left;
}
.swatch-popup {
    display: flex;
    justify-content: space-between;
}
.swatch-left,
.swatch-right {
    flex: 1 0 45%;
}
@media (min-width: 1025px) {
    .color-swatch--two-up {
        flex: 0 0 50%;
    }
    .color-swatch__img-container {
        /* flex: 1 0 65px; */
        height: 65px;
    }
    .color-swatch__img-container:before {
        top: 50%;
        left: 50%;
        display: block;
        width: 35px;
        height: 35px;
    }
}


/*------------------------------------*\
    Site edits round 2
\*------------------------------------*/
/* Ubermenu */
.ubermenu-submenu a{
    color: #fff;
}

.ubermenu-submenu li a:hover{
    background-color: RGB(101, 215, 46) !important;;
}

.ubermenutest + ul .ubermenu-column{
    margin: 0 !important;
}

.ubermenutest + ul .ubermenu-column a{
    padding: 0 !important;
    font-size: 12px !important;
}

.ubermenutest + ul .ubermenu-column a img{
    margin-bottom: 0 !important;
    display: none;
    width: calc(100% - 10px);
    max-height: 140px !important;
    object-fit: cover;
}

.ubermenutest + ul  a img + span{
    display: none !important;;
}

.ubm-heading > a{
    font-weight: 700; 
    font-size: 20px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.ubermenutest + ul .ubm-heading a:hover{
    background: none !important;
}

.ubm-heading > a{
    pointer-events: none !important;
}

.ubm-heading > a span{
    font-size: 16px;
    border-bottom: solid 1px #5bbd2c !important;
    padding-bottom: 10px !important;
    width: calc(100% - 20px);
}

.ubm-heading > .ubermenu-submenu > .ubermenu-column:last-child{
    padding-right: 20px;
}

.ubm-content a{
    font-weight: 700;
    margin-bottom: 10px !important;
}

.ubm-content li a:hover{
    background: none !important;
    color: #5bbd2c;
}

.ubermenu-submenu-id-13{
    padding: 20px 0 20px 20px !important;
}

@media (min-width:1024px){
    .ubermenutest + ul .ubermenu-column a img{
        display: block;
    }
}

@media (max-width:1023px){
    .ubermenu-active .ubermenu-submenu{
        position: relative !important;
    }

    .ubermenu-responsive.ubermenu .ubermenu-nav{
        background: #f3f3f3;
    }
    
    .ubermenu-responsive.ubermenu{
        position: absolute;
        width: 100%;
        left: 0;
        top: 70px;
    }
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle{
    padding: 15px;
}

#backToTop{
    position: fixed;
    bottom: 80px;
    right: 20px;   
    background-color: #00000054;
    border: none;
    padding: 10px;
    /* border-radius: 5px; */
    border-radius: 50%;
    transition: ease-in-out .3s;
    z-index: 9;
}

#backToTop span {
    display: block;
    font-size: 13px;
    margin-top: 8px;
    color: #fff;
}

#backToTop:hover {
    /* background-color: #5bbd2c; */
    background-color: #414042;
}

#backToTop:focus {
    outline: none;
}

@media (min-width:1025px){
    .masthead-banner{
        height: auto;
        padding-bottom: 190px;
    }
}


.product-menu.navbar ul{
    display: flex;
    flex-wrap: wrap;
}

.product-menu.navbar ul li {
    margin-bottom: 0px;
    margin-top: 0;
}

.sticky-navbar-displayed .product-menu.navbar ul li {
	margin-top: 14px;
}

.product-menu.navbar ul li a{
    font-size: 16px;
    line-height: 1.2;
    box-shadow: none;
    border: solid 2px #5bbd2c;
    border-radius: 5px;
    text-decoration: none;
    background: #5bbd2c;
    color: #fff;
}

.product-menu.navbar ul li a:hover{
    border-color: #5bbd2c;
    background: #fff;
    color: #5D5D5D;
}


.top-header a,
.top-header ul li a,
.top-header .search-top span{
    color: #414042;
    font-size: 14px;
    font-weight: 500;
}

.top-header .menu-item-597 a {
    color: #5bbd2c !important;
}

.sticky-flyout{
    background-color: #5bbd2c;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    position: fixed; 
    top: 240px;
    right: -73px;
    transform: rotate(-90deg);
    display: none;
    text-decoration: none !important;
    transition: ease-in-out .2s;
    z-index: 999;
    text-align: center;
}

.sticky-flyout:hover{
    background-color: #00953e;
}

.sticky-flyout span{
    font-weight: 700;
    display: block;
}

@media (min-width:768px){
    .sticky-flyout{
        display: block;
    }
}


table.table-fix{
    margin: 0;
}

table.table-fix tbody{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

table.table-fix tr{
    background-color: transparent !important;
    display: flex;
    width: 100% !important;
    max-width: 300px !important;
    flex-direction: column;
    padding: 0 10px;
    height: auto !important;
    margin-bottom: 20px;
}

@media (min-width:768px){
    table.table-fix-b tr{
        flex-direction: row;
        max-width: 600px !important;
    }
}

table.table-fix td{
    width: 100% !important;
    background-color: #fff;
    height: auto !important;
}

.download-listing a{
    text-decoration: none;
}

.download-col{
    padding: 0;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 2px #fff;
    transition: ease-in-out .2s;
}

.download-col:hover{
    border-color: #5bbd2c;
}

.download-col .download-icon{
    float: none;
    font-size: 26px;
    width: fit-content;
    margin: 0;
    margin-right: 20px;
    color: #5bbd2c;
}

.download-col .download-info{
    width: fit-content;
    float: none;
    margin: 0;
    text-align: left;
    padding: 0;
}

.download-col .download-info p{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
    transition: ease-in-out .2s;
}

.download-col:hover .download-info p{
    color: #5bbd2c;
}

.download-listing + .btn{
    margin-top: 60px;
}



/*------------------------------------*\
    04/22/2021 EDITS
\*------------------------------------*/
@media(min-width:1024px){
    .profile-slider{
        display: flex;
        flex-wrap: wrap;
    }

    .profile-slider > div{
        width: 50% !important;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .profile-col{
        background-color: #ffffff;
        box-shadow: 0 3px 10px #c0cec342;
        padding: 40px 0;
    }

    .profile-image a{
        display: block;
        position: relative;
    }

    .profile-image a:after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #224c0e14;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("https://www.newtechwood.com/wp-content/uploads/2021/04/magnifying-glass.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        transition: ease-in-out .2s;
        opacity: 0;
        pointer-events: none;
    }

    .profile-image a:hover:after{
        opacity: 1;
    }

    .profile-image img{
        width: 100%;
        height: 340px;
        object-fit: contain;
    }

    .profile-col h3,
    .profile-info{
        text-align: center;
    }

    .profile-col h3{
        font-weight: 700;
        font-size: 22px;
    }
}




.flex-row { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.half-and-half .fxvid {
    margin-top: 25px;
}

.content-section {
    padding: 35px 0;
}

.content-row {
    padding-bottom: 35px;
}

.half-and-half .flex-row {
    align-items: center;
}


@media(min-width: 1025px){
    .half-and-half .fxvid {
        height: 100%;
        margin-top: 0;
        min-height: 320px;
    }

    .content-section {
        padding: 70px 0;
    }

    .content-row {
        padding-bottom: 70px;
    }
}

.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-section h2 + p,
.content-section h3 + p,
.content-section h4 + p,
.content-row p:first-of-type,
.content-section p:first-of-type {
    padding-top: 0;
}

p + h2 {
    margin-top: 25px;
}

.bg-white {
    background: #fff;
}

.bg-green {
    background: #ECFAEF;
}

.bg-grey {
    background: #EDEDED;
}

.bg-dark-grey {
	background: #414042;
}

.bg-white + .bg-white,
.bg-green + .bg-green,
.bg-grey + .bg-grey {
    padding-top: 0;
}

.bg-dark-grey p,
.bg-dark-grey h2,
.bg-dark-grey h3,
.bg-dark-grey h4,
.bg-dark-grey h5,
.bg-dark-grey li {
	color: #fff;
}

.page-content ul,
.page-content ol {
   width: auto; 
   overflow: hidden;
}

.page-content ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.page-content ul li:before {
    content: '•';
    position: absolute;
    left: 0;
}

.card {
    border: 1px solid #D9D9D9;
    height: 100%;
    background: #fff;
}

.card-image .slick-next {
    right: 10px;
}

.card-image .slick-prev {
    left: 10px;
}

.card-content, 
.card h4 {
    padding: 25px;
}

.card h4 {
	margin-bottom: 0;
}

.card img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.two-cards h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}

.product-menu ul li:before,
.tabs li:before,
.pro-desk ul li:before,
.social-share-row li:before {
    display: none;
}

.tabs li,
.pro-desk li,
.social-share-row li {
    padding-left: 0 !important;
}

.full-video .fxvid {
    height: 520px;
}

.full-video h2 {
    text-align: center;
}

.card-content ul {
    padding-top: 0;
}

h4 + .card-content {
    border-top: 1px solid #D9D9D9;
}

.card-wrap {
    margin-bottom: 25px;
}

.download-listing .flex-row {
    justify-content: center
}

.full-video-content {
	margin-bottom: 25px;
}

.wysiwyg .fxvid {
	height: 150px;
}

.flex-center {
	justify-content: center;
}

/*------------------------------------*\
    Trumps
\*------------------------------------*/
@-ms-viewport {
    width: device-width;
}
/**
 * Images
 */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/**
 * Visiblity
 */
.show {
    display: block !important;
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 599px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
/**
 * Hiding
 */
.hide,
.hidden-xxs-up {
    display: none !important;
    opacity: 0;
    transition-duration: 0.5s;	
}



.hidden {
    display: none !important;
    visibility: hidden !important;
}
.invisible {
    visibility: hidden !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
@media (max-width: 599px) {
    .hidden-xxs {
        display: none !important;
    }
}
@media (min-width: 600px) {
    .hidden-xs-up {
        display: none !important;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}
.mobile-close {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-close {
        display: block;
    }
    .nav-primary li.current-menu-item>a {
        color: #fff;
    }
    .hidden-sm-down {
        display: none !important;
    }
    .why-newtech-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .why-newtech-row .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 1025px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/**
 * Screen Readers
 */
.sr-only,
.screen-reader-text,
.wpcf7 .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/**
 * Print
 */
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
    .visible-print-block {
        display: block !important;
    }
    .visible-print-inline {
        display: inline !important;
    }
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
/**
 * Text alignment
 */
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
/**
 * Positioning
 */
.affix-top {
    position: fixed !important;
    top: 0 !important;
}
.affix-bottom {
    position: fixed !important;
    bottom: 0 !important;
}
.affix-left {
    position: fixed !important;
    left: 0 !important;
}
.affix-right {
    position: fixed !important;
    right: 0 !important;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/**
 * Add/remove margins
 */
.push {
    margin: 20px !important;
}
.push-top {
    margin-top: 20px !important;
}
.push-right {
    margin-right: 20px !important;
}
.push-bottom {
    margin-bottom: 20px !important;
}
.push-left {
    margin-left: 20px !important;
}
.push-ends {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.push-sides {
    margin-right: 20px !important;
    margin-left: 20px !important;
}
.push-half {
    margin: 10px !important;
}
.push-half-top {
    margin-top: 10px !important;
}
.push-half-right {
    margin-right: 10px !important;
}
.push-half-bottom {
    margin-bottom: 10px !important;
}
.push-half-left {
    margin-left: 10px !important;
}
.push-half-ends {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.push-half-sides {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.flush {
    margin: 0 !important;
}
.flush-top {
    margin-top: 0 !important;
}
.flush-right {
    margin-right: 0 !important;
}
.flush-bottom {
    margin-bottom: 0 !important;
}
.flush-left {
    margin-left: 0 !important;
}
.flush-ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.flush-sides {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/**
 * Add/remove paddings
 */
.soft {
    padding: 20px !important;
}
.soft-top {
    padding-top: 20px !important;
}
.soft-right {
    padding-right: 20px !important;
}
.soft-bottom {
    padding-bottom: 20px !important;
}
.soft-left {
    padding-left: 20px !important;
}
.soft-ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.soft-sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.soft-half {
    padding: 10px !important;
}
.soft-half-top {
    padding-top: 10px !important;
}
.soft-half-right {
    padding-right: 10px !important;
}
.soft-half-bottom {
    padding-bottom: 10px !important;
}
.soft-half-left {
    padding-left: 10px !important;
}
.soft-half-ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.soft-half-sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.hard {
    padding: 0 !important;
}
.hard-top {
    padding-top: 0 !important;
}
.hard-right {
    padding-right: 0 !important;
}
.hard-bottom {
    padding-bottom: 0 !important;
}
.hard-left {
    padding-left: 0 !important;
}
.hard-ends {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hard-sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media (min-width:600px) {
    .flush-xs {
        margin: 0 !important;
    }
    .flush-xs-top {
        margin-top: 0 !important;
    }
    .flush-xs-right {
        margin-right: 0 !important;
    }
    .flush-xs-bottom {
        margin-bottom: 0 !important;
    }
    .flush-xs-left {
        margin-left: 0 !important;
    }
    .flush-xs-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flush-xs-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .push-xs {
        margin: 20px !important;
    }
    .push-xs-top {
        margin-top: 20px !important;
    }
    .push-xs-right {
        margin-right: 20px !important;
    }
    .push-xs-bottom {
        margin-bottom: 20px !important;
    }
    .push-xs-left {
        margin-left: 20px !important;
    }
    .push-xs-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .push-xs-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .push-half-xs {
        margin: 10px !important;
    }
    .push-half-xs-top {
        margin-top: 10px !important;
    }
    .push-half-xs-right {
        margin-right: 10px !important;
    }
    .push-half-xs-bottom {
        margin-bottom: 10px !important;
    }
    .push-half-xs-left {
        margin-left: 10px !important;
    }
    .push-half-xs-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .push-half-xs-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .push-double-xs {
        margin: 40px !important;
    }
    .push-double-xs-top {
        margin-top: 40px !important;
    }
    .push-double-xs-right {
        margin-right: 40px !important;
    }
    .push-double-xs-bottom {
        margin-bottom: 40px !important;
    }
    .push-double-xs-left {
        margin-left: 40px !important;
    }
    .push-double-xs-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .push-double-xs-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .push-triple-xs {
        margin: 60px !important;
    }
    .push-triple-xs-top {
        margin-top: 60px !important;
    }
    .push-triple-xs-right {
        margin-right: 60px !important;
    }
    .push-triple-xs-bottom {
        margin-bottom: 60px !important;
    }
    .push-triple-xs-left {
        margin-left: 60px !important;
    }
    .push-triple-xs-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .push-triple-xs-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .soft-xs {
        padding: 20px !important;
    }
    .soft-xs-top {
        padding-top: 20px !important;
    }
    .soft-xs-right {
        padding-right: 20px !important;
    }
    .soft-xs-bottom {
        padding-bottom: 20px !important;
    }
    .soft-xs-left {
        padding-left: 20px !important;
    }
    .soft-xs-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .soft-xs-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .soft-half-xs {
        padding: 10px !important;
    }
    .soft-half-xs-top {
        padding-top: 10px !important;
    }
    .soft-half-xs-right {
        padding-right: 10px !important;
    }
    .soft-half-xs-bottom {
        padding-bottom: 10px !important;
    }
    .soft-half-xs-left {
        padding-left: 10px !important;
    }
    .soft-half-xs-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .soft-half-xs-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .soft-double-xs {
        padding: 40px !important;
    }
    .soft-double-xs-top {
        padding-top: 40px !important;
    }
    .soft-double-xs-right {
        padding-right: 40px !important;
    }
    .soft-double-xs-bottom {
        padding-bottom: 40px !important;
    }
    .soft-double-xs-left {
        padding-left: 40px !important;
    }
    .soft-double-xs-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .soft-double-xs-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .soft-triple-xs {
        padding: 60px !important;
    }
    .soft-triple-xs-top {
        padding-top: 60px !important;
    }
    .soft-triple-xs-right {
        padding-right: 60px !important;
    }
    .soft-triple-xs-bottom {
        padding-bottom: 60px !important;
    }
    .soft-triple-xs-left {
        padding-left: 60px !important;
    }
    .soft-triple-xs-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .soft-triple-xs-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .hard-xs {
        padding: 0 !important;
    }
    .hard-xs-top {
        padding-top: 0 !important;
    }
    .hard-xs-right {
        padding-right: 0 !important;
    }
    .hard-xs-bottom {
        padding-bottom: 0 !important;
    }
    .hard-xs-left {
        padding-left: 0 !important;
    }
    .hard-xs-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hard-xs-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width:768px) {
    .flush-sm {
        margin: 0 !important;
    }
    .flush-sm-top {
        margin-top: 0 !important;
    }
    .flush-sm-right {
        margin-right: 0 !important;
    }
    .flush-sm-bottom {
        margin-bottom: 0 !important;
    }
    .flush-sm-left {
        margin-left: 0 !important;
    }
    .flush-sm-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flush-sm-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .push-sm {
        margin: 20px !important;
    }
    .push-sm-top {
        margin-top: 20px !important;
    }
    .push-sm-right {
        margin-right: 20px !important;
    }
    .push-sm-bottom {
        margin-bottom: 20px !important;
    }
    .push-sm-left {
        margin-left: 20px !important;
    }
    .push-sm-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .push-sm-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .push-half-sm {
        margin: 10px !important;
    }
    .push-half-sm-top {
        margin-top: 10px !important;
    }
    .push-half-sm-right {
        margin-right: 10px !important;
    }
    .push-half-sm-bottom {
        margin-bottom: 10px !important;
    }
    .push-half-sm-left {
        margin-left: 10px !important;
    }
    .push-half-sm-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .push-half-sm-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .push-double-sm {
        margin: 40px !important;
    }
    .push-double-sm-top {
        margin-top: 40px !important;
    }
    .push-double-sm-right {
        margin-right: 40px !important;
    }
    .push-double-sm-bottom {
        margin-bottom: 40px !important;
    }
    .push-double-sm-left {
        margin-left: 40px !important;
    }
    .push-double-sm-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .push-double-sm-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .push-triple-sm {
        margin: 60px !important;
    }
    .push-triple-sm-top {
        margin-top: 60px !important;
    }
    .push-triple-sm-right {
        margin-right: 60px !important;
    }
    .push-triple-sm-bottom {
        margin-bottom: 60px !important;
    }
    .push-triple-sm-left {
        margin-left: 60px !important;
    }
    .push-triple-sm-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .push-triple-sm-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .soft-sm {
        padding: 20px !important;
    }
    .soft-sm-top {
        padding-top: 20px !important;
    }
    .soft-sm-right {
        padding-right: 20px !important;
    }
    .soft-sm-bottom {
        padding-bottom: 20px !important;
    }
    .soft-sm-left {
        padding-left: 20px !important;
    }
    .soft-sm-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .soft-sm-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .soft-half-sm {
        padding: 10px !important;
    }
    .soft-half-sm-top {
        padding-top: 10px !important;
    }
    .soft-half-sm-right {
        padding-right: 10px !important;
    }
    .soft-half-sm-bottom {
        padding-bottom: 10px !important;
    }
    .soft-half-sm-left {
        padding-left: 10px !important;
    }
    .soft-half-sm-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .soft-half-sm-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .soft-double-sm {
        padding: 40px !important;
    }
    .soft-double-sm-top {
        padding-top: 40px !important;
    }
    .soft-double-sm-right {
        padding-right: 40px !important;
    }
    .soft-double-sm-bottom {
        padding-bottom: 40px !important;
    }
    .soft-double-sm-left {
        padding-left: 40px !important;
    }
    .soft-double-sm-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .soft-double-sm-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .soft-triple-sm {
        padding: 60px !important;
    }
    .soft-triple-sm-top {
        padding-top: 60px !important;
    }
    .soft-triple-sm-right {
        padding-right: 60px !important;
    }
    .soft-triple-sm-bottom {
        padding-bottom: 60px !important;
    }
    .soft-triple-sm-left {
        padding-left: 60px !important;
    }
    .soft-triple-sm-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .soft-triple-sm-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .hard-sm {
        padding: 0 !important;
    }
    .hard-sm-top {
        padding-top: 0 !important;
    }
    .hard-sm-right {
        padding-right: 0 !important;
    }
    .hard-sm-bottom {
        padding-bottom: 0 !important;
    }
    .hard-sm-left {
        padding-left: 0 !important;
    }
    .hard-sm-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hard-sm-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width:1025px) {
    .flush-md {
        margin: 0 !important;
    }
    .flush-md-top {
        margin-top: 0 !important;
    }
    .flush-md-right {
        margin-right: 0 !important;
    }
    .flush-md-bottom {
        margin-bottom: 0 !important;
    }
    .flush-md-left {
        margin-left: 0 !important;
    }
    .flush-md-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flush-md-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .push-md {
        margin: 20px !important;
    }
    .push-md-top {
        margin-top: 20px !important;
    }
    .push-md-right {
        margin-right: 20px !important;
    }
    .push-md-bottom {
        margin-bottom: 20px !important;
    }
    .push-md-left {
        margin-left: 20px !important;
    }
    .push-md-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .push-md-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .push-half-md {
        margin: 10px !important;
    }
    .push-half-md-top {
        margin-top: 10px !important;
    }
    .push-half-md-right {
        margin-right: 10px !important;
    }
    .push-half-md-bottom {
        margin-bottom: 10px !important;
    }
    .push-half-md-left {
        margin-left: 10px !important;
    }
    .push-half-md-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .push-half-md-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .push-double-md {
        margin: 40px !important;
    }
    .push-double-md-top {
        margin-top: 40px !important;
    }
    .push-double-md-right {
        margin-right: 40px !important;
    }
    .push-double-md-bottom {
        margin-bottom: 40px !important;
    }
    .push-double-md-left {
        margin-left: 40px !important;
    }
    .push-double-md-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .push-double-md-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .push-triple-md {
        margin: 60px !important;
    }
    .push-triple-md-top {
        margin-top: 60px !important;
    }
    .push-triple-md-right {
        margin-right: 60px !important;
    }
    .push-triple-md-bottom {
        margin-bottom: 60px !important;
    }
    .push-triple-md-left {
        margin-left: 60px !important;
    }
    .push-triple-md-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .push-triple-md-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .soft-md {
        padding: 20px !important;
    }
    .soft-md-top {
        padding-top: 20px !important;
    }
    .soft-md-right {
        padding-right: 20px !important;
    }
    .soft-md-bottom {
        padding-bottom: 20px !important;
    }
    .soft-md-left {
        padding-left: 20px !important;
    }
    .soft-md-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .soft-md-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .soft-half-md {
        padding: 10px !important;
    }
    .soft-half-md-top {
        padding-top: 10px !important;
    }
    .soft-half-md-right {
        padding-right: 10px !important;
    }
    .soft-half-md-bottom {
        padding-bottom: 10px !important;
    }
    .soft-half-md-left {
        padding-left: 10px !important;
    }
    .soft-half-md-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .soft-half-md-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .soft-double-md {
        padding: 40px !important;
    }
    .soft-double-md-top {
        padding-top: 40px !important;
    }
    .soft-double-md-right {
        padding-right: 40px !important;
    }
    .soft-double-md-bottom {
        padding-bottom: 40px !important;
    }
    .soft-double-md-left {
        padding-left: 40px !important;
    }
    .soft-double-md-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .soft-double-md-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .soft-triple-md {
        padding: 60px !important;
    }
    .soft-triple-md-top {
        padding-top: 60px !important;
    }
    .soft-triple-md-right {
        padding-right: 60px !important;
    }
    .soft-triple-md-bottom {
        padding-bottom: 60px !important;
    }
    .soft-triple-md-left {
        padding-left: 60px !important;
    }
    .soft-triple-md-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .soft-triple-md-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .hard-md {
        padding: 0 !important;
    }
    .hard-md-top {
        padding-top: 0 !important;
    }
    .hard-md-right {
        padding-right: 0 !important;
    }
    .hard-md-bottom {
        padding-bottom: 0 !important;
    }
    .hard-md-left {
        padding-left: 0 !important;
    }
    .hard-md-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hard-md-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width:1200px) {
    .flush-lg {
        margin: 0 !important;
    }
    .flush-lg-top {
        margin-top: 0 !important;
    }
    .flush-lg-right {
        margin-right: 0 !important;
    }
    .flush-lg-bottom {
        margin-bottom: 0 !important;
    }
    .flush-lg-left {
        margin-left: 0 !important;
    }
    .flush-lg-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flush-lg-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .push-lg {
        margin: 20px !important;
    }
    .push-lg-top {
        margin-top: 20px !important;
    }
    .push-lg-right {
        margin-right: 20px !important;
    }
    .push-lg-bottom {
        margin-bottom: 20px !important;
    }
    .push-lg-left {
        margin-left: 20px !important;
    }
    .push-lg-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .push-lg-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .push-half-lg {
        margin: 10px !important;
    }
    .push-half-lg-top {
        margin-top: 10px !important;
    }
    .push-half-lg-right {
        margin-right: 10px !important;
    }
    .push-half-lg-bottom {
        margin-bottom: 10px !important;
    }
    .push-half-lg-left {
        margin-left: 10px !important;
    }
    .push-half-lg-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .push-half-lg-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .push-double-lg {
        margin: 40px !important;
    }
    .push-double-lg-top {
        margin-top: 40px !important;
    }
    .push-double-lg-right {
        margin-right: 40px !important;
    }
    .push-double-lg-bottom {
        margin-bottom: 40px !important;
    }
    .push-double-lg-left {
        margin-left: 40px !important;
    }
    .push-double-lg-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .push-double-lg-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .push-triple-lg {
        margin: 60px !important;
    }
    .push-triple-lg-top {
        margin-top: 60px !important;
    }
    .push-triple-lg-right {
        margin-right: 60px !important;
    }
    .push-triple-lg-bottom {
        margin-bottom: 60px !important;
    }
    .push-triple-lg-left {
        margin-left: 60px !important;
    }
    .push-triple-lg-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .push-triple-lg-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .soft-lg {
        padding: 20px !important;
    }
    .soft-lg-top {
        padding-top: 20px !important;
    }
    .soft-lg-right {
        padding-right: 20px !important;
    }
    .soft-lg-bottom {
        padding-bottom: 20px !important;
    }
    .soft-lg-left {
        padding-left: 20px !important;
    }
    .soft-lg-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .soft-lg-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .soft-half-lg {
        padding: 10px !important;
    }
    .soft-half-lg-top {
        padding-top: 10px !important;
    }
    .soft-half-lg-right {
        padding-right: 10px !important;
    }
    .soft-half-lg-bottom {
        padding-bottom: 10px !important;
    }
    .soft-half-lg-left {
        padding-left: 10px !important;
    }
    .soft-half-lg-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .soft-half-lg-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .soft-double-lg {
        padding: 40px !important;
    }
    .soft-double-lg-top {
        padding-top: 40px !important;
    }
    .soft-double-lg-right {
        padding-right: 40px !important;
    }
    .soft-double-lg-bottom {
        padding-bottom: 40px !important;
    }
    .soft-double-lg-left {
        padding-left: 40px !important;
    }
    .soft-double-lg-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .soft-double-lg-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .soft-triple-lg {
        padding: 60px !important;
    }
    .soft-triple-lg-top {
        padding-top: 60px !important;
    }
    .soft-triple-lg-right {
        padding-right: 60px !important;
    }
    .soft-triple-lg-bottom {
        padding-bottom: 60px !important;
    }
    .soft-triple-lg-left {
        padding-left: 60px !important;
    }
    .soft-triple-lg-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .soft-triple-lg-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .hard-lg {
        padding: 0 !important;
    }
    .hard-lg-top {
        padding-top: 0 !important;
    }
    .hard-lg-right {
        padding-right: 0 !important;
    }
    .hard-lg-bottom {
        padding-bottom: 0 !important;
    }
    .hard-lg-left {
        padding-left: 0 !important;
    }
    .hard-lg-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hard-lg-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.address_search_res{
    width:100%;
    height:45px;
    line-height:45px;
    padding:0 16px;
    cursor: pointer;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.icon svg {
    display: block;
    width: 15px;
    height: 15px
}

.icon.is-white svg * {
    fill: #fff
}

.icon.is-white-stroke svg * {
    stroke: #fff
}

.icon-search {
    width: 15px;
    height: 15px;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.icon-search:hover {
    opacity: .5
}

.icon-search svg {
    width: 15px;
    height: 15px
}

.icon-search svg * {
    fill: none;
    stroke: #fff;
    stroke-width: .75;
    stroke-linecap: round;
    stroke-miterlimit: 10
}

.icon-filters {
    width: 14px;
    height: 14px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfOSIgZGF0YS1uYW1lPSJHcm91cCA5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxwYXRoIGlkPSJDbGlwXzIiIGRhdGEtbmFtZT0iQ2xpcCAyIiBkPSJNMCwwSDNWMTNIMFoiIGZpbGw9Im5vbmUiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJHcm91cF8zIiBkYXRhLW5hbWU9Ikdyb3VwIDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExKSI+CiAgICA8cGF0aCBpZD0iQ2xpcF8yLTIiIGRhdGEtbmFtZT0iQ2xpcCAyIiBkPSJNMCwwSDNWMTNIMFoiIGZpbGw9Im5vbmUiLz4KICAgIDxnIGlkPSJHcm91cF8zLTIiIGRhdGEtbmFtZT0iR3JvdXAgMyIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICA8cGF0aCBpZD0iRmlsbF8xIiBkYXRhLW5hbWU9IkZpbGwgMSIgZD0iTTMsNi41YTEuNDUzLDEuNDUzLDAsMCwwLTEuMDU4LTEuMzhWLjQyOGEuNDQzLjQ0MywwLDAsMC0uODg1LDBWNS4xMjFhMS40MjksMS40MjksMCwwLDAsMCwyLjc1OXY0LjY5M2EuNDQzLjQ0MywwLDAsMCwuODg1LDBWNy44OEExLjQ1MywxLjQ1MywwLDAsMCwzLDYuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPgogICAgPC9nPgogIDwvZz4KICA8cGF0aCBpZD0iRmlsbF80IiBkYXRhLW5hbWU9IkZpbGwgNCIgZD0iTTEuOTQyLDcuNjg1Vi40MjhhLjQ0My40NDMsMCwwLDAtLjg4NSwwVjcuNjg1YTEuNDI4LDEuNDI4LDAsMCwwLDAsMi43NTl2Mi4xMjhhLjQ0My40NDMsMCwwLDAsLjg4NSwwVjEwLjQ0NGExLjQyOCwxLjQyOCwwLDAsMCwwLTIuNzU5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1KSIvPgogIDxnIGlkPSJHcm91cF84IiBkYXRhLW5hbWU9Ikdyb3VwIDgiPgogICAgPHBhdGggaWQ9IkNsaXBfNy0yIiBkYXRhLW5hbWU9IkNsaXAgNyIgZD0iTTAsMEgzVjEzSDBaIiBmaWxsPSJub25lIi8+CiAgICA8ZyBpZD0iR3JvdXBfOC0yIiBkYXRhLW5hbWU9Ikdyb3VwIDgiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgICAgPHBhdGggaWQ9IkZpbGxfNiIgZGF0YS1uYW1lPSJGaWxsIDYiIGQ9Ik0xLjk0MiwyLjU1NlYuNDI4YS40NDMuNDQzLDAsMCwwLS44ODUsMFYyLjU1NmExLjQyOCwxLjQyOCwwLDAsMCwwLDIuNzU5djcuMjU4YS40NDMuNDQzLDAsMCwwLC44ODUsMFY1LjMxNWExLjQyOCwxLjQyOCwwLDAsMCwwLTIuNzU5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
    background-size: 100% auto;
    margin-right: 20px
}

.icon-email {
    width: 10px;
    height: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibWFpbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAuNjIxIiBoZWlnaHQ9IjEwLjA5OCIgdmlld0JveD0iMCAwIDEwLjYyMSAxMC4wOTgiPgogIDxwYXRoIGlkPSJGaWxsXzEiIGRhdGEtbmFtZT0iRmlsbCAxIiBkPSJNMCwwQS44NDguODQ4LDAsMCwxLC4yMTcuMDhjLjU1My40LDEuMTA3Ljc5MSwxLjY1NCwxLjIsMSwuNzU3LDIsMS41MjcsMy4wMDYsMi4yODlhLjIuMiwwLDAsMCwuMTE1LjA0MWMuMjA3LDAsLjQxNC4wMDYuNjIxLDBhLjI3NS4yNzUsMCwwLDAsLjE1NS0uMDU1UTcuNzM3LDIuMDY0LDkuNy41NjVjLjIzLS4xNzQuNDY1LS4zMzQuNy0uNDkxQS44MzUuODM1LDAsMCwxLDEwLjYyMSwwVi4xNDVxMCwzLjI2MSwwLDYuNTIzYS42LjYsMCwwLDEtLjA0MS4xOTJjLS4wMy4wODMtLjA3My4xNTUtLjEuMjM4YS4zNzYuMzc2LDAsMCwxLS4yNzcuMjc4LDUuMSw1LjEsMCwwLDEtLjY1My4wODNxLS44NDkuMDI4LTEuNy4wMjgtMi45NTYsMC01LjkxMi0uMDExYy0uNDI0LDAtLjg0Ny0uMDM0LTEuMjcxLS4wMzItLjIzNywwLS40LS4xNTItLjU1NC0uNEEuNzkuNzksMCwwLDEsMCw2LjYwNVEuMDA2LDMuMzg2LDAsLjE2NlYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDIuNjEyKSIvPgogIDxwYXRoIGlkPSJGaWxsXzMiIGRhdGEtbmFtZT0iRmlsbCAzIiBkPSJNNS40NzcsMEg5LjgxMmMuMTgzLDAsLjM2Ny4wMDYuNTUuMDE0LjIzNy4wMS4zMjguMjQ3LjIuNTQyYS45NTUuOTU1LDAsMCwxLS4yLjMsNy4xNDMsNy4xNDMsMCwwLDEtLjU3NS41cS0xLjgxLDEuNC0zLjYyMywyLjhjLS4xNDkuMTE1LS4zLjIyMy0uNDU1LjMyMmEuNjc4LjY3OCwwLDAsMS0uODIyLS4wMUM0LjExNSwzLjksMy4zNDcsMy4zMTgsMi41ODIsMi43MzFRMS41NDcsMS45MzguNTIsMS4xMkEzLjA5MiwzLjA5MiwwLDAsMSwuMTIyLjcuNTg3LjU4NywwLDAsMSwwLC4zMjlDMCwuMi4wMTYuMTQ2LjEuMTE5QTEuMjg3LDEuMjg3LDAsMCwxLC40MTMuMDU3Qy44ODkuMDM1LDEuMzY1LjAxLDEuODQxLjAwNywzLjA1MywwLDQuMjY1LDAsNS40NzcsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz4KPC9zdmc+Cg==);
    background-size: 100% auto
}

.icon-cart {
    width: 18px;
    height: 18px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAyMDIwMztzdHJva2Utd2lkdGg6MztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6IzAyMDIwMzt9Cjwvc3R5bGU+CjxnPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNy4zLDEuOCAxMy43LDEuOCAyLjcsMS44IDQuMywxMi40IDE1LjcsMTIuNCAJIi8+Cgk8Zz4KCQk8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSI0LjMiIGN5PSIxNy44IiByPSIxLjkiLz4KCQk8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIxNS43IiBjeT0iMTcuOCIgcj0iMS45Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
    background-size: 100% auto
}

.icon-cart.is-svg {
    margin-right: 10px
}

.icon-cart.is-svg,.icon-cart.is-svg svg {
    width: 12px;
    height: 12px
}

.icon-cart.is-svg svg * {
    fill: #070707;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease
}

.icon-marker {
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAyMDIwMzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjMsMC41QzUuMiwwLjksMi4zLDQuOSwzLDljMC43LDQuMiw0LjYsNS41LDYuNSwxMC4xYzAuMiwwLjQsMC44LDAuNCwwLjksMGMyLjEtNS4yLDYuNi02LjIsNi42LTExLjYKCUMxNy4xLDMuNCwxMy41LDAuMSw5LjMsMC41eiBNMTAsMTJjLTIuNSwwLTQuNC0yLTQuNC00LjRjMC0yLjUsMi00LjQsNC40LTQuNGMyLjUsMCw0LjQsMiw0LjQsNC40QzE0LjQsMTAsMTIuNCwxMiwxMCwxMnoiLz4KPC9zdmc+Cg==);
    background-size: 100% auto
}

.icon-marker.is-svg {
    margin-right: 10px
}

.icon-marker.is-svg,.icon-marker.is-svg svg {
    width: 14px;
    height: 14px
}

.icon-marker.is-svg svg * {
    fill: #070707;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease
}

.icon-download:not(.is-svg) {
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTEuNyIgY3k9IjMiIHI9IjIiLz4KCTwvZz4KCTxnPgoJCTxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjExLjciIGN5PSIxMyIgcj0iMiIvPgoJPC9nPgoJPGc+CgkJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMy4zIiBjeT0iOCIgcj0iMiIvPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMy40LDguMiAzLjEsNy44IDExLjYsMi44IDExLjksMy4yIAkJCSIvPgoJCTwvZz4KCQk8Zz4KCQkJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMS42LDEzLjIgMy4xLDguMiAzLjQsNy44IDExLjksMTIuOCAJCQkiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
    background-size: 100% auto
}

.icon-download.is-svg svg {
    width: 15px;
    height: 15px
}

.icon-download-file:not(.is-svg) {
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQuOTcgMzg0Ljk3Ij4NCgk8Zz4NCgkJPGc+DQoJCQk8cGF0aCBkPSJNMzcyLjkzOSwyNjQuNjY3Yy02LjY0MSwwLTEyLjAzLDUuMzktMTIuMDMsMTIuMDN2ODQuMjEySDI0LjA2MXYtODQuMjEyYzAtNi42NDEtNS4zOS0xMi4wMy0xMi4wMy0xMi4wMw0KCQkJCVMwLDI3MC4wNTYsMCwyNzYuNjk3djk2LjI0MmMwLDYuNjQxLDUuMzksMTIuMDMsMTIuMDMsMTIuMDNoMzYwLjkwOWM2LjY0MSwwLDEyLjAzLTUuMzksMTIuMDMtMTIuMDN2LTk2LjI0Mg0KCQkJCUMzODQuOTcsMjcwLjA1NiwzNzkuNTgsMjY0LjY2NywzNzIuOTM5LDI2NC42Njd6Ii8+DQoJCQk8cGF0aCBkPSJNMTgzLjcwMywyODUuMjAyYzQuNjgsNC42MzIsMTIuNTEyLDQuNjgsMTcuMTkxLDBsODQuMi04My4wMDljNC43NTItNC43MDQsNC43NC0xMi4zMTksMC0xNy4wMTENCgkJCQljLTQuNzQtNC43MDQtMTIuNDM5LTQuNzA0LTE3LjE3OSwwbC02My40Niw2Mi41NThWMTIuMDNjMC02LjY0MS01LjQzOC0xMi4wMy0xMi4xNTEtMTIuMDNzLTEyLjE1MSw1LjM5LTEyLjE1MSwxMi4wM3YyMzUuNzENCgkJCQlsLTYzLjQ2LTYyLjU1OGMtNC43NTItNC43MDQtMTIuNDM5LTQuNzA0LTE3LjE3OSwwYy00Ljc1Miw0LjcwNC00Ljc1MiwxMi4zMTksMCwxNy4wMTFMMTgzLjcwMywyODUuMjAyeiIvPg0KCQk8L2c+DQoJPC9zdmc+);
    background-size: 100% auto
}

.icon-download-file.is-svg svg {
    width: 15px;
    height: 15px
}

.icon-phone {
    display: inline-block;
    margin-right: 5px
}

.icon-phone,.icon-phone svg {
    width: 12px;
    height: 12px
}

.icon-phone svg * {
    fill: #070707
}

/*******************************
 * No CSS Should be added below the above TRUMPS section.
 *
 *
 * Please add all additional CSS above the TRUMPS section above.
 * /
*/
