/* Link style */
a {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/* List */

#main-content ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 20px;
}

#main-content ul.nomarkup {
    list-style-type: none !important;
}

/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 25px;
}
/*
 * Sizes
 */
.home h1,
.uk-h1 {
    font-size: 38px;
    line-height: 44px;
}
.home h2,
.uk-h2 {
    font-size: 30px;
    line-height: 36px;
}
.home h3,
.uk-h3 {
    font-size: 18px;
    line-height: 24px;
}
.home h4,
.uk-h4 {
    font-size: 16px;
    line-height: 22px;
}
.home h5,
.uk-h5 {
    font-size: 14px;
    line-height: 20px;
}
.home h6,
.uk-h6 {
    font-size: 12px;
    line-height: 18px;
}

/* Grid
 ========================================================================== */
.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-grid:before,
.uk-grid:after {
    content: "";
    display: block;
    overflow: hidden;
}
.uk-grid:after { clear: both }

.uk-grid > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
}

.uk-grid > * > :last-child { margin-bottom: 0 }

.uk-grid { margin-left: -25px }
.uk-grid > * { padding-left: 25px }

.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel { margin-top: 25px }

/* Large screen and bigger */
@media (min-width: 1220px) {

    .uk-grid { margin-left: -35px }

    .uk-grid > * { padding-left: 35px }

    .uk-grid + .uk-grid,
    .uk-grid-margin,
    .uk-grid > * > .uk-panel + .uk-panel { margin-top: 35px }
}

/*
 * Collapse gutter
 */
.uk-grid-collapse { margin-left: 0 }

.uk-grid-collapse > * { padding-left: 0 }

.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel { margin-top: 0 }

/*
 * Small gutter
 */
.uk-grid-small { margin-left: -10px }

.uk-grid-small > * { padding-left: 10px }

.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel { margin-top: 10px }

/*
 * Medium gutter
 */
.uk-grid-medium { margin-left: -25px }

.uk-grid-medium > * { padding-left: 25px }

.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel { margin-top: 25px }

/*
 * Large gutter
 */
@media (min-width: 960px) {

    .uk-grid-large { margin-left: -35px }

    .uk-grid-large > * { padding-left: 35px }

    .uk-grid-large + .uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large > * > .uk-panel + .uk-panel { margin-top: 35px }
}

@media (min-width: 1220px) {

    .uk-grid-large { margin-left: -50px }

    .uk-grid-large > * { padding-left: 50px }

    .uk-grid-large + .uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large > * > .uk-panel + .uk-panel { margin-top: 50px }
}

/* Match panels in grids
 ========================================================================== */
.uk-grid-match > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.uk-grid-match > * > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 100%;
}

