@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
    font-family: 'Alice', serif;
    /*margin: 0.67em 0;*/
}

h2 {
    font-family: 'Alice', serif;
    letter-spacing: 3px;
    line-height: 28px;
}

h3 {
    font-family: 'Alice', serif;
    letter-spacing: 3px;
    line-height: 28px;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    color: #00b6aa;
    transition: .2s all;
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden], .hidden {
    display: none;
}

*, :after, :before {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.flex--space {
    flex: 1;
}

.flex--column {
    flex-flow: column;
}

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

.justify--around {
    justify-content: space-around;
}

.justify--between {
    justify-content: space-between;
}

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

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

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

.align--start {
    align-items: flex-start;
}

.align--end {
    align-items: flex-end;
}

.text--black {
    font-weight: 900;
}

.text--bold {
    font-weight: 700;
}

.text--simi {
    font-weight: 600;
}

.text--medium {
    font-weight: 500;
}

.text--normal {
    font-weight: 400;
}

.text--light {
    font-weight: 300;
}

.text--extra-light {
    font-weight: 200;
}

.text--upper {
    text-transform: uppercase;
}

.text--lower {
    text-transform: lowercase;
}

.text--title {
    text-transform: capitalize;
}

.text--nowrap {
    white-space: nowrap;
}

.text--white {
    color: #fff;
}

.text--dark {
    color: #000;
}

.text--primary {
    color: #2BAC6E;
}

.text--right {
    text-align: right;
}

.text--left {
    text-align: left;
}

.text--center {
    text-align: center;
}

.no-style {
    margin: 0;
    padding: 0;
}

.no-style li {
    list-style: none;
}

.two-columns {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.two-columns li {
    width: 50%;
    padding: 0 15px;
}

.mgt--10 {
    margin-top: 10px;
}

.mgt--20 {
    margin-top: 20px;
}

.mgt--30 {
    margin-top: 30px;
}

.mgt--40 {
    margin-top: 40px;
}

.mgt--50 {
    margin-top: 50px;
}

.mgt--60 {
    margin-top: 60px;
}

.mgt--70 {
    margin-top: 70px;
}

.mgt--80 {
    margin-top: 80px;
}

.mgt--90 {
    margin-top: 90px;
}

.mgt--100 {
    margin-top: 100px;
}

.mgb--10 {
    margin-bottom: 10px;
}

.mgb--20 {
    margin-bottom: 20px;
}

.mgb--30 {
    margin-bottom: 30px;
}

.mgb--40 {
    margin-bottom: 40px;
}

.mgb--50 {
    margin-bottom: 50px;
}

.mgb--60 {
    margin-bottom: 60px;
}

.mgb--70 {
    margin-bottom: 70px;
}

.mgb--80 {
    margin-bottom: 80px;
}

.mgb--90 {
    margin-bottom: 90px;
}

.mgb--100 {
    margin-bottom: 100px;
}

.pdt--10 {
    padding-top: 10px;
}

.pdt--20 {
    padding-top: 20px;
}

.pdt--30 {
    padding-top: 30px;
}

.pdt--40 {
    padding-top: 40px;
}

.pdt--50 {
    padding-top: 50px;
}

.pdt--60 {
    padding-top: 60px;
}

.pdt--70 {
    padding-top: 70px;
}

.pdt--80 {
    padding-top: 80px;
}

.pdt--90 {
    padding-top: 90px;
}

.pdt--100 {
    padding-top: 100px;
}

.pdb--10 {
    padding-bottom: 10px;
}

.pdb--20 {
    padding-bottom: 20px;
}

.pdb--30 {
    padding-bottom: 30px;
}

.pdb--40 {
    padding-bottom: 40px;
}

.pdb--50 {
    padding-bottom: 50px;
}

.pdb--60 {
    padding-bottom: 60px;
}

.pdb--70 {
    padding-bottom: 70px;
}

.pdb--80 {
    padding-bottom: 80px;
}

.pdb--90 {
    padding-bottom: 90px;
}

.pdb--100 {
    padding-bottom: 100px;
}

.pd--10 {
    padding: 10px;
}

.pd--20 {
    padding: 20px;
}

.pd--30 {
    padding: 30px;
}

.pd--40 {
    padding: 40px;
}

.pd--50 {
    padding: 50px;
}

.pd--60 {
    padding: 60px;
}

.pd--70 {
    padding: 70px;
}

.pd--80 {
    padding: 80px;
}

.pd--90 {
    padding: 90px;
}

.pd--100 {
    padding: 100px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #00b6aa;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sppb-column, .sppb-column-addons {
    z-index: unset;
}

.sppb-addon-sp-slider .sppb-container {
    max-width: 1360px;
}

.linda-image-block {
    padding: 23px 15px;
}

.slick-slide .linda-image-block {
    display: block !important;
}

.linda-image-block__image {
    transition: .2s all;
}

.linda-image-block__image:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.linda-image-block__image a {
    display: block;
}

.linda-image-block__image img {
    width: 100%;
    vertical-align: middle;
}

.linda-image-block__content {
    padding: 18px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-top: 12px;
}

.linda-image-block__title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
}

.linda-image-block__title a {
    color: #000;
}

.linda-image-block__title a:hover {
    color: #00b6aa;
}

.linda-image-block__desc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.linda-image-block__button {
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
}

.linda-image-block__button:hover {
    color: #00b6aa;
}

.linda-image-block__button .icon {
    margin-left: 4px;
}

body.is-show {
    overflow: hidden;
}

.linda-popup {
    width: 800px;
    position: fixed;
    top: 10%;
    background: #fff;
    padding: 30px;
    z-index: 999;
    transition: .2s all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    left: 50%;
    max-height: 80%;
    overflow-y: auto;
    transform: translateX(-50%);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .linda-popup {
        width: 90%;
    }
}

.linda-popup.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.linda-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 111;
    transition: .2s all;
    opacity: 0;
    visibility: hidden;
}

