
        * {
            margin: 0;
            padding: 0;
            border: none;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

        article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
            display: block;
        }

        mark, rp, rt, ruby, summary, time {
            display: inline;
        }

        a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
            background: transparent;
            border: 0 none;
            font-weight: inherit;
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            vertical-align: top;
        }

        a {
            text-decoration: none;
            outline: none !important;
            vertical-align: baseline;
        }

        b, strong {
            font-weight: bold;
        }

        ul, ol {
            list-style: none;
        }

        q {
            quotes: none;
        }

        table, table td {
            padding: 0;
            border: none;
            border-collapse: collapse;
        }

        img {
            vertical-align: top;
            max-width: 100%;
        }

        embed {
            vertical-align: top;
        }

        input, textarea {
            font-family: inherit;
            -webkit-box-sizing: border-box !important;
                    box-sizing: border-box !important;
        }

        input, button {
            -webkit-appearance: none;
            outline: none;
            background: transparent;
        }

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

        th {
            text-align: left;
        }

        textarea {
            outline: none !important;
        }

        button {
            cursor: pointer;
            color: inherit;
        }

        html, body {
            min-height: 100%;
        }

        fieldset, legend, label, select, input, textarea, form, button, optgroup {
            -webkit-appearance: none !important;
        }

    /* ----------------------------------------
        Global
    ---------------------------------------- */

        body {
            background-color: #fff;
            overflow-x: hidden;
            overflow-y: initial !important;
        }

        .mad-page-wrapper {
            overflow: hidden;
        }

        html {
            overflow-y: initial !important;
        }

        ::-webkit-selection {
            color: #fff;
            background-color: #333;
        }

        ::-moz-selection {
            color: #fff;
            background-color: #333;
        }

        ::selection {
            color: #fff;
            background-color: #333;
        }

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

        .page-wrapper {
            overflow-x: hidden;
        }

        [data-bg-image-src] {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .animated {
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
        }

        .w-100 {
            width: 100%;
        }

        .nicescroll-rails {
            visibility: hidden;
        }

    /* ----------------------------------------
        Typography
    ---------------------------------------- */

        :root {
            font-size: 16px;
        }

        body {
            font-family: "Roboto", sans-serif;
            font-size: 1rem;
            line-height: 1.75rem;
            font-weight: 400;
            color: #666;
        }

        address:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        q {
            font-style: italic;
        }

        small {
            font-size: 0.875rem;
        }

        p.small:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        sub, sup {
            position: relative;
            font-size: 75%;
            line-height: 0;
            vertical-align: baseline;
        }

        sub {
            bottom: -0.25em;
        }

        sup {
            top: -0.5em;
        }

        q, kbd, strong, em, tt, var, span, del, big, small {
            vertical-align: baseline;
        }

        pre {
            overflow: auto;
        }

        pre:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        code {
            overflow: auto;
            display: inline-block;
            vertical-align: middle;
        }

        pre, code, kbd, tt, var {
            font-size: 1rem;
            line-height: 1.625;
            padding: 5px 10px;
            color: #b1b1b1;
            background-color: #f8f8f8;
            border: 1px solid #eaeaea;
        }

        mark {
            color: #fff;
            background-color: #333;
        }

        /* ----------------------------------------
            Headings
        ---------------------------------------- */

            h1, h2, h3, h4, h5, h6 {
                color: #333;
                font-family: "Maven Pro", sans-serif;
                font-weight: 400;
                line-height: 1.24;
            }

            h2 {
                letter-spacing: 1px;
            }

            h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child) {
                margin-bottom: 1.75rem;
            }

            h1 {
                font-size: 3.75rem;
            }

            h2 {
                font-size: 3rem;
            }

            h3 {
                font-size: 2.25rem;
            }

            h4 {
                font-size: 1.8125rem;
            }

            h5 {
                font-size: 1.5rem;
            }

            h6 {
                font-size: 1.25rem;
            }

            h5:not(:last-child),
            h4:not(:last-child) {
                margin-bottom: 1.75rem;
            }

            h6:not(:last-child) {
                margin-bottom: 0.875rem;
            }

            .headings-showcase h1:not(:last-child),
            .headings-showcase h2:not(:last-child),
            .headings-showcase h3:not(:last-child),
            .headings-showcase h4:not(:last-child),
            .headings-showcase h5:not(:last-child),
            .headings-showcase h6:not(:last-child){
                margin-bottom: 0;
            }

            .mad-title-wrap:not(:last-child) {
                margin-bottom: 3.0625rem;
            }

            .mad-title-wrap .mad-page-title:not(:last-child) {
                margin-bottom: 0.875rem;
            }

            .mad-page-title {
                font-weight: 500;
                letter-spacing: -1px;
            }

            .mad-page-title-2 {
                color: #386f7c;
                letter-spacing: -1px;
                font-weight: 500;
            }

            h2.mad-page-title:not(:last-child),
            h3.mad-page-title:not(:last-child) {
                margin-bottom: 2.625rem;
            }

            p.mad-sub-title {
                font-family: 'Maven Pro', sans-serif;
                color: #333;
                font-size: 1.25rem;
                font-weight: 500;
            }

            p.mad-sub-title:not(:last-child) {
                margin-bottom: 0.875rem;
            }

        /* ----------------------------------------
            Paragraphs
        ---------------------------------------- */

            p:not(:last-child) {
                margin-bottom: 1.75rem;
            }

            p {
                letter-spacing: 0.5px;
            }

            .mad-text-small {
                font-size: 0.875rem;
                line-height: 1.3125rem;
            }

            p.mad-text-small:not(:last-child) {
                margin-bottom: 1.3125rem;
            }

            .mad-text-bigger {
                font-size: 1.125rem;
            }

            .mad-text-medium {
                font-size: 1.125rem;
                font-weight: 500;
                color: #333;
            }

        /* ----------------------------------------
            Links
        ---------------------------------------- */

            .mad-underlined-link,
            a:not(.mad-ln--independent):not(.btn):not(.read-more),
            .mad-navigation .sub-menu a,
            .mad-btn--link,
            .mad-dropdown-element > li > a,
            .mad-events-month-event-title a {
                display: inline;
                background-repeat: no-repeat;
                background-size: 0px 1px;
                -webkit-transition-property: all;
                        transition-property: all;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-underlined-link:hover,
            a:hover:not(.mad-ln--independent):not(.btn):not(.read-more),
            .mad-navigation .sub-menu a:hover,
            .mad-btn--link:hover,
            .mad-dropdown-element > li > a:hover, .mad-events-month-event-title a:hover {
                background-size: 100% 1px;
            }

            .mad-non-underlined-link,
            .mad-sub-navigation a,
            .mad-square-image[data-bg-image-src] a,
            .gallery-item a,
            .mad-btn:not(.mad-btn--link),
            .mad-entities--style-13 .mad-entity-link,
            .mad-testimonial-service,
            .fancybox-button,
            .ui-datepicker a,
            .mejs__container a {
                background-image: none !important;
                background-repeat: initial;
                background-size: initial;
            }

            .mad-non-underlined-link:hover,
            .mad-sub-navigation a:hover,
            .mad-square-image[data-bg-image-src] a:hover,
            .gallery-item a:hover,
            .mad-btn:hover:not(.mad-btn--link),
            .mad-entities--style-13 .mad-entity-link:hover,
            .mad-testimonial-service:hover,
            .fancybox-button:hover,
            .ui-datepicker a:hover,
            .mejs__container a:hover {
                background-size: initial;
            }

            /*one line only*/
            .mad-icon-link {
                border-style: solid;
                border-color: transparent;
                border-right-width: 1.875rem;
                position: relative;
                white-space: nowrap;
            }

            .mad-icon-link .fa,
            .mad-icon-link .fal,
            .mad-icon-link .far,
            .mad-icon-link .fab,
            .mad-icon-link .fas,
            .mad-icon-link .icon,
            .mad-icon-link [class*="mad-font-icon-"] {
                font-size: 1.25rem;
                position: absolute;
                top: 50%;
                right: -1.875rem;
                margin-top: -0.625rem;
            }

            .mad-uppercased-link {
                text-transform: uppercase;
                font-size: 0.8125rem;
                line-height: 1.125rem;
                letter-spacing: 1.3px;
            }

            a:not(.mad-ln--independent):not(.btn):not(.read-more) {
                color: #333;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #333), to(#333));
                background-image: linear-gradient(to bottom, #333 100%, #333 100%);
            }

            a.link-color-2:not(.mad-ln--independent):not(.btn):not(.read-more),
            .mad-links-white a:not(.mad-ln--independent):not(.btn):not(.read-more) {
                color: #fff;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
                background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
            }

            a.link-color-3:not(.mad-ln--independent):not(.btn):not(.read-more),
            .mad-links-color2 a:not(.mad-ln--independent):not(.btn):not(.read-more) {
                color: #eeeeee;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #527981), to(#52767e));
                background-image: linear-gradient(to bottom, #4c7078 100%, #557a81 100%);
            }

        /* ----------------------------------------
            Icons
        ---------------------------------------- */

            [class*="mad-font-icon"] {
                line-height: 1;
            }

        /* ----------------------------------------
            Colors
        ---------------------------------------- */

            .mad-color--black {
                color: #333;
            }

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

    /* ----------------------------------------
        Utils classes
    ---------------------------------------- */

        .mad-d-none {
            display: none;
        }

        .mad-fw-bold {
            font-weight: bold;
        }

        .mad-tt-uppercase {
            text-transform: uppercase;
        }

        .mad-d-down-xxxl-none {
            display: none;
        }

        .mad-fw-down-xxxl-bold {
            font-weight: bold;
        }

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

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

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

        .alignleft {
            float: left;
        }

        .alignright {
            float: right;
        }

        img[class*="align"] {
            margin-bottom: 0.875rem;
        }

        img.alignleft{
            margin-right: 1.875rem;
        }

        img.alignright{
            margin-left: 1.875rem;
        }

/* ----------------------------------------
    2. Layout
---------------------------------------- */

    /* ----------------------------------------
        Preloader
    ---------------------------------------- */

        .mad-preloader-circle,
        .mad-preloader {
            position: fixed;
            width: 260vw;
            height: 260vw;
            margin-left: -130vw;
            margin-top: -130vw;
            background-color: #fff;
            z-index: 50;
            border-radius: 50%;
            -webkit-transition-property: -webkit-transform;
                    transition-property: transform;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 700ms;
                    transition-duration: 700ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-preloader-circle {
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear;
        }

        .mad-preloader {
            left: 50%;
            top: 50%;
        }

        .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-preloader-circle--appearing {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

        .mad-body--has-critical-fullscreen-message {
            overflow: hidden !important;
        }

        .mad-fullscreen-message {
            position: fixed;
            z-index: 49;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            font-family: 'Maven Pro', serif;
            font-size: 1.875rem;
            line-height: 2.34375rem;
            color: #333;
            background-color: #fff;
            padding: 2rem;
            overflow: auto;
        }

        .mad-fullscreen-message .mad-aligner-inner {
            vertical-align: middle;
        }

        .mad-fullscreen-message-before {
            font-size: 3.25rem;
            line-height: 4rem;
        }

        .mad-fullscreen-message-before:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-fullscreen-message-before:empty,
        .mad-fullscreen-message-after:empty {
            display: none;
        }

    /* ----------------------------------------
        Header
    ---------------------------------------- */

        .mad-header {
            line-height: 1.5rem;
            position: relative;
            z-index: 25;
        }

        .mad-header-section {
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 2.75rem 2.625rem 1.875rem;
            transition: all .5s ease;
        }

        .mad-simple-header .mad-header-section {
            padding: 1.75rem 0;
            justify-content: center;
        }

        .mad-simple-header .mad-header-section:after {
            margin: 0!important;
        }

        .mad-header:not(.no-border) .mad-header-section:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            height: 1px;
            margin: 0 42px;
            background: #ede9e5;
        }

        .mad-header--transparent .mad-header-section:after {
            display: none;
        }

        [class*="mad-header-section--sticky"].mad-header-section--sticked {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 50;
            background: #fff;
            padding: 0.875rem 2.625rem;
        }

        [class*="mad-header-section--sticky"].mad-header-section--sticked .mad-top-header {
            display: none;
        }

        .mad-header--transparent.mad-header--transparent-single {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 25;
        }

        .mad-top-header {
            position: relative;
            padding: 0.4375rem 2.5rem 0.2188rem;
            background: #386f7c;
            font-size: 0.8125rem;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .mad-header--transparent .mad-header-section {
            padding-top: 10px;
            padding-bottom: 1px;
        }

        .mad-top-header:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            height: 15px;
            background: url(../images/top_background.svg) no-repeat;
            background-color: #386f7c;
            background-size: cover;
        }

        .mad-top-header > .mad-header-col .mad-dropdown {
            display: inline-block;
        }

        .mad-top-header > .mad-header-col .mad-dropdown:not(:last-child) {
            margin-right: 1.5625rem;
        }

        .mad-top-header > .mad-header-col .mad-dropdown-title,
        .mad-top-header nav ul li > a:not(.mad-ln--independent):not(.btn) {
            color: #fff;
        }

        .mad-top-header nav ul li > a:not(.mad-ln--independent):not(.btn) {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
            background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
        }

        .mad-header.header-main .mad-search-area, 
        .mad-header.header-main .mad-socials {
            padding: 0;
        }

        .mad-header.header-main .mad-header-section .mad-header-col,
        .mad-top-header .mad-header-col {
            width: 33.3333%;
        }

        .mad-header.header-main .mad-header-items,
        .mad-top-header nav.hr-list ul {
            justify-content: flex-end;
        }

        .mad-header.header-main .mad-navigation {
            text-align: center;
        }

        .mad-header.header-main .mad-navigation > li {
            text-align: left;
        }

        .mad-header.header-main .mad-navigation > li > a {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
        }

        .mad-header.header-main .mad-navigation > li > a::before {
            top: calc(100% - 18px);
        }

        .mad-header.header-main [class*="mad-header-section--sticky"].mad-header-section--sticked {
            padding: 0;
        }

        /* ----------------------------------------
            Header Items
        ---------------------------------------- */

            .mad-header-items{
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;

                margin: 0 -0.875rem;
            }

            .mad-header-items > *{
                padding: 0 0.875rem;
            }

            .mad-search-area,
            .mad-socials {
                padding: 0 4.0625rem;
            }

        /* ----------------------------------------
            Media Holder
        ---------------------------------------- */

        .media-holder {
            position: relative;
            z-index: 2;
            padding-top: 195px;
            /* background: url(../images/1920x972_testBG.jpg) no-repeat; */
            background: url(https://www.ewardruyter.com/images/binnenwerk-bg.jpg) no-repeat;
            background-position-y: -71px;
            background-position-x: right;
        }

        .media-holder + .mad-content .mad-section:first-child {
            padding-top: 326px;
        }

        .media-inner {
            position: relative;
            margin-bottom: -190px;
        }

        .mad-subtitle {
            text-transform: uppercase;
            font-size: 14px;
            color: #386f7c;
            line-height: 21px;
            letter-spacing: 0.5px;
        }

        .madia-title {
            font-weight: 500;
            font-size: 4.375rem;
            line-height: 4.8125rem;
            letter-spacing: -1px;
        }

        .madia-title + .btn {
            margin-top: 20px;
        }

        .media-content {
            padding-top: 130px;
        }

        .media-content-text {
            padding-left: 30px;
        }

        .media-content-text:not(:last-child) {
            margin-bottom: 5.25rem;
        }

        .media-content-img [class*="col-"]:first-child {
            transform: translateY(60px);
        }

        /* ----------------------------------------
            Navigation
        ---------------------------------------- */

            .mad-navigation {
                letter-spacing: 0.25px;
                z-index: 4;
                text-align: initial;
                margin-left: -1.25rem;
                margin-right: -1.25rem;
            }

            .mad-navigation > li {
                position: relative;
                display: inline-block;
                vertical-align: top;
                margin-left: 1.25rem;
                margin-right: 1.25rem;
            }

            .mad-navigation > li > a {
                padding-top: 1.75rem;
                padding-bottom: 1.75rem;
                -webkit-transition-property: color;
                        transition-property: color;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                display: block;
                position: relative;
            }

            .mad-navigation a, 
            .mad-sub-navigation a:hover, 
            .mad-header-menu-btn, 
            .mad-weather-indicator sup span,
            .mad-icon-btn, 
            .mad-dropdown--languages .mad-dropdown-title {
                color: #333;
            }

            .mad-navigation > li > a::before {
                content: "";
                position: absolute;
                top: calc(100% - 28px);
                right: 0;
                left: 0;
                opacity: 0;
                height: 1px;
                bottom: auto;
                -webkit-transition-property: opacity;
                        transition-property: opacity;
                -webkit-transition-duration: inherit;
                        transition-duration: inherit;
                -webkit-transition-timing-function: inherit;
                        transition-timing-function: inherit;
            }

            .mad-navigation .mad-header-section--border + [class*="mad-header-section"] .mad-navigation:not(.mad-navigation--bottom-underlined) > li > a::before {
                top: -1px;
            }

            .mad-navigation--bottom-underlined > li > a::before {
                bottom: 0;
                top: auto;
            }

            .mad-navigation .menu-item-has-children:hover, .mad-navigation .menu-item-has-children.mad-seleceted, .mad-navigation .menu-item-has-children.mad-tapped {
                z-index: 2;
            }

            @-moz-document url-prefix() {
                .mad-header-section--border + [class*="mad-header-section"] .mad-navigation:not(.mad-navigation--bottom-underlined) > li > a::before {
                    top: -2px;
                }
                .mad-header-section--sticked .mad-header-section--border + [class*="mad-header-section"] .mad-navigation:not(.mad-navigation--bottom-underlined) > li > a::before,
                .mad-header-section--border + [class*="mad-header-section"].mad-header-section--sticked .mad-navigation:not(.mad-navigation--bottom-underlined) > li > a::before {
                    top: 0;
                }
            }

            .mad-no-touchevents .mad-navigation > li:hover > a::before,
            .mad-no-touchevents .mad-navigation > .mad-seleceted > a::before,
            .mad-touchevents .mad-navigation > .mad-tapped > a::before,
            .mad-navigation > .current-menu-ancestor > a::before,
            .mad-navigation > .current-menu-parent > a::before,
            .mad-navigation > .current-menu-item > a::before {
                opacity: 1;
            }

            .mad-navigation > li > a::before,
            .mad-mobile-nav-btn {
                background-color: #333;
            }

            .mad-navigation > li > a::before,
            .mad-mobile-nav-btn {
                background-color: #333;
            }

            .mad-navigation .sub-menu {
                width: 15.625rem;
                font-size: 0.875rem;
                position: absolute;
                top: 100%;
                left: -2.1875rem;
                opacity: 0;
                visibility: hidden;
                z-index: 2;
                color: #fff;
                background-color: #fff;
                -webkit-transition-property: opacity, visibility;
                        transition-property: opacity, visibility;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-navigation > li.menu-item > .sub-menu {
                z-index: 2;
            }

            .mad-navigation > li.menu-item > .sub-menu,
            .mad-navigation > li.menu-item .sub-menu {
                padding: 0.875rem 0.9375rem 1.75rem;
                -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
            }

            .mad-navigation .sub-menu a {
                color: #333;
            }

            .mad-navigation .sub-menu a {
                color: #333;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #333), to(#333));
                background-image: linear-gradient(to bottom, #333 100%, #333 100%);
            }

            .mad-navigation .sub-menu > li {
                padding-top: 0.875rem;
                padding-right: 1.25rem;
                padding-left: 1.25rem;
            }

            .mad-navigation .sub-menu.mad-reverse {
                left: auto;
                right: -1.625rem;
            }

            .mad-navigation .sub-menu .sub-menu {
                top: -0.875rem;
                left: 100%;
            }

            .mad-navigation .sub-menu .sub-menu.mad-reverse {
                left: auto;
                right: 100%;
            }

            .mad-navigation .sub-menu .menu-item-has-children {
                position: relative;
                padding-right: 2.8rem;
            }

            .mad-navigation .sub-menu .menu-item-has-children::after {
                font-family: Linearicons;
                content: "\e93c";
                position: absolute;
                right: 0.9375rem;
                font-size: 0.8125rem;
                line-height: inherit;
                top: 1rem;
                color: #333;
            }

            .mad-no-touchevents .mad-navigation .sub-menu li:hover > a,
            .mad-no-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-selected > a,
            .mad-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-tapped > a,
            .mad-navigation .sub-menu .current-menu-item > a,
            .mad-navigation .sub-menu .current-menu-ancestor > a,
            .mad-navigation .sub-menu .current-menu-parent > a {
                background-size: 100% 1px;
            }

            .mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                opacity: 1;
                visibility: visible;
            }

            .mad-csstransforms3d .mad-navigation .sub-menu {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property: transform, opacity, visibility;

                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-csstransforms3d.mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

            .mad-mobile-nav-btn {
                width: 3.75rem;
                height: 3.75rem;
                font-size: 1.25rem;
                text-align: center;
                line-height: 1;
                color: #fff;
                display: none;
            }

            .mad-mobile-nav-btn::after {
                font-family: Linearicons;
                content: "\e92b";
            }

            .mad-mobile-nav-btn.mad-opened {
                background-color: #333;
            }

            nav.vr-list ul li:not(:last-child) {
                margin-bottom: 0.875rem;
            }

            nav.hr-list ul {
                display: flex;
                flex-wrap: wrap;
                margin: 0 -0.875rem;
            }

            nav.hr-list ul li {
                padding: 0 0.875rem;
                letter-spacing: 0.1px;
            }

            nav.icon-list ul li i {
                display: inline-block;
                vertical-align: middle;
                font-size: 0.875rem;
                width: 1.5625rem;
            }

    /* ----------------------------------------
        Breadcrumb
    ---------------------------------------- */

        .mad-breadcrumb:not(.no-title):not(.with-bg) + .mad-content,
        .mad-breadcrumb:not(.no-title):not(.with-bg) + .mad-content:not(.no-pb):not(.mad-bottom-big) > .container .mad-section:first-child:not(:last-child) {
            padding-top: 3.5rem;
        }

        .mad-breadcrumb {
            padding-top: 4.375rem;
            padding-bottom: 4.375rem;
            color: #999;
            background: #fff;
            text-align: center;
            background-color: #c4bdcc;
        }

        .mad-breadcrumb.with-bg {
            padding: 0;
            position: relative;
            color: #ddd;
        }

        .mad-breadcrumb.with-bg .container {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
        }

        .mad-breadcrumb.with-bg .mad-page-title,
        .mad-breadcrumb.with-bg .mad-breadcrumb-path a:not(.mad-ln--independent):not(.mad-btn) {
            color: #fff;
        }

        .mad-breadcrumb.with-bg .mad-breadcrumb-path a:not(.mad-ln--independent):not(.mad-btn) {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
            background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
        }

        .mad-breadcrumb-path {
            font-size: 0.875rem;
            line-height: 1.25rem;
            letter-spacing: .5px;
            margin-left: -0.3rem;
            margin-right: -0.3rem;
            vertical-align: baseline;
        }

        .mad-breadcrumb-path a:not(.mad-ln--independent):not(.mad-btn) {
            color: #333;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #333), to(#333));
            background-image: linear-gradient(to bottom, #333 100%, #333 100%);
        }

        .mad-breadcrumb-path > span {
            display: inline-block;
            padding-left: 0.3rem;
            padding-right: 0.3rem;
            color: #4d737b;
        }

        .mad-breadcrumb .mad-page-title {
            font-weight: 500;
        }

        .mad-breadcrumb .mad-page-title:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-breadcrumb--small {
            padding-top: 1rem;
            padding-bottom: 1.05rem;
        }

        .mad-breadcrumb.no-title {
            padding: 2rem 0;
        }

        .mad-breadcrumb.no-title + .mad-content {
            padding-top: 6.625rem;
        }

    /* ----------------------------------------
        Sections
    ---------------------------------------- */

        .mad-content,
        .mad-section {
            position: relative;
            padding-top: 7.5rem;
            padding-bottom: 7.5rem;
        }

        .mad-content:after,
        .mad-content:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0.3;
            z-index: -2;
        }

        .mad-content:before {
            background: url(https://www.ewardruyter.com/images/binnenwerk-bg.jpg) no-repeat;
            /* background-position: right center; */
            /* background-size: 100%; */
            /* top: -50px; */
            /* left: -80%; */
            background-position-x: right;
        }

        .mad-content:after {
            background: url(../images/dots_background_right.svg) no-repeat;
            background-position: bottom;
            bottom: -300px;
            right: -80%;
        }

        .mad-content.dots-home-2:before {
            top: 50%;
            left: -85%;
        }

        .mad-content.dots-home-2:after {
            bottom: 40%;
            right: -85%;
        }

        .mad-content.dots-home-3:before {
            top: auto;
            bottom: -15%;
            left: -20%;
            background-position: bottom;
        }

        .mad-content.dots-home-3:after {
            bottom: 40%;
            right: -75%;
        }

        .mad-content.dots-about:before {
            z-index: 3;
        }

        .mad-content.dots-no-bottom:after {
            display: none;
        }

        .mad-content.pd-top-2 {
            padding-top: 5.9375rem;
        }

        .mad-content.mad-coming-soon:before,
        .mad-content.mad-404-content {
            z-index: 3;
        }

        .mad-content,
        .mad-section:not(.mad-counter-section):not([class*="mad-colorizer"]):not(.not-last):last-child,
        .mad-section.with-separators:not(.mad-counter-section):not([class*="mad-colorizer"]):last-child {
            padding-bottom: 10.4375rem;
            background-color: #c4bdcc;
            clear: both;
        }
        
        .mad-content.mad-bottom-big {
            padding-bottom: 12.25rem;
        }

        .mad-section.with-separators {
            padding: 8.375rem 0;
        }

        .mad-section.with-separators:not(.no-top-sep):not(:first-child) {
            margin-top: -21px;
        }

        .mad-content.no-pb,
        .mad-section.no-pb {
            padding-bottom: 0!important;
        }

        .mad-content.no-pt,
        .mad-section.no-pt {
            padding-top: 0!important;
        }

        .mad-content.size-2 {
            padding-bottom: 7.5rem;
        }

        .mad-content.no-pd,
        .mad-section.no-pd {
            padding-top: 0!important;
            padding-bottom: 0!important;
        }
        .content-element:not(:last-child) {
            margin-bottom: 7.5rem; 
        }

        .content-element-2:not(:last-child) {
            margin-bottom: 5.25rem; 
        }

        .content-element-3:not(:last-child) {
            margin-bottom: 2.625rem; 
        }

        .content-element-4:not(:last-child) {
            margin-bottom: 1.75rem!important; 
        }

        .content-element-5:not(:last-child) {
            margin-bottom: 0.9375rem; 
        }

        .content-element-6:not(:last-child) {
            margin-bottom: 3.9375rem; 
        }

        .content-element-7:not(:last-child) {
            margin-bottom: 4.8125rem; 
        }

        .content-element-8:not(:last-child) {
            margin-bottom: 2.1875rem; 
        }

        .content-element-9:not(:last-child) {
            margin-bottom: 3.5rem; 
        }

        .content-element-10:not(:last-child) {
            margin-bottom: 3.0625rem; 
        }

        .content-element-11:not(:last-child) {
            margin-bottom: 4.375rem; 
        }

        .content-element-12:not(:last-child) {
            margin-bottom: 1.3125rem; 
        }

        .mad-section {
            position: relative;
        }

        .mad-section.size-2 {
            padding: 5.25rem 0;
        }

        .mad-section.size-3 {
            padding: 5.25rem 0;
        }

        .mad-section.large-size {
            padding: 14.375rem 0;
        }

        .mad-section.section-with-bg-footer {
            padding-bottom: 142px;
            margin-bottom: -30px;
        }

        .with-decoration .container {
            position: relative;
            z-index: 1;
            margin-top: -250px;
            margin-bottom: -250px;
        }

        .with-decoration .container:before,
        .with-decoration .container:after {
            content: '';
            position: absolute;
            top: 0;
            height: 50%;
            min-height: 200px;
            left: 0;
            right: 0;
            background: #fff;
            z-index: -1;
        }

        .with-decoration .container:before {
            left: -225px;
            top: -120px;
            right: -2000px;
        }

        .with-decoration .container:after {
            right: -225px;
            left: -2000px;
            bottom: -120px;
            top: auto;
        }

        .with-decoration.decor-size-2 .container {
            margin-top: -120px;
            margin-bottom: 0;
        }

        .with-decoration.decor-size-2 .container:after,
        .with-decoration.decor-no-bottom .container:after {
            display: none;
        }

        .with-decoration.decor-no-bottom .container {
            margin-bottom: 0;
        }

    /* ----------------------------------------
        Sidebar
    ---------------------------------------- */

        /* ----------------------------------------
            Widgets
        ---------------------------------------- */

            aside .mad-widget {
                background: #f8f7f5;
                padding: 1.75rem;
            }

            aside .mad-widget input {
                font-size: 0.875rem;
            }

            aside .mad-widget .mad-newsletter-form button {
                font-size: 1.25rem;
            }

            aside .mad-widget:not(:last-child) {
                margin-bottom: 1.875rem;
            }

            .mad-widget-title:not(:last-child) {
                margin-bottom: 1.3125rem;
            }

            .mad-widget-title {
                font-weight: 500;
            }

            aside .mad-widget .mad-btn--link {
                font-family: 'Maven Pro', sans-serif;
                margin-top: 0.875rem;
                font-weight: 500;
                letter-spacing: 0.5px;
                display: inline-block!important;
            }

            aside .mad-widget .mad-category-list {
                margin: -7px 0;
            }

            aside .mad-widget input,
            aside .mad-widget .mad-custom-select,
            aside .mad-widget .tagcloud,
            aside .mad-widget .mad-image-boxes,
            aside .mad-widget .mad-gmap,
            aside .mad-widget .mad-msg-form {
                margin-bottom: 0.4375rem;
            }

            aside .mad-widget p + .mad-newsletter-form {
                margin-top: -0.4375rem;
            }

            /* ----------------------------------------
                Sponsors widget
            ---------------------------------------- */

                .mad-sponsors:not(:last-child) {
                    margin-bottom: 2.8125rem;
                } 

                .mad-sponsors {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .mad-csstransforms3d .mad-sponsors img {
                    border-radius: 5px;
                    -webkit-transition-property: all;
                            transition-property: all;
                    -webkit-transition-delay: 0ms;
                            transition-delay: 0ms;
                    -webkit-transition-duration: 500ms;
                            transition-duration: 500ms;
                    -webkit-transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
                            transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
                }

                .mad-csstransforms3d .mad-sponsors a:hover > img {
                    -webkit-box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.05);
                    box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.05);
                }

            /* ----------------------------------------
                Tags
            ---------------------------------------- */

                .tagcloud {
                    font-size: 0;
                    margin: -3.5px;
                }

                .tagcloud > a {
                    font-size: 0.875rem;
                    letter-spacing: 0.1px;
                    padding: 0 10px;
                    border: 1px solid #dfd9d2;
                    color: #333;
                    background: #f8f7f5;
                }

                .tagcloud > * {
                    margin: 3.5px;
                    display: inline-block!important;
                }

                .tagcloud > span {
                    font-size: 0.9375rem;
                }

                .tagcloud > a:hover {
                    background: #f0edea;
                }

            /* ----------------------------------------
                Search
            ---------------------------------------- */

                .mad-search-form {
                    position: relative;
                    display: inline-block;
                }

                .mad-search-area .mad-search-form input {
                    height: 2.625rem;
                    padding-left: 2rem;
                    font-size: 0.875rem;
                    padding-right: 0;
                    border-bottom-color: transparent;
                    width: 90px;
                    transition: all .5s ease;
                    border-bottom-width: 0;
                }

                .mad-search-area .mad-search-form:after {
                    content: '';
                    position: absolute;
                    top: 100%;
                    right: 0;
                    width: 0;
                    height: 1px;
                    background: #222;
                    transition: width .5s ease;
                }

                .mad-search-area .mad-search-form:hover:after {
                    width: 100%;
                }

                .mad-search-form button {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                }

                .mad-home-3 .mad-header .mad-search-area .mad-search-form:not(:hover) input,
                .mad-header--transparent.mad-header .mad-search-area .mad-search-form:not(:hover) input {
                    width: 27px;
                    padding-left: 0;
                    opacity: 0;
                }

                .mad-home-3 .mad-header .mad-search-area .mad-search-form:hover input,
                .mad-header--transparent.mad-header .mad-search-area .mad-search-form:hover input {
                    opacity: 1;
                }

            /* ----------------------------------------
                Banner
            ---------------------------------------- */


            /* ----------------------------------------
                Entities
            ---------------------------------------- */

                .mad-widget .mad-entities .mad-entity {
                    overflow: hidden;
                }

                .mad-widget .mad-entities .mad-entity:not(:last-child) {
                    margin-bottom: 1.5625rem;
                }

                .mad-widget .mad-entities .mad-entity-meta {
                    color: #b1b1b1;
                    font-size: 0.6875rem;
                    line-height: 0.85938rem;
                    text-transform: uppercase;
                    letter-spacing: 1.1px;
                }

                .mad-widget .mad-entities .mad-entity-meta:not(:last-child) {
                    margin-bottom: 0.35rem;
                }

                .mad-widget .mad-entities .mad-entity-media {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    max-width: 6.25rem;
                    margin-right: 1.25rem;
                }

                .mad-widget .mad-entities .mad-entity-content {
                    padding-top: 0.45rem;
                }

                .mad-widget .mad-entities .mad-entity-title {
                    font-size: 1.125rem;
                    line-height: 1.63125rem;
                }

                .mad-widget .mad-entities .mad-entity-title a:not(.mad-ln--independent):not(.mad-btn) {
                    color: #333;
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #333), to(#333));
                    background-image: linear-gradient(to bottom, #333 100%, #333 100%);
                }

                .mad-widget .mad-entities--rooms .mad-entity-header {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                                flex-direction: column;
                }

                .mad-widget .mad-entities--rooms .mad-entity-title {
                    -webkit-box-ordinal-group: 2;
                        -ms-flex-order: 1;
                                 order: 1;
                }

                .mad-widget .mad-entities--rooms .mad-entity-title:not(:only-child) {
                    margin-bottom: 0.75rem;
                }

                .mad-widget .mad-entities--rooms .mad-entity-meta {
                    -webkit-box-ordinal-group: 3;
                        -ms-flex-order: 2;
                                 order: 2;
                }

                .mad-widget .mad-entities--rooms .mad-entity-meta:not(:only-child) {
                    margin-bottom: 0;
                }

                .mad-widget .mad-entities--rooms .mad-entity-content {
                    padding-top: 0;
                }

            /* ----------------------------------------
                Calendar
            ---------------------------------------- */

                .calendar_wrap table {
                    font-size: 0.875rem;
                    line-height: 1.5rem;
                    border-width: 0;
                    border-color: #dfd9d2;
                }

                .calendar_wrap table caption {
                    color: #333;
                    font-size: 1rem;
                    line-height: 1.625rem;
                    font-weight: 400;
                    text-align: center;
                    border-style: inherit;
                    border-color: inherit;
                    padding-top: 0.65rem;
                    padding-bottom: 0.8rem;
                    border-width: 1px 1px 0 1px;
                    position: relative;
                }

                .calendar_wrap table tr:hover {
                    background-color: transparent;
                }

                .calendar_wrap table thead {
                    background-color: #f0edea;
                }

                .calendar_wrap table thead th {
                    font-weight: 500;
                    font-size: 0.875rem;
                }

                .calendar_wrap table thead td a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table thead th a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table tbody td a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table tbody th a:not(.mad-ln--independent):not(.mad-btn) {
                    color: #333;
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #333), to(#333));
                    background-image: linear-gradient(to bottom, #333 100%, #333 100%);
                }

                .calendar_wrap table thead td#today, .calendar_wrap table thead th#today,
                .calendar_wrap table tbody td#today,
                .calendar_wrap table tbody th#today {
                    color: #fff;
                }

                .calendar_wrap table #today {
                    background: #d69080;
                }

                .calendar_wrap table thead td#today a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table thead th#today a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table tbody td#today a:not(.mad-ln--independent):not(.mad-btn),
                .calendar_wrap table tbody th#today a:not(.mad-ln--independent):not(.mad-btn) {
                    color: #fff;
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(#fff));
                    background-image: linear-gradient(to bottom, #fff 100%, #fff 100%);
                }

                .calendar_wrap table td a:not(.mad-ln--independent):not(.btn):not(.read-more) {
                    color: #d69080;
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #d69080), to(#d69080));
                    background-image: linear-gradient(to bottom, #d69080 100%, #d69080 100%);
                }

                .calendar_wrap table th, .calendar_wrap table td {
                    padding: 0.5rem 0.1rem 0.4rem;
                    text-align: center;
                    vertical-align: middle;
                    border-color: #dfd9d2;
                }

                .calendar_wrap table tfoot td {
                    padding: 1.4rem 0 0;
                    border-width: 0;
                }

                .calendar_wrap table tfoot #prev a,
                .calendar_wrap table tfoot #next a {
                    font-size: 0.8125rem;
                    line-height: 1.5rem;
                    font-weight: 800;
                    border: none;
                    letter-spacing: 1.8px;
                    text-transform: uppercase;
                }

                .calendar_wrap table tfoot #prev {
                    text-align: left;
                }

                .calendar_wrap table tfoot #next {
                    text-align: right;
                }

                .calendar_wrap table .calendar-caption-prev,
                .calendar_wrap table .calendar-caption-next {
                    display: block;
                    position: absolute;
                    top: 0;
                    height: 100%;
                    width: 3.125rem;
                    text-align: center;
                    color: #333;
                    -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                            transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                }

                .calendar_wrap table .calendar-caption-prev:hover,
                .calendar_wrap table .calendar-caption-next:hover {
                    color: #333;
                }

                .calendar_wrap table .calendar-caption-prev .fa,
                .calendar_wrap table .calendar-caption-prev .fal,
                .calendar_wrap table .calendar-caption-prev .far,
                .calendar_wrap table .calendar-caption-prev .fab,
                .calendar_wrap table .calendar-caption-prev .fas,
                .calendar_wrap table .calendar-caption-prev .icon,
                .calendar_wrap table .calendar-caption-prev [class*="mad-font-icon-"],
                .calendar_wrap table .calendar-caption-next .fa,
                .calendar_wrap table .calendar-caption-next .fal,
                .calendar_wrap table .calendar-caption-next .far,
                .calendar_wrap table .calendar-caption-next .fab,
                .calendar_wrap table .calendar-caption-next .fas,
                .calendar_wrap table .calendar-caption-next .icon,
                .calendar_wrap table .calendar-caption-next [class*="mad-font-icon-"] {
                    line-height: 1;
                    font-size: 1.125rem;
                    vertical-align: baseline;
                    position: absolute;
                    left: 0;
                    width: 100%;
                    top: 50%;
                    margin-top: -0.5625rem;
                }

                .calendar_wrap table .calendar-caption-prev {
                    left: 0;
                }

                .calendar_wrap table .calendar-caption-next {
                    right: 0;
                }

                .calendar_wrap + .link-color-3 {
                    font-size: 0.875rem;
                    margin-top: 0.875rem;
                    display: block!important;
                    text-transform: uppercase;
                }

            /* ----------------------------------------
                Events
            ---------------------------------------- */

                .mad-widget .mad-events .mad-event {
                    overflow: hidden;
                }

            /* ----------------------------------------
                Recent Comments
            ---------------------------------------- */

                .mad-widget .recentcomments {
                    color: #666;
                    font-size: 0.875rem;
                }

                .mad-widget .recentcomments a:not(.mad-ln--independent):not(.btn):not(.read-more) {
                    font-size: 0.875rem;
                    color: #d69080;
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #d69080), to(#d69080));
                    background-image: linear-gradient(to bottom, #d69080 100%, #d69080 100%);
                }

                .mad-widget .recentcomments:not(:last-child) {
                    margin-bottom: 14px;
                }

            /* ----------------------------------------
                Email
            ---------------------------------------- */

                .mad-widget--email address:not(:last-child),
                .mad-footer .mad-widget--email address:not(:last-child) {
                    margin-bottom: 2rem;
                }

            /* ----------------------------------------
                Info
            ---------------------------------------- */

                .mad-info-widget-logo:not(:last-child) {
                    margin-bottom: 2.4rem;
                }

            /* ----------------------------------------
                Instafeed
            ---------------------------------------- */

                .mad-widget .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
                    margin-top: -10px !important;
                    margin-left: -5px !important;
                    margin-right: -5px !important;
                    margin-bottom: 0 !important;
                }

                .mad-widget .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-grid-item {
                    padding-top: 10px !important;
                    padding-left: 5px !important;
                    padding-right: 5px !important;
                    padding-bottom: 0 !important;
                }

                .mad-widget .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-grid-item .mad-square-image{
                    border-radius: 5px;
                    overflow: hidden;
                }

                .mad-instafeed.style-2 {
                    padding-left: 5rem;
                }

                .mad-instafeed .mad-image-cat {
                    margin-left: 2.5rem;
                }

    /* ----------------------------------------
        Footer
    ---------------------------------------- */

        .mad-footer {
            position: relative;
            color: #b1b1b1;
            background: #53838e;
            background-size: cover;
            padding-top: 6.25rem;
            font-size: 0.875rem;
            color: #fff;
            z-index: 1;
        }

        .mad-footer:not(.style-2):not(.style-3) {
            margin-top: 0;
        }

        .mad-footer:not(.style-2):not(.style-3):before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: -1px;
            right: 0;
            height: 42px;
            z-index: 2;
            background: url(../images/footer_background2.svg) no-repeat;
            background-size: cover;
        }

        .mad-footer .svg {
            opacity: 0.1;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -40px;
        }

        .mad-footer address {
            font-style: normal;
        }

        .mad-footer address:not(:last-child) {
            margin-bottom: 0.8rem;
        }

        .mad-footer .mad-icon-btn {
            color: #333;
            font-size: 1.875rem;
        }

        .mad-footer .mad-widget {
            font-size: inherit;
            line-height: inherit;
            text-align: center;
        }

        .mad-footer .mad-widget-title {
            color: #52767e;
            font-weight: 500;
        }

        .mad-footer .mad-widget-title:not(:last-child) {
            margin-bottom: 1.3125rem;
        }

        .mad-footer p {
            color: #ddd;
        }

        .mad-footer-bottom {
            padding: 5rem 0;
        }

        .mad-footer .mad-newsletter-form input[type="email"],
        .mad-newsletter-form.style-2 input[type="email"] {
            border-color: #fff;
            color: #ddd;
        }

        .mad-footer ::-webkit-input-placeholder,
        .mad-newsletter-form.style-2 {
            color: #ddd;
        }

        .mad-footer ::-webkit-textarea-placeholder,
        .mad-newsletter-form.style-2 ::-webkit-input-placeholder {
            color: #ddd;
        }

        .mad-footer input::-moz-placeholder,
        .mad-newsletter-form.style-2 input::-moz-placeholder {
            color: #ddd;
        }

        .mad-footer textarea::-moz-placeholder,
        .mad-newsletter-form.style-2 textarea::-moz-placeholder {
            color: #ddd;
        }

        .mad-footer ::-ms-input-placeholder,
        .mad-newsletter-form.style-2 ::-ms-input-placeholder {
            color: #ddd;
        }

        .mad-footer ::-ms-textarea-placeholder,
        .mad-newsletter-form.style-2 ::-ms-textarea-placeholder {
            color: #ddd;
        }

        .mad-colorizer--scheme-color-3 .mad-newsletter-form.style-2 input[type="email"] {
            color: #f7ece9;
        }

        .mad-colorizer--scheme-color-3 .mad-newsletter-form button {
            color: #fff;
        }

        .mad-colorizer--scheme-color-3 .mad-footer ::-webkit-input-placeholder,
        .mad-colorizer--scheme-color-3 .mad-newsletter-form.style-2 {
            color: #f7ece9;
        }

        .mad-colorizer--scheme-color-3 .mad-footer ::-webkit-textarea-placeholder,
        .mad-colorizer--scheme-color-3 .mad-newsletter-form.style-2 ::-webkit-input-placeholder {
            color: #f7ece9;
        }

        .mad-colorizer--scheme-color-3 .mad-footer input::-moz-placeholder,
        .mad-colorizer--scheme-color-3 .mad-newsletter-form.style-2 input::-moz-placeholder {
            color: #f7ece9;
        }

        .mad-colorizer--scheme-color-3 .mad-footer textarea::-moz-placeholder,
        .mad-colorizer--scheme-color-3 .mad-newsletter-form.style-2 textarea::-moz-placeholder {
            color: #f7ece9;
        }

        .mad-colorizer--scheme-color-3 .mad-footer ::-ms-input-placeholder,
        .mad-colorizer--scheme-color-3 .mad-newsletter-form.style-2 ::-ms-input-placeholder {
            color: #f7ece9;
        }

        .mad-colorizer--scheme-color-3 .mad-footer ::-ms-textarea-placeholder,
        .mad-colorizer--scheme-color-3 .mad-newsletter-form.style-2 ::-ms-textarea-placeholder {
            color: #f7ece9;
        }

        .mad-colorizer--scheme-color-3 .mad-colorizer-bg-color,
        .mad-colorizer--scheme-color-6 .mad-colorizer-bg-color {
            z-index: auto;
        }

        .mad-colorizer--scheme-color-3.with-separators:before,
        .mad-colorizer--scheme-color-6:before {
            content: '';
            position: absolute;
            top: 0;
            left: -2000px;
            right: -2000px;
            bottom: 0;
            opacity: 0.6;
            z-index: 1;
             /* FF3.6-15 */
             /* Chrome10-25,Safari5.1-6 */
             /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-colorizer--scheme-color-6:before {
             /* FF3.6-15 */
             /* Chrome10-25,Safari5.1-6 */
              /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-section .container {
            position: relative;
            z-index: 2;
        }

        /* Footer style 2 */

        .mad-footer.style-2 {
            /* background: url(../images/1920x511_footerBG.jpg) no-repeat; */
            background-size: cover!important;
            color: #999;
        }

        .mad-footer.style-2 p,
        .mad-footer.style-3 p {
            color: #fafafa;
        }

        .mad-footer.style-2 .mad-footer-bottom {
            padding-top: 77px;
            padding-bottom: 35px;
        }

        .mad-logo {
            display: block;
        }

        .mad-footer.style-2 .mad-logo:not(:last-child) {
            margin-bottom: 2.1875rem;
        }

        /* Footer style 3 */

        .mad-footer.style-3 {
            position: relative;
            padding-top: 0;
            background: #333;
        }

        .mad-footer.style-3 .mad-footer-bottom {
            padding: 45px 1.5625rem;
        }

        .mad-footer.style-3 .mad-footer-bottom .container {
            max-width: 100%;
        }

    /* ----------------------------------------
        Grid
    ---------------------------------------- */
    
        [class*="item-col-"]:not(.no-gutters){
            margin: -1.875rem -0.9375rem 0;
        }

        [class*="item-col-"]:not(.no-gutters) > *{
            padding: 1.875rem 0.9375rem 0;
        }

        .item-col-2 > *{
            width: 50%;
        }

        .item-col-3 > *{
            width: 33.33333%;
        }

        .item-col-4 > *{
            width: 25%;
        }

        .item-col-5 > *{
            width: 20%;
        }

        .item-col-6 > *{
            width: 16.6666%;
        }

        .row:not(.col-no-space){
          margin-bottom: -3.5rem;
        }

        .row:not(.col-no-space) > [class*="col"] {
          margin-bottom: 3.5rem;
        }

        .row.type-2:not(.col-no-space){
          margin-bottom: -21px;
        }

        .row.type-2:not(.col-no-space) > [class*="col"] {
          margin-bottom: 21px;
        }

        .row.type-3:not(.col-no-space){
          margin-bottom: -84px;
        }

        .row.type-3:not(.col-no-space) > [class*="col"] {
          margin-bottom: 84px;
        }

        .row.type-4:not(.col-no-space){
          margin-bottom: -30px;
        }

        .row.type-4:not(.col-no-space) > [class*="col"] {
          margin-bottom: 30px;
        }

        .mad-row-size-2 {
            margin-left: -2.1875rem;
            margin-right: -2.1875rem;
        }

        .mad-row-size-2 > [class*="col"] {
            padding-left: 2.1875rem;
            padding-right: 2.1875rem;
        }

        .mad-row-size-3 {
            margin-left: -1.75rem;
            margin-right: -1.75rem;
        }

        .mad-row-size-3 > [class*="col"] {
            padding-left: 1.75rem;
            padding-right: 1.75rem;
        }

    /* ----------------------------------------
        Square image
    ---------------------------------------- */

        .mad-square-image[data-bg-image-src] {
            position: relative;
            height: 0;
            padding-bottom: 100%;
        }

        .mad-square-image[data-bg-image-src] a {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .mad-square-image.mad-square-image--size-90 {
            padding-bottom: 90%;
        }

        .mad-square-image.mad-square-image--size-80 {
            padding-bottom: 80%;
        }

        .mad-square-image.mad-square-image--size-70 {
            padding-bottom: 70%;
        }

        .mad-square-image.mad-square-image--size-60 {
            padding-bottom: 60%;
        }

        .mad-square-image.mad-square-image--size-50 {
            padding-bottom: 50%;
        }

        .mad-square-image.mad-square-image--size-40 {
            padding-bottom: 40%;
        }

        .mad-square-image--position-left-top {
            background-position: left top;
        }

        .mad-square-image--position-left-center {
            background-position: left center;
        }

        .mad-square-image--position-left-bottom {
            background-position: left bottom;
        }

        .mad-square-image--position-center-top {
            background-position: center top;
        }

        .mad-square-image--position-center-center {
            background-position: center center;
        }

        .mad-square-image--position-center-bottom {
            background-position: center bottom;
        }

        .mad-square-image--position-right-top {
            background-position: right top;
        }

        .mad-square-image--position-right-center {
            background-position: right center;
        }

        .mad-square-image--position-right-bottom {
            background-position: right bottom;
        }

    /* ----------------------------------------
        Page Header
    ---------------------------------------- */

        .mad-page-header:not(:last-child) {
            margin-bottom: 2.3rem;
        }

    /* ----------------------------------------
        Modals
    ---------------------------------------- */

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

        .mad-modal h1,
        .mad-modal h2,
        .mad-modal h3,
        .mad-modal h4,
        .mad-modal h5,
        .mad-modal h6 {
            color: #333;
            font-weight: 500;
        }

    /* ----------------------------------------
        Arctic Modal
    ---------------------------------------- */

        .arcticmodal-overlay {
            opacity: 1!important;
            background-color: #fff!important;
            transition: all 1s ease!important;
        }

        .arcticmodal-container table {
            background-color: transparent;
            border: none;
            transition: all 1s ease!important;
        }

        .arcticmodal-container .arcticmodal-close {
            font-size: 1.875rem;
            position: absolute;
            top: 2.8125rem;
            right: 2.8125rem;
            color: #333;
        }

        /* ----------------------------------------
            Search Modal
        ---------------------------------------- */

            .mad-modal--search .mad-singlefield-form {
                max-width: 55.625rem;
            }

            .mad-modal--search .mad-singlefield-form input[type="text"], 
            .mad-modal--search .mad-singlefield-form input[type="search"], 
            .mad-modal--search .mad-singlefield-form input[type="date"], 
            .mad-modal--search .mad-singlefield-form input[type="datetime-local"], 
            .mad-modal--search .mad-singlefield-form input[type="email"], 
            .mad-modal--search .mad-singlefield-form input[type="file"], 
            .mad-modal--search .mad-singlefield-form input[type="month"], 
            .mad-modal--search .mad-singlefield-form input[type="number"],
             .mad-modal--search .mad-singlefield-form input[type="password"], 
             .mad-modal--search .mad-singlefield-form input[type="tel"], 
             .mad-modal--search .mad-singlefield-form input[type="time"],
              .mad-modal--search .mad-singlefield-form input[type="url"], 
              .mad-modal--search .mad-singlefield-form input[type="week"], 
              .mad-modal--search .mad-singlefield-form textarea {
                height: 3.75rem;
            }

            .mad-modal--search .mad-singlefield-form .btn {
                flex: none;
            }

            .mad-modal--search .mad-singlefield-form,
            .mad-singlefield-form {
                margin-left: auto;
                margin-right: auto;
                position: relative;
                display: flex;
            }

    /* ----------------------------------------
        Responsive Iframe
    ---------------------------------------- */

        .mad-responsive-iframe {
            position: relative;
            height: 0;
            padding-bottom: 56%;
        }

        .mad-responsive-iframe.no-pd {
            padding-bottom: 0;
            height: auto;
        }

        .mad-responsive-iframe > iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .mad-fullwidth-iframe > iframe {
            width: 100%;
        }

    /* ----------------------------------------
        Comments
    ---------------------------------------- */

        .comments-list {
            overflow: hidden;
        }

        .comments-list > .comment:first-child {
            margin-top: -2.4rem;
        }

        .comment {
            font-size: 1rem;
            padding-top: 2.4rem;
        }

        .comment .fn {
            font-style: normal;
            font-weight: 500;
            font-size: 1.125rem;
            font-family: "Maven Pro", serif;
            margin-bottom: 0.4375rem;
            color: #333;
            display: block;
        }

        .comment-author-avatar {
            float: left;
            position: relative;
            z-index: 2;
        }

        .comment .children > li,
        .comment.comment-has-children > .comment-body > .comment-author-info {
            position: relative;
        }

        .comment.comment-has-children > .comment-body > .comment-author-info::after {
            content: "";
            border-width: 0 0 0 1px;
            border-style: solid;
            border-color: #ede9e5;
            position: absolute;
            left: 2.3rem;
            top: 6.5rem;
            height: calc(101% - 104px);
        }

        .comment-author-info {
            padding-left: 6.5rem;
        }

        .comment-meta {
            font-size: 0.875rem;
            line-height: 1rem;
            margin-bottom: 0.9rem;
            color: #999;
        }

        .comment-content:not(:last-child) {
            margin-bottom: 0.1rem;
        }

        .comment-actions {
            font-size: 0.6875rem;
            line-height: 1.75rem;
            text-transform: uppercase;
            color: #b1b1b1;
            letter-spacing: 0.82px;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        .comment-actions > a {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }

        .comment::after {
            content: "";
            display: block;
            clear: both;
        }

        .comment .children {
            padding-left: 6.1875rem;
            overflow: hidden;
        }

        .comment .children > li::before {
            content: "";
            border-width: 0 0 1px 1px;
            border-style: solid;
            border-color: #ede9e5;
            width: 2.3125rem;
            height: 10091px;
            position: absolute;
            left: -3.9375rem;
            top: -10016px;
            border-radius: 5px;
        }

    /* ----------------------------------------
        Fullscreen Area
    ---------------------------------------- */

        .mad-fullscreen-area:not(.mad-fullscreen-area--ready) {
            position: relative;
            margin-top: 15vh;
            margin-bottom: 15vh;
        }

        .mad-fullscreen-area:not(.mad-fullscreen-area--ready)::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 2;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("../images/loader.gif");
        }

    /* ----------------------------------------
        Vertical Navigation
    ---------------------------------------- */

        .mad-navigation-vertical {
            display: block !important;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-navigation-vertical .sub-menu {
            padding-top: 0.125rem;
            padding-bottom: 0.625rem;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }

        .mad-navigation-vertical .sub-menu > li {
            margin-top: 0.5rem;
        }

        .mad-navigation-vertical .sub-menu > li.menu-item-has-children > a::after {
            font-family: 'Linearicons';
            content: "\e93a";
            margin-left: 0.4rem;
            vertical-align: middle;
            font-size: 0.75rem;
        }

        .mad-navigation-vertical .sub-menu a {
            color: #b1b1b1;
        }

        .mad-navigation-vertical > li:hover > a::before,
        .mad-navigation-vertical > li.mad-seleceted > a::before,
        .mad-navigation-vertical > li.mad-tapped > a::before,
        .mad-navigation-vertical > li.current-menu-ancestor > a::before,
        .mad-navigation-vertical > li.current-menu-parent > a::before,
        .mad-navigation-vertical > li.current-menu-item > a::before {
            opacity: 1;
        }

        .mad-navigation-vertical > li > a {
            text-transform: uppercase;
            letter-spacing: 0.81px;
            display: block;
            padding: 0.48rem 1.875rem;
            position: relative;
        }

        .mad-navigation-vertical > li > a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 3px;
            opacity: 0;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-navigation-vertical a {
            color: #333;
            -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-body--scheme-brown .mad-navigation-vertical > li > a::before {
            background-color: #ba89f4;
        }

/* ----------------------------------------
    3. Components
---------------------------------------- */

    /* ----------------------------------------
        Social icons
    ---------------------------------------- */

        .mad-social-icons {
            font-size: 1.25rem;
            line-height: 1;
            margin-top: -0.875rem;
            margin-left: -0.875rem;
            margin-right: -0.875rem;
        }

        .mad-social-icons > li {
            display: inline-block;
            padding-top: 0.875rem;
            padding-left: 0.875rem;
            padding-right: 0.875rem;
        }

        .mad-social-icons a {
            display: block;
            background-image: none !important;
        }

        .mad-social-icons a:not(.mad-ln--independent):not(.btn):not(.read-more):hover {
            color: #2a605a;
        }

        .mad-social-icons--huge {
            font-size: 1.875rem;
        }

        .mad-details-list .mad-social-icons {
            margin-top: 0.2rem;
        }

        .mad-share-btns {
            display: flex;
            flex-wrap: wrap;
            margin: -0.625rem -0.3125rem 0;
        }

        .mad-share-btns > * {
            padding: 0.2188rem 1.25rem;
            font-size: 0.8125rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff;
            font-weight: 500;
            margin: 0.625rem 0.3125rem 0;
        }

        .mad-share-btns > * i {
            font-size: 0.75rem;
            margin-right: 0.625rem;
            line-height: inherit;
        }

        .mad-share-facebook {
            background: #395498;
        }

        .mad-share-twitter {
            background: #1d9ce9;
        }

        .mad-share-pinterest {
            background: #df0022;
        }

        .mad-share-add {
            font-family: 'linearicons';
            position: relative;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 2.1875rem;
            padding: 0;
            background: #dfd9d2;
        }

        .mad-share-add:before {
            content: "\e936";
            font-size: 0.9375rem;
            color: #333;
        }

    /* ----------------------------------------
        Dropcaps
    ---------------------------------------- */

        .mad-dropcap > *:first-child:first-letter {
            font-size: 3.75rem;
            font-family: "Maven Pro", serif;
            font-weight: 900;
            line-height: 1;
            display: block;
            float: left;
            margin-right: 1.1rem;
            margin-top: -4px;
            color: #d69080;
        }

        .mad-dropcap--filled > *:first-child:first-letter {
            color: #82bbc9;
        }

        /* firefox only */
        @-moz-document url-prefix() {
            .mad-dropcap > *:first-child:first-letter {
                margin-top: 6px;
            }
            .mad-dropcap--filled > *:first-child:first-letter {
                margin-top: 6px;
            }
        }

    /* ----------------------------------------
        Alert Boxes
    ---------------------------------------- */

        .mad-alert-boxes-example {
            margin-top: -0.8125rem;
        }

        .mad-alert-box {
            padding-top: 0.8125rem;
            padding-bottom: 0.8125rem;
        }

        .mad-alert-box strong {
            font-weight: inherit;
        }

        .mad-alert-box-inner {
            position: relative;
            border-width: 1px;
            border-style: solid;
            padding-top: 0.9375rem;
            padding-bottom: 0.9375rem;
            padding-left: 1.75rem;
            padding-right: 3.8rem;
            text-align: initial;
            background-color: #fff;
        }

        .mad-alert-box-close {
            position: absolute;
            color: transparent;
            font-size: 1.375rem;
            line-height: 1;
            display: block;
            width: 1.375rem;
            height: 1.375rem;
            right: 1.325rem;
            top: 50%;
            margin-top: -0.575rem;
            overflow: hidden;
        }

        .mad-alert-box-close::-moz-selection {
            color: transparent;
        }

        .mad-alert-box-close::selection {
            color: transparent;
        }

        .mad-alert-box-close::-webkit-selection {
            color: transparent;
        }

        .mad-alert-box-close::after {
            font-family: "Linearicons";
            content: '\e92a';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            margin-top: -11px;
        }

        .mad-alert-box--success {
            color: #378a6c;
        }

        .mad-alert-box--success .mad-alert-box-inner {
            border-color: #378a6c;
        }

        .mad-alert-box--success .mad-alert-box-close:after {
            color: #378a6c;
        }

        .mad-alert-box--warning {
            color: #f58c65;
        }

        .mad-alert-box--warning .mad-alert-box-inner {
            border-color: #f58c65;
        }

        .mad-alert-box--warning .mad-alert-box-close:after {
            color: #f58c65;
        }

        .mad-alert-box--info {
            color: #5269a3;
        }

        .mad-alert-box--info .mad-alert-box-inner {
            border-color: #5269a3;
        }

        .mad-alert-box--info .mad-alert-box-close:after {
            color: #5269a3;
        }

        .mad-alert-box--error {
            color: #f55b55;
        }

        .mad-alert-box--error .mad-alert-box-inner {
            border-color: #f55b55;
        }

        .mad-alert-box--error .mad-alert-box-close:after {
            color: #f55b55;
        }

        .mad-csstransforms3d .mad-alert-box-close {
            -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
                    transition:         transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
        }

        .mad-csstransforms3d .mad-alert-box-close:hover {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
                    transform: scale3d(1.3, 1.3, 1.3);
        }

    /* ----------------------------------------
        Lists
    ---------------------------------------- */

        .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before {
            font-size: 1.25rem;
            font-family: 'Linearicons';
            content: "\e77d";
            color: #d69080;
        }

        .mad-entity-content ol {
            list-style-position: inside;
            list-style-type: decimal;
        }

        .mad-entity-content ol ol, .mad-entity-content ol ul {
            padding-left: 2rem;
        }

        .mad-entity-content ol ul > li > ul,
        .mad-entity-content ol ul > li > ol {
            padding-left: 0;
        }
        
        .mad-list-title:not(:last-child) {
            margin-bottom: 7px;
        }

        .mad-list-title b {
            font-weight: 500;
        }

        /* ----------------------------------------
            Icon List
        ---------------------------------------- */

            .mad-list--icon > li,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li {
                padding-left: 2rem;
                position: relative;
            }

            .mad-list--icon > li > .icon,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before {
                font-size: 1.25rem;
                position: absolute;
                left: 1px;
                top: 0;
                line-height: 1.75rem;
            }

            .mad-list--icon ul,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-icon-first) {
                padding-top: 0.875rem;
            }

            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child),
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), 
            .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child) {
                margin-bottom: 1.75rem;
            }

            .mad-icon-color-2 .mad-list--icon > li > .icon {
                color: #82bbc9;
            }

            .mad-icon-color-3 .mad-list--icon > li > .icon {
                color: #386f7c;
            }

            .mad-icon-color-4 .mad-list--icon > li > .icon {
                color: #c9a482;
            }

        /* ----------------------------------------
            Category list
        ---------------------------------------- */

            .mad-widget .mad-category-list > li {
                margin: 0 -1.75rem;
            }

            .mad-category-list li a {
                display: flex!important;
                font-size: 0.875rem;
                justify-content: space-between;
                padding: 0.4375rem 1.75rem;
                width: 100%;
                background-image: none!important;
            }

            .mad-category-list > li > a:hover {
                background: #f0edea;
            }

            .mad-category-list li .mad-slide-content li a {
                padding-left: 42px;
            }

            .mad-category-list li .mad-slide-content li a:hover > span:first-child {
                position: relative;
            }

            .mad-category-list li .mad-slide-content li a > span:before {
                content: '';
                transition: all .5s ease;
                border-bottom: 1px solid #333;
                position: absolute;
                top: 95%;
                left: 0;
                width: 0;
                opacity: 0;
                visibility: hidden;
            }

            .mad-category-list li .mad-slide-content li a:hover > span:first-child:before {
                opacity: 1;
                visibility: visible;
                width: 100%;
            }

    /* ----------------------------------------
        Dividers
    ---------------------------------------- */

        hr {
            border-width: 1px 0 0 0;
            border-style: solid;
            border-color: #ede9e5;
        }

        hr.mad-divider--medium {
            border-top-width: 2px;
        }

        hr.mad-divider--large {
            border-top-width: 3px;
        }

        hr.mad-divider--shorter {
            width: 50px;
        }

        hr.mad-divider--medium.with-grad{
            padding-bottom: 2px;
        }

        hr.mad-divider--large.with-grad{
            padding-bottom: 3px;
        }

        hr.mad-divider--scheme-color-1 {
            border-color: #333;
        }

        hr.mad-divider--scheme-color-2 {
            border-color: #d69080;
        }

        hr.mad-divider--scheme-color-3 {
            border-color: #386f7c;
        }

        hr.mad-divider--scheme-color-4 {
            border-color: #ffddbe;
        }

        hr.mad-divider--scheme-color-5 {
            border-color: #82bbc9;
        }

        .mad-divider-example-container > hr:not(:first-child) {
            margin-top: 0.75rem;
        }

        .mad-divider-example-container > hr:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-divider-example-container:not(:last-child) {
            margin-bottom: 1.75rem;
        }

    /* ----------------------------------------
        Blockquotes
    ---------------------------------------- */

        blockquote:not(.mad-blockquote--unstyled) {
            font-family: "Old Standard TT", serif;
            font-size: 1.5rem;
            line-height: 1.625;
            font-style: italic;
            font-weight: 400;
            padding: 2.25rem 2.4rem 2.25rem;
            color: #fff;
        }

        blockquote:not(.mad-blockquote--unstyled):not(:first-child) {
            margin-top: 1.7rem;
        }

        blockquote:not(.mad-blockquote--unstyled):not(:last-child) {
            margin-bottom: 1.7rem;
        }

        blockquote:not(.mad-blockquote--unstyled) cite {
            font-family: "Open Sans", sans-serif;
            font-size: 0.875rem;
            font-style: normal;
            line-height: 1.625;
            text-transform: uppercase;
            letter-spacing: 4.2px;
            color: #ececec;
            display: block;
            margin-top: 1.15rem;
            margin-bottom: 0.4rem;
        }

        blockquote:not(.mad-blockquote--unstyled).mad-blockquote--style-2 {
            border-style: solid;
            border-width: 0 0 0 3px;
            color: #333;
            background-color: #f8f8f8;
        }

        blockquote:not(.mad-blockquote--unstyled).mad-blockquote--style-2 cite {
            color: #b1b1b1;
        }

    /* ----------------------------------------
        Buttons
    ---------------------------------------- */

        .read-more {
            text-transform: uppercase;
            font-family: 'Maven Pro', sans-serif;
            letter-spacing: 0.5px;
            color: #274743;
            font-weight: 500;
            position: relative;
            display: inline-block;
        }

        .read-more:after {
            content: '\e937';
            position: absolute;
            font-family: 'Linearicons';
            right: 0;
            top: 0;
            font-size: 0.9375rem;
        }

        .read-more.small-size {
            font-size: 0.875rem;
        }

        .read-more.small-size:after {
            font-size: 0.8125rem;
        }

        .read-more.big-size {
            font-size: 1.125rem;
        }

        .read-more.big-size::after {
            font-size: 1.0625rem;
        }

        .read-more.style-2 {
            color: #c9a482;
        }
        
        .read-more.style-3 {
            color: #2c5862;
        }
        
        .read-more.style-4 {
            color: #dfd9d2;
        }

        .read-more.style-5 {
            color: #82bbc9;
        }

        .read-more.style-6 {
            color: #4a3929;
        }

        .btn {
            font-family: 'Maven Pro', sans-serif;
            padding: 0.4375rem 1.875rem 0.4375rem;
            display: inline-block;
            font-size: 0.875rem;
            color: #fff;
            letter-spacing: 0.5px;
            font-weight: 500;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.75rem;
            position: relative;
            white-space: nowrap;
            z-index: 1;
            background: #4d737b;
            transition: all .5s ease;
        }

        .btn:hover {
            background: #51777f;
        }

        [class*="btn"].btn-small{
            font-size: 0.8125rem;
            padding: 0.2188rem 1.25rem;
        }

        .btn-big{
            padding: 0.6875rem 1.875rem 0.625rem;
            font-size: 1rem;
        }

        .btn-huge{
            padding: 0.875rem 2.5rem 0.875rem;
            font-size: 1.125rem;
        }

        [class*="btn"].with-line span,
        .read-more {
            position: relative;
            padding-right: 25px;
            transition: all .5s ease;
        }

        [class*="btn"].with-line:hover span,
        .read-more:hover {
            padding-right: 0;
            padding-left: 25px;
        }

        [class*="btn"].with-line:hover span i,
        .read-more:hover:after {
            right: calc(100% - 15px);
        }

        [class*="btn"] span i,
        .read-more:after {
            position: absolute;
            right: 0;
            top: 1px;
            transition: all .5s ease;
        }

        [class*="btn"] i {
            font-size: 0.8125rem;
            display: inline-block;
            vertical-align: middle;
        }

        [class*="btn"].with-line {
            padding-right: 30px;
        }

        .btn-small i {
            font-size: 0.75rem;
            vertical-align: 0;
        }

        .btn-big i {
            font-size: 0.9375rem;
        }

        .btn-huge i {
            font-size: 1.0625rem;
        }

        [class*="btn"].btn-style-2 {
            background: #c9a482;
        }

        [class*="btn"].btn-style-2:hover {
            background: #b09072;
        }

        [class*="btn"].btn-style-3 {
            background: #2c5862;
        }

        [class*="btn"].btn-style-3:hover {
            background: #204047;
        }

        [class*="btn"].btn-style-4 {
            color: #333;
            background: #dfd9d2;
        }

        [class*="btn"].btn-style-4:hover {
            background: #eae6e1;
        }

        [class*="btn"].btn-style-5 {
            background: #82bbc9;
        }

        [class*="btn"].btn-style-5:hover {
            background: #72a4b0;
        }

        [class*="btn"].btn-style-6 {
            background: #4a3929;
        }

        [class*="btn"].btn-style-6:hover {
            background: #33271c;
        }

        a.mad-btn--link:not(.mad-ln--independent):not(.btn):not(.read-more) {
            text-transform: uppercase;
            font-size: 0.875rem;
            color: #d69080;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #d69080), to(#d69080));
            background-image: linear-gradient(to bottom, #d69080 100%, #d69080 100%);
        }

        .page-nav {
            padding-top: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
        }

        .page-nav .menu-button {
            font-size: 30px;
        }

        .btn-wrap {
            margin: -0.625rem;
        }

        .btn-wrap > * {
            margin: 0.625rem;
        }

        .prev-btn,
        .next-btn,
        .exp {
            font-weight: 600;
            margin-left: 30px;
            position: relative;
        }

        .prev-btn,
        .next-btn {
            border-bottom: 1px solid transparent;
        }

        .prev-btn:hover,
        .next-btn:hover {
            border-bottom-color: inherit;
        }

        .prev-btn:before,
        .next-btn:before,
        .exp:before {
            font-family: 'Linearicons';
            content: '\e964';
            font-size: 20px;
            color: #262626;
            position: absolute;
            font-weight: normal;
            left: 0;
            top: 0;
            margin-top: -3px;
            margin-left: -30px;
        }

        .next-btn{
            margin-left: 0;
            margin-right: 30px;
        }

        .next-btn:before {
            margin-left: 0;
            margin-right: -30px;
        }

        .next-btn:before {
            content: '\e965';
            right: 0;
            left: auto;
        }

        .mad-back-to-top {
            width: 56px;
            height: 56px;
            padding: 0;
            text-align: center;
            font-size: 1.25rem;
            position: fixed;
            z-index: 103;
            right: 3%;
            top: 60%;
            color: #fff;
            background: #4c7077;
        }

        .mad-back-to-top .icon {
            line-height: 45px;
        }

        .btns-set:not(:last-child) {
            margin-bottom: 1.875rem;
        }

        .btns-set {
            margin: -1.875rem -0.9375rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btns-set > ul {
            width: 16.6666%;
            padding: 1.875rem 0.9375rem 0;
        }

        .btns-set ul > li:not(:last-child) {
            margin-bottom: 0.9375rem;
        }

        .btns-set .row > .col {
            flex-grow: 0;
        }

        .info-btn {
            text-transform: uppercase;
            font-weight: bold;
            color: #038ed3;
            line-height: 1em;
            padding-top: 10px;
            display: inline-block;
            border-bottom: 1px solid transparent;
        }

        .info-btn:hover {border-color: #2c97d6;}

        .icons-wrap .info-btn:hover {border-color: #fff;}

        .mad-icon {
            font-size: 1.375rem;
            color: #333;
            transition: color .5s ease;
            vertical-align: middle;
        }

        .mad-icon:hover,
        .mad-dropdown--opened .mad-icon {
            color: #d69080;
        }

        .mad-search-area button span {
            font-size: 0.875rem;
            color: #999;
            line-height: 1.375rem;
            padding-left: 0.625rem;
            letter-spacing: 0.5px;
        }

        .mad-image-box-media a.video-btn {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 72px;
            height: 72px;
            margin-left: -36px;
            margin-top: -36px;
        }

        .mad-image-box-media a.video-btn:after {
            content: none!important;
        }

    /* ----------------------------------------
        Panels (Accordions & Toggles)
    ---------------------------------------- */

        .mad-panels-title > button {
            font-size: 1.25rem;
            line-height: 1.3;
            font-weight: 500;
            font-family: "Maven Pro", serif;
            text-align: initial;
            display: block;
            width: 100%;
            position: relative;
            padding-top: 21.5px;
            padding-bottom: 21.5px;
            padding-left: 1.625rem;
            padding-right: 4.5rem;
            border-width: 1px;
            border-style: solid;
            border-color: transparent;
            background-clip: padding-box;
            color: #333;
            position: relative;

            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                 -o-user-select: none;
                    user-select: none;
        }

        .mad-panels-title > button::after,
        .mad-panels-title > button::before {
            font-family: "Linearicons";
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1;
            position: absolute;
            right: 1.625rem;
            top: 50%;
            margin-top: -0.625rem;
            -webkit-transition-property: opacity;
                    transition-property: opacity;
            -webkit-transition-duration: inherit;
                    transition-duration: inherit;
            -webkit-transition-timing-function: inherit;
                    transition-timing-function: inherit;
        }

        .mad-panels-title > button::before {
            content: "\e936";
        }

        .mad-panels-title > button::after {
            content: "\e937";
            opacity: 0;
        }

        .mad-panels-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-panels-active.mad-panels-title > button::before {
            opacity: 0;
        }

        .mad-panels-active.mad-panels-title > button::after {
            opacity: 1;
        }

        .mad-panels-definition {
            padding-top: 1.75rem;
            padding-bottom: 1.75rem;
            padding-left: 1.75rem;
            padding-right: 1.75rem;
            border-bottom: 1px solid #ede9e5;
            overflow: hidden;
        }

        .mad-panels:not(.mad-panels--style-2) {
            border-width: 1px;
            border-style: solid;
            border-color: #ede9e5;
            border-bottom: none;
        }

        .mad-panels-definition:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
            border-bottom-color: transparent;
        }

        .mad-panels--style-2 .mad-panels-definition {
            padding-top: 0;
            border: none;
            overflow: hidden;
        }

        .mad-panels--style-2 .mad-panels-title:first-child > button {
            border-top: none;
        }

        .mad-panels--style-2 .mad-panels-title > button {
            border-width: 1px 0 0 0;
            border-color: #ede9e5;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title > button {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #ede9e5;
            border-color: #ede9e5;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title:not(:first-child) > button {
            border-top: none;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active > button {
            color: #fff;
            background: #d69080;
            border-color: #d69080;
            margin: 0 -1px;
            width: calc(100% + 2px);
        }

        /* .mad-panels:not(.mad-panels--style-2) .mad-panels-title > button:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #d69080;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active > button:after {
            opacity: 1;
            visibility: visible;
        } */

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title > button::before {
            -webkit-transition-property: -webkit-transform, opacity;
                    transition-property:         transform, opacity;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title.mad-panels-active > button::before {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-csstransforms3d .mad-panels-title > button::before,
        .mad-csstransforms3d .mad-panels-title.mad-panels-active > button::after {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Tabs & Tour Sections
    ---------------------------------------- */

        .mad-tabs:not(.mad-tabs--unstyled) {
            overflow: hidden;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            font-weight: 700;
            font-family: "Maven Pro", serif;
            font-size: 0;
            line-height: 0;
            position: relative;
            z-index: 1;
            margin-bottom: -1px;

            -ms-word-break: break-all;
                word-break: break-all;

            -webkit-user-select: none;
               -moz-user-select: none;
                 -o-user-select: none;
                -ms-user-select: none;
                    user-select: none;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav > span {
            display: inline-block;
            vertical-align: top;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            color: #333;
            display: block;
            padding-top: 1.25rem;
            padding-right: 1.75rem;
            padding-bottom: 1.25rem;
            padding-left: 1.75rem;
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 500;
            background: #fff;
            font-family: 'Maven Pro', sans-serif;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-tabs.mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            padding: 1.3125rem 1.75rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav a {
            border: 1px solid #ede9e5;
        }

        .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2):not(.mad-tabs--tour-sections) .mad-tabs-nav > span:not(:first-child) a {
            margin-right: -1px;
        }

        .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav .mad-active > a {
            color: #fff;
            background: #d69080;
            border-color: #d69080;
            margin-left: -1px;
            margin-bottom: -1px;
            position: relative;
            z-index: 1;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 a::before, .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 a::after {
            border-color: #dadada;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tab {
            padding: 1.75rem;
            border: 1px solid #ede9e5;
         }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav,
        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav > span {
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            position: relative;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a::before {
            z-index: 1;
            left: -5000%;
            right: -5000%;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a::after {
            z-index: 2;
            left: 0;
            right: 0;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections) .mad-tabs-nav a::after {
            margin: 0 1.75rem;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a::after, .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a::before {
            content: "";
            position: absolute;
            bottom: 0;
            border-style: solid;
            border-width: 1px 0 0 0;
            -webkit-transition-property: border;
                    transition-property: border;
            -webkit-transition-duration: inherit;
                    transition-duration: inherit;
            -webkit-transition-delay: inherit;
                    transition-delay: inherit;
            -webkit-transition-timing-function: inherit;
                    transition-timing-function: inherit;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active a::after {
            border-color: #333;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tab {
            border: none;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav {
            float: left;
            width: 200px;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav > span {
            display: block;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled),
        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-container {
            overflow: hidden;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tab,
        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tab {
            margin-top: 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tab {
            padding-top: 0;
        }

        .mad-tabs.mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav {
            margin-right: -1px;
            z-index: 2;
            position: relative;
        }

        .mad-tabs.mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav > span:not(:last-child) a {
            border-bottom: none;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a {
            overflow: hidden;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tab img:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-tabs .mad-tab p {
            letter-spacing: -0.1px;
        }

    /* ----------------------------------------
        Pagination
    ---------------------------------------- */

        .mad-pagination {
            display: flex;
            margin: -0.2188rem;
        }

        .mad-pagination > li {
            padding: 0.2188rem;
        }

        .mad-pagination > li > * {
            display: block!important;
            padding: 0 0.8125rem;
            line-height: 2.1875rem;
            background: #f0edea;
            background-image: none!important;
        }

        .mad-pagination > li > *:hover,
        .mad-pagination > li > *.current {
            background: #d69080;
            color: #fff!important;
        }

    /* ----------------------------------------
        Progress Bars
    ---------------------------------------- */

        .mad-progress-bars-item:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-progress-bar {
            height: 7px;
            position: relative;
            background-color: #dfd9d2;
        }

        .mad-progress-bar-title {
            font-family: 'Maven Pro', serif;
            font-size: 1.125rem;
            font-weight: 500;
            margin-bottom: 0.4375rem;
            display: block;
            position: relative;
            padding-right: 6.25rem;
            color: #333;
        }

        .mad-progress-bar-title::after {
            content: attr(data-value) attr(data-units);
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .mad-progress-bar-indicator {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            background: #d69080;
        }

        .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar {
            background-color: #c0dde4;
        }

        .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar-indicator {
            background: #386f7c;
        }

    /* ----------------------------------------
        Counters
    ---------------------------------------- */

        .mad-counters {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
        }

        .mad-counter {
            color: #999;
            font-size: 0.875rem;
        }

        .mad-counter-count {
            font-family: "Maven Pro", sans-serif;
            font-size: 3rem;
            line-height: 1;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-weight: bold;
            overflow: hidden;
            color: #d69080;
        }

        .mad-counter-icon {
            line-height: 1;
        }

        .mad-counter-icon .svg {
            width: 54px;
            height: 54px;
        }

        .mad-counter-title {
            letter-spacing: 0.5px;
        }

        .mad-counters:not(.icon-top):not(.align-center) .mad-counter-inner {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
        }

        .mad-counters:not(.icon-top) .mad-counter-icon {
            padding-right: 1.875rem;
            margin-top: 0;
        }

        .mad-counters:not(.icon-top) .mad-counter-icon .svg {
            width: 3.4375rem;
            height: 3.4375rem;
        }

        .mad-counters.icon-top .mad-counter-icon:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .mad-colorizer--scheme-light .mad-counter-icon .svg path {
            fill: #386f7c;
        }

        .mad-colorizer--scheme-light .mad-counter-count,
        .mad-colorizer--scheme-light .mad-counter {
            color: #fff;
        }

        .mad-colorizer--scheme-color-2 .mad-counter-count {
            color: #333;
        }

        .mad-colorizer--scheme-color-3 .mad-counter-icon .svg path {
            fill: #ffddbe;
        }

        .mad-counters.no-icons .mad-counter-icon {
            display: none;
        }

    /* ----------------------------------------
        Tooltips
    ---------------------------------------- */

        [data-tooltip]:not(a) {
            color: #386f7c;
        }

        .monkeysan-tooltip-skin-mad {
            font-size: 0.75rem;
            line-height: 0.875rem;
            font-weight: 400;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            color: #fff;
            background-color: #82bbc9;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            position: absolute;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top::after, 
        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            margin-top: -1px;
            border-width: 7px 8px 0 8px;
            border-color: #82bbc9 transparent transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top.monkeysan-tooltip-position-reversed::after {
            top: auto;
            right: auto;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -1px;
            border-width: 0 8px 7px 8px;
            border-color: transparent transparent #82bbc9 transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: 100%;
            top: 50%;
            left: auto;
            margin-top: -8px;
            margin-right: -1px;
            border-width: 8px 7px 8px 0;
            border-color: transparent #82bbc9 transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 50%;
            left: 100%;
            margin-top: -8px;
            margin-left: -1px;
            border-width: 8px 0 8px 7px;
            border-color: transparent transparent transparent #82bbc9;
        }

    /* ----------------------------------------
        Team Members
    ---------------------------------------- */

        .mad-team:not(.hr-type) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-team.hr-type .mad-team-member {
            display: flex;
            align-items: center;
        }

        .mad-team.hr-type .mad-col:nth-child(2n) .mad-team-member {
            flex-direction: row-reverse;
        }

        .mad-team.hr-type .mad-team-member > * {
            width: 50%;
        }

        .mad-team-member img {
            width: 100%;
        }

        .mad-team-member-photo {
            display: block!important;
            overflow: hidden;
        }

        .mad-team.hr-type .mad-team-member-info {
            padding: 1.75rem 3.5rem;
            margin: 0;
            background: none;
        }

        .mad-team.hr-type .mad-col:last-child .mad-team-member-info {
            padding-bottom: 0;
        }

        .mad-team-member-name {
            font-size: 1.5rem;
            line-height: 1.75rem;
            font-family: "Maven Pro", serif;
            font-weight: 500;
            font-style: normal;
            letter-spacing: -0.3px;
            text-transform: none;
        }

        .mad-team.hr-type .mad-team-member-name {
            font-size: 2.25rem;
            line-height: 2.625rem;
        }

        .mad-team.hr-type .mad-team-member-name:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-team-member-name:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-team-member-name a:not(.mad-ln--independent):not(.mad-btn) {
            color: #333;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #333), to(#333));
            background-image: linear-gradient(to bottom, #333 100%, #333 100%);
        }

        .mad-team-member-position {
            font-size: 0.875rem;
            line-height: 1.3125rem;
            font-weight: 400;
            font-style: normal;
            color: #999;
            display: block;
        }

        .mad-team.hr-type .mad-team-member-position {
            font-size: 1rem;
        }

        .mad-team.hr-type .mad-team-member-position:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-csstransforms3d .mad-team-member-photo {
            display: block;
            overflow: hidden;
        }

        .mad-csstransforms3d .mad-team-member-photo img {
            -webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition:         transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-csstransforms3d .mad-team-member:hover .mad-team-member-photo img {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
                    transform: scale3d(1.05, 1.05, 1.05);
        }

        .mad-team:not(.hr-type) .mad-team-member-info {
            padding: 1.75rem;
            background: #fff;
            margin-left: 28px;
            z-index: 1;
            position: relative;
            transition: all .5s ease;
            margin-top: -42px;
        }

        .mad-team:not(.hr-type) .mad-team-member-info .mad-social-icons {
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
            font-size: 0.9375rem;
         }

        .mad-team:not(.hr-type) .mad-team-member:hover .mad-social-icons {
            opacity: 1;
            visibility: visible;
         }

        .mad-team .mad-team-member .mad-team-member-position:not(:last-child) {
            margin-bottom: 1.3125rem;
        }

        .mad-team:not(.hr-type) .mad-team-member:hover .mad-team-member-info {
            margin-top: -70px;
        }

        .mad-team .mad-team-member p + .mad-social-icons {
            margin-top: 7px;
        }

        .mad-team:not(.hr-type) .mad-team-member .mad-social-icons {
            margin: -0.625rem;
        }

        .mad-team:not(.hr-type) .mad-team-member .mad-social-icons > li {
            padding: 0.625rem;
        }

    /* ----------------------------------------
        Tables
    ---------------------------------------- */

        table {
            table-layout: fixed;
            border-collapse: collapse;
            border-width: 1px;
            border-style: solid;
            border-color: #ede9e5;
            background-color: #fff;
            width: 100%;
        }

        table:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        table + .mad-table-label {
            margin-top: -0.7rem;
        }

        table tr {
            -webkit-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            border-width: 0;
            border-style: solid;
        }

        table tr:hover, table tr:focus {
            -webkit-transition-duration: 150ms;
                    transition-duration: 150ms;
        }

        table tr:hover {
            background-color: #f8f7f5;
        }

        table td,
        table th {
            padding-top: 0.875rem;
            padding-right: 1.75rem;
            padding-bottom: 0.875rem;
            padding-left: 1.75rem;
            border-width: 1px;
            border-style: solid;
        }

        table tr.mad-total > * {
            font-weight: bold;
        }

        table tr.mad-total > td {
            color: #386f7c;
        }
        
        .mad-table-wrap:not(.shop-cart-form) table th,
        .mad-table-wrap:not(.shop-cart-form) tfoot td {
            font-family: 'Maven Pro', serif;
        }

        .mad-table-wrap:not(.shop-cart-form) table th,
        .mad-table-wrap:not(.shop-cart-form) table tfoot {
            font-family: 'Maven Pro', sans-serif;
            font-weight: bold;
            color: #333;
            font-size: 1.125rem;
        }

        .mad-table-label {
            display: block;
            color: #b1b1b1;
        }

        .mad-table-label:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        table tbody, table thead, table tfoot, table tr, table th, table td {
            border-color: inherit;
        }

        .mad-table.mad-table--vertical {
            table-layout: auto;
        }

        .mad-table.mad-table--vertical tr th:first-child {
            width: 35%;
        }

        table tr th {
            font-size: 1.125rem;
            font-weight: 500;
            color: #333;
            font-family: 'Maven Pro', sans-serif;
        }

        .mad-pricing-tables {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-pricing-table {
            position: relative;
            text-align: center;
            width: 100%;
            color: #666;
            background: #ebf0f2;
            padding: 3.5rem 2.625rem;
            overflow: hidden;
        }

        .mad-pricing-table-title {
            font-size: 1.5rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .mad-pricing-table-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-pricing-table-price {
            position: relative;
            font-family: 'Maven Pro', sans-serif;
            font-size: 3.75rem;
            font-weight: bold;
            letter-spacing: -0.3px;
            color: #82bbc9;
            padding-top: 1.75rem;
            line-height: 1;
            display: inline-block;
        }

        .mad-pricing-table-price:before {
            content: '$';
            display: inline-block;
            vertical-align: top;
            left: -15px;
            top: 15px;
            font-size: 1.5rem;
            line-height: 2.625rem;
            font-weight: bold;
        }

        .mad-pt-period {
            display: block;
            font-size: 0.75rem;
            color: #999;
            line-height: 0.875rem;
        }

        .mad-pricing-table-text {
            padding: 4.375rem 0;
        }

        .mad-csstransforms3d .mad-pricing-table,
        .mad-csstransforms3d .mad-pricing-table p.mad-pricing-table-lang,
        .mad-csstransforms3d .mad-pricing-table .mad-pricing-table-price,
        .mad-csstransforms3d .mad-pricing-table .mad-pricing-table-title {
            transition-property: all;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-csstransforms3d .mad-pricing-table:hover {
            background: #fff;
            -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
            -moz-box-shadow:    0px 7px 27px 0px rgba(0, 0, 0, 0.05);
            box-shadow:         0px 7px 27px 0px rgba(0, 0, 0, 0.05);
        }

        .mad-csstransforms3d .mad-pricing-table:hover .btn {
            background: #d69080;
        }

        .mad-pricing-table:hover .mad-pricing-table-price {
            color: #d69080;
        }

        .pt-label {
            position: absolute;
            top: 5px;
            left: -28px;
            padding: 0 28px;
            padding-right: 70px;
            text-align: left;
            background: #d69080;
            color: #fff;
            font-size: 0.6875rem;
            line-height: 1.75rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            white-space: nowrap;

            transform: rotate(-30deg);
        }

        .mad-pricing-tables.style-2 {
            display: block;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table {
            background: #fff;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-content {
            display: flex;
            justify-content: space-between;
            text-align: left;
            align-items: center;
            font-size: 0.875rem;
            line-height: 21px;
            margin: -1.875rem -0.9375rem 0;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-content > * {
            margin: 1.875rem 0.9375rem 0;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-price {
            min-width: 200px;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pt-title {
            text-align: left;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-title:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-price {
            padding: 0;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pt-period {
            padding-left: 0.875rem;
        }

        .mad-history-table tr td a.link-color-3 {
            font-family: 'Maven Pro', sans-serif;
            font-size: 0.875rem;
            font-weight: 500;
        }

    /* ----------------------------------------
        Banners
    ---------------------------------------- */

        .mad-banner-wrap {
            display: flex;
            flex-wrap: wrap;
            margin: -1.75rem -0.875rem 0;
        }

        .mad-banner-wrap [class*="banner-col"],
        .mad-banner-wrap > [class*="col-"] {
            padding: 1.75rem 0.875rem 0;
            width: 100%;
        }

        .mad-banner-wrap [class*="banner-col-2"] {
            width: 50%;
        }

        .mad-banner-wrap [class*="banner-col-3"] {
            width: 33.3333%;
        }

        .mad-banner {
            display: block;
            position: relative;
            overflow: hidden;
        }

        .mad-banner:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-banner img {
            width: 100%;
        }

        .mad-banner:not(.style-3) .mad-banner-inner {
            position: absolute;
            top: 18%;
            right: 66px;
            max-width: 310px;
            z-index: 2;
        }

        .mad-banner-cat {
            color: #386f7c;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            font-size: 0.875rem;
        }

        h2.mad-banner-title {
            font-size: 3.75rem;
            line-height: 3.9375rem;
            letter-spacing: -1px;
        }

        h2.mad-banner-title:not(:last-child) {
            margin-bottom: 2.625rem;
        }

        .mad-banner-title {
            font-weight: bold;
        }

        .mad-banner.style-2 .mad-banner-inner {
            right: 3.25rem;
            max-width: 100%;
            top: 50%;
            transform: translateY(-50%);
        }

        .mad-banner.style-2.left-side .mad-banner-inner {
            right: auto;
            left: 3.25rem;
        }

        .mad-banner.style-3:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            bottom: 0;
            border: 2px solid #fff;
            opacity: 0.6;
            margin-top: 0.4375rem;
            margin-left: 0.4375rem;
            margin-bottom: 0.4375rem;
            transition: all .5s ease;
        }

        .mad-banner.style-3:hover:after {
            opacity: 1;
        }

        .mad-banner.style-3 .mad-banner-inner {
            background: #fff;
            padding: 1.0625rem 1.75rem;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .mad-banner.style-3:hover .mad-banner-title {
            color: #d69080;
        }

        .mad-banner.style-3 .mad-banner-title {
            font-weight: normal;
            transition: color .45s ease;
            letter-spacing: -0.1px;
        }

        .mad-banner .mad-banner-link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: none!important;
        }

    /* ----------------------------------------
        Icon boxes
    ---------------------------------------- */

        .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) {
            margin: -3.5rem -0.9375rem 0;
        }

        .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) > * {
            padding: 3.5rem 0.9375rem 0;
        } 

        .mad-icon-boxes[class*="item-col-"] {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-icon-boxes:not([class*="item-col-"]) > .mad-col:not(:last-child) {
            margin-bottom: 28px;
        }

        .mad-icon-boxes .mad-icon-box {
            font-size: 0.875rem;
            padding-right: 28px;
        }

        .mad-icon-box .mad-icon-box-icon {
            color: #82bbc9;
            font-size: 3.75rem;
            display: block;
        }

        .mad-icon-boxes:not(.style-2).mad-icon-box-content {
            padding-right: 20px;
        }

        .mad-icon-box-content > span {
            color: #2c5862;
        }

        .mad-icon-box .mad-icon-box-icon .svg {
            width: 63px;
            height: 63px;
        }

        .mad-icon-box .mad-icon-box-icon .svg path {
            fill: #2c5862;
        }

        .mad-icons-color-2.mad-icon-boxes .mad-icon-box .mad-icon-box-icon .svg path {
            fill: #d69080;
        }

        .mad-icon-boxes:not(.hr-type) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-icon-box .mad-icon-box-title {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .mad-icon-box .mad-icon-box-title:not(:last-child),
        .mad-icon-box p:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-icon-boxes.small-size  .mad-icon-box-icon .svg {
            width: 42px;
            height: 42px;
        }

        .mad-icon-boxes.small-size:not(.hr-type) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-icon-boxes.small-size .mad-icon-box .mad-icon-box-title {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }

        .mad-icon-boxes.small-size .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-icon-boxes .mad-icon-box .mad-social-icons {
            padding-top: 0.875rem;
        }

        /* Hotizontal type */

        .mad-icon-boxes.hr-type .mad-icon-box {
            display: flex;
            line-height: 1.3125rem;
            padding-left: 0;
        }

        .mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon {
            margin-right: 1.75rem;
            padding-top: 0.4375rem;
        }

        .mad-icon-boxes.hr-type:not(.small-size) .mad-icon-box .mad-icon-box-icon .svg {
            width: 49px;
            height: 49px;
        }

        .mad-icon-boxes.hr-type .mad-icon-box .mad-icon-box-title {
            font-size: 1.25rem;
            line-height: 1.75rem;
            letter-spacing: -0.3px;
            font-weight: 500;
        }

        .mad-icon-boxes.hr-type .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-icon-boxes.hr-type.small-size .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-icon-boxes.hr-type.small-size .mad-icon-box {
            padding-right: 3.5rem;
            line-height: 1.75rem;
        }

        .mad-icon-boxes.hr-type .mad-icon-box span:not(:last-child) {
            margin-bottom: 0.4375rem;
            display: block;
        }

        /* Style-2 */

        .mad-icon-boxes.hr-type.style-2 .mad-icon-box {
            color: #999;
            background: #f8f7f5;
            border: 1px solid #ede9e5;
            padding: 1.75rem 3.5rem;
            height: 100%;
        }

        .mad-icon-boxes.hr-type.style-2[class*="item-col-"]:not(.no-gutters) {
            margin: -0.4375rem -0.2188rem 0;
        }

        .mad-icon-boxes.hr-type.style-2[class*="item-col-"]:not(.no-gutters) > * {
            padding: 0.4375rem 0.2188rem 0;
        }

        .mad-icon-boxes.icon-color-2 .mad-icon-box .mad-icon-box-icon {
            color: #d69080;
        }

        /* Icon boxes colors */

        .mad-colorizer--scheme-light-2 {
            color: #ddd;
        }

        .mad-colorizer--scheme-light-2 .mad-icon-boxes.hr-type .mad-icon-box .mad-icon-box-icon .svg path {
            fill: #ffddbe;
        }

        .mad-colorizer--scheme-light-2 .mad-icon-box .mad-icon-box-title {
            color: #fff;
        }

        .mad-colorizer--scheme-light-2 .mad-icon-box span {
            color: #ddd;
        }

        .mad-colorizer--scheme-color-4 .mad-icon-box {
            color: #666;
        }

        .mad-colorizer--scheme-light-2 .mad-icon-box .mad-social-icons > li a:not(:hover):not(.mad-ln--independent):not(.btn):not(.read-more),
        .mad-social-icons.color-white > li a:not(:hover):not(.mad-ln--independent):not(.btn):not(.read-more) {
            color: #fff;
        }

        .mad-section--stretched-content-no-px .mad-icon-boxes {
            padding: 0 2.5rem;
        }

        .mad-our-info:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-our-info .mad-info-block {
            display: flex;
            line-height: 1.3125rem;
        }

        .mad-our-info .mad-info-block:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-info-block i {
            font-size: 1.125rem;
            color: #fff;
            padding-right: 0.875rem;
            line-height: 1;
         }

    /* ----------------------------------------
        Info boxes
    ---------------------------------------- */

        .mad-image-boxes:not(.mad-grid--isotope):not(.mad-box-small) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-image-boxes:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-image-boxes.style-2 {
            align-items: flex-end;
        }

        .mad-image-box-media {
            overflow: hidden;
            position: relative;
        }

        .mad-image-box-media a {
            display: block!important;
            z-index: 2;
            position: relative;
        }

        .mad-image-box.style-2 .mad-image-box-media {
            display: inline-block;
        }

        .mad-image-boxes:not(.mad-box-small) .mad-image-box-media > a:not(.read-more):after,
        .mad-image-boxes:not(.mad-box-small) .mad-image-box-media:after,
        .mad-vendor-item:not(.single-vendor) .mad-vendor-img:before,
        .img-holder:after,
        .mad-image-box-media:after {
            content: '';
            position: absolute;
            /* border: 2px solid #fff; */
            border-bottom: none;
            margin-left: 7px;
            margin-top: 7px;
            left: 0;
            width: 100%;
            top: 0;
            bottom: 0;
            opacity: 0.6;
            z-index: 1;
            transition: all .5s ease;
        }

        .mad-image-box-media:hover > a:not(.read-more):after,
        .mad-image-box-media:hover:after,
        .mad-vendor-item:hover .mad-vendor-img:before,
        .img-holder:hover:after {
            opacity: 1;
        }

        .mad-image-box-media.to-right .img-holder:after {
            margin-left: 0;
            margin-right: 7px;
            left: auto;
            right: 0;
        }

        a.img-holder {
            background: none!important;
        }

        .mad-image-box-media .read-more {
            position: absolute;
            bottom: 1.75rem;
            left: 1.75rem;
            z-index: 2;
            color: #fff;
            text-transform: none;
            font-size: 1.5rem;
            font-weight: 500;
            letter-spacing: -0.1px;
        }

        .mad-image-box-media .read-more:after {
            opacity: 0.6;
        }

        .mad-image-boxes:not(.mad-box-small):not(.mad-single-box) .image-box-content {
            position: relative;
            /* margin-left: 1.75rem; */
            margin-top: 0;
            background: #fff;
            padding: 1.75rem;
            z-index: 2;
            padding-right: 0px;
            padding-left: 0px;
            background-color: #c4bdcc;
        }

        .mad-image-boxes:not(.mad-box-small):not(.box-var-2) .mad-image-box-media .mad-testimonials.style-2.mad-bg2 {
            padding-bottom: 6.125rem;
        }

        .mad-image-boxes:not(.mad-box-small):not(.box-var-2) .mad-image-box-media .mad-entity-link-element {
            padding-bottom: 5.25rem;
        }

        .mad-box-meta {
            font-size: 0.875rem;
            color: #999;
            line-height: 1.3125rem;
            letter-spacing: 0.1px;
        }

        .mad-box-meta > *:not(:last-child) {
            margin-right: 3px;
        }

        .mad-box-meta > *:not(:first-child) {
            margin-left: 3px;
        }

        .image-box-actions {
            display: flex;
            justify-content: space-between;
        }

        .box-actions-btns a,
        .image-box-actions a {
            color: #d69080;
            font-size: 0.875rem;
        }

        .box-actions-btns > *:not(:last-child) {
            margin-right: 0.875rem;
        }

        .image-box-actions i {
            font-size: 1rem;
            line-height: inherit;
            display: inline-block;
            margin-right: 5px;
        }

        .mad-box-meta:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-image-box-title {
            font-size: 1.4375rem;
            font-weight: 500;
            letter-spacing: -0.3px;
            min-height: 59px;
        }

        .mad-image-box-title:not(:last-child) {
            margin-bottom: 1.0625rem;
            text-align: center;
        }

        .image-box-content p {
            letter-spacing: -0.1px;
        }

        .image-box-content p:not(:last-child) {
            margin-bottom: 1.3125rem;
        }

        .mad-image-boxes .mad-image-box .mad-image-box-media img {
            width: 100%;
            -webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            /*height: 200px;
            object-fit: contain;*/
        }

        .mad-image-box:hover .mad-image-box-media img {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
        }

        /* Style 2 */

        .mad-image-boxes.style-2 .mad-image-box {
            position: relative;
            padding-left: 2.625rem;
        }

        .mad-image-boxes.style-2:not(.mad-box-small) .mad-image-box .mad-image-cat,
        .mad-image-cat {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 0.875rem;
            text-transform: uppercase;
            line-height: 1.3125rem;
            letter-spacing: 0.5px;
            color: #386f7c!important;
            background: none!important;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            -webkit-transform: rotate(180deg);   
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(180deg);
        }

        .mad-image-boxes.style-2 .mad-image-box-title {
            font-size: 2.25rem;
            font-weight: 500;
        }

        .mad-image-boxes.style-2:not(.mad-box-small) .image-box-content {
            margin: 0;
            padding: 0;
            padding: 2.1875rem 0;
            padding-bottom: 0;
        }

        .mad-image-boxes .mad-image-box.rev-style {
            padding-left: 0;
            padding-right: 2.625rem;
            text-align: right;
        }

        .mad-image-boxes .mad-image-box.rev-style .mad-image-cat {
            left: auto!important;
            right: 0;

            -webkit-transform: rotate(0)!important;   
            -moz-transform: rotate(0)!importan;
            -ms-transform: rotate(0)!importan;
            -o-transform: rotate(0)!importan;
            transform: rotate(0)!importan;
        }

        /* Full width */

        .mad-image-boxes.full-width .mad-image-box {
            display: flex;
            flex-wrap: wrap;
         }

        .mad-image-boxes.full-width .mad-image-box .mad-image-box-media img,
        .mad-image-boxes.mad-image-big .mad-image-box .mad-image-box-media img {
            width: 100%;
        }

        .mad-image-boxes.full-width .mad-image-box .mad-image-box-media,
        .mad-image-boxes.full-width .mad-image-box .image-box-content {
            width: 50%;
        }

        .mad-image-boxes.full-width .mad-image-box .image-box-content {
            padding: 2.1875rem 0 0 3.5rem;
        }

        .mad-image-boxes.full-width .mad-image-box .mad-image-box-title {
            font-size: 3rem;
            font-weight: bold;
            line-height: 3.5rem;
        }

        .mad-image-boxes.full-width .mad-image-box .mad-image-box-title:not(:last-child),
        .mad-image-boxes.full-width .mad-image-box p:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        /* Image box Big */

        .mad-image-boxes.mad-image-big:not([class*="item-col-"]) {
            display: block!important;
        }

        .mad-image-boxes.mad-image-big:not([class*="item-col-"]) .mad-col:not(:last-child) {
            margin-bottom: 2.625rem;
        }

        .mad-image-boxes.mad-image-big .mad-image-box .mad-image-box-title {
            font-size: 2.25rem;
        }

        .mad-image-boxes.mad-image-big .mad-image-box .mad-image-box-media {
            display: block;
        }

        .mad-image-boxes.mad-image-big:not(.mad-box-small):not(.mad-single-box) .image-box-content {
            margin-left: 2.625rem;
        }

        /* Image box small */

        .mad-image-boxes.mad-box-small .mad-col:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-image-boxes.mad-box-small .mad-image-box {
            display: flex;
            margin: 0 -10px;
        }

        .mad-image-boxes.mad-box-small .mad-image-box .mad-image-box-media {
            min-width: 70px;
        }

        .mad-image-boxes.mad-box-small .mad-image-box > * {
            margin: 0 10px;
        }

        .mad-image-boxes.mad-box-small .mad-image-box .mad-box-meta {
            font-size: 0.8125rem;
        }

        .mad-image-boxes.mad-box-small .mad-image-box .mad-image-box-title {
            font-size: 1.125rem;
            line-height: 1.3125rem;
        }

        .mad-image-boxes.box-var-2:not(.mad-box-small) .image-box-content {
            margin:0!important;
        }

        .mad-image-boxes.box-var-2:not(.mad-box-small) .mad-image-box-media:after,
        .mad-image-boxes.box-var-2:not(.mad-box-small) .mad-image-box-media a:after {
            display: none;
        }

        /* Image Box Single */

        .mad-image-boxes.mad-single-box .mad-image-box-title {
            font-size: 3.75rem;
            font-weight: normal;
        }

        .mad-image-boxes.mad-single-box .mad-image-box-title:not(:last-child) {
            margin-bottom: 1.75rem;
        }

    /* ----------------------------------------
        Entities
    ---------------------------------------- */

        .mad-entities:not(:last-child) {
            margin-bottom: 2.8rem;
        }

        .mad-entities.mad-entities--with-tabbed-grid:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-entity-categories > span:not(:last-child)::after {
            content: ", ";
        }

        .mad-entity-meta > * {
            display: inline;
            vertical-align: baseline;
        }

        .mad-entity-meta > *:not(:last-child)::after {
            content: "/";
        }

        .mad-entity-meta .mad-entity-categories {
            display: inline;
        }

        .mad-entity-media .owl-carousel.owl-carousel--nav-edges .owl-nav .owl-prev {
            left: 1.5rem;
        }

        .mad-entity-media .owl-carousel.owl-carousel--nav-edges .owl-nav .owl-next {
            right: 1.5rem;
        }

        .mad-entity-footer > .mad-btn:not(:only-child),
        .mad-entity-footer > .mad-icon-btn:not(:only-child) {
            margin-right: 3px;
            margin-bottom: 3px;
        }

        .mad-entity-extra-actions > .mad-icon-btn {
            margin-right: 0.75rem;
        }

        .mad-csstransforms3d .mad-entity-media {
            display: block;
            overflow: hidden;
        }

        .mad-csstransforms3d .mad-entity-media img {
            -webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition:         transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-csstransforms3d .mad-entity--format-image:hover .mad-entity-media img {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
                    transform: scale3d(1.05, 1.05, 1.05);
        }

        .mad-entity-single:not(.mad-entity--post) .mad-entity-media:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        .mad-entity-single:not(.mad-entity--post) .mad-entity-content:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entity.mad-event--text {
            padding-top: 7.8rem;
            padding-right: 3rem;
            padding-bottom: 7.8rem;
            padding-left: 3rem;
        }

        .mad-entity.mad-event--text .mad-entity-media {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

        .mad-entity.mad-event--text .mad-entity-content {
            position: relative;
            z-index: 2;
        }

        .mad-entity.mad-event--text .mad-section-title:not(:last-child) {
            margin-bottom: 1.6rem;
        }

        .mad-entity.mad-event--text .mad-entity-meta {
            font-size: 0.8125rem;
            line-height: 1.26rem;
            text-transform: uppercase;
            letter-spacing: 1.3px;
        }

        .mad-entity.mad-event--text .mad-entity-meta:not(:last-child) {
            margin-bottom: 2.3rem;
        }

        /* ----------------------------------------
            Style 1
        ---------------------------------------- */

    

        /* ----------------------------------------
            Post Formats
        ---------------------------------------- */

            /* ----------------------------------------
                Common
            ---------------------------------------- */

            

            /* ----------------------------------------
                Link
            ---------------------------------------- */

                .mad-entity-link-element {
                    font-family: "Maven Pro", serif;
                    font-size: 1.5rem;
                    padding-top: 48px;
                    padding-right: 1.75rem;
                    font-weight: 500;
                    padding-bottom: 48px;
                    text-align: initial;
                    color: #333;
                    position: relative;
                    display: block;
                    padding-left: 7rem;
                    background: url(../images/581x294_bg2.jpg) no-repeat;
                    background-size: cover;
                    background-position: center!important;
                }

                .mad-entity-link-element .fa,
                .mad-entity-link-element .fal,
                .mad-entity-link-element .far,
                .mad-entity-link-element .fab,
                .mad-entity-link-element .fas,
                .mad-entity-link-element .icon,
                .mad-entity-link-element [class*="mad-font-icon-"] {
                    font-size: 2.1875rem;
                    position: absolute;
                    top: 2.875rem;
                    left: 3.5rem;
                    color: #386f7c;
                }

                .mad-csstransforms3d .mad-entity-link-element .fa,
                .mad-csstransforms3d .mad-entity-link-element .fal,
                .mad-csstransforms3d .mad-entity-link-element .far,
                .mad-csstransforms3d .mad-entity-link-element .fab,
                .mad-csstransforms3d .mad-entity-link-element .fas,
                .mad-csstransforms3d .mad-entity-link-element .icon,
                .mad-csstransforms3d .mad-entity-link-element [class*="mad-font-icon-"] {
                    -webkit-transition: -webkit-transform .5s cubic-bezier(0.25, 5, 0.79, 0.38);
                            transition:         transform .5s cubic-bezier(0.25, 5, 0.79, 0.38);
                }

                .mad-csstransforms3d .mad-entity-link-element:hover .fa,
                .mad-csstransforms3d .mad-entity-link-element:hover .fal,
                .mad-csstransforms3d .mad-entity-link-element:hover .far,
                .mad-csstransforms3d .mad-entity-link-element:hover .fab,
                .mad-csstransforms3d .mad-entity-link-element:hover .fas,
                .mad-csstransforms3d .mad-entity-link-element:hover .icon,
                .mad-csstransforms3d .mad-entity-link-element:hover [class*="mad-font-icon-"] {
                    -webkit-transform: scale3d(1.05, 1.05, 1.05);
                            transform: scale3d(1.05, 1.05, 1.05);
                }

    /* ----------------------------------------
        Carousels
    ---------------------------------------- */

        .owl-carousel .owl-dots {
            margin-top: 2.625rem;
            margin-left: -0.2188rem;
            margin-right: -0.2188rem;;
            display: flex;
            justify-content: center;
        }

        .owl-carousel .owl-dot,
        .tp-bullet {
            width: 22px;
            height: 4px;
            margin-left: 0.2188rem;
            margin-right: 0.2188rem;
            -webkit-transition: width .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: width .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .owl-carousel .owl-dot.active,
        .tp-bullet.selected {
            width: 2.625rem;
            background-color: #577872;
        }

        .tp-bullet.selected {
            background-color: #d69080!important;
        }

        .tp-bullet,
        .tp-bullet:hover {
            background: #dfd9d2;
            display: inline-block;
            left: 0!important;
        }

        .tp-bullet {
            position: relative;
            margin: 0 3.5px;
        }

        .tp-bullets {
            margin-top: 0;
            width: auto!important;
        }

        .owl-carousel .owl-dot > span {
            display: none;
        }

        .owl-carousel button.owl-dot {
            background-color: #dfd9d2;
        }

        .owl-carousel.no-dots .owl-dots {
            display: none;
        }

        .owl-carousel:not(.mad-owl-nav) .owl-nav {
            display: none;
        }

        .owl-carousel.mad-owl-nav .owl-nav {
            position: absolute;
            right: 1.75rem;
            bottom: 1.25rem;
            z-index: 2;
            margin: 0 -0.875rem;
        }

        .owl-carousel.mad-owl-nav .owl-nav > button {
            font-size: 2.5rem;
            color: #fff;
            margin: 0 0.875rem;
        }

        .mad-image-boxes:not(.box-var-2) .mad-image-box-media.owl-carousel .owl-nav {
            bottom: 3.5rem;
        }

    /* ----------------------------------------
        Call to Actions
    ---------------------------------------- */

        .mad-cta {
            background-size: cover;
        }

        .mad-cta .mad-colorizer-bg-color {
            overflow: hidden;
        }

        .mad-cta p {
            font-size: 1rem;
        }

        .mad-cta p + .btn {
            margin-top: 1.3125rem;
        }

        .mad-cta-title {
            font-weight: 500;
            letter-spacing: -0.1px;
        }

        .mad-cta-title + .btn {
            margin-top: 28px;
        }

        .mad-cta-title:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-colorizer--scheme-light {
            color: #fff;
        }

        .mad-cta-title.title-big {
            font-size: 3.75rem;
        }

        .mad-cta .mad-cta-title.title-big + p {
            font-size: 1.125rem;
        }

        .mad-cta-title.title-big:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-colorizer--scheme-light .mad-cta-title {
            color: #fff;
        }

        .mad-cta-color p {
            color: #f7ece9;
        }

        .mad-cta-color-2 p {
            color: #ddd;
        }

        .with-separators .mad-colorizer-bg-color:after,
        .with-separators .mad-colorizer-bg-color:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            z-index: 1;
        }

        .with-separators .mad-colorizer-bg-color:after {
            top: 0;
            background: url(../images/middle_background1.svg) no-repeat;
            background-size: cover;
            height: 42px;
        }

        .with-separators.color-top-2 .mad-colorizer-bg-color:after {
            background: url(../images/middle_background4.svg) no-repeat;
            background-size: cover;
        }

        .with-separators .mad-colorizer-bg-color:before {
            bottom: 0;
            background: url(../images/middle_background2.svg) no-repeat;
            background-size: cover;
            height: 15px;
        }

        .mad-pattern.svg {
            opacity: 0.1;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .with-separators.no-btm-sep .mad-colorizer-bg-color:before {
            display: none;
        }

        .with-separators.no-top-sep .mad-colorizer-bg-color:after {
            display: none;
        }

        .cta-one-line {
            padding: 21px 0 7px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .cta-one-line .mad-cta-title:not(:last-child) {
            margin-bottom: 0;
        }

        .cta-one-line .mad-cta-title + .btn {
            margin-top: 0;
        }

    /* ----------------------------------------
        Section Header
    ---------------------------------------- */

        .mad-section-title {
            font-size: 3.25rem;
        }

        .mad-section-title:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-section-title + .mad-section-description {
            margin-top: -0.8rem;
        }

        .mad-section-subtitle {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 0.875rem;
            line-height: 1.42;
            letter-spacing: 4.2px;
            text-transform: uppercase;
        }

        .mad-section-subtitle:not(:last-child) {
            margin-bottom: 0.6rem;
        }

        .mad-section-description {
            font-size: 1.125rem;
            line-height: 1.66667;
        }

    /* ----------------------------------------
        Testimonials
    ---------------------------------------- */

        .mad-testimonials .mad-testimonial:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-testimonials:not(.style-2) .mad-testimonial {
            padding-left: 0!important;
            padding-right: 0.875rem;
            display: flex;
        }

        .mad-testimonials:not(.style-2) .owl-carousel .mad-testimonial {
            padding-right: 1.875rem;
        }

        .mad-testimonials.type-2 .mad-testimonial {
            display: block;
        }

        .mad-testimonial .mad-rating:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .mad-testimonial blockquote {
            font-family: "Maven Pro", sans-serif;
            font-size: 1.5rem;
            line-height: 2.1875rem;
            letter-spacing: -0.5px;
            font-weight: 500;
            color: #333;
        }

        .mad-testimonial .mad-author {
            min-width: 11.25rem;
        }

        .mad-testimonial .mad-author img,
        .mad-testimonial .mad-testimonial-cat img {
            width: auto;
            min-width: 70px;
        }

        .mad-testimonial blockquote:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-author-info {
            color: #999;
            font-size: 0.8125rem;
            line-height: 1.3125rem;
        }

        .mad-testimonial cite {
            font-family: 'Maven Pro', sans-serif;
            font-size: 1rem;
            color: #333;
            font-style: normal;
            font-weight: 500;
            display: block;
        }

        .mad-testimonial cite:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-testimonial-cat {
            font-family: 'Maven Pro', sans-serif;
            font-weight: 500;
            display: flex;
            align-items: center;
            line-height: 1.3125rem;
            max-width: 180px;
        }

        .mad-testimonial .mad-testimonial-cat img:not(:last-child) {
            margin-right: 0.875rem;
        }

        .mad-testimonials.style-2 {
            position: relative;
            padding: 3.5rem;
            background: url(../images/581x294_bg1.jpg) no-repeat;
            background-size: cover;
            margin-right: 2.625rem;
        }

        .mad-testimonials.no-cat {
            margin: 0;
        }

        .mad-testimonials.no-bg {
            background: transparent;
            margin-right: 0;
        }

        .mad-img-wrap .mad-testimonials.no-bg {
            padding-bottom: 0;
        }

        .mad-testimonials.style-2 .mad-test-cat {
            font-size: 0.875rem;
            text-transform: uppercase;
            position: absolute;
            line-height: 1.3125rem;
            left: 104%;
            top: 0;
            color: #386f7c;
            letter-spacing: 0.5px;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            background: none!important;
        }

        .mad-testimonials.style-2:not(.mad-bg2) .mad-author-info {
            color: #f7ece9;
        }

        .mad-testimonials.style-2:not(.mad-bg2) {
            color: #f7ece9;
        }

        .mad-testimonials.style-2:not(.mad-bg2) .mad-testimonial blockquote,
        .mad-testimonials.style-2:not(.mad-bg2) .mad-testimonial cite {
            color: #fff;
        }

        .mad-testimonials.style-2 .mad-testimonial .mad-testiomonial-info:not(:last-child),
        .mad-testimonials.type-2 .mad-testimonial .mad-testiomonial-info:not(:last-child),
        .mad-testimonial .mad-testimonial-info:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-testimonials.style-2 .owl-carousel .owl-dots {
            justify-content: flex-start;
        }

        .mad-testimonials.style-2:not(.mad-bg2) .owl-carousel.owl-dots-style-2.owl-dots .owl-dot.active {
            background-color: #fff;
        }

        .mad-testimonials.style-2.mad-bg2 {
            background: url(../images/581x294_bg2.jpg) no-repeat;
            background-size: cover;
        }

        .mad-testimonials.mad-no-cat {
            margin-right: 0;
        }

    /* ----------------------------------------
        Author
    ---------------------------------------- */

        .mad-author-photo {
            display: inline-block;
            border-radius: 50%;
            overflow: hidden;
        }

        .mad-author-photo:not(:last-child) {
            margin-bottom: 0.875rem;
        }

    /* ----------------------------------------
        Instafeed
    ---------------------------------------- */
        
        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-grid-item {
            padding: 0!important;
        }

    /* ----------------------------------------
        Sliders
    ---------------------------------------- */

        /* Revolution slider */

        .rev-slider .tp-layer-section-title {
            font-weight: 500;
            font-family: 'Maven Pro', sans-serif;
            letter-spacing: -0.3px;
        }

        .rev-slider .tp-layer-section-subtitle {
            text-transform: uppercase;
            letter-spacing: 0.5px!important;
        }

        .rev-slider .btn {
            white-space: nowrap!important;
        }

    /* ----------------------------------------
        Google Map
    ---------------------------------------- */

        .mad-gmap {
            height: 100%;
            min-height: 300px;
        }

        .mad-gmap {
            height: 400px;
        }

        .mad-gmap:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-search-section:not(:last-child) {
            margin-bottom: 28px;
        }

        .mad-search-section .row:not(.col-no-space) {
            margin-bottom: -28px;
        }

        .mad-search-section .row:not(.col-no-space) > [class*="col"] {
            margin-bottom: 28px;
        }

        .mad-gmap.mad-map-small {
            height: 259px;
        }

        .mad-gmap.mad-map-big {
            height: 504px;
        }

    /* ----------------------------------------
        Forms
    ---------------------------------------- */

        input[type="text"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .mad-custom-select .mad-selected-option, .select2-container--milenia .select2-selection {
            border-style: solid;
            border-width: 0 0 2px;
            height: 2.625rem;
            width: 100%;
            padding-top: 4.8px;
            padding-right: 1.25rem;
            padding-bottom: 4.8px;
            font-size: 0.875rem;
            line-height: 1.75rem;
            color: #2c5862;
            background-color: transparent;
            border-color: #333;
            text-overflow: ellipsis;
        }

        .form-caption {
            display: block;
        }

        .form-caption:not(:last-child) {
            margin-bottom: 0.8rem;
        }

        .mad-newsletter-form {
            position: relative;
        }

        .mad-newsletter-form input {
            font-size: 1rem;
        }

        .mad-newsletter-form button {
            position: absolute;
            top: 50%;
            right: 0;
            font-size: 1.875rem;
            transform: translateY(-50%);
        }

        .mad-join-us {
            overflow: hidden;
            padding: 44px 55px;
            color: #fff;
            font-size: 0.875rem;
            line-height: 1.3125rem;
            z-index: 3;
        }

        .mad-join-us > .row {
            z-index: 3;
            position: relative;
        }

        .mad-join-us .mad-title {
            color: #fff;
            font-weight: 500;
        }

        .mad-join-us:not(.vr-style) .mad-title:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-join-us.full-width {
            padding: 44px 120px;
        }

        .mad-join-us.push-bottom {
            transform: translateY(50%);
            z-index: 2;
            margin-top: -76px;
        }

        .mad-join-us.push-bottom + .mad-section {
            padding-top: 187px;
        }

        .mad-join-us.vr-style {
            text-align: left;
            padding: 56px;
        }

        .mad-join-us.vr-style .container {
            padding: 0;
        }

        .mad-join-us.vr-style p:not(:last-child) {
            margin-bottom: 14px;
        }

        .mad-image-box.subscribe {
            max-width: 590px;
            display: inline-block;
        }

        .mad-image-boxes.type-2 {
            align-items: flex-start;
        }

        .mad-image-boxes.no-border .mad-image-box-media a:not(.read-more):after,
        .mad-image-boxes.no-border .mad-image-box-media:after {
            display: none;
        }

        .mad-image-boxes.type-2 .mad-col:last-child {
            padding-top: 120px;
        }

        .mad-join-us .row:not(.col-no-space) {
            margin-bottom: -0.875rem;
        }

        .mad-join-us .row:not(.col-no-space) > [class*="col"] {
            margin-bottom: 0.875rem;
        }

        .mad-contact-form input {
            font-size: 1rem;
        }

        /* ----------------------------------------
            Placeholder
        ---------------------------------------- */

            ::-webkit-input-placeholder {
                color: #999;
                opacity: 1;
            }

            ::-webkit-textarea-placeholder {
                color: #999;
                opacity: 1;
            }

            input::-moz-placeholder {
                color: #999;
                opacity: 1;
            }

            textarea::-moz-placeholder {
                color: #999;
                opacity: 1;
            }

            ::-ms-input-placeholder {
                color: #999;
                opacity: 1;
            }

            ::-ms-textarea-placeholder {
                color: #999;
                opacity: 1;
            }

        /* ----------------------------------------
            Toggled fields
        ---------------------------------------- */

            .mad-toggled-fields {
                display: none;
            }

            .mad-toggled-fields-invoker {
                position: relative;
                padding-right: 1.875rem;
                cursor: pointer;
            }

            .mad-toggled-fields-invoker::after, .mad-toggled-fields-invoker::before {
                content: "\e93a";
                font-family: 'Linearicons';
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-toggled-fields-invoker::before {
                content: "\e939";
                opacity: 0;
            }

            .mad-toggled-fields-invoker--opened::before {
                opacity: 1;
            }

            .mad-toggled-fields-invoker--opened::after {
                opacity: 0;
            }

            .mad-csstransforms3d .mad-toggled-fields-invoker::after, .mad-csstransforms3d .mad-toggled-fields-invoker::before {
                -webkit-transition-property: -webkit-transform, opacity;
                        transition-property:         transform, opacity;
            }

            .mad-csstransforms3d .mad-toggled-fields-invoker::before, .mad-csstransforms3d .mad-toggled-fields-invoker--opened::after {
                -webkit-transform: scale3d(0, 0, 0);
                        transform: scale3d(0, 0, 0);
            }

            .mad-csstransforms3d .mad-toggled-fields-invoker--opened::before {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

        /* ----------------------------------------
            Slider
        ---------------------------------------- */

            .mad-range-slider-field {
                font-size: 0.875rem;
                line-height: 1.625rem;
                margin-bottom: 0.3rem;
                padding-top: 7px;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                color: #666;
            }

            .mad-range-slider-field input[type="text"], 
            .mad-range-slider-field input[type="search"], 
            .mad-range-slider-field input[type="date"], 
            .mad-range-slider-field input[type="datetime-local"], 
            .mad-range-slider-field input[type="email"], 
            .mad-range-slider-field input[type="file"], 
            .mad-range-slider-field input[type="month"], 
            .mad-range-slider-field input[type="number"], 
            .mad-range-slider-field input[type="password"], 
            .mad-range-slider-field input[type="tel"], 
            .mad-range-slider-field input[type="time"], 
            .mad-range-slider-field input[type="url"], 
            .mad-range-slider-field input[type="week"], 
            .mad-range-slider-field textarea {
                height: auto !important;
                font-size: inherit;
                font-size: 0.875rem;
                line-height: inherit !important;
                border-width: 0px;
                font-weight: inherit;
                width: 100%;
                padding: 0 !important;
                background-color: transparent;
                box-shadow: none;
                max-width: 145px;
                color: #616161;
            }

            .mad-range-slider {
                position: relative;
                height: 0.8125rem;
                border-radius: 0;
                background-color: #fff;
                width: 100%;
                border: 1px solid #dfd9d2;
            }

            .mad-range-slider:not(:last-child) {
                margin-bottom: 1.75rem;
            }

            .mad-range-slider .ui-slider-range {
                position: absolute;
                top: 3px;
                bottom: 3px;
                cursor: pointer;
                background: #81bac8;
            }

            .mad-range-slider .ui-slider-handle {
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -0.875rem;
                width: 1.75rem;
                height: 1.75rem;
                cursor: pointer;
                border-radius: 50%;
                background-color: #386f7c;
            }

            .mad-range-slider .ui-slider-handle:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                background: #fff;
                width: 0.5rem;
                height: 0.5rem;
                margin-left: -0.25rem;
                margin-top: -0.25rem;
                border-radius: 50%;
            }

            .mad-range-slider .ui-slider-handle:last-child {
                margin-left: -0.875rem;
            }

            .mad-scale {
                display: flex;
                align-items: center;
            }

            .mad-scale > input {
                width: 115px;
                border: none;
                height: auto;
                color: #666;
            }

            .mad-scale .mad-range-slider .ui-slider-handle:not(:last-child) {
                display: none!important;
            }

            .mad-scale .mad-range-slider {
                background: #ececec;
                border-radius: 0;
                height: 7px;
                border: none;
                pointer-events: none;
            }

            .mad-scale .mad-range-slider .ui-slider-handle {
                background: #bd7f71;
                pointer-events: all;
            }

            .mad-scale .mad-range-slider .ui-slider-handle:before {
                display: none;
            }

            .mad-scale .mad-range-slider .ui-slider-range {
                background: #d99788;
                top: 0;
                bottom: 0;
            }

        /* ----------------------------------------
            Checkbox & Radio
        ---------------------------------------- */

            input[type="checkbox"],
            input[type="radio"] {
                display: none;
            }

            input[type="checkbox"] + label[for],
            input[type="radio"] + label[for] {
                display: block;
                position: relative;
                font-size: 1rem;
                line-height: 1.625rem;
                padding-left: 2.865rem;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-bottom: 0;
                min-height: 1.5rem;
                color: #666;
            }

            input[type="checkbox"] + label[for]::before,
            input[type="radio"] + label[for]::before {
                content: "";
                border: 2px solid #333;
                width: 1.5rem;
                height: 1.5rem;
                position: absolute;
                left: 0;
                top: 0;
            }

            input[type="checkbox"] + label[for]::after,
            input[type="radio"] + label[for]::after {
                font-family: 'Linearicons';
                content: "\e934";
                color: #333;
                font-size: 0.875rem;
                font-weight: 600;
                line-height: 1;
                position: absolute;
                left: 0.0625rem;
                width: 1.6rem;
                text-align: center;
                top: 0.4375rem;
                display: none;
            }

            input[type="checkbox"] + label[for]:not(:last-child),
            input[type="radio"] + label[for]:not(:last-child) {
                margin-bottom: 0.875rem;
            }

            input[type="checkbox"]:checked + label[for]::after,
            input[type="radio"]:checked + label[for]::after {
                display: block;
            }

            input[type="radio"] + label[for]::after {
                content: "";
                width: 0.625rem;
                height: 0.625rem;
                border-radius: 50%;
                background-color: #333;
                left: 0.5625rem;
                top: 0.5625rem;
            }

            input[type="radio"] + label[for]::before {
                border-radius: 50%;
            }

            .mad-loc-input {
                position: relative;
            }

            .mad-loc-input input {
                padding-right: 28px;
            }

            .mad-loc-input > button {
                position: absolute;
                font-size: 1.25rem;
                color: #333;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

        /* ----------------------------------------
            Select
        ---------------------------------------- */

            .mad-custom-select {
                position: relative;
            }

            .mad-custom-select.mad-over {
                z-index: 3;
            }

            .mad-custom-select .mad-selected-option {
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                height: 2.625rem;
                line-height: 2.625rem;
                position: relative;
                padding-right: 2.625rem;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-top: 0;
                padding-bottom: 0;
            }

            .mad-custom-select .mad-selected-option::after, .mad-custom-select .mad-selected-option::before {
                content: "\e93a";
                font-family: 'Linearicons';
                font-size: 1.25rem;
                line-height: inherit;
                position: absolute;
                top: 0;
                right: 0;
                color: #333;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-selected-option::before {
                content: "\e939";
                opacity: 0;
                visibility: hidden;
            }

            .mad-custom-select .mad-options-list {
                font-size: 0.875rem;
                line-height: 1.5rem;
                text-align: initial;
                letter-spacing: 0.7px;
                color: #333;
                background-color: #f8f8f8;
                padding-bottom: 1rem;
                border: 1px solid #333;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                margin-top: -1px;
                opacity: 0;
                visibility: hidden;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li {
                cursor: pointer;
                padding-top: 1rem;
                padding-right: 1.5625rem;
                padding-left: 1.5625rem;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li:hover, .mad-custom-select .mad-options-list > li.mad-active {
                color: #b1b1b1;
            }

            .mad-custom-select.mad-opened .mad-options-list,
            .mad-custom-select.mad-opened .mad-selected-option::before {
                opacity: 1;
                visibility: visible;
            }

            .mad-custom-select.mad-opened .mad-selected-option::after {
                opacity: 0;
                visibility: hidden;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::after,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property:         transform, opacity, visibility;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::after {
                -webkit-transform: scale3d(0, 0, 0);
                        transform: scale3d(0, 0, 0);
            }

            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-options-list,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::before {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

        /* ----------------------------------------
            Counter
        ---------------------------------------- */

            .mad-field-counter {
                position: relative;
                padding-right: 3rem;
            }

            .mad-field-counter-value {
                font-family: "Old Standard TT", serif;
                color: #333;
                font-size: 3.7rem;
                line-height: 0.82;
                position: relative;
                top: 5px;
            }

            .mad-field-counter-control {
                font-size: 1.25rem;
                line-height: 1;
                position: absolute;
                right: 0;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-field-counter-control::after {
                font-family: 'Linearicons';
            }

            .mad-field-counter-control:hover {
                color: #333;
            }

            .mad-field-counter-control--increase {
                top: 0;
            }

            .mad-field-counter-control--increase::after {
                content: "\e939";
            }

            .mad-field-counter-control--decrease {
                bottom: 0;
            }

            .mad-field-counter-control--decrease::after {
                content: "\e93a";
            }

        /* ----------------------------------------
            Label
        ---------------------------------------- */

            label {
                margin-bottom: 0;
                font-size: 0.875rem;
                color: #999;
                display: block;
            }

            label[for] {
                cursor: pointer;
            }

        /* ----------------------------------------
            Textarea
        ---------------------------------------- */

            textarea {
                height: auto;
                resize: none;
                padding-top: 1rem;
                padding-bottom: 1rem;
                display: block;
                font-size: 1rem;
                margin-bottom: 17px;
            }

        /* ----------------------------------------
            Rating
        ---------------------------------------- */

            .mad-rating {
                font-size: 1.125rem;
                color: #d69080;
                line-height: 1;
            }

            .mad-rating-field .mad-rating .icon {
                cursor: pointer;
            }

            .mad-rating .mad-rating-bottom-level .licon-star {
                color: #dfd9d2;
            }

            .mad-rating:not(:last-child) {
                margin-bottom: 0.875rem;
            }

            .mad-rating.big-size {
                font-size: 1.25rem;
            }

        /* ----------------------------------------
            Form groups
        ---------------------------------------- */

            .form-group {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-left: -0.9375rem;
                margin-right: -0.9375rem;
                margin-top: -1.3125rem;
            }

            .form-group:last-child > [class*="form-col"]:only-child > .mad-btn:only-child {
                margin-top: 0.48rem;
            }

            .form-group:first-child {
                margin-top: -1.2rem;
            }

            [class*="form-col"] {
                -webkit-box-flex: 1;
                        -ms-flex: 1 1 100%;
                            flex: 1 1 100%;
                padding-top: 1.3125rem;
                padding-left: 0.9375rem;
                padding-right: 0.9375rem;
            }

            .form-col-1 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 8.33333%;
                            flex: 0 1 8.33333%;
                max-width: 8.33333%;
            }

            .form-col-2 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 16.66667%;
                            flex: 0 1 16.66667%;
                max-width: 16.66667%;
            }

            .form-col-3 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 25%;
                            flex: 0 1 25%;
                max-width: 25%;
            }

            .form-col-4 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 33.33333%;
                            flex: 0 1 33.33333%;
                max-width: 33.33333%;
            }

            .form-col-5 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 41.66667%;
                            flex: 0 1 41.66667%;
                max-width: 41.66667%;
            }

            .form-col-6 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 50%;
                            flex: 0 1 50%;
                max-width: 50%;
            }

            .form-col-7 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 58.33333%;
                            flex: 0 1 58.33333%;
                max-width: 58.33333%;
            }

            .form-col-8 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 66.66667%;
                            flex: 0 1 66.66667%;
                max-width: 66.66667%;
            }

            .form-col-9 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 75%;
                            flex: 0 1 75%;
                max-width: 75%;
            }

            .form-col-10 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 83.33333%;
                            flex: 0 1 83.33333%;
                max-width: 83.33333%;
            }

            .form-col-11 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 91.66667%;
                            flex: 0 1 91.66667%;
                max-width: 91.66667%;
            }

            .form-col-12 {
                -webkit-box-flex: 0;
                        -ms-flex: 0 1 100%;
                            flex: 0 1 100%;
                max-width: 100%;
            }

            .mad-msg-form .form-control:not(:last-child),
            .mad-msg-form input:not(:last-child) {
                margin-bottom: 0.875rem;
            }

            .mad-msg-form .form-control + button,
            .mad-msg-form input + button {
                margin-top: 0.875rem;
            }

            .mad-msg-form.form-size-small input {
                font-size: 0.875rem;
            }

        /* ----------------------------------------
            Single Field Form
        ---------------------------------------- */

            .mad-singlefield-form-titled-wrapper {
                display: inline-block;
            }

            .mad-singlefield-form-titled-wrapper-inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-top: -0.9375rem;
            }

            .mad-singlefield-form-titled-wrapper .mad-singlefield-form-title {
                font-family: "Maven Pro", serif;
                font-size: 2.25rem;
                line-height: 2.4375rem;
                margin-right: 1.25rem;
                padding-top: 0.9375rem;
                -webkit-box-flex: 1;
                        -ms-flex: 1 1 auto;
                            flex: 1 1 auto;
            }

            .mad-singlefield-form-titled-wrapper .mad-singlefield-form-form {
                -webkit-box-flex: 1;
                        -ms-flex: 1 1 0px;
                            flex: 1 1 0;
                padding-top: 0.9375rem;
            }

            .mad-singlefield-form-titled-wrapper .mad-singlefield-form-form .mad-singlefield-form {
                width: 25rem;
            }

            .mad-singlefield-form-titled-wrapper .mad-singlefield-form,
            .mad-singlefield-form-titled-wrapper .mad-alert-box {
                max-width: initial !important;
            }

            .mad-singlefield-form {
                max-width: 26.875rem;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                position: relative;
            }

            .mad-singlefield-form.small-form input[type="text"] { 
                height: 2.1875rem;
                font-size: 0.875rem;
            }

            .mad-singlefield-form input {
                margin-right: 0.4375rem;
            }

            .mad-singlefield-form.small-form label {

            }

            .mad-singlefield-form button .fa,
            .mad-singlefield-form button .fal,
            .mad-singlefield-form button .far,
            .mad-singlefield-form button .fab,
            .mad-singlefield-form button .fas,
            .mad-singlefield-form button .icon,
            .mad-singlefield-form button [class*="mad-font-icon-"] {
                vertical-align: middle;
                line-height: inherit;
                position: relative;
                top: -2px;
            }

    /* ----------------------------------------
        Figure
    ---------------------------------------- */

        .mad-figure-linked {
            text-align: center;
        }

        .mad-figure-linked figcaption:last-child:not(:only-child) {
            margin-top: 1.2rem;
        }

        .mad-figure-linked figcaption:first-child:not(:only-child) {
            margin-bottom: 1.2rem;
        }

    /* ----------------------------------------
        Filter
    ---------------------------------------- */

        .mad-filter-wrap:not(:last-child) {
            margin-bottom: 2.625rem;
        }

        .mad-filter {
            font-family: 'Maven Pro', sans-serif;
            font-size: 1rem;
            text-transform: uppercase;
            margin-top: -0.75rem;
            margin-left: -0.75rem;
            margin-right: -0.75rem;
            position: relative;
            z-index: 3;
        }

        .mad-filter > li {
            display: inline-block;
            vertical-align: top;
            margin-top: 0.75rem;
            margin-left: 0.75rem;
            margin-right: 0.75rem;
        }

        .mad-filter > li > a {
            color: #999;
            font-weight: 500;
        }

        .mad-filter .mad-active,
        .mad-filter .mad-active > a {
            text-decoration: underline;
            color: #d69080;
        }

    /* ----------------------------------------
        Colorizer
    ---------------------------------------- */

        [class*="mad-colorizer--scheme-"] {
            position: relative;
        }

        .container .mad-section[class*="mad-colorizer--scheme-"]:not([class*="mad-section--stretched"]):not(.mad-section--no-adaptive) {
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }

        .mad-colorizer-bg-color, .mad-colorizer-bg-image {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: -1;
        }

        .mad-colorizer-bg-image {
            background-repeat: no-repeat;
            background-position: center ;
            background-size: cover;
        }

        .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: auto;
            background-attachment: fixed;
        }

        .mad-touchevents .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: cover !important;
            background-position: center !important;
            background-attachment: scroll !important;
        }

        .mad-section .mad-colorizer-bg-color {
            overflow: hidden;
        }

        .mad-colorizer--scheme-color-2 > .mad-colorizer-bg-color {
            background: #f8f7f5;
        }

        .mad-colorizer--scheme-color-3 > .mad-colorizer-bg-color {
            background: #d69080;
        }

        .mad-colorizer--scheme-color-4 > .mad-colorizer-bg-color {
            background: #edf1f3;
        }

        .mad-colorizer--scheme-color-5 > .mad-colorizer-bg-color {
            background: #ebf0f2;
        }

        .mad-colorizer--scheme-color-6 > .mad-colorizer-bg-color {
            background: #4a7078;
        }

        .mad-colorizer--scheme-color-7 > .mad-colorizer-bg-color {
            background: #94c5d1;
        }

        .mad-colorizer--scheme-color-8 > .mad-colorizer-bg-color {
            background: #7e593c;
        }

        .mad-colorizer--scheme-color-9 > .mad-colorizer-bg-color {
            background: #82bbc9;
        }

        .with-top-separator {
            position: relative;
        }

        .with-top-separator .mad-colorizer-bg-color:before {
            position: absolute;
            content: '';
            bottom: 100%;
            left: 0;
            right: 0;
        }

        .mad-colorizer--scheme-color-5.with-top-separator .mad-colorizer-bg-color:before {
            background: url(../images/top_sep1.png) no-repeat;
            height: 18px;
        }

    /* ----------------------------------------
        Gallery
    ---------------------------------------- */

        .mad-gallery:not(.owl-carousel) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-gallery-media {
            display: block!important;
            overflow: hidden;
        }

        .mad-gallery-media img {
            width: 100%;
            transition: all .5s ease;
        }

        .mad-gallery-item:hover .mad-gallery-media img {
            transform: scale(1.1);
        }

        .mad-gallery-desc {
            padding-top: 2.1875rem;
        }

        .mad-gallery-cat {
            font-size: 0.875rem;
            line-height: 1.3125rem;
            text-transform: uppercase;
        }

        .mad-gallery-name {
            font-size: 2.25rem;
            font-weight: 500;
            letter-spacing: -0.3px;
        }

        .mad-gallery.mad-grid--isotope:not(:last-child) {
            margin-bottom: 4.375rem!important;
        }

        .mad-grid--isotope:not(.mad-image-boxes)[class*="item-col-"]:not(.no-gutters) {
            margin: -4.375rem -2.625rem 0;
        }

        .mad-grid--isotope:not(.mad-image-boxes)[class*="item-col-"]:not(.no-gutters) > * {
            padding: 4.375rem 2.625rem 0; 
        }

        .gallery.item-col-3 > .mad-grid-item.mad-grid-item-2x {
            width: 66.66667%;
        }

        .gallery.item-col-2 > .mad-grid-item.mad-grid-item-2x {
            width: 50%;
        }

        .mad-widget .gallery {
            display: flex;
            flex-wrap: wrap;
            margin: -0.625rem -0.3125rem 0;
        }

        .mad-widget .gallery + .mad-btn--link {
            margin-top: 0.9375rem;
            display: inline-block;
        }

        .mad-widget .gallery .gallery-item {
            padding: 0.625rem 0.3125rem 0;
        }

        .mad-widget .gallery .gallery-item img {
            width: 100%;
        }

    /* ----------------------------------------
        Countdown
    ---------------------------------------- */

        .mad-countdown {
            margin-top: -1.875rem;
        }

        .mad-countdown .countdown-row {
            font-size: 0;
            line-height: 0;
        }

        .mad-countdown .countdown-section {
            display: inline-block;
            vertical-align: top;
            padding-top: 1.875rem;
            width: 25%;
            color: #999;
        }

        .mad-countdown .countdown-amount {
            font-family: "Maven Pro", serif;
            font-size: 3rem;
            font-weight: bold;
            color: #333;
            line-height: 1;
            display: block;
        }

        .mad-countdown .countdown-period {
            font-size: 0.875rem;
            line-height: 1.625rem;
            letter-spacing: 0.5px;
            display: block;
        }

        .mad-colorizer--scheme-light .mad-countdown .countdown-amount {
            color: #f7ece9;
        }

        .mad-colorizer--scheme-light.mad-colorizer--scheme-color-7 .mad-countdown span {
            color: #fff;
        }

    /* ----------------------------------------
        Products
    ---------------------------------------- */

        .mad-products + .mad-pagination {
            margin-top: 2.1875rem;
        }

        .mad-products:not(.owl-carousel):not(.mad-product-small) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-products:not(.mad-product-small) .mad-product {
            padding: 28px;
            height: 100%;
            /* border: 1px solid #ede9e5; */
            position: relative;
            /* background-color: #fff; */
            transition: all .5s ease;
        }

        .mad-products:not(.owl-carousel):not(.mad-product-small) .mad-product:hover {
            -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow:    0px 8px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow:         0px 8px 16px 0px rgba(0, 0, 0, 0.1);
        }

        .mad-products .mad-product-image {
            position: relative;
            background: none!important;
        }

        .mad-products .mad-product-image img {
            width: 100%;
        }

        .mad-products .mad-product .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.4);
            opacity: 0;
            visibility: hidden;
            display: flex;
            align-items: center;
            justify-content: center;

            transition: all .5s ease;
        }

        .mad-products .mad-product:hover .overlay {
            opacity: 1;
            visibility: visible;
        }

        .mad-label {
            font-family: 'Maven Pro', sans-serif;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 10px;
            background: #c9a482;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.75rem;
            color: #fff;
            z-index: 3;
        }

        .mad-label.new {
            background: #82bbc9;
        }

        .mad-products:not(.mad-product-small) .mad-product .mad-product-description {
            text-align: center;
            padding-top: 24px;
        }

        .mad-product-description .mad-product-title {
            font-size: 1.125rem;
            font-weight: 500;
        }

        .mad-products:not(.mad-product-small) .mad-product-description .mad-product-title {
            line-height: 28px;
        }

        .mad-products:not(.mad-product-small) .mad-product-description .mad-product-title:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-product-description .mad-product-price {
            font-size: 1rem;
            color: #386f7c;
            display: block;
        }

        .mad-product-price span {
            color: #999;
            text-decoration: line-through;
            padding-left: 5px;
        }

        .mad-product-description .mad-product-price,
        .mad-product-description .rating-holder {
            transition: all .45s ease;
        }

        .mad-product-description .rating-holder,
        .mad-products:not(.mad-product-small) .mad-product-description .mad-product-price {
            position: absolute;
            bottom: 25px;
            left: 0;
            right: 0;
            opacity: 0;
            visibility: hidden;
        }

        .mad-products:not(.mad-product-small) .mad-product-description .mad-product-price {
            opacity: 1;
            visibility: visible;
        }

        .mad-products:not(.mad-product-small) .mad-product:hover .rating-holder {
            opacity: 1;
            visibility: visible;
        }

        .mad-products:not(.mad-product-small) .mad-product:hover .mad-product-price {
            opacity: 0;
            visibility: hidden;
        }

        .mad-tabs.mad-shop:not(.mad-tabs--unstyled) .mad-tab {
            padding: 0;
            border: none;
        }

        .mad-tabs.mad-shop .mad-tabs-holder {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 2.5rem;
        }

        .mad-tabs.mad-shop .mad-tabs-holder .mad-page-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-tabs.mad-shop:not(.mad-tabs--unstyled) .mad-tabs-nav > span:not(:last-child) {
            margin-right: 2.1875rem;
        }

        .mad-tabs.mad-shop .mad-tabs-holder .mad-tabs-nav a {
            padding: 0;
            border: none;
            font-size: 1rem;
            font-weight: normal;
            background: none;
            text-transform: uppercase;
            color: #999;
            font-weight: 500;
        }

        .mad-tabs.mad-shop:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav .mad-active > a {
            background:none;
            color: #d69080;
            text-decoration: underline;
        }

        /* Products small */

        .mad-products.mad-product-small:not(.owl-carousel) {
            display: block;
        }

        .mad-products.mad-product-small .mad-product {
            display: flex;
            position: relative;
            z-index: 1;
        }

        .mad-products.mad-product-small .mad-product:before {
            content: '';
            position: absolute;
            left: -28px;
            right: -28px;
            top: -14px;
            bottom: -14px;
            background: transparent;
            z-index: -1;
            transition: all .5s ease;
        }

        aside .mad-products.mad-product-small .mad-product:hover:before {
            background: #f0edea;
        }

        .mad-products.mad-product-small .mad-col:not(:last-child),
        .mad-products.mad-product-small:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description {
            padding-left: 1.25rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-image {
            min-width: 4.375rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-price {
            font-size: 0.875rem;
            color: #386f7c;
            font-style: normal;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
            letter-spacing: -0.5px;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title:not(:last-child) {
            margin-bottom: 0;
        }

        /* Products sorting */

        .product-sort-section {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: relative;
            align-items: center;
            font-size: 14px;
            margin: -0.9375rem -0.9375rem 0;
            padding-bottom: 1.75rem;
        }

        .product-sort-section:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0.9375rem;
            right: 0.9375rem;
            background: #eee;
            height: 1px;
        }

        .product-sort-section > .mad-col {
            padding: 0.9375rem 0.9375rem 0;
        }

        .product-sort-section:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .product-sort-section .mad-custom-select {
            width: 16.25rem;
        }

        /* Shopping cart */

        .mad-dropdown-element.shopping-cart {
            background: #fff;
            padding: 1.75rem;
            position: absolute;
            top: 100%;
            right: 0;
            border-radius: 0;
            text-align: left;
            overflow: hidden;
            margin-top: 1.75rem;
            margin-right: -1.875rem;
            min-width: 21.875rem;

            -webkit-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
        }

        .shopping-cart .mad-close-item {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 1.125rem;
            color: #333;
        }

        .shopping-cart .sc-footer {
            position: relative;
            padding-top: 1.25rem;
        }

        .shopping-cart .sc-footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #ede9e5;
            height: 1px;
        }

        .shopping-cart .subtotal {
            font-family: 'Maven Pro', sans-serif;
            font-size: 1.125rem;
            color: #333;
            font-weight: 500;
            letter-spacing: -0.3px;
        }

        .shopping-cart .subtotal span {
            font-family: 'Roboto', sans-serif;
            color: #386f7c;
        }

        .shopping-cart .subtotal:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .shop-cart-form table tr th {
            width: 25%;
        }

        .shop-cart-form table tr td {
            padding-top: 0.875rem;
            padding-bottom: 0.875rem;
        }

        .shop-cart-form .mad-product {
            align-items: flex-start;
        }

        .shop-cart-form .mad-product .mad-close-item {
            margin-right: 1.25rem;
            font-size: 1.125rem;
        }

        .mad-product .mad-close-item:hover {
            color: #d69080;
        }

        .shop-cart-form table tfoot tr td {
            padding: 1.3125rem 1.75rem;
        } 

        .mad-shop-footer {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-between;
        }

        .shop-cart-form .mad-shop-footer > * {
            margin: 0;
        }

        .mad-checkout-form tr th:first-child {
            width: 25%;
            min-width: 18.75rem;
        }

        .mad-checkout-form .mad-product-title {
            font-size: 1.125rem;
            line-height: 1.875rem;
            letter-spacing: -0.5px;
            font-weight: 500;
        }

        .mad-checkout-form .checkout-title {
            font-size: 1.125rem;
        }

        .mad-checkout-form .checkout-title strong {
            font-weight: 600;
        }

        .mad-checkout-form tfoot,
        .mad-checkout-form tfoot .checkout-title {
            position: relative;
            color: #386f7c!important;
        }

        .mad-checkout-form tfoot tr td {
            background: none;
        }

        @-moz-document url-prefix() {
            .mad-checkout-form tfoot:before {
                top: 0;
            }
        }

        .mad-checkout-form tfoot tr td:first-child {
            border-bottom: none;
        }

        .payment-option:not(:last-child) {
            margin-bottom: 1.875rem;
        }

        .payment-option li:not(:last-child){
            margin-bottom: 0.9375rem;
        }

        .payment-option li:last-child {
            padding-top: 15px;
        }

        .payment-option input[type="radio"] + label{
            font-weight: bold;
            color: #333;
            font-size: 1.125rem;
            display: inline-block;
            margin-right: 1.875rem;
            font-family: 'Maven Pro', sans-serif;
        }

        .payment-desc {
            padding-left: 2.8125rem;
        }

        .payment-option .input-wrapper:not(:last-child){
            margin-bottom: 0;
        }

        .payment-option > li:last-child [class*="btn"]:only-child{
            margin-top: 0.9375rem;
        }

        /* Single product */

        .mad-product.mad-product-single:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-product.mad-product-single .image-preview:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-product.mad-product-single .image-preview > a,
        .mad-product-thumbs .mad-grid-item {
            display: block!important;
            background: none!important;
            /* padding: 1.75rem; */
            /* border: 1px solid #ede9e5; */
        }

        .mad-product.mad-product-single .product-description p {
            letter-spacing: -0.1px;
        }

        .mad-product.mad-product-single .mad-page-title {
            letter-spacing: -1.5px;
            font-size: 2.5rem;
        }

        .mad-product-thumbs .owl-stage-outer {
            padding-bottom: 1px;
        }

        .mad-product-thumbs .mad-grid-item a {
            display: block!important;
            opacity: 0.5;
        }

        .mad-product-thumbs .mad-grid-item a:hover,
        .mad-product-thumbs .mad-grid-item a.active {
            opacity: 1;
        }

        .mad-product-thumbs.owl-carousel.mad-owl-nav .owl-nav {
            position: initial;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0;
        }

        .mad-product-thumbs.owl-carousel.mad-owl-nav .owl-nav > button {
            color: #333;
            font-size: 1.875rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin: 0;
            transition: color .5s ease;
        }

        .mad-product-thumbs.owl-carousel.mad-owl-nav .owl-nav > button:hover {
            color: #d69080;
        }

        .mad-product-thumbs.owl-carousel.mad-owl-nav .owl-nav > .owl-prev {
            left: 1.375rem;
        }

        .mad-product-thumbs.owl-carousel.mad-owl-nav .owl-nav > .owl-next {
            right: 1.375rem;
        }

        .mad-product-thumbs.owl-carousel.mad-owl-nav .owl-nav > .owl-prev > i:before {
            content: "\e93b";
        }

        .mad-product-thumbs.owl-carousel.mad-owl-nav .owl-nav > .owl-next > i:before {
            content: "\e93c";
        }

        .mad-product.mad-product-single .mad-page-title:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-product.mad-product-single .pricing-area {
            font-size: 0.875rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mad-product.mad-product-single .pricing-area:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-product.mad-product-single .mad-rating:not(:last-child) {
            margin-right: 0.625rem;
            margin-bottom: 0;
        }

        .mad-product.mad-product-single .mad-product-price {
            font-size: 1.5rem;
            color: #386f7c;
        }

        .mad-product.mad-product-single .mad-product-price:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-product.mad-product-single .add-to-cart-form .product-actions {
            display: flex;
            align-items: center;
        }

        .mad-product.mad-product-single .add-to-cart-form .product-actions > span {
            min-width: 5.3125rem;
        }

        .mad-product.mad-product-single .add-to-cart-form .product-actions:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-product.mad-product-single .add-to-cart-form:not(:last-child) {
            margin-bottom: 2.625rem;
        }

        .mad-product.mad-product-single .add-to-cart-form .btn {
            margin-left: 5.3125rem;
            margin-top: 0.4375rem;
        }

        .mad-product.mad-product-single .quantity,
        .mad-product.mad-product-single .mad-custom-select {
            width: 10.5rem;
            position: relative;
        }

        .mad-product.mad-product-single .quantity input {
            padding: 0 42px;
            text-align: center;
        }

        .mad-product.mad-product-single .quantity button {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            color: #333;
            font-size: 1.25rem;
        }

        .mad-product.mad-product-single .quantity .qty-plus {
            left: auto;
            right: 0;
        }

        .mad-product.mad-product-single .product-meta:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-product.mad-product-single .product-meta li:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-product.mad-product-single .tagcloud:not(:last-child) {
            margin-bottom: 1.3125rem;
        }

        .mad-product.mad-product-single + .mad-tabs .mad-table {
            max-width: 41.25rem;
        }

        /* Hidden Section */

        .hidden-section:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .hidden-section .account-action {
            color: #333;
            font-size: 1.5rem;
            font-family: 'Maven Pro', sans-serif;
            font-weight: 500;
        }

        .hidden-section .login-form-footer {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .hidden-section .content {
            padding: 1.75rem 0 0.9375rem;
        }

        .hidden-section .content .mad-singlefield-form {
            max-width: 100%;
        }

        .hidden-section .input-box:not(:last-child) {
            margin-bottom: 0.9375rem;
        }

        .checkbox-title:not(:last-child) {
            margin-bottom: 2.625rem;
        }

        .checkbox-title input[type="checkbox"] + label[for] {
            color: #313131;
        }

        .checkbox-title input[type="checkbox"] + label[for], 
        .checkbox-title input[type="radio"] + label[for] {
            font-family: 'Maven Pro', sans-serif;
            font-size: 2.25rem;
            line-height: 1.25;
            font-weight: 500;
            padding-left: 0;
            padding-right: 3.5rem;
            display: inline-block;
        }

        .checkbox-title input[type="checkbox"] + label[for]::before,
        .checkbox-title input[type="checkbox"] + label[for]::after {
            left: auto;
            right: 0;
            top: 0.625rem;
        }

        .checkbox-title input[type="checkbox"] + label[for]::after {
            top: 18px;
        }

    /* ----------------------------------------
        Media elements
    ---------------------------------------- */

        /* ----------------------------------------
            Media Element Plugin
        ---------------------------------------- */

            .mejs__overlay-button {
                width: 5rem;
                height: 5rem;
                background-image: url("../images/mejs-play.png");
                background-position: center center;
            }

            .mejs__overlay:hover > .mejs__overlay-button {
                background-position: center center;
            }

            .mad-csstransforms3d .mejs__overlay .mejs__overlay-button {
                -webkit-transition: -webkit-transform .5s cubic-bezier(0.25, 3, 0.79, 0.38);
                        transition:         transform .5s cubic-bezier(0.25, 3, 0.79, 0.38);
            }

            .mad-csstransforms3d .mejs__overlay:hover .mejs__overlay-button {
                -webkit-transform: scale3d(1.05, 1.05, 1.05);
                        transform: scale3d(1.05, 1.05, 1.05);
            }

    /* ----------------------------------------
        Menu
    ---------------------------------------- */

        .text-center .mad-menu {
            margin-left: auto;
            margin-right: auto;
        }

        .mad-menu {
            max-width: 15rem;
            text-align: initial;
            font-weight: 600;
            font-size: 1.125rem;
            line-height: 1.875rem;
        }

        .mad-menu > li {
            overflow: hidden;
            padding-right: 5rem;
            position: relative;
        }

        .mad-menu > li:not(:last-child) {
            margin-bottom: 0.6rem;
        }

        .mad-menu > li > span {
            font-weight: 400;
            position: absolute;
            right: 0;
            bottom: 0;
        }

    /* ----------------------------------------
        Dropdown
    ---------------------------------------- */

        .mad-dropdown {
            position: relative;
            z-index: 1;
        }

        .mad-dropdown-title {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .mad-dropdown-element {
            font-size: 0.875rem;
            line-height: 1.5rem;
            text-align: initial;
            padding-top: 0.4rem;
            padding-bottom: 1.4rem;
            letter-spacing: 0.7px;
            background-color: #fff;
            color: #333;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: -28px;
            width: 100%;
            min-width: 130px;
            -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-dropdown-element > li {
            padding-top: 1rem;
            padding-right: 1.75rem;
            padding-left: 1.75rem;
        }

        .mad-dropdown-element > li > a {
            color: #333;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #333), to(#333));
            background-image: linear-gradient(to bottom, #333 100%, #333 100%);
        }

        .mad-dropdown-element--icons > li {
            position: relative;
            padding-left: 3.1rem;
        }

        .mad-dropdown-element--icons > li .fa,
        .mad-dropdown-element--icons > li .fal,
        .mad-dropdown-element--icons > li .far,
        .mad-dropdown-element--icons > li .fab,
        .mad-dropdown-element--icons > li .fas,
        .mad-dropdown-element--icons > li .icon,
        .mad-dropdown-element--icons > li [class*="mad-font-icon-"] {
            position: absolute;
            top: 1.3rem;
            left: 1.5625rem;
        }

        .mad-dropdown-element--x-right {
            left: auto;
            right: 0;
        }

        .mad-dropdown--opened {
            z-index: 996;
        }

        .mad-dropdown--opened .mad-dropdown-element {
            opacity: 1;
            visibility: visible;
        }

        .mad-dropdown--title-icon .mad-dropdown-title {
            position: relative;
            padding-right: 0.875rem;
        }

        .mad-dropdown--title-icon .mad-dropdown-title .fa,
        .mad-dropdown--title-icon .mad-dropdown-title .fal,
        .mad-dropdown--title-icon .mad-dropdown-title .far,
        .mad-dropdown--title-icon .mad-dropdown-title .fab,
        .mad-dropdown--title-icon .mad-dropdown-title .fas,
        .mad-dropdown--title-icon .mad-dropdown-title .icon,
        .mad-dropdown--title-icon .mad-dropdown-title [class*="mad-font-icon-"] {
            font-size: 0.8125rem;
            line-height: 1;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -0.40625rem;
        }

        .mad-dropdown--title-icon .mad-dropdown-icon--state-default, .mad-dropdown--title-icon .mad-dropdown-icon--state-opened {
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
        .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-default {
            opacity: 0;
            visibility: hidden;
        }

        .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-opened {
            opacity: 1;
            visibility: visible;
        }

        .mad-csstransforms3d .mad-dropdown-element {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
                    transform: scale3d(0.9, 0.9, 0.9);
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened, .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-default {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-default {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-csstransforms3d .mad-dropdown--opened .mad-dropdown-element,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-opened {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

        .mad-dropdown--languages .mad-dropdown-element {
            width: 6.875rem;
            padding-top: 0.6rem;
            padding-bottom: 1.6rem;
            margin-top: 0.4rem;
        }

        .mad-category-list .mad-slide-content {
            display: none;
        }

    /* ----------------------------------------
        Twitter Feed
    ---------------------------------------- */

        .mad-twitter-feed:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-twitter-feed > li:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-twitter-feed .mad-tweet-content a:not(.mad-ln--independent):not(.btn):not(.read-more) {
            color: #d69080;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #d69080), to(#d69080));
            background-image: linear-gradient(to bottom, #d69080 100%, #d69080 100%);
        }

        .mad-twitter-feed .mad-tweet-content {
            font-size: 0.875rem;
        }

        .mad-twitter-feed .mad-tweet-content:not(:last-child) {
            margin-bottom: 0.875rem;
        }

/* ----------------------------------------
    4. Pages
---------------------------------------- */

    /* Pages Navigation */

    .mad-page-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mad-page-nav > [class*="mad-nav-"] {
        display: flex;
        margin: 0 -0.625rem;
    }

    .mad-page-nav > .mad-nav-right {
        flex-direction: row-reverse;
        text-align: right;
    }

    .mad-page-nav > [class*="mad-nav-"] figure {
        min-width: 105px;
    }

    .mad-page-nav > [class*="mad-nav-"] > * {
        padding: 0 0.625rem;
    }

    .mad-page-nav > [class*="mad-nav-"] h6 {
        letter-spacing: -0.3px;
    }

    a.mad-nav-link:not(.mad-ln--independent):not(.btn):not(.read-more) {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #386f7c;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #386f7c), to(#386f7c));
        background-image: linear-gradient(to bottom, #386f7c 100%, #386f7c 100%);
    }

    /* Home 3 */

    .mad-home-3 .mad-content {
        padding-left: 315px;
    }

    .mad-home-3 .mad-header {
        position: fixed;
        right: 0;
        height: 100%;
    }

    .mad-home-3 .mad-header .mad-search-area,
    .mad-header--transparent.mad-header .mad-search-area {
        padding: 0;
    }

    .mad-header.style-3 .mad-header-section {
        position: fixed;
        width: 315px;
        left: 0;
        top: 0;
        height: 100%;
        padding: 0;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        background: #fff;
    }

    .mad-header.style-3 .mad-header-section .mad-logo {
        position: absolute;
        top: 0;
        left: 0;
        margin: 40px 0 0 40px;
        z-index: 1;
    }

    .mad-navigation {
        margin: 0;
    }

    .mad-navigation-container {
        width: 100%;
    }

    .mad-header.style-3 .mad-navigation {
        padding-left: 2.5rem;
    }

    .mad-header.style-3 .mad-navigation .sub-menu a {
        font-size: 1rem;
    }

    .mad-header.style-3 .mad-navigation > li > a:after {
        content: '';
        position: absolute;
        left: -40px;
        top: 50%;
        margin-top: -1px;
        width: 0;
        height: 2px;
        background: #d69080;
        transition: width .5s ease;
    }

    .mad-header.style-3 .mad-navigation .sub-menu {
        box-shadow: none;
    }

    .mad-header.style-3 .mad-navigation .sub-menu > li {
        padding-left: 0;
        padding-right: 0;
	}

    .mad-header.style-3 .mad-navigation > li.current-menu-item > a:after,
    .mad-header.style-3 .mad-navigation > li:hover > a:after {
        width: 21px;
    }

    .mad-header.style-3 .mad-navigation > li {
        display: block;
        margin: 0;
        padding: 12px 0;
    }

    .mad-header.style-3 .mad-navigation > li > a {
        padding: 0;
        font-weight: bold;
        font-size: 1.125rem;
        display: inline;
    }

    .mad-header.style-3 .mad-navigation > li > a::before {
        top: 100%;
    }

    .mad-header.style-3 .mad-navigation .mega-menu > .sub-menu > li {
        width: auto;
    }

    .mad-header.style-3 .mad-actions {
        position: absolute;
        top: 50px;
        right: 40px;
        display: flex;
        align-items: center;
        margin: 0 -15px;
    }

    .mad-header.style-3 .mad-actions > * {
        margin: 0 15px;
    }

    .mad-header.style-3 .mad-socials {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 40px;
        padding: 0;
    }

    .mad-header.style-3 .mad-social-icons > li {
        padding: 0;
        display: block;
    }

    .mad-header.style-3 .mad-social-icons > li:not(:last-child) {
        margin-bottom: 30px;
    }

    /* ----------------------------------------
        Blog Single
    ---------------------------------------- */



    /* ----------------------------------------
        Events
    ---------------------------------------- */

        .mad-vendors[class*="item-col-"] {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-vendors:not(:last-child):not(.no-space),
        .single-vendor .mad-tabs-container {
            margin-bottom: 2.1875rem;
        }

        .mad-vendor-item .mad-vendor-img {
            position: relative;
        }

        .mad-vendor-item .mad-vendor-img > img {
            width: 100%;
        }

        .mad-vendor-item  .mad-vendor-content {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 1.75rem;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            color: #fff;
            font-size: 0.875rem;
            line-height: 1.3125rem;
        }

        .mad-vendor-item .mad-vendor-label {
            font-family: 'Maven Pro', sans-serif;
            font-size: 0.75rem;
            padding: 0 10px;
            line-height: 1.75rem;
            background: #82bbc9;
            color: #fff;
            display: inline-block;
            text-transform: uppercase;
            width: min-content;
            letter-spacing: 1px;
        }

        .mad-vendor-item .mad-title {
            color: #fff;
            font-weight: bold;
            font-size: 1.5rem;
        }

        .mad-vendor-item .mad-title:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-vendor-item .mad-vendor-info li {
            display: flex;
        }

        .mad-vendor-item .mad-vendor-info li:not(:last-child) {
            margin-bottom: 0.4375rem;
        }

        .mad-vendor-item .mad-vendor-info li i {
            min-width: 28px;
            line-height: inherit;
        }

        .mad-vendor-item .mad-vendor-desc {
            padding: 1.75rem;
            border: 1px solid #ede9e5;
            border-top: none;
        }

        .mad-vendor-item .vendor-author {
            position: absolute;
            z-index: 2;
            border: 7px solid #fff;
            right: 28px;
            bottom: 0;
            margin-bottom: -45px;
        }

        .mad-vendor-item:not(.single-vendor) .mad-vendor-title .mad-rating {
            font-size: 0.875rem;
        }

        .mad-vendor-item.single-vendor .vendor-author {
            position: relative;
            margin-bottom: 0;
            right: auto;
            min-width: 98px;
        }

        .mad-vendor-item.single-vendor .mad-vendor-content,
        .mad-vendor-item.single-vendor .mad-vendor-content [class*="col-"] {
            flex-direction: row;
            height: auto;
            bottom: 0;
            top: auto;
            display: flex;
            font-size: 1rem;
            line-height: 1.75rem;
            justify-content: space-between;
            align-items: center;
        }

        .mad-vendor-item.single-vendor .vendor-btns {
            display: flex;
            flex-direction: column;
        }

        .mad-vendor-item.single-vendor .vendor-btns > .btn:not(:last-child) {
            margin-bottom: 7px;
        }

        .mad-vendor-item.single-vendor .vendor-title-wrap {
            display: flex;
        }

        .mad-vendor-item.single-vendor .vendor-title-wrap .mad-vendor-title {
            padding-left: 28px;
        }

        .mad-vendor-item.single-vendor .mad-vendor-info {
            padding-left: 170px;
            padding-right: 28px;
        }

        .mad-vendor-item.single-vendor .mad-vendor-desc {
            padding: 0;
            border: none;
        }

        .mad-vendor-item.single-vendor .mad-tabs {
            overflow: visible;
        }

        .mad-vendor-item.single-vendor .mad-tabs-nav {
            border-right: 1px solid #ede9e5;
            margin-bottom: 0;
        }

        .mad-vendor-item.single-vendor .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav .mad-active > a {
            margin: 0;
        }

        .single-vendor .mad-tabs .mad-tabs-nav:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            width: 100%;
            background: #ede9e5;
        }

        .single-vendor.mad-tabs .mad-tab,
        .single-vendor .mad-tabs .mad-tab {
            padding: 0;
            border: none;
            padding-top: 30px;
        }

        .mad-vendor-item.single-vendor.full-src {
            margin: 0 2.625rem;
        }

        .mad-vendor-item.single-vendor.full-src .mad-vendor-desc {
            position: relative;
        }

        .mad-vendor-item.single-vendor.full-src .mad-vendor-desc:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #ede9e5;
            border-top: none;
        }

        .mad-vendor-item.single-vendor.full-src .mad-tabs-nav {
            border: none;
        }

    /* ----------------------------------------
        404 Page
    ---------------------------------------- */

        .mad-404-content {
            padding: 100px 0 180px;
            text-align: center;
        }

        .mad-404-title {
            font-size: 25rem;
            line-height: 350px;
            color: #d69080;
            font-weight: bold;
            letter-spacing: -10px;
        }

        .mad-404-message {
            font-family: 'Maven Pro', sans-serif;
            font-size: 1.5rem;
            color: #666;
            font-weight: 500;
        }

        .mad-404-message:not(:last-child) {
            margin-bottom: 2.1875rem;
        }

        .mad-404-content .mad-loc-input {
            max-width: 700px;
            margin: 0 auto;
        }

        .mad-404-content .mad-loc-input input {
            font-size: 1rem;
        }

    /* ----------------------------------------
        Coming Soon Page
    ---------------------------------------- */

        .mad-coming-soon {
            background: #f8f7f5;
            padding: 150px 0 192px;
        }

        .mad-coming-soon-title {
            font-size: 4.5rem;
            color: #386f7c;
            line-height: 4.8125rem;
            font-weight: bold;
        }

        .mad-coming-soon-title:not(:last-child),
        .mad-coming-soon-message:not(:last-child) {
            margin-bottom: 2.1875rem;
        }

        .mad-coming-soon-message {
            font-family: 'Maven Pro', sans-serif;
            font-size: 1.5rem;
        }

    /* ----------------------------------------
        Home
    ---------------------------------------- */

        .mad-contact-info {
            font-family: "Maven Pro", serif;
            font-size: 2.25rem;
            line-height: 3.2625rem;
        }

        .mad-img-wrap {
            z-index: 2;
            position: relative;
        }
        ::placeholder{color:#2c5862;}
        
        
        .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
@media only screen and (max-width: 812px) {


 
.mad-breadcrumb.no-title {
    padding-top: 4rem!important;
}
}

@media only screen and (max-width: 992px) {

h2.mad-page-title:not(:last-child) {
   padding-top: 4rem!important;
}
 
.mad-title-wrap  {
    padding-top: 4rem!important;
}
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}