/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
    box-sizing: border-box;
    width: 100%;
}
.uk-grid-width-1-2 > * {
    width: 50%;
}
.uk-grid-width-1-3 > * {
    width: 33.333%;
}
.uk-grid-width-1-4 > * {
    width: 25%;
}
.uk-grid-width-1-5 > * {
    width: 20%;
}
.uk-grid-width-1-6 > * {
    width: 16.666%;
}
.uk-grid-width-1-10 > * {
    width: 10%;
}
.uk-grid-width-auto > * {
    width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
    .uk-grid-width-small-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-small-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-small-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-small-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-small-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-small-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-small-1-10 > * {
        width: 10%;
    }
}
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-grid-width-medium-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-medium-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-medium-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-medium-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-medium-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-medium-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-medium-1-10 > * {
        width: 10%;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-grid-width-large-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-large-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-large-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-large-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-large-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-large-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-large-1-10 > * {
        width: 10%;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-grid-width-xlarge-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-xlarge-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-xlarge-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-xlarge-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-xlarge-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-xlarge-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-xlarge-1-10 > * {
        width: 10%;
    }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
    box-sizing: border-box;
    width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
    width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
    width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
    width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
    width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
    width: 25%;
}
.uk-width-3-4 {
    width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
    width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
    width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
    width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
    width: 80%;
}
/* Sixths */
.uk-width-1-6 {
    width: 16.666%;
}
.uk-width-5-6 {
    width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
    width: 10%;
}
.uk-width-3-10 {
    width: 30%;
}
.uk-width-7-10 {
    width: 70%;
}
.uk-width-9-10 {
    width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
    /* Whole */
    .uk-width-small-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-small-1-2,
    .uk-width-small-2-4,
    .uk-width-small-3-6,
    .uk-width-small-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-small-1-3,
    .uk-width-small-2-6 {
        width: 33.333%;
    }
    .uk-width-small-2-3,
    .uk-width-small-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-small-1-4 {
        width: 25%;
    }
    .uk-width-small-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-small-1-5,
    .uk-width-small-2-10 {
        width: 20%;
    }
    .uk-width-small-2-5,
    .uk-width-small-4-10 {
        width: 40%;
    }
    .uk-width-small-3-5,
    .uk-width-small-6-10 {
        width: 60%;
    }
    .uk-width-small-4-5,
    .uk-width-small-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-small-1-6 {
        width: 16.666%;
    }
    .uk-width-small-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-small-1-10 {
        width: 10%;
    }
    .uk-width-small-3-10 {
        width: 30%;
    }
    .uk-width-small-7-10 {
        width: 70%;
    }
    .uk-width-small-9-10 {
        width: 90%;
    }
}
/* Tablet and bigger */
@media (min-width: 768px) {
    /* Whole */
    .uk-width-medium-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-medium-1-2,
    .uk-width-medium-2-4,
    .uk-width-medium-3-6,
    .uk-width-medium-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-medium-1-3,
    .uk-width-medium-2-6 {
        width: 33.333%;
    }
    .uk-width-medium-2-3,
    .uk-width-medium-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-medium-1-4 {
        width: 25%;
    }
    .uk-width-medium-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-medium-1-5,
    .uk-width-medium-2-10 {
        width: 20%;
    }
    .uk-width-medium-2-5,
    .uk-width-medium-4-10 {
        width: 40%;
    }
    .uk-width-medium-3-5,
    .uk-width-medium-6-10 {
        width: 60%;
    }
    .uk-width-medium-4-5,
    .uk-width-medium-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-medium-1-6 {
        width: 16.666%;
    }
    .uk-width-medium-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-medium-1-10 {
        width: 10%;
    }
    .uk-width-medium-3-10 {
        width: 30%;
    }
    .uk-width-medium-7-10 {
        width: 70%;
    }
    .uk-width-medium-9-10 {
        width: 90%;
    }
}
/* Desktop and bigger */
@media (min-width: 980px) {
    /* Whole */
    .uk-width-large-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-large-1-2,
    .uk-width-large-2-4,
    .uk-width-large-3-6,
    .uk-width-large-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-large-1-3,
    .uk-width-large-2-6 {
        width: 33.333%;
    }
    .uk-width-large-2-3,
    .uk-width-large-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-large-1-4 {
        width: 25%;
    }
    .uk-width-large-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-large-1-5,
    .uk-width-large-2-10 {
        width: 20%;
    }
    .uk-width-large-2-5,
    .uk-width-large-4-10 {
        width: 40%;
    }
    .uk-width-large-3-5,
    .uk-width-large-6-10 {
        width: 60%;
    }
    .uk-width-large-4-5,
    .uk-width-large-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-large-1-6 {
        width: 16.666%;
    }
    .uk-width-large-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-large-1-10 {
        width: 10%;
    }
    .uk-width-large-3-10 {
        width: 30%;
    }
    .uk-width-large-7-10 {
        width: 70%;
    }
    .uk-width-large-9-10 {
        width: 90%;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    /* Whole */
    .uk-width-xlarge-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-xlarge-1-2,
    .uk-width-xlarge-2-4,
    .uk-width-xlarge-3-6,
    .uk-width-xlarge-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-xlarge-1-3,
    .uk-width-xlarge-2-6 {
        width: 33.333%;
    }
    .uk-width-xlarge-2-3,
    .uk-width-xlarge-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-xlarge-1-4 {
        width: 25%;
    }
    .uk-width-xlarge-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-xlarge-1-5,
    .uk-width-xlarge-2-10 {
        width: 20%;
    }
    .uk-width-xlarge-2-5,
    .uk-width-xlarge-4-10 {
        width: 40%;
    }
    .uk-width-xlarge-3-5,
    .uk-width-xlarge-6-10 {
        width: 60%;
    }
    .uk-width-xlarge-4-5,
    .uk-width-xlarge-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-xlarge-1-6 {
        width: 16.666%;
    }
    .uk-width-xlarge-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-xlarge-1-10 {
        width: 10%;
    }
    .uk-width-xlarge-3-10 {
        width: 30%;
    }
    .uk-width-xlarge-7-10 {
        width: 70%;
    }
    .uk-width-xlarge-9-10 {
        width: 90%;
    }
}

/* Contrast */
.uk-contrast { color: #fff !important }

.uk-text-small {
    font-size: 11px;
    line-height: 16px;
}
.uk-text-large {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
/* Weight modifiers
 ========================================================================== */
.uk-text-bold { font-weight: bold }

.uk-text-uppercase { text-transform: uppercase }
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
    color: #999 !important;
}
.uk-text-primary {
    color: #2d7091 !important;
}
.uk-text-success {
    color: #659f13 !important;
}
.uk-text-warning {
    color: #e28327 !important;
}
.uk-text-danger {
    color: #d85030 !important;
}
.uk-text-contrast {
    color: #fff !important;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
    text-align: left !important;
}
.uk-text-right {
    text-align: right !important;
}
.uk-text-center {
    text-align: center !important;
}
.uk-text-justify {
    text-align: justify !important;
}
.uk-text-top {
    vertical-align: top !important;
}
.uk-text-middle {
    vertical-align: middle !important;
}
.uk-text-bottom {
    vertical-align: bottom !important;
}
/* Only tablets portrait and smaller */
@media (max-width: 959px) {
    .uk-text-center-medium {
        text-align: center !important;
    }
    .uk-text-left-medium {
        text-align: left !important;
    }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
    .uk-text-center-small {
        text-align: center !important;
    }
    .uk-text-left-small {
        text-align: left !important;
    }
}

/* Slidenav
 ========================================================================== */

.uk-slidenav {
    display: inline-block;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(50, 50, 50, 0.4);
    font-size: 60px;
    text-align: center;
}

.uk-slidenav:hover,
.uk-slidenav:focus {
    outline: none;
    text-decoration: none;
    color: rgba(50, 50, 50, 0.7);
    cursor: pointer;
}

/* Active */
.uk-slidenav:active { color: rgba(50, 50, 50, 0.9) }

.uk-slidenav-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}

.uk-slidenav-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
    [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
        opacity: 0;
    }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.uk-animation-scale-up {
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
    -webkit-animation-name: uk-fade-scale-18;
    animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
.uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
    -webkit-animation-name: uk-fade-bottom;
    animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
    -webkit-animation-name: uk-fade-left;
    animation-name: uk-fade-left;
}
.uk-animation-slide-right {
    -webkit-animation-name: uk-fade-right;
    animation-name: uk-fade-right;
}
/*
 * Scale
 */
.uk-animation-scale {
    -webkit-animation-name: uk-scale-12;
    animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.uk-animation-top-center {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.uk-animation-top-right {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.uk-animation-middle-left {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.uk-animation-middle-right {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.uk-animation-bottom-center {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
    -webkit-animation-name: none;
    animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-slide-right {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
    0% {
        -webkit-transform: translateX(33%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-slide-left-33 {
    0% {
        transform: translateX(33%);
    }
    100% {
        transform: translateX(0);
    }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
    0% {
        -webkit-transform: translateX(-33%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-slide-right-33 {
    0% {
        transform: translateX(-33%);
    }
    100% {
        transform: translateX(0);
    }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
    0% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes uk-scale-12 {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes uk-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
    }
    90% {
        -webkit-transform: translateX(-1px);
    }
}
@keyframes uk-shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-9px);
    }
    20% {
        transform: translateX(8px);
    }
    30% {
        transform: translateX(-7px);
    }
    40% {
        transform: translateX(6px);
    }
    50% {
        transform: translateX(-5px);
    }
    60% {
        transform: translateX(4px);
    }
    70% {
        transform: translateX(-3px);
    }
    80% {
        transform: translateX(2px);
    }
    90% {
        transform: translateX(-1px);
    }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
.uk-slidenav-position {
    position: relative;
}

.uk-slidenav-position .uk-slidenav {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px;
}

.uk-slidenav-position:hover .uk-slidenav {
    display: block;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 20px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 20px;
}

/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
    color: rgba(255, 255, 255, 0.5);
}


.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
    color: rgba(255, 255, 255, 0.7);
}

/* Active */
.uk-slidenav-contrast:active {
    color: rgba(255, 255, 255, 0.9);
}

[data-uk-slider] { direction: ltr }

html[dir="rtl"] .uk-slider > * { direction: rtl }

.uk-slider {
    position: relative;
    z-index: 0;
    touch-action: pan-y;
}

.uk-slider:not(.uk-grid) {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.uk-slider > * {
    position: absolute;
    top: 0;
    left: 0;
}

.uk-slider-container {
    overflow: hidden;
}


.uk-slider:not(.uk-drag) {
    -webkit-transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
}

.uk-slider.uk-drag {
    cursor: col-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.uk-slider a,
.uk-slider img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

.uk-slider img { pointer-events: none }

/* Modifier: `uk-slider-fullscreen`
 ========================================================================== */
.uk-slider-fullscreen,
.uk-slider-fullscreen > li { height: 100vh }

/* Customize Divi style
 ========================================================================== */

#et-main-area #main-footer {
    background: #262626;
    font-family: 'Montserrat';
}

#et-main-area #main-footer #footer-grid {
    padding-top: 30px;
    padding-bottom: 15px;
}

#et-main-area #main-footer #footer-grid h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
}

#et-main-area #main-footer #footer-grid ul.menu {

}

#et-main-area #main-footer #footer-grid ul.menu li {

}

#et-main-area #main-footer #footer-grid ul.menu li + li {
}

#et-main-area #main-footer #footer-grid ul.menu li a {
    display: block;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

/*#et-main-area #main-footer #footer-grid ul.menu li.current-menu-item a,*/
#et-main-area #main-footer #footer-grid ul.menu li a:hover {
    color: #fff;
    text-decoration: none;
}

#et-main-area #main-footer #footer-bottom {
    background: #262626;
    padding: 0 0 10px 0;
}

#et-main-area #main-footer #footer-bottom .container {
    border-top: 1px solid #333333;
    text-align: center;
}

#et-main-area #main-footer #footer-bottom #footer-info {
    font-size: 11px !important;;
    color: #545454;
    float: none;
    text-align: center;
}

#et-main-area #main-footer #footer-bottom #menu-footer-menu li {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
}

#et-main-area #main-footer #footer-bottom #menu-footer-menu li + li {
    padding-left: 20px;
}