.is-show .linda-popup__overlay {
    opacity: 1;
    visibility: visible;
}

.linda-popup__close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: block;
}

.linda-popup__close:hover {
    color: #2BAC6E;
}

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

.linda-popup__content li {
    list-style: none;
    line-height: 38px;
    width: 50%;
    font-weight: bold;
}

.linda-popup__content ul {
    margin: 20px 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.linda-popup__footer {
    justify-content: space-between;
    margin-top: 30px;
}

.linda-popup__footer > div:first-child {
    font-size: 16px;
    line-height: 24px;
}

.linda-popup__footer > div:first-child strong {
    font-weight: 500;
    font-size: 24px;
}

.linda-popup__title {
    font-size: 24px;
}

.btn-showmore {
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    flex-flow: column;
}

.btn-showmore .fa {
    font-size: 54px;
    margin-top: -10px;
    transition: .2s all;
}

.btn-showmore.is-active .fa {
    transform: rotate(180deg);
}

.linda-testimonials__item {
    margin: 0 10px;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #000000;
    padding: 15px;
    text-align: center;
}

.linda-testimonials__content {
    padding-bottom: 15px;
}

.linda-testimonials__title {
    color: #2BAC6E;
    background: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 -15px -15px -15px;
    padding: 13px 15px;
    text-align: left;
}

.testimonials-section .sppb-column-addons,
.testimonials-section .sppb-col-md-12,
.testimonials-section .sppb-column {
    position: unset;
}

.slick-arrow {
    width: 37px;
    height: 70px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -35px;
    z-index: 11;
    background: url(../images/right-arrow.svg) no-repeat center center;
}

.slick-arrow.slick-prev {
    background: url(../images/left-arrow.svg) no-repeat center center;
    left: 35px;
    right: auto;
}

.slick-dots li button:before {
    font-size: 14px !important;
}

.slick-dots li.slick-active button:before {
    color: #2BAC6E !important;
    opacity: 1 !important;
}

.heading--underline .sppb-addon-title {
    display: inline-block;
    position: relative;
}

.heading--underline .sppb-addon-title:after {
    content: '';
    width: 114px;
    display: inline-block;
    border-bottom: 4px solid #2BAC6E;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -57px;
}

.heading--full .sppb-addon-title {
    padding-bottom: 20px !important;
}

.heading--full .sppb-addon-title:after {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    left: 0;
    bottom: 0px;
    margin-left: 0;
}

.sppb-sp-slider-title {
    font-size: 50px !important;
    line-height: 55px !important;
    color: #000 !important;
    font-weight: 900;
    max-width: 600px;
    opacity: 0.56;
    background: rgba(255, 255, 255, 0.56);
    padding: 20px;
}

.sppb-sp-slider-title small {
    font-size: 24px !important;
    font-weight: normal;
    display: block;
}

@media (max-width: 767px) {
    .sppb-sp-slider-title {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .sppb-sp-slider-title small {
        font-size: 16px !important;
    }
}

.linda-galleries--sizer, .linda-galleries__item {
    width: 25%;
    position: relative;
    cursor: pointer;
    transition: .2s all;
}

.linda-galleries--sizer img, .linda-galleries__item img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
}

.linda-galleries--sizer:hover, .linda-galleries__item:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.linda-galleries__heading {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.linda-galleries--effect {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

.linda-galleries--effect img {
    opacity: 0.9;
    transition: opacity 0.35s;
}

.linda-galleries--effect:hover {
    -webkit-filter: none;
    filter: none;
}

.linda-galleries--effect:hover img {
    opacity: 0.4;
}

.linda-galleries--effect:hover .linda-galleries__caption {
    background-color: rgba(58, 52, 42, 0);
}

.linda-galleries--effect:hover .linda-galleries__caption:before {
    opacity: 1;
    transform: scale(1);
}

.linda-galleries__caption {
    padding: 3em;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.35s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}

.linda-galleries__caption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0);
}

.linda-galleries.slick-initialized {
    padding-bottom: 20px;
}

.linda-galleries.slick-initialized .linda-galleries__item {
    width: 100%;
}

.linda-galleries.slick-initialized .linda-galleries--sizer {
    display: none !important;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    background: #fff !important;
    opacity: .8 !important;
}

.mfp-arrow {
    width: 60px !important;
    height: 60px !important;
    background: transparent;
    text-indent: -9999px;
    border-top: 4px solid #000 !important;
    border-left: 4px solid #000 !important;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform-origin: center !important;
}

.mfp-arrow:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    transform: rotate(45deg);
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

.mfp-arrow.mfp-arrow-right {
    transform: rotate(135deg);
    right: 40px;
}

.mfp-arrow.mfp-arrow-left {
    transform: rotate(-45deg);
    left: 40px;
}

.mfp-arrow:after {
    display: none !important;
}

.linda-intro-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .linda-intro-list {
        margin: 0;
        padding: 0 20px;
    }
}

.linda-intro-list__item {
    width: 33.333%;
    font-size: 18px;
    font-weight: 500;
    color: #9B9B9B;
    padding: 20px 15px;
}

@media (max-width: 767px) {
    .linda-intro-list__item {
        width: 100%;
    }

    .linda-intro-list__item.hide-on-mobile {
        display: none;
    }
}

.linda-intro-list__item:hover * {
    color: #00b6aa;
}

.linda-intro-list__title {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.linda-intro-list__button {
    width: 100%;
    align-items: center;
    flex-flow: column;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    display: none;
}

.linda-intro-list__button .fa {
    font-size: 40px;
}

@media (max-width: 767px) {
    .linda-intro-list__button {
        display: flex;
    }
}

.sppb-form-group .sppb-form-control {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 45px;
}

.sppb-form-group .sppb-form__name,
.sppb-form-group .sppb-form__email,
.sppb-form-group .sppb-form__message,
.sppb-form-group .sppb-form__phone {
    position: relative;
}

.sppb-form-group .sppb-form__name:before,
.sppb-form-group .sppb-form__email:before,
.sppb-form-group .sppb-form__message:before,
.sppb-form-group .sppb-form__phone:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 14px;
    background: url(../images/user.png) no-repeat center center;
}

.sppb-form-group .sppb-form__message:before {
    background: url(../images/icon.png) no-repeat center center;
}