#et-main-area #main-footer #footer-bottom #menu-footer-menu li a {
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/*#et-main-area #main-footer #footer-bottom #menu-footer-menu li.current-menu-item a,*/
#et-main-area #main-footer #footer-bottom #menu-footer-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

/* header */
.tm-home-header h1 {
    padding: 0;
    margin-bottom: 10px;
}

.tm-home-header .tm-subtitle {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.tm-home-header .tm-subtitle > *:first-child {
    color: #3881ac;
}

.tm-home-header .tm-subtitle > *:last-child {
    color: #f3934a;
    margin-left: 30px;
    position: relative;
}

.tm-home-header .tm-subtitle > *:last-child:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -17px;
    height: 65%;
    width: 2px;
    background: #333333;
}

/* buttons */
.et_pb_button {
    text-transform: uppercase !important;
    min-width: 200px;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    line-height: 34px !important;
}

.et_pb_button:after {
    line-height: 32px;
}

.uk-slidenav-position .et-pb-arrow-prev { left: -50px }
.uk-slidenav-position .et-pb-arrow-next { right: -50px }

.uk-slidenav-position:hover .et-pb-arrow-prev,
.uk-slidenav-position:hover .et-pb-arrow-next { opacity: 1 }

.tm-button {
    text-transform: uppercase;
    min-width: 180px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.tm-button:after {
    font-family: dashicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    speak: none;
    position: absolute;
    opacity: 0;
    text-shadow: none;
    font-size: 1.6em;
    line-height: 40px;
    content: "\f345";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin-left: -1em;
}

.tm-button + .tm-button { margin-left: 5px }

.tm-button:hover { padding-right: 17px }

.tm-button:hover:after {
    opacity: 1;
    margin-left:0;
}

.tm-button-yellow {
    border: 3px solid #ffa509;
    background: #f8b21b;
}

.tm-button-orange {
    border: 3px solid #f17d24;
    background: #f3934a;
}

.tm-absolute-play-button,
.tm-absolute-play-button .et_pb_code_inner {
    position: static !important;
}

.tm-absolute-play-button a.tm-play-button {
    display: block;
    width: 138px;
    height: 138px;
    border: 1px solid #f17d24;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -70px;
}

.tm-absolute-play-button a.tm-play-button:after {
    content: "";
    background: rgba(241,125,36,0.6);
    border-radius: 50%;
    position: absolute;
    width: 70%;
    height: 70%;
    top: 15%;
    right: 15%;
    z-index: 1;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: eepp-icon-float-away;
    animation-name: eepp-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.tm-absolute-play-button a.tm-play-button span {
    border-radius: 50%;
    border: 3px solid #f17d24;
    background: rgba(241,125,36,0.6) url("img/play-icon.png") 50% 50% no-repeat;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
    z-index: 2;
}

a.tm-play-button.tm-play-button-blue {
    border-color: #246c96;
    margin: 40px 0 0 40px;
}

a.tm-play-button.tm-play-button-blue:after {
    background: rgba(36,108,150,0.7);
}

a.tm-play-button.tm-play-button-blue span {
    border-color: #246c96;
    background: rgba(36,108,150,0.7) url("img/play-icon.png") 50% 50% no-repeat;
}

@-webkit-keyframes eepp-icon-float-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

@keyframes eepp-icon-float-away {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

/**/
.tm-section-title a {
    color: #649a2e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.tm-section-title a:hover { opacity: 0.7 }

/* Testimonials
 ========================================================================== */
.tm-testimonials { text-align: center }

.tm-testimonials .tm-testimonials-content {
    font-size: 18px;
    font-style: italic;
    padding-bottom: 35px;
    line-height: 28px;
}

.tm-testimonials .tm-testimonials-thumbnail {
    max-width: 150px;
    margin: 0 auto 15px;
}

.tm-testimonials .tm-testimonials-thumbnail img { border-radius: 50% }

.tm-testimonials .tm-testimonials-post-meta span {
    display: block;
    line-height: 26px;
}

.tm-testimonials .tm-testimonials-post-meta span.tm-testimonials-client-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.tm-testimonials .tm-testimonials-post-meta span.tm-testimonials-client-post {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #666666;
}

.tm-testimonials .tm-testimonials-post-meta span.tm-testimonials-plugin-name { font-size: 16px }

/* Recent Posts
 ========================================================================== */

.tm-recent-posts .tm-article .tm-article-thumbnail { position: relative; }

.tm-recent-posts .tm-article .tm-article-thumbnail img { border-radius: 5px }

.tm-recent-posts .tm-article .tm-article-thumbnail a { display: block }

.tm-recent-posts .tm-article .tm-article-thumbnail .article-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://www.cminds.com/wp-content/themes/Divi/assets/img/blog/pic_effect.png);
    background-repeat: no-repeat;
}

.tm-recent-posts .tm-article .tm-article-data {
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}

.tm-recent-posts .tm-article .tm-article-title {
    padding: 0;
    margin: 10px 0;
}

.tm-recent-posts .tm-article .tm-article-title a { display: block }

.tm-recent-posts .tm-article .tm-article-title a:hover { color: #649a2e }

.tm-recent-posts .tm-article .tm-article-title + p { margin-bottom: 20px }

.tm-recent-posts .tm-article > a {
    color: #649a2e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.tm-recent-posts .tm-article > a:hover { opacity: 0.7 }

/* Team Members
 ========================================================================== */

.uk-slidenav-position + .et_pb_text { margin-top: 40px }

.tm-team-members {
    padding: 0 !important;
    list-style: none;
}

.tm-team-members li {
    list-style: none;
}

.tm-team-members li .uk-panel {
    text-align: center;
}

.tm-team-members li .uk-panel .tm-team-member-thumbnail,
.tm-team-members li .uk-panel .tm-team-member-thumbnail img { border-radius: 50% }

.tm-team-members li .uk-panel h3 {
    color: #fff;
    font-size: 16px;
    margin: 25px 0 0 0;
    padding: 0;
}

.tm-team-members li .uk-panel .tm-team-member-post-meta {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

/* Newsletter */
.tm-newsletter-form { padding: 15px 0 }

.tm-newsletter-form p {
    color: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.tm-newsletter-form input {
    height: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #808080;
    font: 300 16px / 24px 'Montserrat', sans-serif !important;
    width: 100%;
}

.tm-newsletter-form button {
    border: 3px solid #487a16;
    border-radius: 5px;
    background: #649a2e;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.tm-newsletter-form button:hover { background: #487a16 }

/* active installs */
.tm-active-installs {
    font-family: 'Montserrat', sans-serif;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
}

.tm-active-installs span { display: block }

.tm-active-installs span.count {
    color: #fff;
    font-size: 18px;
}

/* social icon */
.et-social-icons {
    padding-top: 5px;
    text-align: right;
}

.et-social-icons li { margin-left: 6px }

.et-social-icons li a {
    display: block;
    width: 32px;
    border-radius: 50%;
    height: 32px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.et-social-icons li a:hover {
    color: #fff;
    opacity: 0.8;
}

.et-social-icons li.et-social-facebook a { background: #004a80 }
.et-social-icons li.et-social-twitter a { background: #00bff3 }
.et-social-icons li.et-social-google-plus a { background: #f8160a }

@media (min-width: 1080px) {
    #et-main-area #main-footer #footer-bottom #menu-footer-menu { float: right; padding-top: 15px; }
    #et-main-area #main-footer #footer-bottom #footer-info {
        float: left!important;
        padding-left:0px;
    }

    .uk-slidenav-position .et-pb-arrow-prev { left: -80px }
    .uk-slidenav-position .et-pb-arrow-next { right: -80px }

    .uk-slidenav-position:hover .et-pb-arrow-prev { left: -50px }
    .uk-slidenav-position:hover .et-pb-arrow-next { right: -50px }
}

@media (min-width: 768px) {
    .tm-section-title.with-link > *:first-child {
        float: left;
        line-height: 44px;
    }
    .tm-section-title.with-link > *:last-child {
        float: right;
        display: block;
        margin-top: 12px;
    }
}

@media (min-width: 980px) {

    .tm-wp-explore-icon {
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 70px;
        max-width: 280px;
        margin-bottom: 5% !important;
    }

    .tm-mg-explore-icon {
        position: absolute;
        width: 100%;
        bottom: 70px;
        max-width: 250px;
        margin-bottom: 5% !important;
    }

    .tm-flex-middle {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .tm-revers-column .et_pb_column_1_2:first-child {
        position: relative;
        left: 50%;
        margin: 0 0 0 5.5% !important;
    }

    .tm-revers-column .et_pb_column_1_2.et-last-child {
        position: relative;
        right: 50%;
    }
}

@media screen and (max-width: 1080px) {
    .page.et_right_sidebar #sidebar, .page.et_left_sidebar #sidebar {
        display: none;} 

    .et_right_sidebar #left-area, .et_right_sidebar #sidebar, .et_left_sidebar #left-area, .et_left_sidebar #sidebar {
        width: 100% !important;
        margin: 0 !important; }
}

@media (max-width: 1080px) {
    .hide-on-mobile{
        display: none;
    }
    div#et_top_search {
        right: 0px;
    }
}

@media (max-width: 980px) {
    .tm-text-block + .et_pb_code_3,
    .tm-text-block { text-align: center }

    .tm-revers-column { text-align: center }

    #et-main-area #main-footer #footer-bottom #menu-footer-menu li {
        display: block !important;
        text-align: center;
        padding: 5px 0 !important;
    } 

}

@media (max-width: 690px) {
    .tm-home-header .tm-subtitle > * { display: block }
    .tm-home-header .tm-subtitle > *:last-child { margin: 0 }
    .tm-home-header .tm-subtitle > *:last-child:before { display: none }

    .tm-button { margin: 0 5px 10px 5px !important }
}

@media (max-width: 468px) {
    .tm-footer-content .et-social-icons {
        float: none !important;
        text-align: left !important;
    }

    .tm-absolute-play-button a.tm-play-button {
        width: 108px;
        height: 108px;
        margin: -55px 0 0 -55px;
    }

    .tm-absolute-play-button a.tm-play-button span {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
        background-size: 38px auto;
    }

    a.tm-play-button.tm-play-button-blue {
        margin: 30px 0 0 30px;
    }
}

/* FancyBox style
 ========================================================================== */

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;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Montserrat', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99999; }

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

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

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

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

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

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s, visibility 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;
    text-align: center;
    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;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994; }

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    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: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994; }

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0; }

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

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

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

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

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

.fancybox-slide--iframe {
    padding: 44px 44px 0; }

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

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

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

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

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

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    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--html .fancybox-content {
    margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    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;
    height: calc(100% - 44px);
    margin-bottom: 44px; }

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

.fancybox-iframe {
    vertical-align: top; }

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

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

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

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

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

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

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision; }

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3; }

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor; }

.fancybox-button--share svg path {
    stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10; }

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s; }

.fancybox-close-small:focus {
    outline: none; }

.fancybox-close-small:hover svg {
    opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff; }

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

/* Caption */
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0; }

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1; }

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0; }

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

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

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*.fancybox-show-thumbs .fancybox-thumbs {
    display: none!important; }*/