.sppb-form-group .sppb-form__message textarea {
    padding: 16px 10px 10px 45px;
}

.sppb-form-group .sppb-form__email {
    margin-top: 36px;
}

.sppb-form-group .sppb-form__email:before {
    background: url(../images/mail.png) no-repeat center center;
}

@media (max-width: 767px) {
    .sppb-form-group .sppb-form__email {
        margin-top: 15px;
    }
}

.footer-section .sppb-addon-title {
    font-size: 24px;
    color: #4A4A4A;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.footer-section .menu {
    margin: 0;
    padding: 0;
}

.footer-section .menu li {
    list-style: none;
    line-height: 49px;
    font-size: 24px;
    font-weight: 600;
}

.footer-section .menu li a {
    color: #4A4A4A;
}

.footer-section .menu li a:hover {
    color: #2BAC6E;
}

.footer-section .sppb-addon-text-block {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #4A4A4A;
}

.footer-section .sppb-addon-text-block a {
    color: #4A4A4A;
}

.footer-section .sppb-addon-text-block ul {
    margin: 0;
    padding: 0;
}

.footer-section .sppb-addon-text-block ul li {
    list-style: none;
}

.footer-section .sppb-column-addons > div {
    margin-bottom: 0 !important;
}

.blocks-content > .sppb-column-addons {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

@media (max-width: 768px) {
    .blocks-content > .sppb-column-addons {
        flex-flow: column;
    }

    .blocks-content > .sppb-column-addons > div {
        width: 100% !important;
    }
}

.blocks-content > .sppb-column-addons > div {
    width: 50%;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .linda-testimonials {
        padding: 0 40px;
    }

    .slick-arrow {
        width: 14px;
        height: 24px;
        background-size: cover !important;
        margin-top: -12px;
    }

    .sppb-section {
        background-image: unset !important;
    }

    .about-section .sppb-row {
        display: flex;
        flex-flow: column-reverse;
    }

    .heading--underline.sppb-text-left {
        text-align: center;
    }

    .footer-section .sppb-column {
        margin-bottom: 30px;
    }

    .site-footer__inner {
        flex-flow: column-reverse;
    }

    .backtop {
        padding: 20px 0;
    }

    .backtop span {
        display: block !important;
    }

    .sppb-addon-gmap-canvas {
        max-width: calc(100vw - 30px) !important;
    }
}

@media (max-width: 480px) {
    .linda-testimonials {
        padding: 0 30px;
    }

    .slick-arrow {
        right: 20px;
    }

    .slick-arrow.slick-prev {
        left: 20px;
    }
}

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

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

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

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

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

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

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

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

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

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

html,
body {
    margin: 0;
    padding: 0;
}

html.is-show,
body.is-show {
    overflow: hidden;
}

body {
    padding: 0;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    line-height: 22px;
    color: #000;
    background: #fff;
}

.site {
    overflow: hidden;
}

.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.sppb-row-container {
    max-width: 1024px;
}

.container--full .sppb-row-container {
    max-width: 1360px;
    width: 1360px;
}

.site-header {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 11;
    left: 0;
    width: 100%;
    box-shadow: 0 0 1px #eee;
}

.site-header__inner {
    height: 150px;
    transition: .2s all;
    position: relative;
}

@media (max-width: 768px) {
    .site-header__inner {
        height: 110px;
    }

    .site-header__inner .site-header__brand {
        justify-content: flex-end;
    }

    .site-header__inner .site-header__brand img {
        height: 80px !important;
    }
}

.site-header.is-sticky .site-header__inner {
    height: 110px;
}

.site-header.is-sticky .site-header__brand img {
    height: 80px !important;
}

@media (max-width: 768px) {
    .site-header.is-sticky .site-header__inner {
        height: 90px;
    }

    .site-header.is-sticky .site-header__brand img {
        height: 60px !important;
    }
}

.site-header.is-sticky + .site-content {
    margin-top: 110px;
}

@media (max-width: 768px) {
    .site-header.is-sticky + .site-content {
        margin-top: 90px;
    }
}

.site-header__brand {
    flex: 1;
    display: flex;
    justify-content: center;
}

.site-header__brand img {
    transition: .2s all;
    height: 116px;
}

.site-header__hotline {
    font-size: 22px;
    font-weight: 500;
    flex: 0 0 230px;
    text-align: right;
    letter-spacing: 0.7px;
}

.site-header__hotline div {
    font-weight: bold;
}

.site-header__hotline img {
    margin-right: 3px;
}

.site-header__action {
    flex: 0 0 30px;
    display: flex;
    align-items: center;
}

.site-header__action > span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: -7px;
}
.contentpane.modal,
.com_users .site-content,
.com_acym .site-content,
.com_eventbooking .site-content {
    max-width: 1360px;
    margin: 150px auto;
    padding: 0 15px;
    width: 100%;
}

.site-content {
    margin-top: 150px;
}

@media (max-width: 768px) {
    .site-content {
        margin-top: 110px;
    }
}

.site-nav {
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 30px;
    background: #fff;
    z-index: 111;
    transition: .2s all;
    opacity: 0;
    visibility: hidden;
}

.site-nav.is-active {
    opacity: 1;
    visibility: visible;
}

.site-nav ul {
    margin: 0;
    padding: 0;
}

.site-nav li {
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
    list-style: none;
    border-bottom: 1px solid #000;
}

.site-nav li:last-child {
    border-bottom: none;
}

.site-nav a {
    color: #000;
    display: flex;
    align-items: center;
}

.site-nav a:hover {
    color: #2BAC6E;
}

.site-nav a:hover:after {
    content: '+';
    font-size: 26px;
    font-weight: normal;
    margin: -3px 0 0 2px;
}

.site-footer {
    background: #F2F2F2;
    padding: 20px 0;
}

.site-footer__copyright {
    font-size: 14px;
    font-weight: 600;
    color: #4A4A4A;
    margin: 0;
}

.site-footer .backtop {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    flex-flow: column;
    margin: 0 auto;
}

.site-footer .backtop span {
    display: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4A4A4A;
    margin-top: -10px;
}

.site-footer .backtop img {
    transform: rotate(90deg);
    width: 90px;
}

.site-footer__copyright {
    font-weight: 500;
    margin: 0;
}

.site-footer__inner {
    align-items: center;
}

.site-footer__inner > * {
    width: 33.33%;
}

@media (max-width: 767px) {
    .site-footer__inner > * {
        width: 100%;
        text-align: center !important;
    }
}

.site-footer__socials {
    text-align: right;
}

.site-footer__socials a {
    font-size: 29px;
    color: #4A4A4A;
    padding: 0 10px;
}

.site-footer__socials a:hover {
    color: #2BAC6E;
}

@media (max-width: 767px) {
    .site-header__hotline {
        display: none;
    }
}

#acym_wrapper .acym__listing .acym__listing__header,
#acym_wrapper #acym_form .acym__listing .acym__listing__row,
#acym_wrapper .acym__listing .acym__listing__header,
#acym_wrapper .grid-x {
    z-index: 1 !important;
}

#acym_wrapper .acym__listing .acym__listing__title .acym__listing__title__primary {
    line-height: 32px;
}

/*# sourceMappingURL=template.css.map */

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

[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .25em;
    line-height: 14px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}

[class^="icon-"].disabled,
[class*=" icon-"].disabled {
    font-weight: normal;
}

.icon-joomla:before {
    content: "\e200";
}

.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
    content: "\e005";
}

.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
    content: "\e006";
}

.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
    content: "\e007";
}

.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
    content: "\e008";
}

.icon-arrow-first:before {
    content: "\e003";
}