.fancybox-show-thumbs .fancybox-inner {
    right: 212px; }
.fancybox-thumbs > ul {
    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 > ul {
    overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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-loading {
    background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991; }

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px; }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px; }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px); } 
    .fancybox-slide--iframe {
        padding: 0  ;
    }
}

.loginbuttonprimary {
    border-color: inherit !important;
    padding: inherit !important;
    height: inherit !important;
    width: inherit !important;
}

/*et-core-unified-styles*/
#footer-widgets .footer-widget a,#footer-widgets .footer-widget li a,#footer-widgets .footer-widget li a:hover{color:#ffffff}.footer-widget{color:#ffffff}@media only screen and (min-width:1350px){.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_section.et_pb_section_first{padding-top:inherit}.et_pb_fullwidth_section{padding:0}}.et_pb_cta_1.et_pb_promo.et_pb_promo .et_pb_button.et_pb_promo_button{min-width:250px}.et_pb_cta_1.et_pb_promo .et_pb_promo_description{margin-bottom:15px}.et_pb_image_5{text-align:center}.et_pb_cta_2.et_pb_promo h2,.et_pb_cta_2.et_pb_promo h1.et_pb_module_header,.et_pb_cta_2.et_pb_promo h3.et_pb_module_header,.et_pb_cta_2.et_pb_promo h4.et_pb_module_header,.et_pb_cta_2.et_pb_promo h5.et_pb_module_header,.et_pb_cta_2.et_pb_promo h6.et_pb_module_header{font-weight:600!important}body #page-container .et_pb_cta_2.et_pb_promo .et_pb_button{color:#ffffff!important;background:#9387d2;border-width:3px!important;border-color:#7665d4;border-radius:5px;font-size:14px;background-color:#9387d2}.et_pb_cta_2.et_pb_promo{margin-top:0px!important}body.et_button_custom_icon #page-container .et_pb_cta_1.et_pb_promo .et_pb_button:after{font-size:14px}body #page-container .et_pb_cta_1.et_pb_promo .et_pb_button:after{font-size:1.6em}.et_pb_image_4{text-align:center}div.et_pb_section.et_pb_section_0{background-position:top center;background-image:url(img/top_bg.jpg)!important}.et_pb_cta_1.et_pb_promo h2,.et_pb_cta_1.et_pb_promo h1.et_pb_module_header,.et_pb_cta_1.et_pb_promo h3.et_pb_module_header,.et_pb_cta_1.et_pb_promo h4.et_pb_module_header,.et_pb_cta_1.et_pb_promo h5.et_pb_module_header,.et_pb_cta_1.et_pb_promo h6.et_pb_module_header{font-weight:600!important}.et_pb_cta_1.et_pb_promo{margin-top:0px!important;margin-bottom:0px!important}body #page-container .et_pb_cta_1.et_pb_promo .et_pb_button{color:#ffffff!important;background:#3881ac;border-width:3px!important;border-color:#246c96;border-radius:5px;font-size:14px;background-color:#3881ac}body #page-container .et_pb_cta_2.et_pb_promo .et_pb_button:after{font-size:1.6em}body.et_button_custom_icon #page-container .et_pb_cta_2.et_pb_promo .et_pb_button:after{font-size:14px}.et_pb_button_2.et_pb_button.et_pb_module{min-width:250px}body.et_button_custom_icon #page-container .et_pb_button_2:after{font-size:14px}.et_pb_section_4{padding-top:54px;padding-right:0px;padding-bottom:4px;padding-left:0px}.et_pb_section_5{padding-top:54px;padding-right:0px;padding-bottom:54px;padding-left:0px}.et_pb_code_7{margin-bottom:5px!important}body #page-container .et_pb_button_2:after{font-size:1.6em}body #page-container .et_pb_button_2:hover{border-radius:5px}.et_pb_cta_2.et_pb_promo.et_pb_promo .et_pb_button.et_pb_promo_button{min-width:250px}.et_pb_cta_2.et_pb_promo .et_pb_promo_description{margin-bottom:15px}.et_pb_section_3.et_pb_section{background-color:#64b97b!important}.et_pb_text_0{margin-bottom:40px!important}body #page-container .et_pb_button_2{border-width:3px!important;border-color:#246c96;border-radius:5px;font-size:14px;background-color:#3881ac}.et_pb_cta_0.et_pb_promo .et_pb_promo_description{margin-bottom:15px}.et_pb_cta_0.et_pb_promo.et_pb_promo .et_pb_button.et_pb_promo_button{min-width:250px}body #page-container .et_pb_button_0:hover{border-radius:5px}body #page-container .et_pb_button_0{border-width:3px!important;border-color:#246c96;border-radius:5px;font-size:14px;background-color:#3881ac}body #page-container .et_pb_button_0:after{font-size:1.6em}body.et_button_custom_icon #page-container .et_pb_button_0:after{font-size:14px}.et_pb_code_1{padding-top:14px}.et_pb_button_0.et_pb_button.et_pb_module{min-width:200px}.et_pb_image_1{margin-left:0}.et_pb_row_1.et_pb_row{padding-bottom:0px}.et_pb_row_0.et_pb_row{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_section_0{padding-top:40px;padding-bottom:0px;margin-bottom:-5rem}.et_pb_code_0{padding-bottom:10px}.et_pb_image_0{max-width:480px;text-align:center}.et_pb_section_1.et_pb_section{background-color:#659a2e!important}.et_pb_section_1{padding-top:70px;padding-right:0px;padding-bottom:50px;padding-left:0px}.et_pb_image_2{margin-left:0}body #page-container .et_pb_button_1{border-width:3px!important;border-color:#f17d24;border-radius:5px;font-size:14px;background-color:#f3934a}.et_pb_cta_0.et_pb_promo h2,.et_pb_cta_0.et_pb_promo h1.et_pb_module_header,.et_pb_cta_0.et_pb_promo h3.et_pb_module_header,.et_pb_cta_0.et_pb_promo h4.et_pb_module_header,.et_pb_cta_0.et_pb_promo h5.et_pb_module_header,.et_pb_cta_0.et_pb_promo h6.et_pb_module_header{font-weight:600!important}.et_pb_image_3{text-align:center}.et_pb_cta_0.et_pb_promo{margin-top:0px!important}body #page-container .et_pb_cta_0.et_pb_promo .et_pb_button{color:#ffffff!important;background:#3881ac;border-width:3px!important;border-color:#246c96;border-radius:5px;font-size:14px;background-color:#3881ac}body #page-container .et_pb_cta_0.et_pb_promo .et_pb_button:after{font-size:1.6em}body.et_button_custom_icon #page-container .et_pb_cta_0.et_pb_promo .et_pb_button:after{font-size:14px}.et_pb_button_1.et_pb_button.et_pb_module{min-width:200px}body #page-container .et_pb_button_1:hover{border-radius:5px}body #page-container .et_pb_button_1:after{font-size:1.6em}body.et_button_custom_icon #page-container .et_pb_button_1:after{font-size:14px}.et_pb_cta_2.et_pb_promo.et_pb_module{margin-left:auto!important;margin-right:auto!important}.et_pb_row_3.et_pb_row{margin-left:auto!important;margin-right:auto!important;padding-top:27px;padding-right:0px;padding-bottom:80px;padding-left:0px}.et_pb_cta_0.et_pb_promo.et_pb_module{margin-left:auto!important;margin-right:auto!important}.et_pb_row_2.et_pb_row{margin-left:auto!important;margin-right:auto!important}.et_pb_row_4.et_pb_row{margin-left:auto!important;margin-right:auto!important}.et_pb_text_0.et_pb_module{margin-left:auto!important;margin-right:auto!important}@media only screen and (min-width:981px){.et_pb_text_0{max-width:44%}.et_pb_cta_2{max-width:80%}.et_pb_cta_1{max-width:80%}.et_pb_cta_0{max-width:80%}}@media only screen and (max-width:980px){.et_pb_text_0{max-width:70%}.et_pb_cta_1.et_pb_promo{margin-top:0px!important}.et_pb_row_3.et_pb_row{padding-bottom:20px!important}}@media only screen and (max-width:767px){.et_pb_text_0{max-width:100%}.et_pb_section_0{margin-bottom:-3rem}}