.icon-arrow-last:before {
    content: "\e004";
}

.icon-arrow-up-2:before {
    content: "\e009";
}

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

.icon-arrow-down-2:before {
    content: "\e00b";
}

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

.icon-arrow-up-3:before {
    content: "\e00f";
}

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

.icon-arrow-down-3:before {
    content: "\e011";
}

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

.icon-menu-2:before {
    content: "\e00e";
}

.icon-arrow-up-4:before {
    content: "\e201";
}

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

.icon-arrow-down-4:before {
    content: "\e203";
}

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

.icon-share:before,
.icon-redo:before {
    content: "\27";
}

.icon-undo:before {
    content: "\28";
}

.icon-forward-2:before {
    content: "\e205";
}

.icon-backward-2:before,
.icon-reply:before {
    content: "\e206";
}

.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
    content: "\6c";
}

.icon-undo-2:before {
    content: "\e207";
}

.icon-move:before {
    content: "\7a";
}

.icon-expand:before {
    content: "\66";
}

.icon-contract:before {
    content: "\67";
}

.icon-expand-2:before {
    content: "\68";
}

.icon-contract-2:before {
    content: "\69";
}

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

.icon-pause:before {
    content: "\e209";
}

.icon-stop:before {
    content: "\e210";
}

.icon-previous:before,
.icon-backward:before {
    content: "\7c";
}

.icon-next:before,
.icon-forward:before {
    content: "\7b";
}

.icon-first:before {
    content: "\7d";
}

.icon-last:before {
    content: "\e000";
}

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

.icon-pause-circle:before {
    content: "\e211";
}

.icon-stop-circle:before {
    content: "\e212";
}

.icon-backward-circle:before {
    content: "\e213";
}

.icon-forward-circle:before {
    content: "\e214";
}

.icon-loop:before {
    content: "\e001";
}

.icon-shuffle:before {
    content: "\e002";
}

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

.icon-zoom-in:before {
    content: "\64";
}

.icon-zoom-out:before {
    content: "\65";
}

.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
    content: "\2b";
}

.icon-pencil-2:before {
    content: "\2c";
}

.icon-brush:before {
    content: "\3b";
}

.icon-save-new:before,
.icon-plus-2:before {
    content: "\5d";
}

.icon-minus-sign:before,
.icon-minus-2:before {
    content: "\5e";
}

.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
    content: "\49";
}

.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
    content: "\47";
}

.icon-new:before,
.icon-plus:before {
    content: "\2a";
}

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

.icon-minus:before,
.icon-not-ok:before {
    content: "\4b";
}

.icon-ban-circle:before,
.icon-minus-circle:before {
    content: "\e216";
}

.icon-unpublish:before,
.icon-cancel:before {
    content: "\4a";
}

.icon-cancel-circle:before {
    content: "\e217";
}

.icon-checkmark-2:before {
    content: "\e218";
}

.icon-checkmark-circle:before {
    content: "\e219";
}

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

.icon-info-2:before,
.icon-info-circle:before {
    content: "\e221";
}

.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
    content: "\45";
}

.icon-question-2:before,
.icon-question-circle:before {
    content: "\e222";
}

.icon-notification:before {
    content: "\e223";
}

.icon-notification-2:before,
.icon-notification-circle:before {
    content: "\e224";
}

.icon-pending:before,
.icon-warning:before {
    content: "\48";
}

.icon-warning-2:before,
.icon-warning-circle:before {
    content: "\e225";
}

.icon-checkbox-unchecked:before {
    content: "\3d";
}

.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
    content: "\3e";
}

.icon-checkbox-partial:before {
    content: "\3f";
}

.icon-square:before {
    content: "\e226";
}

.icon-radio-unchecked:before {
    content: "\e227";
}

.icon-radio-checked:before,
.icon-generic:before {
    content: "\e228";
}

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

.icon-signup:before {
    content: "\e230";
}

.icon-grid:before,
.icon-grid-view:before {
    content: "\58";
}