/*New part created by Andrey*/

#top-block-home {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    min-height: 500px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
    background-color: #7ABF78;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-family: Montserrat;
    color: #FFFFFF;
}
@media (max-width: 1175px) {
    #top-block-home {
        background-size: cover;
    }
}
#top-block-home:after {
    content: " ";
    clear: both;
    display: block;
}
#top-block-home .promo {
    display: inline-block;
    margin-top: 3.6%;
    padding-left: 3.4%;
    margin-left: 0;
    margin-right: 0;
    color: #FFFFFF;
}
@media (max-width: 810px) {
    #top-block-home .promo {
        padding-left: 0;
        text-align: center;
    }
}
#top-block-home .promo > h4 {
    font-style: normal;
    font-weight: normal;
    line-height: 57px;
    font-size: 47.0561px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
#top-block-home .promo > p {
    text-align: center;
    margin-top: 0.7%;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 30px;
    color: #254F60;
}
#top-block-home .promo > p a {
    position: relative;
    top: -3px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: 24px;
    font-size: 22px;
    color: #254F60;
    transition: color 0.3s;
}
#top-block-home .promo > p a.w {
    padding-right: 1.3%;
}
#top-block-home .promo > p a.m {
    padding-left: 1.3%;
}
#top-block-home .promo > p a.w:hover {
    color: #8EE1DC;
}
#top-block-home .promo > p a.m:hover {
    color: #E2B067;
}
#top-block-home .img-box {
    display: inline-block;
    text-align: center;
}
@media (max-width: 810px) {
    #top-block-home .img-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
#top-block-home .img-box .for-hover {
    position: relative;
    display: block;
}
@media (max-width: 810px) {
    #top-block-home .img-box .for-hover {
        display: inline-block;
    }
}
#top-block-home .img-box .for-hover::before {
    position: absolute;
    content: " ";
    opacity: 0;
    transition: opacity 0.3s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 66%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(255, 255, 255, 0.5)), color-stop(66%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 66%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 66%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 66%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 66%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#top-block-home .img-box .for-hover:hover::before {
    opacity: 1;
}
#top-block-home .img-box .for-hover img {
    display: block;
    width: 267px;
    height: auto;
}
#top-block-home .img-box a {
    display: block;
}
#top-block-home .img-box a > img {
    opacity: 1;
}
#top-block-home .img-box .but {
    display: inline-block;
    width: 135px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 35px;
    background: #e6ede6;
    border: 2.11813px solid #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 34px;
    font-size: 12.7088px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #146e74;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
}
#top-block-home .img-box .but:hover {
    color: #72BF72;
    background: white;
}
#top-block-home .wp-box-cont {
    float: left;
    margin-left: 13%;
    clear: both;
}
@media (max-width: 810px) {
    #top-block-home .wp-box-cont {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
}
#top-block-home .m-box-cont {
    float: right;
    margin-right: 15%;
}
@media (max-width: 810px) {
    #top-block-home .m-box-cont {
        float: none;
        margin-right: auto;
    }
}
#top-block-home .but-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    font-style: normal;
    font-weight: bold;
    font-weight: bold;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: rgba(24, 94, 98, 0.65);
    backdrop-filter: blur(100px);
}
#top-block-home .but-line .text-cont {
    display: inline-flex;
    justify-content: space-between;
    min-width: 25%;
    align-items: center;
    height: 34px;
}
@media (max-width: 1400px) {
    #top-block-home .but-line .text-cont {
        min-width: 40%;
    }
}
@media (max-width: 900px) {
    #top-block-home .but-line .text-cont {
        min-width: 80%;
    }
}
#top-block-home .but-line .text-cont > span {
    display: inline-block;
}
#top-block-home .but-line .text-cont > img {
    display: inline-block;
    width: 5px;
    height: 5px;
}
#top-block-home .inner-cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 1110px;
}

.ui-helper-hidden-accessible{
    display: none;
}

/*for footer on
https://www.cminds.com/testing-new-catalogue/
https://www.cminds.com/homepage-v4-test/*/

@media (min-width: 760px) and (max-width: 980px) {
    #page-container #main-footer > .container > #footer-grid .uk-width-1-1.uk-width-large-2-5 {
        width: 100%;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1080px) and (max-width: 1180px) {
    #page-container #et-main-area #main-footer #footer-bottom #footer-info,
    #page-container #et-main-area #main-footer #footer-bottom #menu-footer-menu {
        float: none;
    }
}

/*for  https://www.cminds.com/homepage-v4-test/*/
@media (max-width: 530px) {
    #page-container {
        overflow: hidden;
    }
}
/*for footer on https://www.cminds.com  WORKING MAIN HOMEPAGE FOOTER!*/
@media (max-width: 767px) {
    body > #main-footer #show-on-mobile .footer-widget {
        width: 100%;
    }
}

/* Main style left + sidebar */
.et_right_sidebar #left-area {
    float: left;
    width: 795px;
    margin-right: 60px;
    padding-bottom: 23px;
}

.et_right_sidebar #sidebar {
    float: left;
    width: 210px!important;
    margin-top: 35px;
}

@media  screen and (max-width: 1350px) {
    .et_right_sidebar #sidebar {
        display: none!important;}
}