.icon-grid-2:before,
.icon-grid-view-2:before {
    content: "\59";
}

.icon-menu:before {
    content: "\5a";
}

.icon-list:before,
.icon-list-view:before {
    content: "\31";
}

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

.icon-menu-3:before {
    content: "\e232";
}

.icon-folder-open:before,
.icon-folder:before {
    content: "\2d";
}

.icon-folder-close:before,
.icon-folder-2:before {
    content: "\2e";
}

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

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

.icon-folder-3:before {
    content: "\e236";
}

.icon-folder-plus-2:before {
    content: "\e237";
}

.icon-folder-remove:before {
    content: "\e238";
}

.icon-file:before {
    content: "\e016";
}

.icon-file-2:before {
    content: "\e239";
}

.icon-file-add:before,
.icon-file-plus:before {
    content: "\29";
}

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

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

.icon-file-remove:before {
    content: "\e241";
}

.icon-save-copy:before,
.icon-copy:before {
    content: "\e018";
}

.icon-stack:before {
    content: "\e242";
}

.icon-tree:before {
    content: "\e243";
}

.icon-tree-2:before {
    content: "\e244";
}

.icon-paragraph-left:before {
    content: "\e246";
}

.icon-paragraph-center:before {
    content: "\e247";
}

.icon-paragraph-right:before {
    content: "\e248";
}

.icon-paragraph-justify:before {
    content: "\e249";
}

.icon-screen:before {
    content: "\e01c";
}

.icon-tablet:before {
    content: "\e01d";
}

.icon-mobile:before {
    content: "\e01e";
}

.icon-box-add:before {
    content: "\51";
}

.icon-box-remove:before {
    content: "\52";
}

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

.icon-upload:before {
    content: "\e022";
}

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

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

.icon-out-2:before,
.icon-new-tab:before {
    content: "\e024";
}

.icon-out-3:before,
.icon-new-tab-2:before {
    content: "\e251";
}

.icon-link:before {
    content: "\e252";
}

.icon-picture:before,
.icon-image:before {
    content: "\2f";
}

.icon-pictures:before,
.icon-images:before {
    content: "\30";
}

.icon-palette:before,
.icon-color-palette:before {
    content: "\e014";
}

.icon-camera:before {
    content: "\55";
}

.icon-camera-2:before,
.icon-video:before {
    content: "\e015";
}

.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
    content: "\56";
}

.icon-music:before {
    content: "\57";
}

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

.icon-users:before {
    content: "\e01f";
}

.icon-vcard:before {
    content: "\6d";
}

.icon-address:before {
    content: "\70";
}

.icon-share-alt:before,
.icon-out:before {
    content: "\26";
}

.icon-enter:before {
    content: "\e257";
}

.icon-exit:before {
    content: "\e258";
}

.icon-comment:before,
.icon-comments:before {
    content: "\24";
}

.icon-comments-2:before {
    content: "\25";
}

.icon-quote:before,
.icon-quotes-left:before {
    content: "\60";
}

.icon-quote-2:before,
.icon-quotes-right:before {
    content: "\61";
}

.icon-quote-3:before,
.icon-bubble-quote:before {
    content: "\e259";
}

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

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

.icon-envelope:before,
.icon-mail:before {
    content: "\4d";
}

.icon-envelope-opened:before,
.icon-mail-2:before {
    content: "\4e";
}

.icon-unarchive:before,
.icon-drawer:before {
    content: "\4f";
}

.icon-archive:before,
.icon-drawer-2:before {
    content: "\50";
}

.icon-briefcase:before {
    content: "\e020";
}

.icon-tag:before {
    content: "\e262";
}

.icon-tag-2:before {
    content: "\e263";
}

.icon-tags:before {
    content: "\e264";
}

.icon-tags-2:before {
    content: "\e265";
}

.icon-options:before,
.icon-cog:before {
    content: "\38";
}

.icon-cogs:before {
    content: "\37";
}

.icon-screwdriver:before,
.icon-tools:before {
    content: "\36";
}