.widgettitlenew {
    font-weight: 600;
    color: #6bc07f;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1em;
}

/*Captions and alignments*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; max-width: 96%; padding: 8px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px !important; margin: 0 !important; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }

ul#menu-social {display: flex;}
ul#menu-social li {padding-right: 25px;}

/* Fixes for the old catalog - header */

.pull-left {float: left;}
.pull-right {float: right;}

.homepage .jumbotron .container {
    padding: 0px 15px 50px; }
@media screen and (min-width: 992px) {
    .homepage .jumbotron .container {
        background-image: url("../images/new-boxes.png");
        background-position: bottom right;
        background-repeat: no-repeat; } }
.jumbotron * {
    color: #fff;
    line-height: normal;
}
.jumbotron.jumbotron-color-bg {
    background-image: none;
    background-color: #669834; }
.jumbotron.jumbotron-store h1 {
    color: white;
    margin-top: 20px !important;
}
.jumbotron h3 {
    font-size: 20px;
    margin: 5px 0 35px; }
.jumbotron h1, .jumbotron h3 {
    font-weight: 300; }
.jumbotron .btn {
    min-width: 230px; }
.jumbotron .btn:first-of-type {
    margin-right: 35px; }
@media screen and (max-width: 991px) {
    .jumbotron {
        text-align: center;
        background-size: contain; }
    .jumbotron .container {
        background: none; }
    .jumbotron h1 {
        font-size: 1.8em; }
    .jumbotron .btn:first-of-type {
        margin-right: 0;
        margin-bottom: 15px; } }

.jumbotron h1 b {
    font-weight: 600; }

.jumbotron h3 {
    margin: 5px 0 13px; }

/* Old catalog main styles */

.plugins-listing {
    padding: 10px 0;
}
.gray-row {
    background-color: #F4F4F4;
}

.gray-row.plugins-listing .afp-items {
    margin-bottom: 20px;
    margin-top: 20px;
}

.plugins-nav-list .filter-area select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
    font-size: 18px;
}

.plugins-nav-list .filter-area input.filter-input#afp-search-input {
    background-color: #f4f4f4;
    border: none;
    padding: 3px 7px;
    box-sizing: content-box;
}

.new-label {
    position: absolute;
    top: 0;
    left: 0;
}

.container:after {
    clear: both;
}

.plugin-block:after, .popular-block:after {
    clear: both;
}

.container:before, .container:after {
    content: '';
    display: table;
}

.plugin-block, .popular-block {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    height: 300px!important;
    background-color: white;
    margin-bottom: 35px;
    font-size: 14px; }
.plugin-block:before, .popular-block:before, .plugin-block:after, .popular-block:after {
    content: '';
    display: table; }
.plugin-block:after, .popular-block:after {
    clear: both; }
.plugin-block:nth-child(3n), .popular-block:nth-child(3n) {
    margin-right: 0%;
    float: right; }
.plugin-block:nth-child(3n + 1), .popular-block:nth-child(3n + 1) {
    clear: both; }
@media (min-width: 768px) and (max-width: 991px) {
    .plugin-block, .popular-block {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        height: 380px; }
    .plugin-block:before, .popular-block:before, .plugin-block:after, .popular-block:after {
        content: '';
        display: table; }
    .plugin-block:after, .popular-block:after {
        clear: both; }
    .plugin-block:nth-child(3n), .popular-block:nth-child(3n) {
        margin-right: 3%;
        float: left; }
    .plugin-block:nth-child(3n + 1), .popular-block:nth-child(3n + 1) {
        clear: none; }
    .plugin-block:nth-child(2n), .popular-block:nth-child(2n) {
        margin-right: 0%;
        float: right; }
    .plugin-block:nth-child(2n + 1), .popular-block:nth-child(2n + 1) {
        clear: both; } }
@media screen and (max-width: 600px) {
    .plugin-block, .popular-block {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
    .plugin-block:first-child, .popular-block:first-child {
        margin-left: auto; }
    .plugin-block:last-child, .popular-block:last-child {
        margin-right: auto; } }
@media screen and (min-width: 601px) and (max-width: 767px) {
    .plugin-block, .popular-block {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%; }
    .plugin-block:before, .popular-block:before, .plugin-block:after, .popular-block:after {
        content: '';
        display: table; }
    .plugin-block:after, .popular-block:after {
        clear: both; }
    .plugin-block:nth-child(3n), .popular-block:nth-child(3n) {
        margin-right: 3%;
        float: left; }
    .plugin-block:nth-child(3n + 1), .popular-block:nth-child(3n + 1) {
        clear: none; }
    .plugin-block:nth-child(2n), .popular-block:nth-child(2n) {
        margin-right: 0%;
        float: right; }
    .plugin-block:nth-child(2n + 1), .popular-block:nth-child(2n + 1) {
        clear: both; } }
.plugin-block .plugin-block-img-holder, .popular-block .plugin-block-img-holder {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%; }
.plugin-block .plugin-block-img-holder:before, .popular-block .plugin-block-img-holder:before, .plugin-block .plugin-block-img-holder:after, .popular-block .plugin-block-img-holder:after {
    content: '';
    display: table; }
.plugin-block .plugin-block-img-holder:after, .popular-block .plugin-block-img-holder:after {
    clear: both; }
.plugin-block .plugin-block-img-holder:last-child, .popular-block .plugin-block-img-holder:last-child {
    margin-right: 0%; }
@media screen and (max-width: 767px) {
    .plugin-block .plugin-block-img-holder .wp-sprite, .popular-block .plugin-block-img-holder .wp-sprite, .plugin-block .plugin-block-img-holder .mg-sprite, .popular-block .plugin-block-img-holder .mg-sprite {
        transform: scale(0.7);
        height: 90px; } }
.plugin-block .plugin-block-txt-holder, .popular-block .plugin-block-txt-holder {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%; }
.plugin-block .plugin-block-txt-holder:before, .popular-block .plugin-block-txt-holder:before, .plugin-block .plugin-block-txt-holder:after, .popular-block .plugin-block-txt-holder:after {
    content: '';
    display: table; }
.plugin-block .plugin-block-txt-holder:after, .popular-block .plugin-block-txt-holder:after {
    clear: both; }
.plugin-block .plugin-block-txt-holder:last-child, .popular-block .plugin-block-txt-holder:last-child {
    margin-right: 0%; }
.plugin-block .plugin-block-txt-holder span, .popular-block .plugin-block-txt-holder span {
    color: #808080; }
.plugin-block .plugin-block-txt-holder a, .popular-block .plugin-block-txt-holder a {
    color: inherit; }
.plugin-block .txt-img-hold i {
    color: black;
}
.plugin-block .plugin-block-txt-holder h3, .popular-block .plugin-block-txt-holder h3 {
    color: black !important;
    margin-top: 6px;
    margin-bottom: 0 !important; }
@media (max-width: 767px) {
    .plugin-block .plugin-block-txt-holder, .popular-block .plugin-block-txt-holder {
        padding-top: 10px; } }
.plugin-block .plugin-block-body, .popular-block .plugin-block-body {
    padding: 42px 18px 0; }
.plugin-block .btn-square, .popular-block .btn-square {
    width: 50%;
    position: absolute;
    bottom: 0; }
.plugin-block .plugin-block-sale, .popular-block .plugin-block-sale {
    position: absolute;
    top: 7px;
    right: 55px;
    font-weight: bold;
    display: inline-block;
    padding: 0 15px;
    font-size: 17px; }

.txt-img-hold.cf {
    display: table;
    content: '';
    clear: both;
    margin-bottom: 10px;
}

/* Icon over old plugin catalog */

.page-info {
    padding: 0 0 10px 0 }

.page-info .container {
    margin-top: 20px;
}
.page-info p .icon {
    margin-right: 15px; }

.page-info-left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.5%;
    margin-left: 0%;
    margin-right: 2%; }
.page-info-left:before, .page-info-left:after {
    content: '';
    display: table; }
.page-info-left:after {
    clear: both; }
.page-info-left:last-child {
    margin-right: 0%; }
@media (max-width: 767px) {
    .page-info-left {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
    .page-info-left:first-child {
        margin-left: auto; }
    .page-info-left:last-child {
        margin-right: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
    .page-info-left {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 69.1%;
        margin-left: 0%;
        margin-right: 3%; }
    .page-info-left:before, .page-info-left:after {
        content: '';
        display: table; }
    .page-info-left:after {
        clear: both; }
    .page-info-left:last-child {
        margin-right: 0%; } }

.page-info-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
.page-info-right:before, .page-info-right:after {
    content: '';
    display: table; }
.page-info-right:after {
    clear: both; }
.page-info-right:last-child {
    margin-right: 0%; }
@media (max-width: 767px) {
    .page-info-right {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
    .page-info-right:first-child {
        margin-left: auto; }
    .page-info-right:last-child {
        margin-right: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
    .page-info-right {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 27.9%;
        margin-left: 0%;
        margin-right: 3%; }
    .page-info-right:before, .page-info-right:after {
        content: '';
        display: table; }
    .page-info-right:after {
        clear: both; }
    .page-info-right:last-child {
        margin-right: 0%; } }