.icon-wrench:before {
    content: "\3a";
}

.icon-equalizer:before {
    content: "\39";
}

.icon-dashboard:before {
    content: "\78";
}

.icon-switch:before {
    content: "\e266";
}

.icon-filter:before {
    content: "\54";
}

.icon-purge:before,
.icon-trash:before {
    content: "\4c";
}

.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
    content: "\23";
}

.icon-unlock:before {
    content: "\e267";
}

.icon-key:before {
    content: "\5f";
}

.icon-support:before {
    content: "\46";
}

.icon-database:before {
    content: "\62";
}

.icon-scissors:before {
    content: "\e268";
}

.icon-health:before {
    content: "\6a";
}

.icon-wand:before {
    content: "\6b";
}

.icon-eye-open:before,
.icon-eye:before {
    content: "\3c";
}

.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
    content: "\e269";
}

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

.icon-compass:before {
    content: "\6f";
}

.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
    content: "\e01b";
}

.icon-book:before {
    content: "\e271";
}

.icon-lightning:before,
.icon-flash:before {
    content: "\79";
}

.icon-print:before,
.icon-printer:before {
    content: "\e013";
}

.icon-feed:before {
    content: "\71";
}

.icon-calendar:before {
    content: "\43";
}

.icon-calendar-2:before {
    content: "\44";
}

.icon-calendar-3:before {
    content: "\e273";
}

.icon-pie:before {
    content: "\77";
}

.icon-bars:before {
    content: "\76";
}

.icon-chart:before {
    content: "\75";
}

.icon-power-cord:before {
    content: "\32";
}

.icon-cube:before {
    content: "\33";
}

.icon-puzzle:before {
    content: "\34";
}

.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
    content: "\72";
}

.icon-lamp:before {
    content: "\74";
}

.icon-pin:before,
.icon-pushpin:before {
    content: "\73";
}

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

.icon-shield:before {
    content: "\e274";
}

.icon-flag:before {
    content: "\35";
}

.icon-flag-3:before {
    content: "\e275";
}

.icon-bookmark:before {
    content: "\e023";
}

.icon-bookmark-2:before {
    content: "\e276";
}

.icon-heart:before {
    content: "\e277";
}

.icon-heart-2:before {
    content: "\e278";
}

.icon-thumbs-up:before {
    content: "\5b";
}

.icon-thumbs-down:before {
    content: "\5c";
}

.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
    content: "\40";
}

.icon-star-2:before {
    content: "\41";
}

.icon-featured:before,
.icon-default:before,
.icon-star:before {
    content: "\42";
}

.icon-smiley:before,
.icon-smiley-happy:before {
    content: "\e279";
}

.icon-smiley-2:before,
.icon-smiley-happy-2:before {
    content: "\e280";
}

.icon-smiley-sad:before {
    content: "\e281";
}

.icon-smiley-sad-2:before {
    content: "\e282";
}

.icon-smiley-neutral:before {
    content: "\e283";
}

.icon-smiley-neutral-2:before {
    content: "\e284";
}

.icon-cart:before {
    content: "\e019";
}

.icon-basket:before {
    content: "\e01a";
}

.icon-credit:before {
    content: "\e286";
}

.icon-credit-2:before {
    content: "\e287";
}

.icon-expired:before {
    content: "\4b";
}

.icon-edit:before {
    color: #24748c;
}

.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-save-new:before,
.icon-save-copy:before,
.btn-toolbar .icon-copy:before {
    color: #378137;
}

.icon-unpublish:before,
.icon-not-ok:before,
.icon-eye-close:before,
.icon-ban-circle:before,
.icon-minus-sign:before,
.btn-toolbar .icon-cancel:before {
    color: #942a25;
}

.icon-featured:before,
.icon-default:before,
.icon-expired:before,
.icon-pending:before {
    color: #c67605;
}

.login-ajax-custom {
  display: none !important;
}
#member-profile .control-group,
.com_users .controls {
  margin: 10px 0px;
}