@import "variables.less";
@import "initial.less";

@azen-elastic-font: "@{main-google-font}";
@azen-elastic-header-font: "@{header-google-font}";
@azen-elastic-border-radius: @main-border-radius;
@azen-elastic-border-width: @main-border-width;

@azen-elastic-lighten1-color: lighten(@black-light, 4%);
@azen-elastic-lighten2-color: lighten(@brand-color, 17.2%);
@azen-elastic-lighten3-color: lighten(@brand-color, 24%);
@azen-elastic-lighten5-color: lighten(@brand-color, 45%);

@azen-elastic-darken1-color: darken(@black-dark, 0.5%);

@azen-elastic-fade1-color: fade(@brand-color, 4%);
@azen-elastic-fade2-color: fade(@black-darker, 50%);
@azen-elastic-fade3-color: fade(@white-lighter, 50%);
@azen-elastic-fade4-color: fade(@brand-color, 21%);
@azen-elastic-fade5-color: fade(@black-darker, 20%);
@azen-elastic-fade6-color: fade(@black-darker, 10%);
@azen-elastic-fade7-color: fade(@black-darker, 70%);
@azen-elastic-fade8-color: fade(@brand-color, 70%);
@azen-elastic-fade9-color: fade(@white-lighter, 20%);
@azen-elastic-fade10-color: fade(@brand-color, 10%);
@azen-elastic-fade11-color: fade(@white-lighter, 5%);
@azen-elastic-fade12-color: fade(@black-darker, 1%);

@azen-elastic-gray-light-color: hsl(hue(@brand-color), 15%, 75%);

//@azen-elastic-heading-color: hsl(hue(@brand-color), 25%, 16%);
.azen-elastic-heading-color(@color) when (iscolor(@color)) {
    @azen-elastic-heading-color: @color;
}
.azen-elastic-heading-color(@color) when not (iscolor(@color)) {
    @azen-elastic-heading-color: hsl(hue(@brand-color), 25%, 16%);
}
.azen-elastic-heading-color(@header-color);

/*@azen-elastic-body-color: hsl(hue(@brand-color), 14%, 51%);*/
.azen-elastic-body-color(@color) when (iscolor(@color)) {
    @azen-elastic-body-color: @color;
}
.azen-elastic-body-color(@color) when not (iscolor(@color)) {
    @azen-elastic-body-color: hsl(hue(@brand-color), 14%, 51%);
}
.azen-elastic-body-color(@paragraph-color);

@azen-elastic-body-alpha-color: fade(@azen-elastic-body-color, 15%);
@azen-elastic-caret-color: hsl(hue(@brand-color), 30%, 70%);
@azen-elastic-menu-border-color: hsl(hue(@brand-color), 42%, 93%);

//@azen-elastic-border-color: hsl(hue(@brand-color), 33%, 94%);
.azen-elastic-border-color(@color) when (iscolor(@color)) {
    @azen-elastic-border-color: @color;
}
.azen-elastic-border-color(@color) when not (iscolor(@color)) {
    @azen-elastic-border-color: hsl(hue(@brand-color), 33%, 94%);
}
.azen-elastic-border-color(@main-border-color);

@azen-elastic-border-alpha-color: fade(hsl(hue(@brand-color), 62%, 78%), 15%);
@azen-elastic-border-dark-color: hsl(hue(@brand-color), 33%, 89%);
@azen-elastic-border-bg-color: lighten(@azen-elastic-border-color, 3%);
@azen-elastic-bg-color: hsl(hue(@brand-color), 100%, 98.5%);





@normal-brand-color: hsl(hue(@brand-color), 50%, 50%);
@normal-accent-1-color: hsl(hue(@accent-1-color), 50%, 50%);

//@azen-elastic-shadow-color: @normal-brand-color;
.azen-elastic-shadow-color(@color) when (iscolor(@color)) {
    @azen-elastic-shadow-color: @color;
}
.azen-elastic-shadow-color(@color) when not (iscolor(@color)) {
    @azen-elastic-shadow-color: @normal-brand-color;
}
.azen-elastic-shadow-color(@main-shadow-color);

@azen-elastic-button-black-shadow: 2.5px 4.33px 30px 0 fade(@black-darker, 30%);
@azen-elastic-black-shadow: 2.5px 4.33px 30px 0 fade(@black-darker, 10%);
@azen-elastic-button-brand-shadow: 2.5px 4.33px 30px 0 fade(@azen-elastic-shadow-color, 30%);
@azen-elastic-panel-brand-shadow: 2.5px 4.33px 30px 0 fade(@azen-elastic-shadow-color, 10%);
@azen-elastic-panel-brand-shadow-hover: 2.5px 4.33px 30px 0 fade(@azen-elastic-shadow-color, 20%);
@azen-elastic-input-brand-shadow: 2.5px 4.33px 30px 0 fade(@azen-elastic-shadow-color, 40%);
@azen-elastic-menu-brand-shadow: 2.5px 5px 30px 0 fade(@azen-elastic-shadow-color, 10%);
@azen-elastic-menu-brand-shadow-1: 2.5px 0 10px 0 fade(@azen-elastic-shadow-color, 10%);
@azen-elastic-menu-brand-shadow-2: 2.5px 5px 18px 0 fade(@azen-elastic-shadow-color, 7%);
@azen-elastic-video-button-brand-shadow: 1.5px 1.5px 20px 0 fade(@azen-elastic-shadow-color, 60%);
@azen-elastic-button-accent-1-shadow: 2.5px 4.33px 30px 0 fade(@normal-accent-1-color, 30%);

@azen-elastic-linear-gradient: linear-gradient(180deg, transparent 30%, hsl(hue(@brand-color), 69%, 98%) 67%);
@azen-elastic-diagonal-1: linear-gradient(145deg, transparent 50%, hsl(hue(@brand-color), 69%, 98%) 50%);
@azen-elastic-diagonal-2: linear-gradient(325deg, transparent 50%, hsl(hue(@brand-color), 69%, 98%) 50%);
@azen-elastic-diagonal-3: linear-gradient(165deg, transparent 50%, hsl(hue(@brand-color), 69%, 98%) 50%);
@azen-elastic-diagonal-4: linear-gradient(345deg, transparent 50%, hsl(hue(@brand-color), 69%, 98%) 50%);



//----------------Helpers-----------------//


.azen-elastic-font-family {
    font-family: @azen-elastic-font;
}


.azen-white-darker{
    color: @white-darker;
}
.azen-white-dark{
    color: @white-dark;
}
.azen-white{
    color: @white;
}
.azen-white-light{
    color: @white-light;
}
.azen-white-lighter{
    color: @white-lighter;
}
.azen-gray-darker{
    color: @gray-darker;
}
.azen-gray-dark{
    color: @gray-dark;
}
.azen-gray {
    color: @gray;
}
.azen-gray-light{
    color: @gray-light;
}
.azen-gray-lighter{
    color: @gray-lighter;
}
.azen-black-darker{
    color: @black-darker;
}
.azen-black-dark{
    color: @black-dark;
}
.azen-black{
    color: @black;
}
.azen-black-light{
    color: @black-light;
}
.azen-black-lighter{
    color: @black-lighter;
}


.azen-elastic-lighten1-color {
    color: @azen-elastic-lighten1-color;
}
.azen-elastic-lighten2-color {
    color: @azen-elastic-lighten2-color;
}
.azen-elastic-lighten3-color {
    color: @azen-elastic-lighten3-color;
}
.azen-elastic-lighten5-color {
    color: @azen-elastic-lighten5-color;
}

.azen-elastic-darken1-color {
    color: @azen-elastic-darken1-color;
}

.azen-elastic-gray-light-color {
    color: @azen-elastic-gray-light-color;
}
.azen-elastic-heading-color, .azen-header.azen-elastic-heading-color {
    color: @azen-elastic-heading-color;
}
.azen-elastic-body-color {
    color: @azen-elastic-body-color;
}
.azen-elastic-caret-color {
    color: @azen-elastic-caret-color;
}
.azen-brand-color {
    color: @brand-color;
}
.azen-accent-1-color {
    color: @accent-1-color;
}
.azen-accent-2-color {
    color: @accent-2-color;
}

.azen-elastic-border-color {
    border-color: @azen-elastic-border-color;
}
.azen-elastic-border-dark-color {
    border-color: @azen-elastic-border-dark-color;
}
.azen-elastic-menu-border-color {
    border-color: @azen-elastic-menu-border-color;
}
.azen-elastic-border-alpha-color {
    border-color: @azen-elastic-border-alpha-color;
}
.azen-elastic-border-body-alpha-color {
    border-color: @azen-elastic-body-alpha-color;
}

.azen-elastic-bg-color {
    background-color: @azen-elastic-bg-color;
}

.azen-elastic-linear-gradient {
    background-image: @azen-elastic-linear-gradient;
}

.azen-elastic-diagonal-1 {
    background-image: @azen-elastic-diagonal-1;
}

.azen-elastic-diagonal-2 {
    background-image: @azen-elastic-diagonal-2;
}

.azen-elastic-diagonal-3 {
    background-image: @azen-elastic-diagonal-3;
}

.azen-elastic-diagonal-4 {
    background-image: @azen-elastic-diagonal-4;
}

.az-shape-top svg .az-shape-fill.azen-elastic-fill-bg-color, .az-shape-bottom svg .az-shape-fill.azen-elastic-fill-bg-color {
    fill: @azen-elastic-bg-color;
}

.az-shape-top svg .az-shape-fill.azen-fill-brand-color, .az-shape-bottom svg .az-shape-fill.azen-fill-brand-color {
    fill: @brand-color;
}

.azen-elastic-brand-overlay {
    > .az-overlay div {
        background-color: @azen-elastic-fade8-color;
    }
}

.azen-elastic-accent-1-overlay {
    > .az-overlay div {
        background-color: fade(@accent-1-color, 60%);
    }
}

.azen-elastic-accent-2-overlay {
    > .az-overlay div {
        background-color: fade(@accent-2-color, 60%);
    }
}

.azen-brand-bg {
    background-color: @brand-color;
}

.azen-accent-1-bg {
    background-color: @accent-1-color;
}

.azen-accent-2-bg {
    background-color: @accent-2-color;
}

.azen-header {
    color: @azen-elastic-heading-color;
    font-family: @azen-elastic-header-font;
    font-size: @header-font-size;
    line-height: @header-line-height;
    font-weight: @header-font-weight;
}

h1,h2,h3,h4,h5,h6 {
    &.azen-header {
        .azh-initial();
        color: @azen-elastic-heading-color;
        font-family: @azen-elastic-header-font;
        font-size: @header-font-size;
        line-height: @header-line-height;
        font-weight: @header-font-weight;
    }    
}

.azen-paragraph {
    font-family: @azen-elastic-font;
    font-size: @paragraph-font-size;
    line-height: @paragraph-line-height;
    font-weight: @paragraph-font-weight;
    color: @azen-elastic-body-color;
}


.azen-elastic-tabs {
    .azen-buttons {
        text-align: center;
        margin-bottom: 60px;
        font-size: 0;
        .azen-button {
            a {
                .azh-initial();
                cursor: pointer;
                outline: none;
                display: inline-block;
                font-family: @azen-elastic-font;
                font-size: 18px;
                color: @azen-elastic-heading-color;
                font-weight: 600;
                line-height: 60px;
                padding: 0 60px;
                background-color: @white-lighter;
                box-shadow: @azen-elastic-panel-brand-shadow;
                text-align: center;
                .vendor(transition, all .3s linear 0s);
                &:hover {
                    background-color: @brand-color;
                    color: @white-lighter;
                    box-shadow: @azen-elastic-button-brand-shadow;
                }
                .az-icon {
                    margin-right: 10px;
                }
            }
            &.az-active {
                a {
                    background-color: @brand-color;
                    color: @white-lighter;
                    box-shadow: @azen-elastic-button-brand-shadow;                    
                }
            }
            @media (max-width: 990px) {
                display: block;
                a {
                    display: block;
                }
            }            
            @media (min-width: 991px) {
                display: inline-block;
                &:first-child {
                    a {
                        border-top-left-radius: @azen-elastic-border-radius;
                        border-bottom-left-radius: @azen-elastic-border-radius;
                    }
                }
                &:last-child {
                    a {
                        border-top-right-radius: @azen-elastic-border-radius;
                        border-bottom-right-radius: @azen-elastic-border-radius;
                    }
                }
            }
        }
    }
    .azen-tabs {

    }
    .azen-tab {

    }
}

.azen-elastic-tabs-minimal {
    .azen-buttons {
        text-align: center;
        margin-bottom: 60px;
        font-size: 0;
        border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
        .vendor(display, flex);
        .vendor(justify-content, space-around);
        .azen-button {
            margin-bottom: -1px;      
            a {
                .azh-initial();
                cursor: pointer;
                outline: none;
                display: inline-block;
                font-family: @azen-elastic-font;
                font-size: 20px;
                color: @azen-elastic-heading-color;
                font-weight: 400;
                line-height: 1.2;                
                padding: 23px 15px;
                text-align: center;
                .vendor(transition, all .3s linear 0s);
                border-bottom: @azen-elastic-border-width solid transparent;
                .vendor(display, flex);
                .vendor(justify-content, center);
                .vendor(flex-direction, column);
                &:hover {
                    color: @brand-color;
                }
                .az-icon {
                    margin-right: 10px;
                }
            }
            &.az-active {
                a {
                    color: @brand-color;
                    border-bottom: @azen-elastic-border-width solid @brand-color;
                }
            }
        }
        @media (max-width: 990px) {
            display: block;
        }            
    }
    .azen-tabs {

    }
    .azen-tab {

    }
}

.azen-elastic-tabs-panel {
    background-color: @white-lighter;
    box-shadow: @azen-elastic-panel-brand-shadow;
    border-radius: @azen-elastic-border-radius;
    overflow: hidden;
    .azen-buttons {
        font-size: 0;
        background-color: @azen-elastic-fade1-color; 
        .azen-button {
            a {
                .azh-initial();
                cursor: pointer;
                outline: none;
                display: inline-block;
                font-family: @azen-elastic-font;
                font-size: 18px;
                color: @azen-elastic-heading-color;
                font-weight: 600;
                line-height: 70px;
                padding: 0 60px;
                text-align: center;
                .vendor(transition, all .3s linear 0s);
                &:hover {
                    color: @brand-color;
                }
            }
            &.az-active {
                a {
                    background-color: @brand-color;
                    color: @white-lighter;
                }
            }
            @media (max-width: 990px) {
                display: block;
                a {
                    display: block;
                }
            }            
            @media (min-width: 991px) {
                display: inline-block;
            }
        }
    }
    .azen-tabs {

    }
    .azen-tab {
        padding: 50px;
    }
    &[data-alternative-styles="true"] {
        .azen-buttons {
            background-color: transparent; 
            border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
            text-align: center;
            .azen-button {
                a {
                    line-height: 100px;
                    padding: 0 30px;
                    font-size: 17px;
                    font-weight: 500;
                    &:hover {
                    }
                }
                &.az-active {
                    a {
                        background-color: transparent;
                        color: @brand-color;
                    }
                }
            }
        }        
        .azen-tab {
            padding: 80px;
        }
    }
}

.azen-elastic-binary-tabs {
    .azen-general {
        position: relative;
        text-align: center;
        .azen-menu-checkbox {
            position: absolute;
            clip: rect(0, 0, 0, 0);
            .vendor(user-select, none);
            &:checked {
                ~ .azen-wrapper-2 {
                    display: block;
                }
                ~ .azen-wrapper-1 {
                    display: none;
                }                    
                ~ .azen-switcher .azen-switch:after {
                    left: ~"calc(50% + 18px)";
                    @media (max-width: 500px) {
                        left: ~"calc(50% + 25px)";
                    }
                }
                ~ .azen-switcher .azen-switch-text-2 {
                    color: @brand-color;
                }
            }
            &:not(:checked) {
                ~ .azen-switcher .azen-switch-text-1 {
                    color: @brand-color;
                }
            }
        }
        .azen-switcher {   
            display: inline-block;
            position: relative;
            .azen-switch {
                display: inline-block;
                vertical-align: top;
                width: 85px;
                height: 30px;
                position: relative;
                cursor: pointer;
                &:before {
                    content: "";
                    position: absolute;
                    top: 5px;
                    left: ~"calc(50% - 7px)";
                    .vendor(transform, translate(-50%, 0));
                    display: inline-block;
                    width: 85px;
                    height: 22px;
                    background-color: @brand-color;
                    border-radius: 20px;
                }
                &:after {
                    content: "";
                    position: absolute;
                    left: ~"calc(50% - 32px)";
                    top: -3px;
                    .vendor(transform, translate(-50%, 0));
                    display: inline-block;
                    border-radius: 100%;
                    width: 35px;
                    height: 35px;
                    background-color: @azen-elastic-lighten5-color;
                    box-shadow: 0 4.33px 30px 0 @azen-elastic-fade4-color;
                    border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                    .vendor(transition, all .2s linear 0s);
                }
            }
            .azen-switch-text-1, .azen-switch-text-2 {
                font-family: @azen-elastic-font;
                font-size: @paragraph-font-size;
                font-weight: @paragraph-font-weight;
                line-height: @paragraph-line-height;
                color: @azen-elastic-body-color;

                position: absolute;    
                top: 50%;
                .vendor(transform, translateY(-50%));
                white-space: nowrap;
                font-size: 21px;
                word-spacing: 4px;
                .vendor(transition, all .3s linear 0s);

                @media (max-width: 600px) {
                    white-space: normal;
                }
            }
            .azen-switch-text-1 {
                right: ~"calc(100% + 45px)";
                @media (max-width: 600px) {
                    right: ~"calc(100% + 25px)";
                }
            }
            .azen-switch-text-2 {
                left: ~"calc(100% + 30px)";
                @media (max-width: 600px) {
                    left: ~"calc(100% + 10px)";
                }
            }
        }
        .azen-wrapper-1, .azen-wrapper-2 {
            padding-top: 50px;
        }
        .azen-wrapper-2 {
            display: none;
        }
    }
}

.azen-elastic-vertical-tabs {
    text-align: center;
    margin-bottom: 30px;
    .azen-general {
        text-align: left; 
        .az-tabs {
            display: table;
            width: 100%;
            table-layout: fixed;
            .azen-choice {
                display: table-cell;
                vertical-align: top;
                padding-right: 30px;
                width: 37%;

                @media (max-width: 991px) {
                    display: block;
                    width: 100%;
                    padding: 0 0 30px 0;
                }
                .azen-choice-item {
                    display: block;
                    text-align: left;
                    border-radius: @azen-elastic-border-radius;
                    background-color: @white-lighter;
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    margin-bottom: 21px;
                    box-sizing: border-box;
                    .vendor(transition, all .3s linear 0s);
                    a {
                        .azh-initial();
                        cursor: pointer;
                        outline: none;
                        display: block;
                        position: relative;
                        font-family: @azen-elastic-font;
                        font-size: 21px;
                        font-weight: 400;
                        line-height: 1.45;
                        color: @azen-elastic-body-color;
                        padding: 18px 55px 18px 28px;
                        .vendor(transition, all .3s linear 0s);
                        &:before {
                            content: '';
                            position: absolute;
                            right: 26px;
                            top: ~"calc(50% - 5px)";
                            border: solid @azen-elastic-body-color;
                            border-width: 0 2px 2px 0;
                            width: 10px; 
                            height: 10px;
                            .vendor(transform, translate(0, -50%));
                            .vendor(transform, rotate(-45deg));
                            .vendor(transition, all .3s linear 0s);
                        }

                        @media (max-width: 680px) {
                            display: block;
                        }
                    }
                    &:last-child {
                        margin: 0;
                    }
                    &:hover {
                        a {
                            color: @brand-color;
                            &:before {
                                border-color: @brand-color;
                            }
                        }
                    }
                }
                .azen-choice-item.az-active {
                    background-color: @brand-color;
                    a {
                        color: @white-lighter;
                        &:before {
                            border-color: @white-lighter;
                        }
                    }
                    &:hover {
                        background-color: @brand-color;
                        a {
                            color: @white-lighter;
                            &:before {
                                border-color: @white-lighter;
                            }
                        }
                    }
                }
            }
            .azen-variants {
                display: table-cell;
                vertical-align: top;
                width: 63%;
                border-radius: @azen-elastic-border-radius;
                background-color: @white-lighter;
                box-shadow: @azen-elastic-panel-brand-shadow;

                @media (max-width: 991px) {
                    display: block;
                    width: 100%;
                }
                .azen-variants-item {
                    padding: 46px 40px 67px 42px;
                }
            }
        }
    }
}

.azen-elastic-accordion {
    text-align: center;
    margin-bottom: 30px;
    .az-accordion {
        .azen-general {
            text-align: left;
            box-sizing: border-box;
            margin: 0 0 21px 0;
            .azen-title {
                position: relative;
                padding: 18px 60px 18px 28px;
                border-radius: @azen-elastic-border-radius;
                background-color: @white-lighter;
                font-family: @azen-elastic-font;
                font-size: 21px;
                font-weight: 400;
                line-height: 1.45;
                color: @azen-elastic-body-color;
                box-shadow: @azen-elastic-panel-brand-shadow;
                .vendor(transition, all .3s linear 0s);
                cursor: pointer;
                &:before {
                    content: '';
                    position: absolute;
                    top: ~"calc(50% - 10px)";
                    right: 28px;
                    border: solid @azen-elastic-body-color;
                    border-width: 0 2px 2px 0;
                    width: 10px; 
                    height: 10px;
                    .vendor(transform, translate(0, -50%));
                    .vendor(transform, rotate(45deg));
                    .vendor(transition, color .3s linear 0s);
                }
            }
            &:last-child {
                margin-right: 0;
            }
            .azen-wrp-content {
                vertical-align: top;
                border-radius: @azen-elastic-border-radius;
                background-color: @white-lighter;
                box-shadow: @azen-elastic-panel-brand-shadow;
                margin-top: 21px;
                .azen-content {
                    padding: 40px 45px;
                }
            }
            &:hover {
                .azen-title {
                    color: @brand-color;
                    &:before {
                        border-color: @brand-color;
                    }
                }
            }
            &.az-active {
                .azen-title {
                    color: @white-lighter;
                    background-color: @brand-color;
                    &:before {
                        border-color: @white-lighter;
                        border-width: 2px 0 0 2px;
                        top: ~"calc(50% - 4px)";
                    }
                }
                &:hover {
                    azen-title {
                        color: @white-lighter;
                        background-color: @brand-color;
                        &:before {
                            border-color: @white-lighter;
                        }
                    }
                }
            }
        }
    }
}

.azen-elastic-schedule-accordion {
    text-align: center;
    .az-accordion {
        .azen-general {
            text-align: left;
            box-sizing: border-box;
            .azen-title {
                position: relative;
                padding: 30px 60px 30px 45px;
                background-color: @white-lighter;
                font-family: @azen-elastic-font;
                .vendor(transition, all .3s linear 0s);
                cursor: pointer;
                .azen-time {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 1.45;
                    color: @azen-elastic-body-color;
                    display: inline-block;
                    margin-right: 90px;
                }
                .azen-task {
                    display: inline-block;
                    font-family: @azen-elastic-font;
                    font-size: 18px;
                    color: @azen-elastic-heading-color;
                    font-weight: 600;
                    line-height: 1.55;
                }
                &:before {
                    content: '';
                    position: absolute;
                    top: ~"calc(50% - 10px)";
                    right: 45px;
                    border: solid @azen-elastic-body-color;
                    border-width: 0 2px 2px 0;
                    width: 10px; 
                    height: 10px;
                    .vendor(transform, translate(0, -50%));
                    .vendor(transform, rotate(45deg));
                    .vendor(transition, color .3s linear 0s);
                }
            }
            &:last-child {
                margin-right: 0;
            }
            .azen-wrp-content {
                vertical-align: top;
                background-color: @white-lighter;
                .azen-content {
                    padding: 70px 65px;
                }
            }
            &:hover {
                .azen-title {
                    color: @brand-color;
                    &:before {
                        border-color: @brand-color;
                    }
                }
            }
            &.az-active {
                .azen-title {
                    &:before {
                        border-width: 2px 0 0 2px;
                        top: ~"calc(50% - 4px)";
                    }
                }
            }
            &:nth-child(2n + 1) {
                .azen-wrp-content {
                    .azen-content {
                        padding-top: 25px;
                    }
                }
            }
            &:nth-child(2n) {
                .azen-wrp-content {
                    .azen-content {
                        padding-bottom: 25px;
                    }
                }
                .azen-title {
                    background-color: @azen-elastic-fade1-color; 
                }
            }
        }
    }
}

.azen-elastic-person-accordion {
    text-align: center;
    .az-accordion {
        .azen-general {
            text-align: left;
            box-sizing: border-box;
            .azen-title {
                position: relative;
                padding: 30px 60px;
                background-color: @white-lighter;
                font-family: @azen-elastic-font;
                .vendor(transition, all .3s linear 0s);
                cursor: pointer;
                .vendor(display, flex);
                .vendor(align-items, center);                
                .vendor(flex-wrap, wrap);
                .azen-photo {
                    position: relative;
                    a {
                        position: absolute;
                        left: -10px;
                        top: 0;
                        background-color: @brand-color;
                        color: @white-lighter;
                        display: block;
                        height: 30px;
                        width: 30px;
                        font-size: 12px;
                        border-radius: 100%;
                        .vendor(transition, all .3s linear 0s);
                        .vendor(display, flex);
                        .vendor(align-items, center);
                        .vendor(justify-content, center);
                        &:hover {
                            background-color: @white-lighter;
                            color: @brand-color;                            
                            box-shadow: @azen-elastic-button-brand-shadow;
                        }
                        .az-icon {
                        }                        
                    }
                    .azen-image {
                        border-radius: 100%;
                        box-shadow: @azen-elastic-button-brand-shadow;
                        height: 80px;
                        width: 80px;
                        background-position: center;
                        background-size: cover;
                    }
                    margin-right: 40px;
                }
                .azen-text {
                    display: inline-block;
                    margin: 15px 0;
                    .azen-name {
                        font-family: @azen-elastic-font;
                        font-size: 18px;
                        color: @azen-elastic-heading-color;
                        font-weight: 600;
                        line-height: 1.55;
                        margin-bottom: 5px;
                    }
                    .azen-position {
                        font-family: @azen-elastic-font;
                        font-size: 17px;
                        color: @azen-elastic-body-color;
                        font-weight: 300;
                        line-height: 1.55;
                    }
                }
                &:before {
                    content: '';
                    position: absolute;
                    top: ~"calc(50% - 10px)";
                    right: 45px;
                    border: solid @azen-elastic-body-color;
                    border-width: 0 2px 2px 0;
                    width: 10px; 
                    height: 10px;
                    .vendor(transform, translate(0, -50%));
                    .vendor(transform, rotate(45deg));
                    .vendor(transition, color .3s linear 0s);
                }
            }
            &:last-child {
                margin-right: 0;
            }
            .azen-wrp-content {
                vertical-align: top;
                background-color: @white-lighter;
                .azen-content {
                    padding: 60px 65px;
                }
            }
            &:hover {
                .azen-title {
                    color: @brand-color;
                    &:before {
                        border-color: @brand-color;
                    }
                }
            }
            &.az-active {
                .azen-title {
                    &:before {
                        border-width: 2px 0 0 2px;
                        top: ~"calc(50% - 4px)";
                    }
                }
            }
            &:nth-child(2n + 1) {
                .azen-wrp-content {
                    .azen-content {
                        padding-top: 10px;
                    }
                }
            }
            &:nth-child(2n) {
                .azen-wrp-content {
                    .azen-content {
                        padding-bottom: 10px;
                    }
                }
                .azen-title {
                    background-color: @azen-elastic-fade1-color; 
                }
            }
        }
    }
}

.azen-elastic-horizontal-elements {
    .vendor(display, flex);
    .vendor(align-items, center);
    .vendor(flex-wrap, wrap);
    margin: 0 -7.5px;
    > div {
        margin: 0 7.5px 15px 7.5px;
    }        
    @media (max-width: 480px) {
        .vendor(display, block);
    }
}

.azen-elastic-panel {
    border-radius: @azen-elastic-border-radius;
    background-color: @white-lighter;
    box-shadow: @azen-elastic-panel-brand-shadow;
    padding: 40px;
    &[data-alternative-styles="true"] {
        background-color: @azen-elastic-fade5-color;
        box-shadow: none;
    }
    &[data-inverted-styles="true"] {
        background-color: transparent;
        border: @azen-elastic-border-width solid @azen-elastic-fade3-color;
        box-shadow: none;
    }
    &[data-shadow-border="true"] {
        box-shadow: none;
        border: @azen-elastic-border-width solid @azen-elastic-border-color;
    }
}

.azen-elastic-isotope {
    overflow: hidden;
    > .az-isotope-filters {
        text-align: center;
        font-size: 0;
        [data-filter] {
            display: inline-block;
            font-family: @azen-elastic-font;
            font-size: 18px;
            color: @azen-elastic-heading-color;
            font-weight: 600;
            line-height: 60px;
            padding: 0 60px;
            background-color: @white-lighter;
            box-shadow: @azen-elastic-panel-brand-shadow;
            text-align: center;
            .vendor(transition, all .3s linear 0s);
            &:hover:not(.az-active) {
                color: @brand-color;
            }
            span {

            }
            &.az-active {
                background-color: @brand-color;
                color: @white-lighter;
                box-shadow: @azen-elastic-button-brand-shadow;                    
            }
            @media (max-width: 990px) {
                display: block;
            }            
            @media (min-width: 991px) {
                display: inline-block;
                &:first-child {
                    border-top-left-radius: @azen-elastic-border-radius;
                    border-bottom-left-radius: @azen-elastic-border-radius;
                }
                &:last-child {
                    border-top-right-radius: @azen-elastic-border-radius;
                    border-bottom-right-radius: @azen-elastic-border-radius;
                }
            }
        }        
    }
    > .az-isotope-items {
        .vendor(transition, all .3s linear 0s);
        text-align: center;
        .az-item {
            box-sizing: border-box;
        }
    }
}

.azen-elastic-isotope-big {
    overflow: hidden;
    > .az-isotope-filters {
        text-align: center;
        font-size: 0;
        [data-filter] {
            display: inline-block;
            font-family: @azen-elastic-font;
            font-size: 16px;
            color: @azen-elastic-heading-color;
            font-weight: 400;
            line-height: 40px;            
            text-align: center;            
            border: @azen-elastic-border-width solid @brand-color;
            border-radius: @azen-elastic-border-radius;
            padding: 0 20px;
            margin: 10px;
            color: @brand-color;            
            .vendor(transition, all .3s linear 0s);
            &:hover:not(.az-active) {
                box-shadow: @azen-elastic-panel-brand-shadow;
            }
            span {

            }
            &.az-active {
                background-color: @brand-color;
                color: @white-lighter;
                box-shadow: @azen-elastic-button-brand-shadow;                    
            }
        }        
    }
    > .az-isotope-items {
        .vendor(transition, all .3s linear 0s);
        text-align: center;
        .az-item {
            box-sizing: border-box;
        }
    }
}

.azen-elastic-isotope-big-inverted() {
    > .az-isotope-filters {
        [data-filter] {
            color: @white-lighter;
            border: @azen-elastic-border-width solid @azen-elastic-fade9-color;
        }        
    }
};
.azen-elastic-isotope-big-inverted {
    .azen-elastic-isotope-big-inverted();
}

.azen-elastic-swiper {
    .az-button-prev, .az-button-next {
        display: none;
    }
    .az-wrapper {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .az-pagination {
        .az-pagination-bullet {
            width: 15px;
            height: 15px;
            display: inline-block;
            border-radius: 100%;
            background: @white-lighter;
            border: @azen-elastic-border-width solid @azen-elastic-border-color;
            box-shadow: @azen-elastic-panel-brand-shadow;
            opacity: 1;
            margin: 0 5px;
            .vendor(transition, all .3s linear 0s);
            &.az-pagination-bullet-active {
                background: @brand-color;
            }
            &:hover {
                box-shadow: @azen-elastic-panel-brand-shadow-hover;
            }
        }
    }
}

.azen-elastic-timeline {
    .azen-wrapper {
        position: relative;
        padding: 37px 0;
        &:before {
            content: "";
            width: 1px;
            background-color: @azen-elastic-border-dark-color;
            height: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            .vendor(transform, translateX(-50%));
            @media (max-width: 750px) {
                left: 10px;
            }
        }
        .azen-corner {
            width: 40px;
            height: 40px;
            border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            background: @white-lighter;
            text-align: center;
            .vendor(transform, translateX(-50%) rotate(45deg));
            @media (max-width: 750px) {
                left: 10px;
            }
            &:before {
                content: "";
                display: block;
                width: 11px;
                height: 11px;
                background-color: @azen-elastic-border-dark-color;
                position: absolute;
                border-radius: 100%;
                left: 50%;
                top: 50%;
                .vendor(transform, translate(-50%, -50%));
            }
            &.azen-top {
                top: 0px;
            }
            &.azen-bottom {
                bottom: 0px;
            }
        }
        .azen-list {
            padding: 35px 0;
            margin: 0;
            .azen-list-item {
                &:after {
                    content: "";
                    display: table;
                    clear: both;
                }
                .azen-half {
                    width: 50%;
                    display: block;
                    position: relative;
                    .azen-content {
                        padding: 30px;
                        background-color: @white-lighter;
                        border-radius: @azen-elastic-border-radius;
                        box-shadow: @azen-elastic-panel-brand-shadow;
                        border: @azen-elastic-border-width solid transparent;
                        position: relative;
                        & > * {
                            position: relative;
                            z-index: 2;
                        }
                    }
                    .azen-corner-big {
                        width: 20px;
                        height: 20px;
                        border-radius: 100%;
                        border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                        position: absolute;
                        background-color: @white-lighter;
                        z-index: 3;
                        top: 33px;
                        &:before {
                            width: 15px;
                            height: 15px;
                            border-radius: 100%;
                            background-color: @white-lighter;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            .vendor(transform, translate(-50%, -50%));
                            .vendor(transition, background-color 0.2s ease);
                            display: block;
                            content: "";
                        }
                    }
                    .azen-corner-small {
                        width: 11px;
                        height: 11px;
                        border-radius: 100%;
                        background-color: @white-lighter;
                        border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                        position: absolute;
                        top: 37px;
                        z-index: 3;
                        .vendor(transition, all 0.2s ease);
                        display: none;
                    }
                    .azen-corner-line {
                        width: 55px;
                        height: 1px;
                        display: block;
                        position: absolute;
                        top: 43px;
                        background-color: @azen-elastic-border-dark-color;
                        @media (max-width: 750px) {
                            width: 10%;
                        }
                    }
                    &:hover {
                        .azen-corner-big {
                            &::before {
                                background-color: @brand-color;
                            }
                        }
                        .azen-corner-small {
                            background-color: @brand-color;
                            border-color: @brand-color;
                        }
                    }
                    @media (max-width: 750px) {
                        width: 100%;
                    }
                }
                &:nth-of-type(2n+1) {
                    .azen-half {
                        float: left;
                        text-align: right;
                        .azen-inner {
                            padding-right: 85px;
                            @media (max-width: 750px) {
                                padding: 0 0 0 10%;
                            }
                        }
                        .azen-corner-big {
                            right: 0;
                            .vendor(transform, translateX(50%) rotate(45deg));
                            @media (max-width: 750px) {
                                left: -12px;
                                right: auto;
                            }
                        }
                        .azen-corner-small {
                            right: 86.5px;
                            .vendor(transform, translateX(50%) rotate(45deg));
                            @media (max-width: 750px) {
                                left: calc(~"10% - 12px");
                                right: auto;
                            }
                        }
                        .azen-corner-line {
                            right: 19px;
                            @media (max-width: 750px) {
                                left: 0;
                            }
                        }
                        @media (max-width: 750px) {
                            text-align: left;
                        }
                    }
                }
                &:nth-of-type(2n+2) {
                    .azen-half {
                        float: right;
                        text-align: left;
                        .azen-inner {
                            padding-left: 85.5px;
                            @media (max-width: 750px) {
                                padding: 0 0 0 10%;
                            }            
                        }
                        .azen-corner-big {
                            left: 0;
                            .vendor(transform, translateX(-50%) rotate(45deg));
                            @media (max-width: 750px) {
                                left: 10px;
                            }
                        }
                        .azen-corner-small {
                            left: 86px;
                            .vendor(transform, translateX(-50%) rotate(45deg));
                            @media (max-width: 750px) {
                                left: 10%;
                            }
                        }
                        .azen-corner-line {
                            left: 19px;
                            @media (max-width: 750px) {
                                left: 0;
                            }
                        }
                        @media (max-width: 750px) {
                            float: left;
                        }
                    }
                }
                @media (max-width: 750px) {
                    margin-bottom: 30px;
                }
            }
        }
    }
}


.azen-elastic-thumbnails-slider() {
    .azen-elastic-thumbnails-slider {
        > .az-slides {
            padding: 20px;
            margin: -20px;
            ul {
                .azh-initial();
                li {
                    .azh-initial();
                }
            }
        }
        > .az-thumbnails {
            ul {
                .azh-initial();
                li {
                    .azh-initial();
                }
            }
            text-align: center;
            margin-top: 60px;
            .az-flex-thumbnails {
                text-align: center;
                [data-target] {
                    cursor: pointer;
                    display: inline-block;
                    width: 90px;
                    height: 90px;    
                    position: relative;
                    .azen-thumbnail {
                        position: absolute;
                        left: 10px; 
                        right: 10px; 
                        top: 10px; 
                        bottom: 10px; 
                        background-size: cover;
                        background-position: center; 
                        border-radius: 100%;
                        /*border: 2px solid transparent;*/
                    }
                    &.az-flex-active-slide {
                        .azen-thumbnail {
                            border: 2px solid @brand-color;
                        }
                    }
                }
            }
            .az-flex-viewport {
                display: inline-block;
                z-index: 1;                
                margin: 0 40px;
            }
        }
        &[data-alternative-styles="true"] {
            > .az-thumbnails {
                margin-top: 50px;
                position: relative;
                .az-flex-thumbnails {
                    [data-target] {
                        width: 120px;
                        height: 140px;
                        .azen-thumbnail {
                            position: absolute;
                            left: 10px; 
                            right: 10px; 
                            top: 20px; 
                            bottom: 20px; 
                            border-radius: 0;
                            box-shadow: @azen-elastic-panel-brand-shadow;
                        }                        
                    }
                }
                ul.az-flex-direction-nav {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    .vendor(transform, translateY(-50%));
                    li {
                        a {
                            font-family: themify;
                            font-size: 20px;
                            color: @black-darker;
                            display: block;
                            .vendor(transition, all .3s linear 0s);
                            &:hover {
                                color: @brand-color;
                            }
                        }
                    }
                    .az-flex-nav-prev {
                        float: left;
                        a {
                            &:before {
                                content: "\e629";
                            }
                        }                        
                    }
                    .az-flex-nav-next {
                        float: right;
                        a {
                            &:before {
                                content: "\e628";
                            }
                        }
                    }
                }
            }

        }
    }
}
.azen-elastic-thumbnails-slider();

.azen-elastic-post-inverted() {
    .azen-thumbnail {                
        .azen-category {
            .azen-terms {
                a {
                    background-color: transparent;
                    color: @white-lighter;
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    &:hover {
                        background-color: @white-lighter;
                        color: @brand-color;
                    }
                }                        
            }
            &.azen-accent {
                .azen-terms {
                    a {
                        background-color: @accent-1-color;
                        color: @white-lighter;
                        border: 0;
                        &:hover {
                            background-color: @white-lighter;
                            color: @brand-color;
                        }
                    }
                }
            }
        }
        .azen-permalink {                    
            border: @azen-elastic-border-width solid transparent;
            background-color: transparent;
            color: @white-lighter;
            box-shadow: none;
            &:hover {
                background-color: @white-lighter;
                color: @brand-color;
                border: @azen-elastic-border-width solid @white-lighter;
            }
        }
    }
    .azen-data {
        .azen-title {
            color: @white-lighter;
            &:hover {
                color: @accent-1-color;
            }
        }
        .azen-excerpt {
            color: @white-lighter;
        }
        .azen-footer {
            color: @white-lighter;
            border-top: @azen-elastic-border-width solid @azen-elastic-fade3-color;
        }
    }                
}

.azen-elastic-sections {
    .az-isotope-filters {
        margin-bottom: 60px;
    }
}

.azen-elastic-elements-grouped {
    .az-isotope-filters {
        margin-bottom: 60px;
    }
    .az-isotope-items {
        .az-item {
            display: block;
            height: auto;           
            width: auto; 
            position: relative;
            padding: 20px;
            box-sizing: border-box;

            > div:first-child {
                margin: 0;
                position: absolute;
                left: 15px;
                top: -5px;
                font-family: @azen-elastic-font;
                color: @azen-elastic-heading-color;
                font-size: 18px;
                line-height: 30px;
                font-weight: 500;
            }
            > div:last-child {
                margin: 0 -10px;
                .vendor(transition, all .3s linear 0s);
                .vendor(display, flex);
                .vendor(flex-wrap, wrap);
                .vendor(justify-content, start);
                a {
                    display: block;
                    font-size: 0;
                    padding: 5px;
                    div {                        
                        img {
                            max-width: 121px;
                            max-height: 121px;
                        }
                    }
                }
            }
            &:hover {
                > div:last-child {
                    background-color: @azen-elastic-heading-color;
                }
                a {
                    div {                        
                        img {
                            opacity: 0.5;
                            .vendor(transition, all .3s linear 0s);
                            &:hover {
                                opacity: 1;
                            }
                        }
                    }
                }
            }
        }
    }
}

.azen-elastic-elements-icons {
    .az-isotope-filters {
        margin-bottom: 60px;
        [data-filter=":not(a)"] {
            display: none;
        }
    }
    .az-isotope-items {
        padding-bottom: 20px;
        .az-item {
            > div {
                border-radius: @azen-elastic-border-radius;
                overflow: hidden;
                background-color: #ecf0f0;     
                box-shadow: @azen-elastic-panel-brand-shadow;
                img {

                }  
                div {
                    padding: 5px;
                    background-color: @white-lighter;
                    color: @azen-elastic-body-color;
                    .vendor(transition, all .3s linear 0s);
                    line-height: 18px;
                    font-size: 15px;
                    font-family: @azen-elastic-font;
                    font-weight: 300;
                }
                &:hover {
                    div {
                        background-color: @brand-color;
                        color: @white-lighter;
                    }                    
                }
            }
        }
    }
}

.azen-elastic-elements {
    .az-isotope-filters {
        margin-bottom: 60px;
        [data-filter=":not(div)"] {
            display: none;
        }
    }
    .az-isotope-items {
        padding-bottom: 20px;
        position: relative;
        .az-item {
            &:hover {
                z-index: 3;
            }
            > div {
                background-color: @white-lighter;
                padding: 60px;
                &[data-inverted-styles="true"] {
                    background-color: @azen-elastic-darken1-color;
                }                
                [data-element=" "], [data-element=""] {
                    position: relative;
                    height: 45px !important;
                    min-width: 10px;
                    box-sizing: border-box !important;
                    background-image: 
                        -webkit-repeating-linear-gradient(45deg,
                        rgba(0,0,0,0.1) 0px, 
                        rgba(0,0,0,0.1) 5px, 
                        transparent 5px, 
                        transparent 10px) !important;
                    background-image: 
                        repeating-linear-gradient(45deg,
                        rgba(0,0,0,0.1) 0px, 
                        rgba(0,0,0,0.1) 5px, 
                        transparent 5px, 
                        transparent 10px) !important;
                }
            }            
            .azh-variations { 
                position: absolute;
                right: 5px;
                top: 5px;
                padding: 10px !important;
                background-color: whitesmoke !important;
                z-index: 2;
                text-align: left;
                .azh-variation { 
                    line-height: 15px;
                    span {
                        display: inline-block;        
                        vertical-align: middle;
                        margin-left: 2px;
                        font-size: 12px;
                    }
                }
                input[type="checkbox"] {
                    position: absolute; 
                    clip: rect(0, 0, 0, 0);
                    + .azh-checkbox {
                        position: relative;
                        transition: all 0.4s ease-in-out;
                        background-color: #ddd;
                        display: inline-block;
                        vertical-align: middle;
                        height: 10px;
                        width: 20px;
                        border-radius: 10px;
                        label {
                            position: absolute;                                    
                            cursor: pointer;
                            display: block;
                            top: 0;
                            left: 0;
                            bottom: 0;
                            right: 0;
                            &::before {
                                content: "";
                                position: absolute;  
                                background-color: white;
                                display: inline-block;
                                transition: all 0.2s ease-in-out;
                                border-radius: 10px;
                                height: 6px;
                                width: 6px;
                                top: 2px; 
                                left: 2px;
                            }
                        }
                    }
                    &:checked + .azh-checkbox {
                        background-color: blueviolet;
                        label::before {
                            left: 12px;
                        }                                    
                    }
                }
            }
        }
    }
}

div.azen.azen1.azen2.azen3 {

    .text() {
        font-family: @azen-elastic-font;
        font-size: @paragraph-font-size;
        font-weight: @paragraph-font-weight;
        line-height: @paragraph-line-height;
        color: @azen-elastic-body-color;
    }
    .title-small() {
        font-family: @azen-elastic-header-font;
        font-size: 21px;
        font-weight: 500;
        line-height: 1.55;
        color: @azen-elastic-heading-color;
    }
    .link() {
        font-family: @azen-elastic-font;
        font-size: 21px;
        font-weight: 500;
        line-height: 1.55;
        color: @brand-color;
    }
    .button() {
        display: inline-block;
        text-align: center;
        font-family: @azen-elastic-font;
        font-size: 18px;
        color: @brand-color;
        font-weight: 600;
        line-height: 1;
        border: @azen-elastic-border-width solid @brand-color;
        background-color: @white-lighter;
        border-radius: @azen-elastic-border-radius;
        padding: 20px 40px;
        box-shadow: 0 0 0 0 transparent;
        .vendor(transition, all .3s linear 0s);
        cursor: pointer;
        &:hover {
            background-color: @brand-color;
            color: @white-lighter;
            box-shadow: @azen-elastic-button-brand-shadow;
        }
    }
    .button-brand() {
        .button();
        background-color: @brand-color;
        color: @white-lighter;
        box-shadow: @azen-elastic-button-brand-shadow;
        &:hover {
            background-color: @black-darker;
            color: @white-lighter;
            box-shadow: 0 0 0 0 transparent;
            border-color: @black-darker;
        }
    }
    .clearfix() {
        &:after {
            content: "";
            display: table;
            clear: both;
        }
    }
    .animation-menu() {
        animation-name: azen-elastic-menu-animation;
        -webkit-font-smoothing: antialiased;
        animation-iteration-count: 1;
        animation-duration: 1s;
    }
    .form() {
        input:not([type="range"]), textarea {
            .vendor(appearance, none);
            display: inline-block;
            height: 67px;
            width: 100%;
            border: @azen-elastic-border-width solid @azen-elastic-border-color;
            box-sizing: border-box;
            padding: 0 24px;
            border-radius: @azen-elastic-border-radius;
            box-shadow: @azen-elastic-panel-brand-shadow;
            background-color: @white-lighter;            
            .text();
            color: @black-darker;
            .placeholder(color, @azen-elastic-body-color);
            .placeholder(text-transform, none);
            line-height: 1.2;
            letter-spacing: -0.5px;
            .vendor(transition, all .3s linear 0s);
            &:focus {
                .vendor(outline, none);
                border-color: @brand-color;
                box-shadow: @azen-elastic-input-brand-shadow;
            }
        }
        textarea {
            padding: 21px 24px;
            height: 118px;
            margin-bottom: 14px;
        }
    }    
    .inverted-form() {
        input:not([type="range"]), textarea {
            border: @azen-elastic-border-width solid @azen-elastic-fade3-color;
            box-shadow: none;
            background-color: transparent;
            color: @white-lighter;
            .placeholder(color, @azen-elastic-fade3-color);
            &:focus {
                border-color: @brand-color;
                box-shadow: none;
            }
        }        
    }
    .alternative-form() {
        input:not([type="range"]), textarea {
            border: @azen-elastic-border-width solid transparent;
            box-shadow: none;
            background-color: @azen-elastic-fade9-color;
            color: @white-lighter;
            .placeholder(color, @white-lighter);
            &:focus {
                border-color: @white-lighter;
                box-shadow: none;
            }
        }        
    }    
    .table() {

    }
    .mega-menu() {
        &.az-mega-menu {
            .vendor(display, flex);
            .vendor(flex-wrap, wrap);
            padding: 40px 70px;
            background-image: linear-gradient(180deg, transparent 0%, hsl(hue(@brand-color), 69%, 98%) 100%);
            > .azen-menu-item {
                width: ~"calc(25% - 20px)";
                margin: 0 10px;
                border-bottom: 0;
                white-space: normal;
                a {
                    span {
                        vertical-align: middle;
                    }
                }
            }
        }        
    }
    @menu-mobile-width: 1199px;
    .azen-elastic-preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: @white-lighter;
        z-index: 9999;
        height: 100%;
        .azen-status{
            position: absolute;
            top: 50%;
            left: 50%;
            .vendor(transform, translate(-50%, -50%));
            text-align: center;
            background: @white-lighter;
            height: 40px;
            width: 40px;            
            margin-left: -18px;
            margin-top: -18px;
            &:before{
                content: "";
                width: 40px;
                height: 40px;
                border-radius: @azen-elastic-border-radius;
                background-color: @brand-color;
                margin: auto;
                display: block;
                .vendor(animation, azen-elastic-preloader-animation 1.2s infinite ease-in-out);
            }
        }
    }    
    .azen-elastic-menu {
        position: relative;
        box-shadow: @azen-elastic-menu-brand-shadow-2;
        height: 155px;
        z-index: 10;
        .azen-upper-wrapper {
            border-bottom: @azen-elastic-border-width solid @azen-elastic-menu-border-color;
            background-color: @white-lighter;
            .azen-upper-menu {
                margin: 0 auto;
                .vendor(display, flex);
                .vendor(align-items, center);
                .vendor(flex-direction, row);
                .vendor(justify-content, space-between);
                min-height: 55px;

                @media (max-width: 500px) {
                    display: block;
                    text-align: center;
                    padding: 30px 0;
                }
                .azen-left-part {
                    .azen-email {
                        .title-small();
                        font-size: 14px;
                        font-weight: 400;
                        margin: 0;
                    }

                    @media (max-width: 500px) {
                        margin-bottom: 15px;
                    }
                }
                .azen-right-part {
                    margin-right: -12.5px;
                    a {
                        display: inline-block;
                        margin: 6px 12.5px;
                        span {
                            font-size: 16px;
                            color: @azen-elastic-heading-color;
                            .vendor(transition, all .3s linear 0s);
                        }
                        &:hover {
                            span {
                                color: @brand-color;
                            }
                        }
                    }

                    @media (max-width: 500px) {
                        display: block;
                        margin-right: 0;
                    }
                }
            }
        }
        .azen-menu-wrapper {
            top: 0;
            left: 0;
            right: 0;
            background-color: @white-lighter;
            border-bottom: @azen-elastic-border-width solid transparent;
            margin: 0 auto;            

            @media (max-width: @menu-mobile-width) {
                overflow: hidden;
                max-width: none !important;
            }
            @media (max-width: 500px) {
                position: relative;
                max-width: none !important;
            }
            .azen-inner {
                .vendor(display, flex);
                .vendor(align-items, center);
                position: relative;
                min-height: 98px;
                background-color: transparent;
                font-weight: 500;
                width: 100%;
                margin: 0 auto;

                @media (max-width: @menu-mobile-width) {
                    .vendor(align-items, flex-start);
                    .vendor(flex-direction, column);
                }
                @media (max-width: 500px) {
                    width: auto;
                    margin: 0 15px;
                }
                @media (max-width: 480px) {
                    text-align: center;
                    padding: 40px 0 0 0;
                    min-height: 110px;
                }
                .azen-title {
                    .vendor(flex-shrink, 0);
                    position: relative;
                    padding-right: 80px;

                    @media (max-width: @menu-mobile-width) {
                        .vendor(order, 1);
                        height: 98px;
                    }
                    @media (max-width: 1081px) {
                        padding-right: 26px;
                    }
                    @media (max-width: 480px) {
                        display: inline-block;
                        .vendor(order, 1);
                        height: auto;
                        margin: 0 auto;
                        padding-right: 0;
                    }
                    a {
                        .vendor(display, flex);
                        .vendor(flex-direction, column);
                        .vendor(justify-content, center);
                        position: relative;
                        box-sizing: border-box;
                        height: 100%;
                        .azen-wrp-logo {
                            img {
                                display: block;
                                max-width: 155px;
                                max-height: 60px;
                            }
                        }
                    }
                }
                .azen-mobile-menu-button {
                    display: none;
                    position: absolute;
                    top: 0; 
                    right: 50px; 
                    bottom: 0;
                    margin: auto 0;
                    padding: 15px 0 15px 15px;
                    width: 17px; 
                    height: 17px;
                    color: @azen-elastic-heading-color;
                    text-align: center;
                    cursor: pointer;
                    .vendor(transition, color .3s linear 0s);
                    &:hover {
                        color: @brand-color;
                    }

                    @media (max-width: @menu-mobile-width) {
                        display: block;
                        margin: 0;
                        top: 26px;
                        right: 0;
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;
                    }
                }
                .azen-menu-checkbox {
                    display: none;
                    .vendor(user-select, none);
                }
                @media (max-width: @menu-mobile-width) {
                    .azen-menu-checkbox:checked + .azen-nav-menu {
                        display: block;
                    }
                }
                .azen-nav-menu {
                    .vendor(flex-grow, 1);
                    white-space: nowrap;
                    text-align: left;

                    @media (max-width: @menu-mobile-width) {
                        display: none;
                        .vendor(order, 3);
                        position: relative;
                        box-shadow: @azen-elastic-menu-brand-shadow;
                        padding: 25px 40px 25px 0;
                        background: @white-lighter;
                        text-align: left;
                        border-radius: 0;
                        box-sizing: border-box;
                        width: 100%;
                        &:before {
                            content: "";
                            position: absolute;
                            left: -9999px;
                            right: -9999px;
                            top: 0;
                            bottom: 0;
                            background-color: @white-lighter;
                        }
                    }
                    @media (max-width: 767px) {
                        padding: 25px;
                    }
                    > .azen-menu-item {
                        position: relative;
                        display: inline-block;
                        font-family: @azen-elastic-font;
                        font-size: 18px;
                        font-weight: 400;
                        margin-right: 8px;
                        line-height: 98px;
                        color: @azen-elastic-heading-color;
                        letter-spacing: -1px;
                        .vendor(transition, color .3s linear 0s);
                        &:last-child {
                            margin-right: 0;
                        }
                        &:hover {
                            color: @brand-color;
                        }

                        @media (max-width: @menu-mobile-width) {
                            display: block;
                            line-height: 40px;
                            text-transform: none;
                            margin-right: 0;

                            &:hover {
                                color: inherit;
                            }
                        }
                        > a[href] {
                            display: inline-block;
                            position: relative;
                            padding: 0 20px;
                            line-height: 34px;
                            .az-icon {
                                display: none;
                            }

                            @media (max-width: @menu-mobile-width) {
                                padding: 0;
                                line-height: 1.45;
                                white-space: normal;
                                .vendor(transition, color .3s linear 0s);
                                &:hover {
                                    color: @brand-color;
                                }
                            }
                        }
                        &.azen-current > a[href] {
                            color: @brand-color;
                        }
                        &.azen-menu-item-has-children {
                            label {
                                .vendor(user-select, none);
                            }
                            label {
                                display: inline-block;
                                margin-left: -15px;
                                padding: 0 5px;
                                cursor: pointer;
                            }
                            label:after {
                                content: '';
                                display: inline-block;
                                margin-bottom: 3px;
                                border: solid @azen-elastic-caret-color;
                                border-width: 0 1px 1px 0;
                                width: 5px; 
                                height: 5px;
                                .vendor(transform, rotate(45deg));
                                .vendor(transition, border-color .3s linear 0s);
                            }
                            &:hover {
                                label:after {
                                    border-color: @brand-color;
                                }
                            }
                            @media (max-width: @menu-mobile-width) {
                                &:hover {
                                    label:after {
                                        border-color: @azen-elastic-body-color;
                                    }
                                }
                                label {
                                    display: inline-block;
                                    margin-left: 5px;
                                    padding: 0 5px;
                                    cursor: pointer;
                                    &:hover {
                                        &:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                }
                                label:after {
                                    content: '';
                                    display: inline-block;
                                    margin-bottom: 3px;
                                    border: solid @azen-elastic-body-color;
                                    border-width: 0 1px 1px 0;
                                    width: 5px; height: 5px;
                                    .vendor(transform, rotate(45deg));
                                }
                                a {
                                    &:hover {
                                        color: @brand-color;
                                    }
                                }
                            }
                        }
                        @media (max-width: @menu-mobile-width) {
                            .azen-menu-checkbox:checked + .azen-sub-menu {
                                display: block;
                            }
                        }
                        .azen-sub-menu {
                            .vendor(transition, all .3s linear 0s);
                            width: auto;
                            visibility: hidden;
                            opacity: 0;
                            box-sizing: border-box;
                            position: absolute;
                            top: 99px; 
                            left: 0px;
                            min-width: 250px;
                            background: @white-lighter;
                            line-height: 1.2;
                            text-align: left;
                            box-shadow: @azen-elastic-menu-brand-shadow;
                            border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;

                            @media (max-width: @menu-mobile-width) {
                                left: 20%;
                                top: 30px;
                                position: static;
                                margin: 0;
                                box-shadow: none;
                                border: none;
                                min-width: inherit;
                                padding: 0;
                                white-space: normal;
                                display: none;
                                visibility: visible;
                                opacity: 1;
                            }
                            .azen-menu-item {
                                position: relative;
                                border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
                                a {
                                    .vendor(transition, background-color .3s linear 0s);
                                    line-height: 50px;
                                    background-color: transparent;
                                    display: block;
                                    span { 
                                        display: inline-block;
                                    }
                                    .azen-item-text, .azen-category-item {
                                        .text();
                                        font-weight: 400;
                                        color: @azen-elastic-heading-color;
                                        font-size: 15px;
                                        padding: 0 55px 0 20px;

                                        @media (max-width: 991px) {
                                            padding-right: 0;
                                        }
                                    }
                                    &:hover {
                                        background-color: @azen-elastic-fade1-color;

                                        @media (max-width: @menu-mobile-width) {
                                            background-color: transparent;
                                            .azen-item-text, .azen-category-item {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                                > .azen-sub-menu {
                                    top: 0px; 
                                    left: 100%;
                                    visibility: hidden;
                                    .vendor(transition, all .3s linear 0s);
                                    opacity: 0;
                                    border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;

                                    @media (max-width: @menu-mobile-width) {
                                        visibility: visible;
                                        opacity: 1;
                                        margin-left: 20px;
                                        width: auto;
                                        box-sizing: border-box;
                                        min-width: inherit;
                                        border-radius: 0;
                                    }
                                }
                                &.azen-menu-item-has-children {
                                    label {
                                        display: inline-block;
                                        position: absolute;
                                        top: 50%;
                                        right: 20px;
                                        margin: 0;
                                        padding: 0;
                                        .vendor(transform, translate(0, -50%));
                                        &:after {
                                            content: '';
                                            display: inline-block;
                                            border: solid @azen-elastic-caret-color;
                                            border-width: 0 1px 1px 0;
                                            width: 5px; 
                                            height: 5px;
                                            .vendor(transform, rotate(-45deg));
                                            .vendor(transition, all .3s linear 0s);
                                        }
                                    }
                                    &:hover {
                                        label:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                    @media (max-width: @menu-mobile-width) {
                                        &:hover {
                                            label:after {
                                                border-color: @azen-elastic-body-color;
                                            }
                                        }
                                        label {
                                            position: relative;
                                            top: inherit;
                                            right: inherit;
                                            .vendor(transform, translate(0, 0));
                                            display: inline-block;
                                            margin-left: 5px;
                                            padding: 0 5px;
                                            cursor: pointer;
                                            &:hover {
                                                &:after {
                                                    border-color: @brand-color;
                                                }
                                            }
                                        }
                                        label:after {
                                            content: '';
                                            display: inline-block;
                                            margin-bottom: 3px;
                                            border: solid @azen-elastic-body-color;
                                            border-width: 0 1px 1px 0;
                                            width: 5px; 
                                            height: 5px;
                                            .vendor(transform, rotate(45deg));
                                        }
                                    }
                                }
                                &:hover {
                                    > .azen-sub-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        left: 100%;
                                    }
                                }
                                &:last-child {
                                    border-bottom: none;
                                    a {
                                        line-height: 51px;
                                    }
                                }

                                @media (max-width: @menu-mobile-width) {
                                    border-bottom: none;
                                    a {
                                        display: inline-block;
                                        line-height: 40px;
                                        .az-icon {
                                            display: none;
                                        }
                                        .azen-item-text, .azen-category-item {
                                            padding: 0 0 0 20px;
                                        }
                                    }
                                    &:last-child {
                                        a {
                                            line-height: 40px;
                                        }
                                    }
                                }
                            }

                            .mega-menu();
                        }
                        @media (min-width: 992px) {
                            &:hover .azen-sub-menu {
                                visibility: visible;
                                opacity: 1;
                            }
                        }
                    }
                }
                .azen-button {
                    a {
                        position: relative;
                        .button();
                        text-transform: inherit;
                        background-color: transparent;
                        padding: 11.5px 37.6px;
                        font-weight: 400;
                        span {
                            &:nth-child(2) {
                                display: none;
                                position: absolute;
                                top: -8px;
                                left: -13.5px;
                                background-color: @brand-color;
                                border-radius: 6px;
                                font-family: @azen-elastic-font;
                                color: @white-lighter;
                                font-size: 11px;
                                font-weight: 500;
                                line-height: 1;
                                padding: 3px 3.8px;
                                .vendor(transition, all .3s linear);
                            }
                        }
                        &:hover {
                            span {
                                &:nth-child(2) {
                                    background-color: @white-lighter;
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                    @media (max-width: @menu-mobile-width) {
                        position: absolute;
                        top: 28px;
                        right: 40px;
                    }
                    @media (max-width: 480px) {
                        .vendor(order, 2);
                        position: relative;
                        right: inherit;
                        top: inherit;
                        margin: 25px auto 40px;
                    }
                }
            }

            &.azen-elastic-sticky {
                position: fixed;
                will-change: scroll-position;
                .animation-menu();
            }        
        }

        @media (max-width: @menu-mobile-width) {
            height: auto;
            .azen-menu-wrapper {
                &.azen-elastic-sticky {
                    position: relative !important;
                    animation-name: none;
                }
            }
        }

        &[data-full-width="true"][data-stretch-content="true"][data-inverted-styles="false"][data-over-bottom="false"] {
            .azen-menu-wrapper {
                max-width: none !important;
                @media (max-width: @menu-mobile-width) {
                    border-bottom: 0;
                }
                @media (max-width: 500px) {
                    box-shadow: @azen-elastic-menu-brand-shadow-2;
                }
                &.azen-elastic-sticky {
                    max-width: none !important;
                    box-shadow: @azen-elastic-menu-brand-shadow-2;

                    @media (max-width: @menu-mobile-width) {
                        box-shadow: none;
                    }
                }
            }
        }

        &[data-over-bottom="true"] {
            margin-bottom: -155px;
            box-shadow: 0 0 0 0 transparent;

            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-upper-wrapper {
                padding: 0;
                border-radius: 0;
                border-bottom: @azen-elastic-border-width solid @azen-elastic-menu-border-color;
                .azen-upper-menu {
                    max-width: 100%;
                    .azen-left-part {
                        .azen-email {
                            color: @azen-elastic-heading-color; 
                        }
                    }
                    .azen-right-part {
                        a {
                            span {
                                color: @azen-elastic-heading-color;
                            }
                            &:hover {
                                span {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
                @media (min-width: @menu-mobile-width) {
                    background-color: transparent !important;
                }
                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                    padding: 0 23px 0 20px;
                }
            }
            .azen-menu-wrapper {
                padding: 0;
                border-radius: 0;
                border-bottom: @azen-elastic-border-width solid @azen-elastic-menu-border-color;
                .azen-inner {
                    width: auto;
                    margin: 0;
                    .azen-mobile-menu-button {
                        color: @azen-elastic-heading-color;
                        &:hover {
                            color: @brand-color;
                        }
                    }
                    .azen-nav-menu {
                        .azen-menu-item {
                            color: @azen-elastic-heading-color;
                            font-weight: 400;
                            &:hover {
                                color: @brand-color;
                            }
                            &.azen-current > a[href] {
                                color: @brand-color;
                            }
                            &.azen-menu-item-has-children {
                                label:after {
                                    border-color: @azen-elastic-fade2-color;
                                }
                                &:hover {
                                    color: @brand-color;
                                    label:after {
                                        border-color: @brand-color;
                                    }
                                }

                                @media (max-width: @menu-mobile-width) {
                                    &:hover {
                                        color: inherit;
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                    }
                                    label {
                                        &:hover {
                                            &:after {
                                                border-color: @brand-color;
                                            }
                                        }
                                    }
                                    a {
                                        &:hover {
                                            color: @brand-color;
                                        }
                                    }
                                }
                            }
                            .azen-sub-menu {
                                .azen-menu-item {
                                    &.azen-menu-item-has-children {
                                        label:after {
                                            border-color: @azen-elastic-caret-color;
                                        }
                                        &:hover {
                                            label:after {
                                                border-color: @brand-color;
                                            }
                                        }
                                        @media (max-width: @menu-mobile-width) {
                                            &:hover {
                                                color: inherit;
                                                label:after {
                                                    border-color: @azen-elastic-fade2-color;
                                                }
                                            }
                                            label {
                                                &:hover {
                                                    &:after {
                                                        border-color: @brand-color;
                                                    }
                                                }
                                            }
                                            a {
                                                &:hover {
                                                    color: @brand-color;
                                                }
                                            }
                                        }
                                    }  
                                }
                            }

                            //                            @media (max-width: @menu-mobile-width) {
                            //                                color: @azen-elastic-heading-color;
                            //                            }
                        }
                    }
                }
                .azen-button {
                    a {
                        border: @azen-elastic-border-width solid @brand-color;
                        color: @brand-color;
                        &:hover {
                            color: @white-lighter;
                            box-shadow: @azen-elastic-button-brand-shadow;
                            border-color: @brand-color;
                            background-color: @brand-color;
                        } 
                    }
                }
                &:not(.azen-elastic-sticky) {
                    @media (min-width: @menu-mobile-width) {
                        background-color: transparent !important;
                    }
                }
                &.azen-elastic-sticky {
                    box-shadow: @azen-elastic-menu-brand-shadow-2;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                    border: none;
                    background-color: @white-lighter;
                    .azen-inner {
                        background-color: transparent;
                        margin: 0 23px 0 20px;
                        .azen-nav-menu {
                            .azen-menu-item {
                                color: @azen-elastic-heading-color;
                                font-weight: 400;
                                &:hover {
                                    color: @brand-color;
                                }
                                &.azen-menu-item-has-children {
                                    label:after {
                                        border-color: @azen-elastic-caret-color;
                                    }
                                    &:hover {
                                        label:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                    .azen-sub-menu {
                                        top: 98px;
                                        .azen-menu-item {
                                            &.azen-menu-item-has-children {
                                                label {
                                                    &:after {
                                                        border-color: @azen-elastic-body-color;
                                                    }
                                                }
                                                &:hover {
                                                    label {
                                                        &:after {
                                                            border-color: @brand-color;
                                                        }
                                                    }
                                                }
                                            }
                                            .azen-sub-menu {
                                                top: 0;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }


                    @media (max-width: @menu-mobile-width) {
                        background-color: @white-lighter;
                        box-shadow: 0 0 0 0 transparent;
                        border-bottom: @azen-elastic-border-width solid @azen-elastic-menu-border-color;
                        border-radius: 0;
                    }
                }
                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                    .azen-inner {
                        margin: 0 23px 0 20px;
                    }

                    &.azen-elastic-sticky {
                        .azen-inner {
                            .azen-nav-menu {
                                .azen-menu-item {
                                    &.azen-menu-item-has-children {
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                        &:hover {
                                            color: inherit;
                                            label:after {
                                                border-color: @azen-elastic-fade2-color;
                                            }
                                        }
                                        label {
                                            &:hover {
                                                &:after {
                                                    border-color: @brand-color;
                                                }
                                            }
                                        }
                                        a {
                                            color: @azen-elastic-heading-color;
                                            &:hover {
                                                color: @brand-color;
                                            }
                                        }
                                        .azen-sub-menu {
                                            .azen-menu-item {
                                                &.azen-menu-item-has-children {
                                                    label:after {
                                                        border-color: @azen-elastic-fade2-color;
                                                    }
                                                    &:hover {
                                                        color: inherit;
                                                        label:after {
                                                            border-color: @azen-elastic-fade2-color;
                                                        }
                                                    }
                                                    label {
                                                        &:hover {
                                                            &:after {
                                                                border-color: @brand-color;
                                                            }
                                                        }
                                                    }
                                                    a {
                                                        color: @azen-elastic-heading-color;
                                                        &:hover {
                                                            color: @brand-color;
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        &[data-over-bottom="true"][data-stretch-content="true"][data-full-width="true"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-upper-wrapper {
                padding: 0;
                border-left: none;
                border-right: none;
                @media (min-width: @menu-mobile-width) {
                    background-color: transparent !important;
                }
                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                }
            }
            .azen-menu-wrapper {
                border-left: none;
                border-right: none;
                border-radius: 0;
                max-width: none !important;
                .azen-inner {
                    margin: 0 auto;
                }
                &:not(.azen-elastic-sticky) {
                    @media (min-width: @menu-mobile-width) {
                        background-color: transparent !important;
                    }
                }
                &.azen-elastic-sticky {
                    box-shadow: @azen-elastic-menu-brand-shadow-2;
                    max-width: inherit;
                    border-radius: 0;
                    background-color: @white-lighter;
                    margin: 0 auto;

                    @media (max-width: @menu-mobile-width) {
                        background-color: @white-lighter;
                        box-shadow: 0 0 0 0 transparent;
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                }
            }    
        }

        &[data-over-bottom="true"][data-stretch-content="true"][data-full-width="false"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-upper-wrapper {
                padding: 0;
                .azen-upper-menu {
                    max-width: 100%;
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                    padding: 0 23px 0 20px;
                }
            }
            .azen-menu-wrapper {
                .azen-inner {
                    width: auto !important;
                    margin: 0;
                }
                &.azen-elastic-sticky {
                    background-color: @white-lighter;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                    .azen-inner {
                        margin: 0 23px 0 20px;
                    }

                    @media (max-width: @menu-mobile-width) {
                        background-color: @white-lighter;
                        border-radius: 0;
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                    .azen-inner {
                        margin: 0 23px 0 20px;
                    }
                }
            }    
        }

        &[data-over-bottom="true"][data-stretch-content="false"][data-full-width="false"][data-inverted-styles="false"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-upper-wrapper {
                .azen-upper-menu {
                    max-width: 100%;
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                }
            }
            .azen-menu-wrapper {
                .azen-inner {
                    width: auto !important;
                }
                &.azen-elastic-sticky {
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;

                    @media (max-width: @menu-mobile-width) {
                        background-color: @white-lighter;
                        border-radius: 0;
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                }
            }
        }

        &[data-inverted-styles="true"] {
            box-shadow: 0 0 0 0 transparent;
            .azen-upper-wrapper {
                border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                background-color: @azen-elastic-darken1-color;
                border-radius: 0;
                padding: 0 23px 0 20px;
                .azen-upper-menu {
                    .azen-left-part {
                        .azen-email {
                            color: @white-lighter;
                        }
                    }
                    .azen-right-part {
                        a {
                            span {
                                color: @white-lighter;
                            }
                            &:hover {
                                span {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
            .azen-menu-wrapper {
                padding: 0 23px 0 20px;
                border-radius: 0;
                box-shadow: 0 0 0 0 transparent;
                background-color: @azen-elastic-darken1-color;
                border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                .azen-inner {
                    background-color: transparent;
                    .azen-mobile-menu-button {
                        color: @white-lighter;
                        &:hover {
                            color: @brand-color;
                        }
                    }
                    .azen-nav-menu {
                        .azen-menu-item {
                            color: @white-lighter;
                            font-weight: 400;
                            &:hover {
                                color: @brand-color;
                            }
                            &.azen-menu-item-has-children {
                                label:after {
                                    border-color: @azen-elastic-fade3-color;
                                }
                                &:hover {
                                    color: @brand-color;
                                    label:after {
                                        border-color: @brand-color;
                                    }
                                }

                                @media (max-width: @menu-mobile-width) {
                                    label:after {
                                        border-color: @azen-elastic-fade2-color;
                                    }
                                    &:hover {
                                        color: inherit;
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                    }
                                    label {
                                        &:hover {
                                            &:after {
                                                border-color: @brand-color;
                                            }
                                        }
                                    }
                                    a {
                                        color: @azen-elastic-heading-color;
                                        &:hover {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                .azen-sub-menu {
                                    .azen-menu-item {
                                        &.azen-menu-item-has-children {
                                            label {
                                                &:after {
                                                    border-color: @azen-elastic-body-color;
                                                }
                                            }
                                            &:hover {
                                                label {
                                                    &:after {
                                                        border-color: @brand-color;
                                                    }
                                                }
                                            }
                                            @media (max-width: @menu-mobile-width) {
                                                label:after {
                                                    border-color: @azen-elastic-fade2-color;
                                                }
                                                &:hover {
                                                    color: inherit;
                                                    label:after {
                                                        border-color: @azen-elastic-fade2-color;
                                                    }
                                                }
                                                label {
                                                    &:hover {
                                                        &:after {
                                                            border-color: @brand-color;
                                                        }
                                                    }
                                                }
                                                a {
                                                    color: @azen-elastic-heading-color;
                                                    &:hover {
                                                        color: @brand-color;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }

                            @media (max-width: @menu-mobile-width) {
                                &.azen-current > a[href] {
                                    color: @brand-color;
                                }
                                a {
                                    color: @azen-elastic-heading-color;
                                    &:hover {
                                        color: @brand-color;
                                    }
                                }
                            }
                        }

                        @media (max-width: 767px) {
                            padding: 25px 15px;
                        }
                    }
                    .azen-button {
                        a {
                            border-color: @white-lighter;
                            color: @white-lighter;
                            font-weight: 400;
                            span {
                                &:nth-child(2) {
                                    background-color: @white-lighter;
                                    color: @brand-color;
                                }    
                            }
                            &:hover {
                                box-shadow: 0 0 0 0 transparent;
                                border-color: @brand-color;
                            }
                        }
                    }
                }
            }
        }

        &[data-inverted-styles="true"][data-full-width="true"][data-stretch-content="false"] {
            box-shadow: 0 0 0 0 transparent;
            .azen-menu-wrapper {
                @media (max-width: @menu-mobile-width) {
                    border-bottom: 0;
                }
                .azen-inner {
                    width: auto;
                    margin: 0 23px 0 20px;
                }
                &.azen-elastic-sticky {
                    border-radius: 0;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                }
            }
        }

        &[data-inverted-styles="false"][data-stretch-content="false"][data-over-bottom="false"][data-full-width="false"], 
        &[data-inverted-styles="false"][data-stretch-content="true"][data-over-bottom="false"][data-full-width="false"],
        &[data-inverted-styles="false"][data-stretch-content="false"][data-full-width="true"][data-over-bottom="false"] {
            box-shadow: 0 0 0 0 transparent;
            .azen-upper-wrapper {
                padding: 0 23px 0 20px;
                border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                box-shadow: @azen-elastic-menu-brand-shadow-1;
                .azen-upper-menu {
                    max-width: 100%;
                }
            }
            .azen-menu-wrapper {
                border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                box-shadow: @azen-elastic-menu-brand-shadow-1;
                @media (max-width: @menu-mobile-width) {
                    border-bottom: 0;
                }
                .azen-inner {
                    width: auto !important;
                    margin: 0 23px 0 20px;
                }
                &.azen-elastic-sticky {
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="true"][data-over-bottom="false"] {
            .azen-menu-wrapper {
                max-width: 100% !important;
                @media (max-width: @menu-mobile-width) {
                    border-bottom: 0;
                }
                &.azen-elastic-sticky {
                    border-bottom: 0;
                }
                .azen-inner {
                    .azen-nav-menu {
                        @media (max-width: 767px) {
                            padding: 25px;
                        }
                    }
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="false"][data-over-bottom="false"] {
            .azen-upper-wrapper {
                padding: 0 23px 0 20px;
                border-radius: 0;
                .azen-upper-menu {
                    width: auto !important;
                }
            }
            .azen-menu-wrapper {
                border-radius: 0;
                padding: 0;
                .azen-inner {
                    width: auto !important;
                    margin: 0 23px 0 20px;
                }
                &.azen-elastic-sticky {
                    border-radius: 0;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="false"][data-over-bottom="false"][data-full-width="false"] {
            .azen-upper-wrapper {
                padding: 0 23px 0 20px;
                .azen-upper-menu {
                    max-width: 100%;
                }
            }
            .azen-menu-wrapper {
                padding: 0;
                .azen-inner {
                    width: auto !important;
                    padding: 0 23px 0 20px;

                    @media (max-width: @menu-mobile-width) {
                        padding: 0;
                        margin: 0 23px 0 20px;
                    }
                }
                &.azen-elastic-sticky {
                    border-radius: 0;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="false"][data-full-width="false"][data-over-bottom="true"], 
        &[data-inverted-styles="true"][data-stretch-content="false"][data-over-bottom="true"], 
        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="false"][data-over-bottom="true"], 
        &[data-inverted-styles="true"][data-stretch-content="false"][data-full-width="true"][data-over-bottom="true"], 
        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="true"][data-over-bottom="true"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
                padding: 0 !important;
            }
            .azen-upper-wrapper {
                border-radius: 0;                
                border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                padding: 0;
                .azen-upper-menu {
                    .azen-left-part {
                        .azen-email {
                            color: @white-lighter;
                        }
                    }
                    .azen-right-part {
                        a {
                            span {
                                color: @white-lighter;
                            }
                            &:hover {
                                span {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
                @media (min-width: @menu-mobile-width) {
                    background-color: transparent !important;
                }
                @media (max-width: @menu-mobile-width) {
                    background-color: @azen-elastic-darken1-color;
                }
            }
            .azen-menu-wrapper {
                box-shadow: 0 0 0 0 transparent;
                border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                border-top: 0;
                border-left: 0;
                border-right: 0;                
                border-radius: 0;
                box-sizing: border-box;
                padding: 0;
                .azen-inner {
                    width: auto;
                    margin: 0;
                    .azen-mobile-menu-button {
                        color: @white-lighter;
                        &:hover {
                            color: @brand-color;
                        }
                    }
                    .azen-nav-menu {
                        .azen-menu-item {
                            color: @white-lighter;
                            font-weight: 400;
                            &.azen-current > a[href] {
                                color: @brand-color; 
                            }
                            &.azen-menu-item-has-children {
                                label:after {
                                    border-color: @azen-elastic-fade3-color;

                                    @media (max-width: @menu-mobile-width) {
                                        border-color: @azen-elastic-caret-color;
                                    }
                                }
                                &:hover {
                                    color: @brand-color;
                                    label:after {
                                        border-color: @brand-color;
                                    }
                                }

                                @media (max-width: @menu-mobile-width) {
                                    label:after {
                                        border-color: @azen-elastic-fade2-color;
                                    }
                                    &:hover {
                                        color: inherit;
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                    }
                                    label {
                                        &:hover {
                                            &:after {
                                                border-color: @brand-color;
                                            }
                                        }
                                    }
                                    a {
                                        color: @azen-elastic-heading-color;
                                        &:hover {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                .azen-sub-menu {
                                    .azen-menu-item {
                                        &.azen-menu-item-has-children {
                                            label {
                                                &:after {
                                                    border-color: @azen-elastic-caret-color;
                                                }
                                            }
                                            &:hover {
                                                label {
                                                    &:after {
                                                        border-color: @brand-color;
                                                    }
                                                }
                                            }
                                            @media (max-width: @menu-mobile-width) {
                                                label:after {
                                                    border-color: @azen-elastic-fade2-color;
                                                }
                                                &:hover {
                                                    color: inherit;
                                                    label:after {
                                                        border-color: @azen-elastic-fade2-color;
                                                    }
                                                }
                                                label {
                                                    &:hover {
                                                        &:after {
                                                            border-color: @brand-color;
                                                        }
                                                    }
                                                }
                                                a {
                                                    color: @azen-elastic-heading-color;
                                                    &:hover {
                                                        color: @brand-color;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                            &:hover {
                                color: @brand-color;
                            }


                            @media (max-width: @menu-mobile-width) {
                                color: @azen-elastic-fade3-color !important;
                            }
                        }
                    }
                }
                .azen-button {
                    a {
                        border: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                        color: @white-lighter;
                        &:hover {
                            box-shadow: 0 0 0 0 transparent;
                            border-color: @brand-color;
                        } 
                    }
                }
                &:not(.azen-elastic-sticky) {
                    @media (min-width: @menu-mobile-width) {
                        background-color: transparent !important;
                    }
                }
                &.azen-elastic-sticky {
                    border: @azen-elastic-border-width solid transparent;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                    background-color: @azen-elastic-darken1-color;
                    border-radius: 0;
                    max-width: none !important;

                    @media (max-width: @menu-mobile-width) {
                        border-left: 0;
                        border-right: 0;
                        border-top: 0;
                        background-color: @azen-elastic-darken1-color;
                        .azen-inner {
                            margin: 0 auto;
                        }
                    }
                    .azen-inner {                        
                        margin: 0 auto;
                        .azen-mobile-menu-button {
                            color: @white-lighter;
                            &:hover {
                                color: @brand-color;
                            }
                        }
                        .azen-nav-menu {
                            .azen-menu-item {
                                color: @white-lighter;
                                &.azen-current > a[href] {
                                    color: @brand-color;
                                }
                                &.azen-menu-item-has-children {
                                    label:after {
                                        border-color: @azen-elastic-fade3-color;
                                    }
                                    &:hover {
                                        label:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                }
                                &:hover {
                                    color: @brand-color;
                                }
                            }
                        }
                        .azen-button {
                            a {
                                border: @azen-elastic-border-width solid @white-lighter;
                                color: @white-lighter;
                                span {
                                    &:nth-child(2) {
                                        background-color: @white-lighter;
                                        color: @brand-color;
                                    }
                                }
                                &:hover {
                                    border-color: @brand-color;
                                    color: @white-lighter;
                                } 
                            }
                        }
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @azen-elastic-darken1-color;
                    .azen-inner {
                        width: auto !important;
                        margin: 0 auto;
                    }

                    &.azen-elastic-sticky {
                        .azen-inner {
                            .azen-nav-menu {
                                .azen-menu-item {
                                    &.azen-menu-item-has-children {
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                        &:hover {
                                            color: inherit;
                                            label:after {
                                                border-color: @azen-elastic-fade2-color;
                                            }
                                        }
                                        label {
                                            &:hover {
                                                &:after {
                                                    border-color: @brand-color;
                                                }
                                            }
                                        }
                                        a {
                                            color: @azen-elastic-heading-color;
                                            &:hover {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                            }
                            .azen-button {
                                a {
                                    border: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                                }
                            }
                        }
                    }
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="true"][data-over-bottom="true"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-upper-wrapper {
                padding: 0;
                background-color: transparent;

                @media (max-width: @menu-mobile-width) {
                    background-color: @azen-elastic-darken1-color;
                }
            }
            .azen-menu-wrapper {
                background-color: transparent;
                .azen-inner {
                    margin: 0 auto;
                    .azen-nav-menu {
                        @media (max-width: 767px) {
                            padding: 25px;
                        }
                    }
                }
                &.azen-elastic-sticky {
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    background-color: @azen-elastic-darken1-color;
                    border-bottom: 0;
                    border-radius: 0;
                    .azen-inner {
                        margin: 0 auto;
                    }

                    @media (max-width: @menu-mobile-width) {
                        background-color: @azen-elastic-darken1-color;
                        .azen-inner {
                            margin: 0 auto;
                        }
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @azen-elastic-darken1-color;
                }
            }
        }
    }

    .azen-elastic-menu-2 {
        height: 99px;
        @media (max-width: @menu-mobile-width) {
            height: auto;
        }
        &[data-over-top="true"] {
            margin-top: -99px;
        }
        &[data-over-bottom="true"], &[data-over-bottom="true"][data-full-width="true"][data-stretch-content="false"] {
            margin-bottom: -99px;
        }
    }

    .azen-elastic-menu-3 {
        position: relative;
        box-shadow: @azen-elastic-menu-brand-shadow;
        height: 99px;
        z-index: 10;
        .azen-menu-wrapper {
            top: 0;
            left: 0;
            right: 0;
            background-color: @white-lighter;
            border-bottom: @azen-elastic-border-width solid transparent;
            margin: 0 auto;            

            @media (max-width: @menu-mobile-width) {
                overflow: hidden;
                max-width: none !important;

            }
            @media (max-width: 500px) {
                position: relative;
                max-width: none !important;
            }

            .azen-inner {
                .vendor(display, flex);
                .vendor(align-items, center);
                position: relative;
                min-height: 98px;
                background-color: transparent;
                font-weight: 500;
                width: 100%;
                margin: 0 auto;

                @media (max-width: @menu-mobile-width) {
                    .vendor(align-items, flex-start);
                    .vendor(flex-direction, column);
                }
                .azen-title {
                    .vendor(flex-shrink, 0);
                    position: relative;
                    padding: 0 30px;

                    @media (max-width: @menu-mobile-width) {
                        .vendor(order, 1);
                        padding: 0;
                        height: 98px;
                    }
                    @media (max-width: 1081px) {
                        padding-right: 26px;
                    }
                    @media (max-width: 480px) {
                        padding-right: 0;
                    }
                    a {
                        .vendor(display, flex);
                        .vendor(flex-direction, column);
                        .vendor(justify-content, center);
                        width: 155px;
                        position: relative;
                        box-sizing: border-box;
                        height: 100%;
                        .azen-wrp-logo {
                            img {
                                display: block;
                                max-width: 155px;
                                max-height: 60px;
                                margin: auto;
                                @media (max-width: @menu-mobile-width) {
                                    margin: 0;
                                }
                            }
                        }
                    }
                }
                .azen-mobile-menu-button {
                    display: none;
                    position: absolute;
                    top: 0; 
                    right: 50px; 
                    bottom: 0;
                    margin: auto 0;
                    padding: 15px 0 15px 15px;
                    width: 17px; 
                    height: 17px;
                    color: @azen-elastic-heading-color;
                    text-align: center;
                    cursor: pointer;
                    .vendor(transition, color .3s linear 0s);
                    &:hover {
                        color: @brand-color;
                    }

                    @media (max-width: @menu-mobile-width) {
                        display: block;
                        top: 27px;
                        right: 0;
                        margin: 0;
                    }
                    .az-icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 2px;
                    }
                }
                .azen-menu-checkbox {
                    display: none;
                    .vendor(user-select, none);
                }
                @media (max-width: @menu-mobile-width) {
                    .azen-menu-checkbox:checked ~ .azen-nav-menu, .azen-menu-checkbox:checked ~ .azen-nav-menu-2 {
                        display: block;
                    }
                }
                .azen-nav-menu, .azen-nav-menu-2 {
                    .vendor(flex-grow, 1);
                    white-space: nowrap;
                    text-align: center;
                    width: ~"calc(50% - 60px)";

                    @media (max-width: @menu-mobile-width) {
                        display: none;
                        margin: 0;
                        box-shadow: @azen-elastic-menu-brand-shadow;
                        padding: 30px 40px;
                        background: @white-lighter;
                        box-sizing: border-box;
                    }
                    > .azen-menu-item {
                        position: relative;
                        display: inline-block;
                        text-align: left;
                        font-family: @azen-elastic-font;
                        font-size: 18px;
                        font-weight: 400;
                        margin-right: 8px;
                        line-height: 98px;
                        color: @azen-elastic-heading-color;
                        letter-spacing: -1px;
                        .vendor(transition, color .3s linear 0s);
                        &:hover {
                            color: @brand-color;
                        }

                        @media (max-width: @menu-mobile-width) {
                            display: block;
                            line-height: 40px;
                            text-transform: none;
                            margin-right: 0;
                            &:hover {
                                color: inherit;
                            }
                        }
                        > a[href] {
                            display: inline-block;
                            position: relative;
                            padding: 0 20px;
                            line-height: 34px;
                            .az-icon {
                                display: none;
                            }
                            @media (max-width: @menu-mobile-width) {
                                padding: 0;
                                line-height: 1.45;
                                white-space: normal;
                                .vendor(transition, color .3s linear 0s);
                                &:hover {
                                    color: @brand-color;
                                }
                            }
                        }
                        &.azen-current > a[href] {
                            color: @brand-color;
                        }
                        &.azen-menu-item-has-children {
                            label {
                                .vendor(user-select, none);
                            }
                            label {
                                display: inline-block;
                                margin-left: -15px;
                                padding: 0 5px;
                                cursor: pointer;
                                &:hover {
                                    &:after {
                                        border-color: @brand-color;
                                    }
                                }
                            }
                            label:after {
                                content: '';
                                display: inline-block;
                                margin-bottom: 3px;
                                border: solid @azen-elastic-body-color;
                                border-width: 0 1px 1px 0;
                                width: 5px; 
                                height: 5px;
                                .vendor(transform, rotate(45deg));
                                .vendor(transition, border-color .3s linear 0s);
                            }
                            &:hover {
                                label:after {
                                    border-color: @brand-color;
                                }
                            }

                            @media (max-width: @menu-mobile-width) {
                                &:hover {
                                    label:after {
                                        border-color: @azen-elastic-body-color;
                                    }
                                }
                                label {
                                    display: inline-block;
                                    margin-left: 5px;
                                    padding: 0 5px;
                                    cursor: pointer;
                                    &:hover {
                                        &:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                }
                                label:after {
                                    content: '';
                                    display: inline-block;
                                    margin-bottom: 3px;
                                    border: solid @azen-elastic-body-color;
                                    border-width: 0 1px 1px 0;
                                    width: 5px; height: 5px;
                                    .vendor(transform, rotate(45deg));
                                }
                                a {
                                    &:hover {
                                        color: @brand-color;
                                    }
                                }
                            }
                        }
                        @media (max-width: @menu-mobile-width) {
                            .azen-menu-checkbox:checked + .azen-sub-menu {
                                display: block;
                            }
                        }
                        .azen-sub-menu {
                            .vendor(transition, all .3s linear 0s);
                            width: auto;
                            visibility: hidden;
                            opacity: 0;
                            box-sizing: border-box;
                            position: absolute;
                            top: 99px; 
                            left: 0px;
                            min-width: 250px;
                            background: @white-lighter;
                            line-height: 1.2;
                            text-align: left;
                            box-shadow: @azen-elastic-menu-brand-shadow;
                            border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;

                            @media (max-width: @menu-mobile-width) {
                                left: 20%;
                                top: 30px;
                                position: static;
                                margin: 0;
                                box-shadow: none;
                                border: none;
                                min-width: inherit;
                                padding: 0;
                                white-space: normal;
                                display: none;
                                visibility: visible;
                                opacity: 1;
                            }
                            .azen-menu-item {
                                position: relative;
                                border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
                                a {
                                    .vendor(transition, background-color .3s linear 0s);
                                    line-height: 50px;
                                    background-color: transparent;
                                    display: block;
                                    span { 
                                        display: inline-block;
                                    }
                                    .azen-item-text, .azen-category-item {
                                        .text();
                                        font-weight: 400;
                                        color: @azen-elastic-heading-color;
                                        font-size: 15px;
                                        padding: 0 55px 0 20px;

                                        @media (max-width: 991px) {
                                            padding-right: 0;
                                        }
                                    }
                                    &:hover {
                                        background-color: @azen-elastic-fade1-color;

                                        @media (max-width: @menu-mobile-width) {
                                            background-color: transparent;
                                            .azen-item-text, .azen-category-item {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                }
                                > .azen-sub-menu {
                                    top: 0px; 
                                    left: 100%;
                                    visibility: hidden;
                                    .vendor(transition, all .3s linear 0s);
                                    opacity: 0;
                                    border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;

                                    @media (max-width: @menu-mobile-width) {
                                        visibility: visible;
                                        opacity: 1;
                                        margin-left: 20px;
                                        width: auto;
                                        box-sizing: border-box;
                                        min-width: inherit;
                                        border-radius: 0;
                                    }
                                }
                                &.azen-menu-item-has-children {
                                    label {
                                        display: inline-block;
                                        position: absolute;
                                        top: 50%;
                                        right: 20px;
                                        margin: 0;
                                        padding: 0;
                                        .vendor(transform, translate(0, -50%));
                                        &:after {
                                            content: '';
                                            display: inline-block;
                                            border: solid @azen-elastic-caret-color;
                                            border-width: 0 1px 1px 0;
                                            width: 5px; 
                                            height: 5px;
                                            .vendor(transform, rotate(-45deg));
                                            .vendor(transition, border-color .3s linear 0s);
                                        }
                                    }
                                    &:hover {
                                        label:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                    @media (max-width: @menu-mobile-width) {
                                        &:hover {
                                            label:after {
                                                border-color: @azen-elastic-body-color;
                                            }
                                        }
                                        label {
                                            position: relative;
                                            top: inherit;
                                            right: inherit;
                                            .vendor(transform, translate(0, 0));
                                            display: inline-block;
                                            margin-left: 5px;
                                            padding: 0 5px;
                                            cursor: pointer;
                                            &:hover {
                                                &:after {
                                                    border-color: @brand-color;
                                                }
                                            }
                                        }
                                        label:after {
                                            content: '';
                                            display: inline-block;
                                            margin-bottom: 3px;
                                            border: solid @azen-elastic-body-color;
                                            border-width: 0 1px 1px 0;
                                            width: 5px; 
                                            height: 5px;
                                            .vendor(transform, rotate(45deg));
                                        }
                                    }
                                }
                                &:hover {
                                    > .azen-sub-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        left: 100%;
                                    }
                                }
                                &:last-child {
                                    border-bottom: none;
                                    a {
                                        line-height: 51px;
                                    }
                                }

                                @media (max-width: @menu-mobile-width) {
                                    border-bottom: none;
                                    a {
                                        display: inline-block;
                                        line-height: 40px;
                                        .az-icon {
                                            display: none;
                                        }
                                        .azen-item-text, .azen-category-item {
                                            padding: 0 0 0 20px;
                                        }
                                    }
                                    &:last-child {
                                        a {
                                            line-height: 40px;
                                        }
                                    }
                                }
                            }   

                            .mega-menu();
                        }
                        @media (min-width: 992px) {
                            &:hover .azen-sub-menu {
                                visibility: visible;
                                opacity: 1;
                            }
                        }
                    }
                }
                .azen-nav-menu {
                    text-align: right;

                    @media (max-width: @menu-mobile-width) {
                        position: relative;
                        text-align: left;
                        .vendor(order, 2);
                        width: 100%;
                        box-shadow: 0 0 0 0 transparent;
                        padding: 25px 40px 0 0;
                        border-radius: 0;
                        &:before {
                            content: "";
                            position: absolute;
                            top: 0;
                            right: -9999px;
                            left: -9999px;
                            height: 1px;
                            background-color: @azen-elastic-menu-border-color; 
                        }
                        &:after {
                            content: "";
                            position: absolute;
                            z-index: -1;
                            left: -9999px;
                            right: -9999px;
                            top: 0;
                            bottom: 0;
                            background-color: @white-lighter;
                        }
                    }
                    @media (max-width: 767px) {
                        padding: 25px 25px 0 25px;
                    }
                }
                .azen-nav-menu-2 {
                    text-align: left;

                    @media (max-width: @menu-mobile-width) {
                        position: relative;
                        .vendor(order, 3);
                        width: 100%;
                        box-shadow: 0 0 0 0 transparent;
                        padding: 0 40px 25px 0;
                        border-radius: 0;
                        &:after {
                            content: "";
                            position: absolute;
                            z-index: -1;
                            left: -9999px;
                            right: -9999px;
                            top: 0;
                            bottom: 0;
                            background-color: @white-lighter;
                        }
                    }
                    @media (max-width: 767px) {
                        padding: 0 25px 25px 25px;
                    }
                }
            }

            &.azen-elastic-sticky {
                will-change: scroll-position;
                position: fixed;
                .animation-menu();
            }
        }

        @media (max-width: @menu-mobile-width) {
            height: auto;
            .azen-menu-wrapper {
                &.azen-elastic-sticky {
                    position: relative !important;
                    animation-name: none;
                }
            }
        }

        &[data-full-width="true"][data-stretch-content="true"][data-inverted-styles="false"][data-over-bottom="false"] {
            background-color: @white-lighter;
            .azen-menu-wrapper {
                max-width: none !important;
                @media (max-width: @menu-mobile-width) {
                    border-bottom: 0;
                }
                @media (max-width: 500px) {
                    box-shadow: @azen-elastic-menu-brand-shadow-2;
                }
                &.azen-elastic-sticky {
                    max-width: none !important;
                    box-shadow: @azen-elastic-menu-brand-shadow-2;

                    @media (max-width: @menu-mobile-width) {
                        box-shadow: none;
                    }
                }
            }
        }

        &[data-over-bottom="true"] {
            margin-bottom: -99px;
            box-shadow: 0 0 0 0 transparent;

            .azen-menu-wrapper {
                padding: 0;
                border-radius: 0;
                background-color: transparent;
                border-bottom: @azen-elastic-border-width solid @azen-elastic-menu-border-color;
                .azen-inner {
                    width: auto;
                    margin: 0;
                    .azen-mobile-menu-button {
                        color: @azen-elastic-heading-color;
                        &:hover {
                            color: @brand-color;
                        }
                    }
                    .azen-nav-menu, .azen-nav-menu-2 {
                        .azen-menu-item {
                            color: @azen-elastic-heading-color;
                            font-weight: 400;
                            &:hover {
                                color: @brand-color;
                            }
                            &.azen-current > a[href] {
                                color: @brand-color;
                            }
                            &.azen-menu-item-has-children {
                                label:after {
                                    border-color: @azen-elastic-fade2-color;
                                }
                                &:hover {
                                    color: @brand-color;
                                    label:after {
                                        border-color: @brand-color;
                                    }
                                }

                                @media (max-width: @menu-mobile-width) {
                                    &:hover {
                                        color: inherit;
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                    }
                                    label {
                                        &:hover {
                                            &:after {
                                                border-color: @brand-color;
                                            }
                                        }
                                    }
                                    a {
                                        &:hover {
                                            color: @brand-color;
                                        }
                                    }
                                }
                            }
                            .azen-sub-menu {
                                top: 98px;
                                .azen-menu-item {
                                    &.azen-menu-item-has-children {
                                        label:after {
                                            border-color: @azen-elastic-caret-color;
                                        }
                                        &:hover {
                                            label:after {
                                                border-color: @brand-color;
                                            }
                                        }
                                        @media (max-width: @menu-mobile-width) {
                                            &:hover {
                                                color: inherit;
                                                label:after {
                                                    border-color: @azen-elastic-fade2-color;
                                                }
                                            }
                                            label {
                                                &:hover {
                                                    &:after {
                                                        border-color: @brand-color;
                                                    }
                                                }
                                            }
                                            a {
                                                &:hover {
                                                    color: @brand-color;
                                                }
                                            }
                                        }
                                    }
                                    .azen-sub-menu {
                                        top: 0;
                                    }
                                }
                            }
                        }
                    }
                }
                &:not(.azen-elastic-sticky) {
                    @media (min-width: @menu-mobile-width) {
                        background-color: transparent !important;

                    }
                }
                &.azen-elastic-sticky {
                    box-shadow: @azen-elastic-menu-brand-shadow-2;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                    border: none;
                    background-color: @white-lighter;
                    .azen-inner {
                        background-color: transparent;
                        .azen-nav-menu, .azen-nav-menu-2 {
                            .azen-menu-item {
                                color: @azen-elastic-heading-color;
                                font-weight: 400;
                                &:hover {
                                    color: @brand-color;
                                }
                                &.azen-menu-item-has-children {
                                    label:after {
                                        border-color: @azen-elastic-caret-color;
                                    }
                                    &:hover {
                                        label:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                    .azen-sub-menu {
                                        .azen-menu-item {
                                            &.azen-menu-item-has-children {
                                                label {
                                                    &:after {
                                                        border-color: @azen-elastic-body-color;
                                                    }
                                                }
                                                &:hover {
                                                    label {
                                                        &:after {
                                                            border-color: @brand-color;
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }

                    @media (max-width: @menu-mobile-width) {
                        background-color: @white-lighter;

                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                    .azen-inner {
                        margin: 0 23px 0 20px;
                    }

                    &.azen-elastic-sticky {
                        .azen-inner {
                            .azen-nav-menu, .azen-nav-menu-2 {
                                .azen-menu-item {
                                    &.azen-menu-item-has-children {
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                        &:hover {
                                            color: inherit;
                                            label:after {
                                                border-color: @azen-elastic-fade2-color;
                                            }
                                        }
                                        label {
                                            &:hover {
                                                &:after {
                                                    border-color: @brand-color;
                                                }
                                            }
                                        }
                                        a {
                                            color: @azen-elastic-heading-color;
                                            &:hover {
                                                color: @brand-color;
                                            }
                                        }
                                        .azen-sub-menu {
                                            .azen-menu-item {
                                                &.azen-menu-item-has-children {
                                                    label:after {
                                                        border-color: @azen-elastic-fade2-color;
                                                    }
                                                    &:hover {
                                                        color: inherit;
                                                        label:after {
                                                            border-color: @azen-elastic-fade2-color;
                                                        }
                                                    }
                                                    label {
                                                        &:hover {
                                                            &:after {
                                                                border-color: @brand-color;
                                                            }
                                                        }
                                                    }
                                                    a {
                                                        color: @azen-elastic-heading-color;
                                                        &:hover {
                                                            color: @brand-color;
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
                .azen-menu-wrapper {
                    box-shadow: @azen-elastic-menu-brand-shadow;                    
                    border-bottom: 0;              
                    border-radius: @azen-elastic-border-radius;
                }
            }
        }

        &[data-over-bottom="true"][data-stretch-content="true"][data-full-width="true"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-menu-wrapper {
                border-left: none;
                border-right: none;
                border-radius: 0;
                max-width: none !important;
                .azen-inner {
                    margin: 0 auto;
                }
                &:not(.azen-elastic-sticky) {
                    @media (min-width: @menu-mobile-width) {
                        background-color: transparent !important;
                    }
                }
                &.azen-elastic-sticky {
                    box-shadow: @azen-elastic-menu-brand-shadow-2;
                    max-width: inherit;
                    border-radius: 0;
                    background-color: @white-lighter;
                    margin: 0 auto;

                    @media (max-width: @menu-mobile-width) {
                        background-color: @white-lighter;
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                }
            }    
        }

        &[data-over-bottom="true"][data-stretch-content="true"][data-full-width="false"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-menu-wrapper {
                .azen-inner {
                    width: auto !important;
                    margin: 0;
                }
                &.azen-elastic-sticky {
                    background-color: @white-lighter;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                    .azen-inner {
                        margin: 0 23px 0 20px;
                    }

                    @media (max-width: @menu-mobile-width) {
                        background-color: @white-lighter;
                        border-radius: 0;
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                    .azen-inner {
                        margin: 0 23px 0 20px;
                    }
                }
            }    
        }

        &[data-over-bottom="true"][data-stretch-content="false"][data-full-width="false"][data-inverted-styles="false"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-menu-wrapper {
                .azen-inner {
                    width: auto !important;
                }
                &.azen-elastic-sticky {
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;

                    @media (max-width: @menu-mobile-width) {
                        background-color: @white-lighter;
                        border-radius: 0;
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @white-lighter;
                }
            }
        }

        &[data-inverted-styles="true"] {
            box-shadow: 0 0 0 0 transparent;
            .azen-menu-wrapper {
                padding: 0 23px 0 20px;
                border-radius: 0;
                box-shadow: 0 0 0 0 transparent;
                background-color: @azen-elastic-darken1-color;
                border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                .azen-inner {
                    background-color: transparent;
                    .azen-mobile-menu-button {
                        color: @white-lighter;
                        &:hover {
                            color: @brand-color;
                        }
                    }
                    .azen-nav-menu, .azen-nav-menu-2 {
                        .azen-menu-item {
                            color: @white-lighter;
                            font-weight: 400;
                            &:hover {
                                color: @brand-color;
                            }
                            &.azen-menu-item-has-children {
                                label:after {
                                    border-color: @azen-elastic-fade3-color;
                                }
                                &:hover {
                                    color: @brand-color;
                                    label:after {
                                        border-color: @brand-color;
                                    }
                                }

                                @media (max-width: @menu-mobile-width) {
                                    label:after {
                                        border-color: @azen-elastic-fade2-color;
                                    }
                                    &:hover {
                                        color: inherit;
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                    }
                                    label {
                                        &:hover {
                                            &:after {
                                                border-color: @brand-color;
                                            }
                                        }
                                    }
                                    a {
                                        color: @azen-elastic-heading-color;
                                        &:hover {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                .azen-sub-menu {
                                    .azen-menu-item {
                                        &.azen-menu-item-has-children {
                                            label {
                                                &:after {
                                                    border-color: @azen-elastic-body-color;
                                                }
                                            }
                                            &:hover {
                                                label {
                                                    &:after {
                                                        border-color: @brand-color;
                                                    }
                                                }
                                            }
                                            @media (max-width: @menu-mobile-width) {
                                                label:after {
                                                    border-color: @azen-elastic-fade2-color;
                                                }
                                                &:hover {
                                                    color: inherit;
                                                    label:after {
                                                        border-color: @azen-elastic-fade2-color;
                                                    }
                                                }
                                                label {
                                                    &:hover {
                                                        &:after {
                                                            border-color: @brand-color;
                                                        }
                                                    }
                                                }
                                                a {
                                                    color: @azen-elastic-heading-color;
                                                    &:hover {
                                                        color: @brand-color;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }

                            @media (max-width: @menu-mobile-width) {
                                &.azen-current > a[href] {
                                    color: @brand-color;
                                }
                                a {
                                    color: @azen-elastic-heading-color;
                                    &:hover {
                                        color: @brand-color;
                                    }
                                }
                            }
                        }
                    }
                    .azen-nav-menu {
                        @media (max-width: 767px) {
                            padding: 25px 25px 0 15px;
                        }
                    }
                    .azen-nav-menu-2 {
                        @media (max-width: 767px) {
                            padding: 0 25px 25px 15px;
                        }
                    }
                }
            }
        }

        &[data-inverted-styles="true"][data-full-width="true"][data-stretch-content="false"] {
            box-shadow: 0 0 0 0 transparent;
            .azen-menu-wrapper {
                .azen-inner {
                    width: auto;
                    margin: 0 23px 0 20px;
                }
                &.azen-elastic-sticky {
                    border-radius: 0;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                }
            }
        }

        &[data-inverted-styles="false"][data-stretch-content="false"][data-over-bottom="false"][data-full-width="false"], 
        &[data-inverted-styles="false"][data-stretch-content="true"][data-over-bottom="false"][data-full-width="false"],
        &[data-inverted-styles="false"][data-stretch-content="false"][data-full-width="true"][data-over-bottom="false"] {
            box-shadow: 0 0 0 0 transparent;
            .azen-menu-wrapper {
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-menu-brand-shadow-1;
                @media (max-width: @menu-mobile-width) {
                    border-bottom: 0;
                }                
                .azen-inner {
                    width: auto !important;
                    margin: 0 23px 0 20px;
                }
                &.azen-elastic-sticky {
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="true"][data-over-bottom="false"] {
            box-shadow: 0 0 0 0 transparent;
            .azen-menu-wrapper {
                &.azen-elastic-sticky {
                    border-bottom: 0;
                }
                max-width: 100% !important;
                .azen-inner {
                    .azen-nav-menu {
                        @media (max-width: 767px) {
                            padding: 25px 25px 0 25px;
                        }
                    }
                    .azen-nav-menu-2 {
                        @media (max-width: 767px) {
                            padding: 0 25px 25px 25px;
                        }
                    }
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="false"][data-over-bottom="false"] {
            .azen-menu-wrapper {
                border-radius: 0;
                padding: 0;
                .azen-inner {
                    width: auto !important;
                    margin: 0 23px 0 20px;
                }
                &.azen-elastic-sticky {
                    border-radius: 0;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="false"][data-over-bottom="false"][data-full-width="false"] {
            .azen-menu-wrapper {
                padding: 0;
                .azen-inner {
                    width: auto !important;
                    padding: 0 23px 0 20px;

                    @media (max-width: @menu-mobile-width) {
                        padding: 0;
                        margin: 0 23px 0 20px;
                    }
                }
                &.azen-elastic-sticky {
                    border-radius: 0;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="false"][data-full-width="false"][data-over-bottom="true"], 
        &[data-inverted-styles="true"][data-stretch-content="false"][data-over-bottom="true"], 
        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="false"][data-over-bottom="true"], 
        &[data-inverted-styles="true"][data-stretch-content="false"][data-full-width="true"][data-over-bottom="true"], 
        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="true"][data-over-bottom="true"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
                padding: 0 !important;
            }
            .azen-menu-wrapper {
                box-shadow: 0 0 0 0 transparent;
                border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                background-color: transparent;
                border-radius: 0;
                box-sizing: border-box;
                padding: 0;
                .azen-inner {
                    width: auto;
                    margin: 0;
                    .azen-mobile-menu-button {
                        color: @white-lighter;
                        &:hover {
                            color: @brand-color;
                        }
                    }
                    .azen-nav-menu, .azen-nav-menu-2 {
                        .azen-menu-item {
                            color: @white-lighter;
                            font-weight: 400;
                            &.azen-current > a[href] {
                                color: @brand-color; 
                            }
                            &.azen-menu-item-has-children {
                                label:after {
                                    border-color: @azen-elastic-fade3-color;

                                    @media (max-width: @menu-mobile-width) {
                                        border-color: @azen-elastic-caret-color;
                                    }
                                }
                                &:hover {
                                    color: @brand-color;
                                    label:after {
                                        border-color: @brand-color;
                                    }
                                }

                                @media (max-width: @menu-mobile-width) {
                                    label:after {
                                        border-color: @azen-elastic-fade2-color;
                                    }
                                    &:hover {
                                        color: inherit;
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                    }
                                    label {
                                        &:hover {
                                            &:after {
                                                border-color: @brand-color;
                                            }
                                        }
                                    }
                                    a {
                                        color: @azen-elastic-heading-color;
                                        &:hover {
                                            color: @brand-color;
                                        }
                                    }
                                }
                                .azen-sub-menu {
                                    .azen-menu-item {
                                        &.azen-menu-item-has-children {
                                            label {
                                                &:after {
                                                    border-color: @azen-elastic-caret-color;
                                                }
                                            }
                                            &:hover {
                                                label {
                                                    &:after {
                                                        border-color: @brand-color;
                                                    }
                                                }
                                            }
                                            @media (max-width: @menu-mobile-width) {
                                                label:after {
                                                    border-color: @azen-elastic-fade2-color;
                                                }
                                                &:hover {
                                                    color: inherit;
                                                    label:after {
                                                        border-color: @azen-elastic-fade2-color;
                                                    }
                                                }
                                                label {
                                                    &:hover {
                                                        &:after {
                                                            border-color: @brand-color;
                                                        }
                                                    }
                                                }
                                                a {
                                                    color: @azen-elastic-heading-color;
                                                    &:hover {
                                                        color: @brand-color;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                            &:hover {
                                color: @brand-color;
                            }

                            @media (max-width: @menu-mobile-width) {
                                color: @azen-elastic-fade3-color !important;
                            }
                        }
                    }
                }
                &.azen-elastic-sticky {
                    border: @azen-elastic-border-width solid transparent;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                    background-color: @azen-elastic-darken1-color;
                    border-radius: 0;
                    max-width: none !important;
                    .azen-inner {
                        margin: 0 auto;
                    }

                    @media (max-width: @menu-mobile-width) {
                        border-left: 0;
                        border-right: 0;
                        border-top: 0;
                        background-color: @azen-elastic-darken1-color;
                        .azen-inner {
                            margin: 0 auto;
                        }
                    }
                    .azen-inner {
                        margin: 0 auto;
                        .azen-mobile-menu-button {
                            color: @white-lighter;
                            &:hover {
                                color: @brand-color;
                            }
                        }
                        .azen-nav-menu, .azen-nav-menu-2 {
                            .azen-menu-item {
                                color: @white-lighter;
                                &.azen-current > a[href] {
                                    color: @brand-color;
                                }
                                &.azen-menu-item-has-children {
                                    label:after {
                                        border-color: @azen-elastic-fade3-color;
                                    }
                                    &:hover {
                                        label:after {
                                            border-color: @brand-color;
                                        }
                                    }
                                }
                                &:hover {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @azen-elastic-darken1-color;
                    .azen-inner {
                        width: auto !important;
                        margin: 0 auto;
                    }

                    &.azen-elastic-sticky {
                        .azen-inner {
                            .azen-nav-menu, .azen-nav-menu-2 {
                                .azen-menu-item {
                                    &.azen-menu-item-has-children {
                                        label:after {
                                            border-color: @azen-elastic-fade2-color;
                                        }
                                        &:hover {
                                            color: inherit;
                                            label:after {
                                                border-color: @azen-elastic-fade2-color;
                                            }
                                        }
                                        label {
                                            &:hover {
                                                &:after {
                                                    border-color: @brand-color;
                                                }
                                            }
                                        }
                                        a {
                                            color: @azen-elastic-heading-color;
                                            &:hover {
                                                color: @brand-color;
                                            }
                                        }
                                    }
                                    &:hover {
                                        color: @brand-color;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        &[data-inverted-styles="true"][data-stretch-content="true"][data-full-width="true"][data-over-bottom="true"] {
            @media (max-width: @menu-mobile-width) {
                margin-bottom: 0px;
            }
            .azen-menu-wrapper {
                background-color: transparent;
                .azen-inner {
                    margin: 0 auto;
                    .azen-nav-menu {
                        @media (max-width: 767px) {
                            padding: 25px 25px 0 25px;
                        }
                    }
                    .azen-nav-menu-2 {
                        @media (max-width: 767px) {
                            padding: 0 25px 25px 25px;
                        }
                    }
                }
                &.azen-elastic-sticky {
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-fade3-color;
                    border-bottom: 0;
                    background-color: @azen-elastic-darken1-color;
                    border-radius: 0;
                    .azen-inner {
                        margin: 0 auto;
                    }

                    @media (max-width: @menu-mobile-width) {
                        background-color: @azen-elastic-darken1-color;
                        .azen-inner {
                            margin: 0 auto;
                        }
                    }
                }

                @media (max-width: @menu-mobile-width) {
                    background-color: @azen-elastic-darken1-color;
                }
            }
        }
    }

    .azen-elastic-feature {
        margin-bottom: 30px;
        .azen-general {
            text-align: center;
            font-size: 0;

            @media (max-width: 1199px) {
                margin: 0;
            }
            .azen-element {
                display: inline-block;
                background-color: @white-lighter;
                vertical-align: top;
                text-align: left;
                box-shadow: @azen-elastic-panel-brand-shadow;
                border: @azen-elastic-border-width solid transparent;
                border-radius: @azen-elastic-border-radius;
                padding: 23px 26px 29px 32px;
                .azen-icon {
                    display: table-cell;
                    vertical-align: top;
                    padding: 9px 27px 0 0;
                    color: @brand-color;
                    span {
                        font-size: 34px;
                    }
                }
                .azen-content {
                    display: table-cell;
                    vertical-align: top;
                    .azen-title {
                        .text();
                        color: @azen-elastic-heading-color;
                        font-weight: 600;
                        margin-bottom: 9px;
                    }
                    .azen-text {
                        .text();
                        color: @azen-elastic-lighten1-color;
                    }
                }
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    width: ~"calc(33.3333333333% - 82px)";
                    margin: 0 32px 35px 0;
                    &:last-child, &:nth-child(3n) {
                        margin-right: 0;
                    }

                    @media (max-width: 991px) {
                        width: ~"calc(50% - 76px)";
                        margin: 0 32px 35px 0;
                        &:nth-child(2n) {
                            margin-right: 0;
                        }
                        &:nth-child(3n) {
                            margin-right: 32px;
                        }
                        &:last-child {
                            margin-right: 0;
                        }
                    }
                    @media (max-width: 699px) {
                        display: block;
                        width: auto;
                        margin: 0 0 35px 0;
                        &:nth-child(3n) {
                            margin-right: 0;
                        }
                        &:last-child {
                            margin: 0;
                        }
                    }
                }
                &:only-child {
                    display: block;
                    width: auto;
                }
            }
        }
    }

    .azen-elastic-feature-2 {
        margin-bottom: 30px;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-element {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(33.33% - 30px)";
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                   

                background-color: @white-lighter;
                box-shadow: @azen-elastic-panel-brand-shadow;
                border: @azen-elastic-border-width solid transparent;
                border-radius: @azen-elastic-border-radius;
                padding: 42px 26px 48px 29px;
                .azen-icon {
                    display: table-cell;
                    vertical-align: top;
                    padding: 6px 30px 0 0;
                    color: @brand-color;
                    span {
                        font-size: 34px;
                    }
                }
                .azen-content {
                    display: table-cell;
                    vertical-align: top;
                    .azen-title {
                        .title-small();
                        margin-bottom: 19px;
                    }
                    .azen-text {
                        .text();
                        line-height: 1.6;
                    }
                }
            }
        }
    }

    .azen-elastic-feature-3 {
        margin-bottom: 15px;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            a {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(25% - 30px)";
                @media (max-width: 1300px) {
                    width: ~"calc(33.33% - 30px)";
                }
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                   

                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;
                border: @azen-elastic-border-width solid transparent;
                border-radius: @azen-elastic-border-radius;
                padding: 52px 26px 51px 34px;
                .vendor(transition, all .3s linear 0s);
                .azen-icon {
                    margin-bottom: 27px;
                    span {
                        font-size: 34px;
                        color: @brand-color;
                    }
                }
                .azen-content {
                    .azen-title {
                        .title-small();
                        margin-bottom: 22px;
                    }
                    .azen-text {
                        .text();
                        line-height: 1.45;
                        margin-bottom: 29px;
                    }
                    .azen-view {
                        span {
                            display: inline-block;
                            vertical-align: top;
                            width: ~"calc(100% - 41px)";
                            .text();
                            font-size: 16px;
                            font-weight: 400;
                            color: @brand-color;
                            margin-bottom: 0;
                            .vendor(transition, all .3s linear 0s);
                            &:first-child {
                                display: inline-block;
                                vertical-align: top;
                                width: 33px;
                                height: 2px;
                                background: @azen-elastic-lighten2-color;
                                margin: 12px 8px 0 0;
                                .vendor(transition, all .3s linear 0s);
                            }
                        }
                    }
                }
                &:hover {
                    box-shadow: @azen-elastic-panel-brand-shadow-hover;
                }
            }
        }
    }

    .azen-elastic-feature-4 {
        margin-bottom: -1px;
        .azen-general {
            display: table;
            width: 100%;
            table-layout: fixed;
            text-align: center;
            box-shadow: @azen-elastic-panel-brand-shadow;
            border: @azen-elastic-border-width solid transparent;
            border-radius: @azen-elastic-border-radius;
            .azen-element {
                position: relative;
                display: table-cell;
                vertical-align: top;
                background-color: @white-lighter;
                text-align: left;
                border-radius: @azen-elastic-border-radius;
                padding: 45px 26px 40px 40px;
                .azen-icon {
                    display: table-cell;
                    vertical-align: top;
                    padding: 9px 30px 0 0;
                    span {
                        font-size: 34px;
                        color: @brand-color;
                    }
                }
                .azen-content {
                    display: table-cell;
                    vertical-align: top;
                    .azen-title {
                        .title-small();
                        margin: 0;
                    }
                }
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    border-right: @azen-elastic-border-width solid @white-dark;
                    &:last-child {
                        border: 0;
                        border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                    }

                    @media (max-width: 991px) {
                        display: block;
                        width: auto;
                        border-right: 0;
                        border-bottom: @azen-elastic-border-width solid @white-dark;
                        &:first-child {
                            border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                        }
                        &:not(:first-child) {
                            border-radius: 0;
                        }
                        &:not(:last-child) {
                            border-radius: 0;
                        }
                        &:last-child {
                            border: 0;
                            border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                        }
                    }
                }
                &:first-child {
                    border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;
                }
                &:last-child {
                    border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                }
                &:not(:first-child) {
                    border-radius: 0;
                }
                &:only-child {
                    display: block;
                    width: auto;
                    border-radius: @azen-elastic-border-radius;
                }
            }
        }
    }

    .azen-elastic-feature-5 {
        margin-bottom: -1px;
        .azen-general {
            text-align: center;
            box-shadow: @azen-elastic-panel-brand-shadow;
            border: @azen-elastic-border-width solid transparent;
            border-radius: @azen-elastic-border-radius;
            display: table;
            width: 100%;
            table-layout: fixed;
            .azen-element {
                text-align: center;
                border-radius: @azen-elastic-border-radius;
                padding: 38px 40px 55px;
                background-color: @white-lighter;
                display: table-cell;
                vertical-align: top;
                .azen-icon {
                    margin-bottom: 28px;
                    span {
                        font-size: 34px;
                        color: @brand-color;
                    }
                }
                .azen-content {
                    .azen-title {
                        .title-small();
                        margin-bottom: 25px;
                    }
                    .azen-text {
                        .text();
                        line-height: 1.45;
                    }
                }
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    border-right: @azen-elastic-border-width solid @white-dark;
                    &:last-child {
                        border: 0;
                        border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                    }

                    @media (max-width: 991px) {
                        display: block;
                        width: auto;
                        border-right: 0;
                        border-bottom: @azen-elastic-border-width solid @white-dark;
                        &:first-child {
                            border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                        }
                        &:not(:first-child) {
                            border-radius: 0;
                        }
                        &:not(:last-child) {
                            border-radius: 0;
                        }
                        &:last-child {
                            border: 0;
                            border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                        }
                    }
                }
                &:first-child {
                    border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;
                }
                &:last-child {
                    border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                }
                &:not(:first-child) {
                    border-radius: 0;
                }
                &:only-child {
                    display: block;
                    width: auto;
                    border-radius: @azen-elastic-border-radius;
                }
            }
        }
    }

    .azen-elastic-feature-6 {
        margin-bottom: 15px;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-element {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(25% - 30px)";
                @media (max-width: 1300px) {
                    width: ~"calc(33.33% - 30px)";
                }
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                   

                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;
                border: @azen-elastic-border-width solid transparent;
                border-radius: @azen-elastic-border-radius;
                padding: 24px 28px 42px;
                .azen-icon {
                    margin-bottom: 19px;
                    span {
                        font-size: 34px;
                        color: @brand-color;
                    }
                }
                .azen-content {
                    .azen-title {
                        .title-small();
                        font-size: 18px;
                        line-height: 1.6;
                        margin: 0;
                    }
                }
            }
        }
    }

    .azen-elastic-feature-7 {
        margin-bottom: 15px;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-element {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(25% - 30px)";
                @media (max-width: 1300px) {
                    width: ~"calc(33.33% - 30px)";
                }
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                   
                border-radius: @azen-elastic-border-radius;
                padding: 46px 31px 42px;
                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;
                border: @azen-elastic-border-width solid transparent;
                .azen-icon {
                    margin-bottom: 32px;
                    span {
                        font-size: 68px;
                        color: @brand-color;
                    }
                }
                .azen-content {
                    .azen-title {
                        .title-small();
                        font-size: 18px;
                        margin: 0;
                    }
                }
            }
        }
    }

    .azen-elastic-feature-8 {
        margin-bottom: 15px;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-element {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(25% - 30px)";
                @media (max-width: 1300px) {
                    width: ~"calc(33.33% - 30px)";
                }
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                   
                box-shadow: @azen-elastic-panel-brand-shadow; 
                border-radius: @azen-elastic-border-radius;
                padding: 15px 15px 18px 23px;
                background-color: @white-lighter;
                border: @azen-elastic-border-width solid transparent;
                .azen-icon {
                    display: table-cell;
                    vertical-align: top;
                    padding: 4px 21px 0 0;
                    span {
                        font-size: 21px;
                        color: @brand-color;
                    }
                }
                .azen-content {
                    display: table-cell;
                    vertical-align: top;
                    padding-top: 3px;
                    .azen-title {
                        .title-small();
                        font-size: 18px;
                        line-height: 1.35;
                        margin: 0;
                    }
                }
            }
        }
    }

    .azen-elastic-feature-10 {
        margin-bottom: -1px;
        .azen-general {
            .vendor(display, inline-flex);
            text-align: center;
            box-shadow: @azen-elastic-panel-brand-shadow;
            border: @azen-elastic-border-width solid transparent;
            border-radius: @azen-elastic-border-radius;
            .azen-element {
                display: inline-block;    
                text-align: left;
                background-color: @white-lighter;
                padding: 42px 26px 48px 29px;
                .azen-header {
                    .vendor(display, flex);
                    margin-bottom: 19px;
                    .azen-icon {
                        padding-right: 30px;
                        color: @brand-color;
                        span {
                            font-size: 34px;
                        }
                    }
                    .azen-title {
                        .title-small();
                        margin-bottom: 0;
                    }
                }
                .azen-content {
                    .azen-text {
                        .text();
                        line-height: 1.6;
                    }
                }
                &:not(:last-child) {
                    border-right: @azen-elastic-border-width solid @white-dark;
                }
                &:first-child {
                    border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;
                }
                &:not(:first-child) {
                    border-radius: 0;
                }
                &:last-child {
                    border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                }
                &:only-child {
                    display: block;
                    border-radius: @azen-elastic-border-radius;
                }
            }
            @media (max-width: 991px) {
                display: block;
                .azen-element {
                    &:not(:last-child) {
                        border-right: 0;
                        border-bottom: @azen-elastic-border-width solid @white-dark;
                    }
                }
            }
        }
    }

    .azen-elastic-feature-11 {
        margin-bottom: 30px;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-element {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(33.33% - 30px)";
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                        
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;
                border: @azen-elastic-border-width solid transparent;
                .vendor(transition, all .3s linear);
                text-align: left;
                padding: 42px 26px 48px 29px;
                &:hover {
                    box-shadow: @azen-elastic-panel-brand-shadow-hover;
                }
                .azen-header {
                    .vendor(display, flex);
                    margin-bottom: 19px;
                    .azen-icon {
                        padding-right: 30px;
                        color: @brand-color;
                        span {
                            font-size: 34px;
                        }
                    }
                    .azen-title {
                        .title-small();
                        margin-bottom: 0;
                    }
                }
                .azen-content {
                    .azen-text {
                        .text();
                        line-height: 1.6;
                    }
                }
            }
        }
    }

    .azen-elastic-feature-12 {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        .vendor(align-items, center);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        > div {
            box-shadow: @azen-elastic-panel-brand-shadow;
            background-color: @white-lighter;
            box-sizing: border-box;
            border-radius: @azen-elastic-border-radius;
            margin: 15px;
            width: ~"calc(33.33% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }                        
            &:not(:only-child) {
                margin-bottom: 150px;
            }
            .azen-feature {
                width: 100%;
                .azen-image {
                    background-color: @azen-elastic-bg-color;
                    position: relative;
                    height: 200px;
                    img {
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        .vendor(transform, translateX(-50%));
                        max-width: 80%;
                    }
                }
                .azen-content {
                    padding: 60px 50px;
                    text-align: center;
                    .azen-title {
                        .title-small();
                        font-weight: 600;
                        margin-bottom: 20px;
                    }
                    .azen-text {
                        .text();
                        margin-bottom: 0;
                    }
                }
            }
        }                
    }    

    .azen-elastic-steps-features {
        margin-bottom: 30px;
        .azen-general {
            text-align: center;
            counter-reset: section;
            font-size: 0;
            .azen-element {
                position: relative;
                display: inline-block;
                vertical-align: top;
                margin: 0 2px 50px 0;
                padding-right: 31px;
                &:last-child {
                    padding-right: 0;
                }

                @media (max-width: 1399px) {
                    padding-right: 0;
                    margin-right: 0;
                }
                &:before {
                    visibility: hidden;
                    opacity: 0;
                    content: "";
                    position: absolute;
                    top: 87.5px;
                    right: 0;
                    height: 1px;
                    width: 50%;
                    border-bottom: 1px dashed @brand-color;

                    @media (max-width: 1399px) {
                        display: none;
                    }
                }
                .azen-icon {
                    position: relative;
                    display: inline-block;
                    background: @white-lighter;
                    border-radius: 100%;
                    width: 175px;
                    height: 175px;
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    margin-bottom: 41px;
                    span {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        .vendor(transform, translate(-50%, -50%));
                        font-size: 66px;
                        color: @brand-color;
                        &:nth-child(2) {
                            display: inline-block;
                            position: absolute;
                            top: 23px;
                            left: 23px;
                            width: 45px;
                            height: 45px;
                            border-radius: 100%;
                            background: @white-lighter;
                            box-shadow: @azen-elastic-panel-brand-shadow;
                            .vendor(transition, all .3s linear);
                            &:before {
                                position: absolute;
                                top: 47%;
                                left: 50%;
                                .vendor(transform, translate(-50%, -50%));
                                counter-increment: section;
                                content: "" counter(section);
                                font-family: @azen-elastic-font;
                                font-size: 29px;
                                font-weight: 400;
                                color: @black-darker;
                                .vendor(transition, all .3s linear);
                            }
                        }
                    }
                }
                .azen-content {
                    max-width: 260px;
                    .azen-title {
                        .title-small();
                        font-size: 18px;
                        margin-bottom: 17px;
                    }
                    .azen-text {
                        .text();
                        line-height: 1.6;
                    }
                }
                &:only-child {
                    margin-right: 0;
                }
                &:not(:only-child) {
                    &:before {
                        visibility: visible;
                        opacity: 1;
                    }
                    &:last-child {
                        margin-right: 0;
                    }
                }
                &:not(:first-child) {
                    &:before {
                        width: 100%;
                    }
                }
                &:last-child {
                    &:before {
                        width: 50%;
                        right: inherit;
                    }
                }
                &:hover {
                    .azen-icon {
                        span {
                            &:nth-child(2) {
                                background: @brand-color;
                                &::before {
                                    color: @white-lighter;
                                }                                
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-elastic-card {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        > div {
            box-sizing: border-box;                        
            margin: 15px;
            width: ~"calc(33.33% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }                        
        }

        margin-bottom: 30px;
        .azen-general {
            position: relative;
            text-align: center;
            a {
                display: block;
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                border: @azen-elastic-border-width solid transparent;
                .vendor(transition, all .3s linear);
                .azen-image-part {
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    height: 245px;
                    border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                }
                .azen-text-part {
                    background-color: @white-lighter;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                    padding: 34px 24px 36px;
                    .azen-title {
                        .title-small();
                        margin-bottom: 23px;
                    }
                    .azen-text {
                        .title-small();
                        font-weight: 300;
                        color: @azen-elastic-body-color;
                        margin-bottom: 26px;
                    }
                    .azen-link {
                        display: inline-block;
                        position: relative;
                        .text();
                        font-size: 18px;
                        font-weight: 400;
                        color: @brand-color;
                        letter-spacing: -1px;
                        word-spacing: 1.5px;
                        margin: 0;
                        .vendor(transition, all .3s linear);
                        &:before {
                            content: "";
                            position: absolute;
                            bottom: 1px;
                            left: 0;
                            right: 0;
                            height: 2px;
                            background: @azen-elastic-lighten3-color;
                            .vendor(transition, all .3s linear);
                        }
                    }
                }
                &:hover {
                    box-shadow: @azen-elastic-panel-brand-shadow-hover;
                }
            }
        }
    }

    .azen-elastic-webinar {
        margin-bottom: 30px;
        .azen-general {
            position: relative;
            text-align: left;
            a {
                display: block;
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                .vendor(transition, all .3s linear);
                .azen-image-part {
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    height: 206px;
                    border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                }
                .azen-text-part {
                    background-color: @white-lighter;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                    padding: 29px 17px 14px 22px;
                    .azen-title {
                        .text();
                        font-weight: 500;
                        color: @black-darker;
                        line-height: 1.45;
                        margin-bottom: 27px;
                    }
                    .azen-info {
                        .vendor(display, flex);
                        .vendor(justify-content, space-between);
                        .vendor(align-items, center);
                        .vendor(flex-direction, row);
                        .vendor(flex-wrap, wrap);
                        .vendor(align-content, flex-start);

                        @media (max-width: 380px) {
                            display: block;
                            text-align: center;
                        }
                        .azen-person {
                            .vendor(flex, 1 1 auto);
                            margin-bottom: 10px;

                            @media (max-width: 991px) {
                                text-align: left;
                            }
                            @media (max-width: 380px) {
                                display: block;
                                text-align: center;
                            }
                            .azen-image {
                                display: inline-block;
                                vertical-align: middle;
                                border-radius: 100%;
                                margin-right: 10px;
                                max-width: 38px;
                                max-height: 38px;
                                width: 100%;
                                height: 38px;
                                background-size: cover;
                                background-repeat: no-repeat;
                                background-position: center;
                            }
                            span {
                                display: inline-block;
                                vertical-align: middle;
                                .text();
                                font-size: 16px;
                                letter-spacing: -0.5px;
                            }
                        }
                        .azen-button {
                            .vendor(flex, 0 1 auto);
                            margin: 0 0 10px 5px;
                            span {
                                display: inline-block;
                                min-height: 29px;
                                padding: 0 15px;
                                text-align: center;
                                border-radius: @azen-elastic-border-radius;
                                .text();
                                line-height: 2;
                                color: @black-dark;
                                font-size: 14px;
                                font-weight: 400;
                                background: @white-lighter;
                                box-shadow: @azen-elastic-panel-brand-shadow;
                                .vendor(transition, all .3s linear);  
                            }

                            @media (max-width: 991px) {
                                text-align: right;
                            }
                            @media (max-width: 380px) {
                                display: block;
                                text-align: center;
                            }
                        }
                    }
                }
                &:hover {
                    box-shadow: @azen-elastic-panel-brand-shadow-hover;
                    .azen-text-part {
                        .azen-info {
                            .azen-button {
                                span {
                                    box-shadow: @azen-elastic-panel-brand-shadow-hover;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-elastic-button {
        .azen-general {
            a {
                .button();
                background-color: transparent;
            }
        }
        &[data-alternative-styles="true"] {
            .azen-general {
                a {
                    .button-brand();
                }
            }
        }
    }

    .azen-elastic-small-button {
        .azen-general {
            a {
                .button();
                padding: 15px 22px;
                background-color: transparent;
            }
        }
        &[data-alternative-styles="true"] {
            .azen-general {
                a {
                    .button();
                    background-color: @brand-color;
                    color: @white-lighter;
                    box-shadow: @azen-elastic-button-brand-shadow;
                    &:hover {
                        background-color: @black-darker;
                        color: @white-lighter;
                        box-shadow: 0 0 0 0 transparent;
                        border-color: @black-darker;
                    }
                }
            }
        }
    }

    .azen-elastic-button-with-price {
        .azen-general {
            a {
                position: relative;
                .button();
                background-color: transparent;
                span {
                    &:nth-child(3) {
                        position: absolute;
                        top: -10px;
                        right: -19.5px;
                        background-color: @brand-color;
                        border-radius: @azen-elastic-border-radius;
                        font-family: @azen-elastic-font;
                        color: @white-lighter;
                        font-size: 11px;
                        font-weight: 600;
                        line-height: 1;
                        padding: 4.5px 9.25px;
                        .vendor(transition, all .3s linear);
                    }
                }
                &:hover {
                    span {
                        &:nth-child(3) {
                            background-color: @white-lighter;
                            color: @brand-color;
                        }
                    }
                }
            }
        }
        &[data-alternative-styles="true"] {
            .azen-general {
                a {
                    .button();
                    background-color: @brand-color;
                    color: @white-lighter;
                    box-shadow: @azen-elastic-button-brand-shadow;
                    span {
                        &:nth-child(3) {
                            background-color: @white-lighter;
                            color: @brand-color; 
                        }
                    }
                    &:hover {
                        background-color: @black-darker;
                        border-color: @black-darker;
                        box-shadow: 0 0 0 0 transparent;
                    }
                }
            }
        }
    }

    .azen-elastic-button-white {
        a {
            .button();
            background-color: @white-lighter;
            border: @azen-elastic-border-width solid @white-lighter;
            box-shadow: @azen-elastic-panel-brand-shadow;
            &:hover {
                border-color: @brand-color;
            }
        }
        &[data-alternative-styles="true"] {
            a {
                color: @black-darker;
                &:hover {
                    color: @white-lighter;
                }
            }
        }
    }

    .azen-elastic-image-info {
        margin-bottom: 30px;
        .azen-general {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-radius: @azen-elastic-border-radius;
            box-shadow: @azen-elastic-panel-brand-shadow;
            .azen-image-part {
                position: relative;
                display: table-cell;
                vertical-align: top;
                width: 50%;
                border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;

                @media (max-width: 991px) {
                    display: block;
                    width: auto;
                    border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                }
                .azen-image-wrapper {
                    position: absolute;
                    right: 0;
                    left: 0;
                    top: 0;
                    bottom: 0;

                    @media (max-width: 991px) {
                        position: relative;
                        right: inherit;
                        left: inherit;
                        top: inherit;
                        bottom: inherit;
                    }
                    .azen-image {
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: cover;
                        width: 100%;
                        height: 100%;
                        border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;

                        @media (max-width: 991px) {
                            display: block;
                            height: 430px;
                            border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                        }
                    }  
                }
            }
            .azen-text-part {
                display: table-cell;
                vertical-align: top;
                width: 50%;
                background-color: @white-lighter;
                border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                padding: 60px 34px 65px 40px;

                @media (max-width: 991px) {
                    display: block;
                    width: auto;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                }
                .azen-title {
                    .title-small();
                    font-size: 26px;
                    line-height: 1.4;
                    margin-bottom: 29px;
                }
                .azen-text {
                    .text();
                    font-size: 21px;
                    line-height: 1.6;
                    margin-bottom: 55px;
                }
                .azen-info {
                    .vendor(display, flex);
                    .vendor(justify-content, space-between);
                    .vendor(align-items, start);
                    .vendor(flex-direction, row);
                    .vendor(flex-wrap, nowrap);
                    text-align: left;

                    @media (max-width: 500px) {
                        display: block;
                        text-align: center;
                    }
                    .azen-person {
                        .vendor(flex, 1 1 auto);

                        @media (max-width: 500px) {
                            display: block;
                            margin-bottom: 20px;
                        }
                        .azen-image {
                            display: inline-block;
                            vertical-align: middle;
                            border-radius: 100%;
                            margin-right: 10px;
                            max-width: 48px;
                            max-height: 48px;
                            width: 100%;
                            height: 48px;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                        }
                        span {
                            display: inline-block;
                            vertical-align: middle;
                            .text();
                            font-size: 18px;
                            letter-spacing: -0.5px;
                            margin-bottom: 0;
                        }
                    }
                    a {
                        .vendor(flex, 1 1 auto);
                        text-align: right;
                        span {
                            display: inline-block;
                            text-align: center;
                            padding: 15px 22.5px;
                            border-radius: @azen-elastic-border-radius;
                            .text();
                            margin-bottom: 0;
                            line-height: 1.2;
                            color: @white-lighter;
                            font-size: 18px;
                            font-weight: 500;
                            background-color: @brand-color;
                            box-shadow: @azen-elastic-panel-brand-shadow;
                            .vendor(transition, all .3s linear);  
                        }

                        @media (max-width: 500px) {
                            display: block;
                            text-align: center;
                        }
                        &:hover {
                            span {
                                background-color: @black-darker; 
                            }
                        }
                    }
                }
            }
            &:hover {
                .azen-text-part {
                    .azen-info {
                        a {
                            span {
                                box-shadow: @azen-elastic-button-black-shadow;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-elastic-countdown {
        .azen-general {
            margin-bottom: 30px;
            margin-left: -9px;
            margin-right: -9px;
            text-align: center;
            .az-countdown {
                .az-days, .az-hours, .az-minutes, .az-seconds {
                    display: inline-block;
                    text-align: center;
                    background-color: @white-lighter;
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    margin: 9px;
                    min-width: 104px;
                    padding: 16px 0 19px 0;
                    border-radius: @azen-elastic-border-radius;
                    .az-count {
                        .title-small();
                        font-size: 37px;
                        line-height: 1;
                        margin: 0 0 3px 0;
                    }
                    span {
                        .text();
                        line-height: 1;
                        font-size: 17px;
                    }
                }
            }
        }
    }

    .azen-elastic-teammate {
        margin-bottom: 30px;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            a {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(25% - 30px)";
                @media (max-width: 1300px) {
                    width: ~"calc(33.33% - 30px)";
                }
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                   

                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                border: @azen-elastic-border-width solid transparent;
                .vendor(transition, all .3s linear);
                .azen-image-part {
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    height: 324px;
                    border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                }
                .azen-text-part {
                    background-color: @white-lighter;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                    padding: 28px 18px 26px;
                    .azen-name {
                        .title-small();
                        line-height: 1.2;
                        letter-spacing: -0.5px;
                        margin-bottom: 10px;
                        .vendor(transition, all .3s linear);
                    }
                    .azen-position {
                        .text();
                        line-height: 1.2;
                        font-weight: 300;
                        letter-spacing: -0.5px;
                        color: @azen-elastic-body-color;
                    }
                }
                &:hover {
                    box-shadow: @azen-elastic-panel-brand-shadow-hover;
                }
            }
        }
    }

    div.azen-elastic-teammate-2 {
        margin-bottom: 30px;
        .azen-general {
            .vendor(display, flex);
            .vendor(align-items, center);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-wrapper {
                width: ~"calc(50% - 30px)";
                margin: 15px;
                box-sizing: border-box;
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                } 
                a {
                    display: table;
                    width: 100%;
                    table-layout: fixed;
                    vertical-align: top;
                    text-align: left;
                    border-radius: @azen-elastic-border-radius;
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    border: @azen-elastic-border-width solid transparent;
                    box-sizing: border-box;
                    .vendor(transition, all .3s linear);
                    .azen-image-part {
                        position: relative;
                        display: table-cell;
                        vertical-align: top;
                        width: 50%;
                        border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;

                        @media (max-width: 991px) {
                            display: block;
                            width: auto;
                            border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                            margin: -1px;
                        }
                        .azen-image-wrapper {
                            position: absolute;
                            right: -1px;
                            left: -1px;
                            top: -1px;
                            bottom: -1px;

                            @media (max-width: 991px) {
                                position: relative;
                                right: inherit;
                                left: inherit;
                                top: inherit;
                                bottom: inherit;
                            }
                            .azen-image {
                                background-repeat: no-repeat;
                                background-position: center;
                                background-size: cover;
                                width: 100%;
                                height: 100%;
                                border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;

                                @media (max-width: 991px) {
                                    display: block;
                                    height: 244px;
                                    border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                                }
                            }  
                        }
                    }
                    .azen-text-part {
                        background-color: @white-lighter;
                        border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                        padding: 34px 35px 36px;
                        display: table-cell;
                        vertical-align: top;
                        width: 50%;

                        @media (max-width: 991px) {
                            display: block;
                            width: auto;
                            border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                        }
                        .azen-name {
                            .title-small();
                            line-height: 1.2;
                            margin-bottom: 11px;
                            .vendor(transition, all .3s linear);
                        }
                        .azen-position {
                            .text();
                            line-height: 1.2;
                            text-transform: inherit;
                            font-size: 14px;
                            font-weight: 400;
                            margin-bottom: 23px;
                        }
                        .azen-text {
                            .title-small();
                            font-weight: 300;
                            line-height: 1.35;
                            color: @azen-elastic-body-color;
                            margin-bottom: 22px;
                        }
                        .azen-email {
                            .text();
                            text-transform: inherit;
                            font-size: 15px;
                            font-weight: 300;
                            color: @brand-color;
                            line-height: 1.2;
                            margin: 0;
                        }
                    }
                    &:hover {
                        box-shadow: @azen-elastic-panel-brand-shadow-hover;
                    }
                }
            }
        }
        &[data-alternative-styles="true"] {
            .azen-general {
                .azen-wrapper {
                    a {
                        box-shadow: @azen-elastic-black-shadow;
                        border: 0;
                        .azen-text-part {
                            background-color: transparent;
                        }
                        &:hover {
                            box-shadow: @azen-elastic-black-shadow;
                        }
                    }
                }
            }
        }        
    }

    .azen-elastic-pricing-plan {
        margin-bottom: 30px;
        background-color: @white-lighter;
        .azen-general {
            text-align: center;
            border-radius: @azen-elastic-border-radius;
            box-shadow: @azen-elastic-panel-brand-shadow;
            display: table;
            width: 100%;
            table-layout: fixed;
            .azen-pricing {
                display: table-cell;
                vertical-align: top;
                position: relative;
                text-align: left;
                padding: 51px 50px 51px 54px;
                border-radius: @azen-elastic-border-radius;
                &:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    z-index: 1;
                    background: linear-gradient(to right, @white-lighter, @azen-elastic-fade1-color);
                    visibility: visible;
                    opacity: 1;
                    .vendor(transition, all .3s linear 0s);
                }
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    &:first-child {
                        border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;
                    }
                    &:not(:first-child) {
                        border-radius: 0;
                    }
                    &:last-child {
                        border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                    }
                    @media (max-width: 991px) {
                        display: block;
                        &:before {
                            background: linear-gradient(to bottom, @white-lighter, @azen-elastic-fade1-color);
                        }
                        &:first-child {
                            border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                        }
                        &:not(:first-child) {
                            border-radius: 0;
                        }
                        &:last-child {
                            border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                        }
                    }
                }
                &:only-child {
                    border-radius: @azen-elastic-border-radius;
                }
                .azen-title {
                    position: relative;
                    z-index: 2;
                    .title-small();
                    font-size: 34px;
                    line-height: 1.2;
                    letter-spacing: -0.8px;
                    margin-bottom: 25px;
                }
                .azen-text {
                    position: relative;
                    z-index: 2;
                    .title-small();
                    font-weight: 300;
                    line-height: 1.6;
                    color: @azen-elastic-body-color;
                    margin-bottom: 36px;
                }
                .azen-items {
                    position: relative;
                    z-index: 2;
                    margin-bottom: 54px;
                    .azen-item {
                        margin-bottom: 34px;
                        &:last-child {
                            margin: 0;
                        }
                        .azen-icon {
                            display: table-cell;
                            vertical-align: top;
                            padding: 2px 25px 0 0;
                            span {
                                font-size: 26px;
                                font-weight: 600;
                            }
                        }
                        .azen-info {
                            display: table-cell;
                            vertical-align: top;
                            .title-small();
                            font-weight: 300;
                            color: @azen-elastic-body-color;
                        }
                    }
                }
                a {
                    position: relative;
                    z-index: 2;
                    .button();
                    display: block;
                    font-size: 21px;
                    font-weight: 500;
                    border-color: @white-lighter;
                    text-transform: inherit;
                    line-height: 1.1;
                    padding: 22px 54.75px;
                    box-shadow: @azen-elastic-panel-brand-shadow;

                    @media (max-width: 500px) {
                        text-align: center;
                        padding: 21px;
                    }
                }
                &:hover {
                    &:before {
                        visibility: hidden;
                        opacity: 0;
                    }
                    a {
                        background-color: @brand-color;
                        color: @white-lighter;
                        box-shadow: 0 0 0 0 transparent;
                        &:hover {
                            background-color: @black-darker;
                        }
                    }
                }
            }
        }
    }

    .azen-elastic-pricing-2 {
        border-radius: @azen-elastic-border-radius;
        box-shadow: @azen-elastic-panel-brand-shadow;
        .azen-header {
            padding: 34px 30px 28px 30px;
            background-color: @azen-elastic-lighten5-color;
            border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
            border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
            .vendor(transition, all .3s linear 0s);
            .azen-title {
                .title-small();
                font-size: 22px;
                font-weight: 600;
                margin-bottom: 19px;
                .vendor(transition, all .3s linear 0s);
            }
            .azen-price {
                margin-bottom: 34px;
                span {
                    &:first-child {
                        .title-small();
                        font-size: 64px;
                        font-weight: 700;
                        letter-spacing: -1px;
                        margin-bottom: 0;
                        .vendor(transition, all .3s linear 0s);

                        @media (max-width: 500px) {
                            font-size: 54px;
                        }
                    }
                    &:last-child {
                        .text();
                        font-size: 28px;
                        font-weight: 700;
                        line-height: 1.55;
                        letter-spacing: -1px;
                        .vendor(transition, all .3s linear 0s);

                        @media (max-width: 500px) {
                            font-size: 20px;
                        }
                        &:before {
                            content: "/";
                            display: inline-block;
                            .text();
                            font-size: 28px;
                            font-weight: 600;
                            line-height: 1.55;
                            .vendor(transition, all .3s linear 0s);

                            @media (max-width: 500px) {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
            .azen-question {
                .title-small();
                font-size: 22px;
                letter-spacing: -0.5px;
                margin-bottom: 15px;
                .vendor(transition, all .3s linear 0s);
            }
            .azen-text {
                .title-small();
                font-size: 20px;
                font-weight: 300;
                line-height: 1.4;
                color: @azen-elastic-body-color;
                margin-bottom: 0;
                .vendor(transition, all .3s linear 0s);
            }
        }
        .azen-body {
            background-color: @white-lighter;
            border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
            padding: 42px 30px 65px 27px;
            .azen-items {
                margin-bottom: 52px;
                .azen-item {
                    margin-bottom: 34px;
                    &:last-child {
                        margin: 0;
                    }
                    .azen-icon {
                        display: table-cell;
                        vertical-align: top;
                        padding: 2px 15px 0 0;
                        span {
                            font-size: 26px;
                            font-weight: 600;
                        }
                    }
                    .azen-info {
                        display: table-cell;
                        vertical-align: top;
                        .title-small();
                        font-weight: 300;
                        color: @azen-elastic-body-color;
                    }
                }
            }
            a {
                .button();
                text-align: center;
                display: block;
                font-size: 21px;
                font-weight: 500;
                border-color: @white-lighter;
                text-transform: inherit;
                line-height: 1.1;
                padding: 21px 39.5px;
                box-shadow: @azen-elastic-panel-brand-shadow;
                letter-spacing: -0.75px;

                @media (max-width: 500px) {
                    text-align: center;
                    padding: 21px;
                }
            }
        }
        &:hover, &.azen-elastic-active {
            .azen-header {
                background-color: @brand-color;
                .azen-title, .azen-question, .azen-text {
                    color: @white-lighter;
                }
                .azen-price {
                    span {
                        &:first-child {
                            color: @white-lighter;
                        }
                        &:last-child {
                            color: @white-lighter;
                            &:before {
                                color: @white-lighter;
                            }
                        }
                    }
                }
            }
            .azen-body {
                a {
                    background-color: @brand-color;
                    color: @white-lighter;
                    box-shadow: 0 0 0 0 transparent;
                    &:hover {
                        background-color: @black-darker;
                        border-color: @black-darker;
                        box-shadow: 0 0 0 0 transparent;
                    }
                }
            }
        }
    }

    .azen-elastic-pricing-plan-2 {
        padding-top: 50px;
        margin-bottom: 30px;
        .azen-general {
            position: relative;
            text-align: center;
            .azen-menu-checkbox {
                position: absolute;
                clip: rect(0, 0, 0, 0);
                .vendor(user-select, none);
                &:checked {
                    ~ .azen-pricing-wrapper-2 {
                        display: block;
                    }
                    ~ .azen-pricing-wrapper {
                        display: none;
                    }                    
                    ~ .azen-switcher .azen-switch:after {
                        left: ~"calc(50% + 18px)";
                        @media (max-width: 500px) {
                            left: ~"calc(50% + 25px)";
                        }
                    }
                    ~ .azen-switcher .azen-switch-text-2 {
                        color: @brand-color;
                    }
                }
                &:not(:checked) {
                    ~ .azen-switcher .azen-switch-text-1 {
                        color: @brand-color;
                    }
                }
            }
            .azen-switcher {   
                display: inline-block;
                position: relative;
                .azen-switch {
                    display: inline-block;
                    vertical-align: top;
                    width: 85px;
                    height: 30px;
                    position: relative;
                    cursor: pointer;
                    &:before {
                        content: "";
                        position: absolute;
                        top: 5px;
                        left: ~"calc(50% - 7px)";
                        .vendor(transform, translate(-50%, 0));
                        display: inline-block;
                        width: 85px;
                        height: 22px;
                        background-color: @brand-color;
                        border-radius: 20px;
                    }
                    &:after {
                        content: "";
                        position: absolute;
                        left: ~"calc(50% - 32px)";
                        top: -3px;
                        .vendor(transform, translate(-50%, 0));
                        display: inline-block;
                        border-radius: 100%;
                        width: 35px;
                        height: 35px;
                        background-color: @azen-elastic-lighten5-color;
                        box-shadow: 0 4.33px 30px 0 @azen-elastic-fade4-color;
                        border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                        .vendor(transition, all .2s linear 0s);
                    }
                }
                .azen-switch-text-1, .azen-switch-text-2 {
                    .text();
                    position: absolute;    
                    top: 50%;
                    .vendor(transform, translateY(-50%));
                    white-space: nowrap;
                    font-size: 21px;
                    word-spacing: 4px;
                    .vendor(transition, all .3s linear 0s);

                    @media (max-width: 600px) {
                        white-space: normal;
                    }
                }
                .azen-switch-text-1 {
                    right: ~"calc(100% + 45px)";
                    @media (max-width: 600px) {
                        right: ~"calc(100% + 25px)";
                    }
                }
                .azen-switch-text-2 {
                    left: ~"calc(100% + 30px)";
                    @media (max-width: 600px) {
                        left: ~"calc(100% + 10px)";
                    }
                }
            }
            .azen-pricing-wrapper, .azen-pricing-wrapper-2 {
                text-align: center;
                font-size: 0;
                padding-top: 69px;
                .azen-pricing {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    text-align: left;
                    &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                        width: ~"calc(33.3333333333% - 21px)";
                        margin: 0 31px 31px 0;
                        &:last-child, &:nth-child(3n) {
                            margin-right: 0;
                        }
                        &:last-child {
                            margin-right: 0;
                        }

                        @media (max-width: 991px) {
                            width: ~"calc(50% - 16px)";
                            margin: 0 31px 31px 0;
                            &:nth-child(2n) {
                                margin-right: 0;
                            }
                            &:nth-child(3n) {
                                margin-right: 31px;
                            }
                            &:last-child {
                                margin-right: 0;
                            }
                        }
                        @media (max-width: 699px) {
                            display: block;
                            width: auto;
                            margin: 0 0 31px 0;
                            &:nth-child(3n) {
                                margin-right: 0;
                            }
                            &:last-child {
                                margin: 0;
                            }
                        }
                        .azen-body {
                            a {
                                padding: 21px 32.5px;
                            }
                        }
                    }
                    &:only-child {
                        display: block;
                        width: auto;
                        .azen-body {
                            a {
                                padding: 21px 39.5px;
                            }
                        }
                    }
                }
            }
            .azen-pricing-wrapper-2 {
                display: none;
            }
        }
    }

    .azen-elastic-pricing-plan-5 {
        margin-bottom: 30px;
        .azen-general {
            text-align: center;
            font-size: 0;
            .azen-pricing {
                display: inline-block;
                vertical-align: top;
                text-align: center;
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;
                border: @azen-elastic-border-width solid transparent;
                padding: 55px 50px 65px;
                .azen-icon {
                    span {
                        font-size: 84px;
                        color: @brand-color;
                    }
                    margin-bottom: 37px;
                }
                .azen-title {
                    .title-small();
                    font-size: 22px;
                    font-weight: 600;
                    word-spacing: -3px;
                    margin-bottom: 19px;
                    .vendor(transition, all .3s linear 0s);
                }
                .azen-text {
                    .title-small();
                    font-size: 21px;
                    font-weight: 300;
                    line-height: 1.35;
                    color: @azen-elastic-body-color;
                    margin-bottom: 50px;
                    .vendor(transition, all .3s linear 0s);
                }
                .azen-price {
                    margin-bottom: 54px;
                    span {
                        vertical-align: top;
                        &:first-child {
                            .title-small();
                            line-height: 1;
                            display: inline-block;
                            font-size: 30px;
                            font-weight: 700;
                            letter-spacing: -1px;
                            margin: 0 8px 0 0;
                            .vendor(transition, all .3s linear 0s);
                        }
                        &:last-child {
                            .text();
                            display: inline-block;
                            font-size: 22px;
                            font-weight: 400;
                            line-height: 1.55;
                            letter-spacing: -1px;
                            margin: 0;
                            .vendor(transition, all .3s linear 0s);
                        }
                    }
                }
                a {
                    .button();
                    text-align: center;
                    font-size: 21px;
                    font-weight: 500;
                    border-color: @brand-color;
                    line-height: 1.1;
                    padding: 19.5px 0;
                    width: 100%;
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    letter-spacing: -0.75px;
                }
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    width: ~"calc(33.3333333333% - 123px)";
                    margin: 0 31px 31px 0;
                    &:last-child, &:nth-child(3n) {
                        margin-right: 0;
                    }
                    &:last-child {
                        margin-right: 0;
                    }
                    @media (max-width: 991px) {
                        width: ~"calc(50% - 118px)";
                        margin: 0 31px 31px 0;
                        &:nth-child(2n) {
                            margin-right: 0;
                        }
                        &:nth-child(3n) {
                            margin-right: 31px;
                        }
                        &:last-child {
                            margin-right: 0;
                        }
                    }
                    @media (max-width: 699px) {
                        display: block;
                        width: auto;
                        margin: 0 0 31px 0;
                        &:nth-child(3n) {
                            margin-right: 0;
                        }
                        &:last-child {
                            margin: 0;
                        }
                    }
                }
                &:only-child {
                    display: block;
                    width: auto;
                }
                &:hover {
                    a {
                        background-color: @brand-color;
                        color: @white-lighter;
                        &:hover {
                            background-color: @black-darker;
                            color: @white-lighter;
                            box-shadow: 0 0 0 0 transparent;
                            border-color: @black-darker;
                        }
                    }
                }
            }
        }
    }

    .azen-elastic-pricing-plan-6 {
        margin-bottom: 30px;
        .azen-general {
            text-align: center;
            font-size: 0;
            .azen-pricing {
                position: relative;
                display: inline-block;
                vertical-align: top;
                text-align: center;
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                border: @azen-elastic-border-width solid transparent;
                padding: 57px 55px 59px;
                overflow: hidden;
                .azen-title {
                    position: relative;
                    z-index: 2;
                    .title-small();
                    font-size: 28px;
                    font-weight: 400;
                    word-spacing: -3px;
                    margin-bottom: 21px;
                    .vendor(transition, all .3s linear 0s);
                }
                .azen-text {
                    position: relative;
                    z-index: 2;
                    .title-small();
                    font-size: 21px;
                    font-weight: 300;
                    line-height: 1.35;
                    color: @azen-elastic-body-color;
                    margin-bottom: 50px;
                    .vendor(transition, all .3s linear 0s);
                }
                .azen-price {
                    margin-bottom: 54px;
                    position: relative;
                    z-index: 2;
                    span {
                        vertical-align: top;
                        &:first-child {
                            .title-small();
                            display: inline-block;
                            font-size: 30px;
                            font-weight: 700;
                            letter-spacing: -1px;
                            line-height: 1;
                            margin: 0 8px 0 0;
                            .vendor(transition, all .3s linear 0s);
                        }
                        &:last-child {
                            .text();
                            display: inline-block;
                            font-size: 22px;
                            font-weight: 400;
                            line-height: 1.55;
                            letter-spacing: -1px;
                            margin: 0;
                            .vendor(transition, all .3s linear 0s);
                        }
                    }
                }
                a {
                    .button();
                    position: relative;
                    z-index: 2;
                    text-align: center;
                    font-size: 21px;
                    font-weight: 500;
                    border-color: @brand-color;
                    line-height: 1.1;
                    padding: 19.5px 0;
                    width: 100%;
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    letter-spacing: -0.75px;
                }
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    width: ~"calc(33.3333333333% - 133px)";
                    margin: 0 31px 31px 0;
                    padding: 57px 55px 59px;
                    &:before {
                        content: "";
                        position: absolute;
                        top: -100px;
                        left: -300px;
                        z-index: 1;
                        width: 600px;
                        height: 600px;
                        border-radius: 100%;
                        background-color: @azen-elastic-bg-color;
                    }
                    &:last-child, &:nth-child(3n) {
                        margin-right: 0;
                    }
                    &:last-child {
                        margin-right: 0;
                    }
                    @media (max-width: 991px) {
                        width: ~"calc(50% - 128px)";
                        margin: 0 31px 31px 0;
                        &:nth-child(2n) {
                            margin-right: 0;
                        }
                        &:nth-child(3n) {
                            margin-right: 31px;
                        }
                        &:last-child {
                            margin-right: 0;
                        }
                    }
                    @media (max-width: 699px) {
                        display: block;
                        width: auto;
                        margin: 0 0 31px 0;
                        &:nth-child(3n) {
                            margin-right: 0;
                        }
                        &:last-child {
                            margin: 0;
                        }
                    }
                }
                &:only-child {
                    display: block;
                    width: auto;
                    &:before {
                        content: "";
                        position: absolute;
                        top: -100px;
                        left: -300px;
                        z-index: 1;
                        width: 600px;
                        height: 600px;
                        border-radius: 100%;
                        background-color: @azen-elastic-bg-color;

                        @media (max-width: 699px) {
                            left: -50%;
                        }
                        @media (max-width: 430px) {
                            left: -80%;
                        }
                        @media (max-width: 360px) {
                            left: -110%;
                            width: 600px;
                            height: 600px;
                        }
                    }
                }
                &:hover {
                    a {
                        background-color: @brand-color;
                        color: @white-lighter;
                        &:hover {
                            background-color: @black-darker;
                            color: @white-lighter;
                            box-shadow: 0 0 0 0 transparent;
                            border-color: @black-darker;
                        }
                    }
                }
            }
        }
    }

    .azen-elastic-pricing-scales {
        margin-bottom: 30px;
        .azen-general {
            text-align: center;
            form {
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                display: table;
                width: 100%;
                table-layout: fixed;
                .azen-left-part {
                    display: table-cell;
                    vertical-align: top;
                    position: relative;
                    text-align: left;
                    padding: 63px 50px 50px 42px;
                    border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;
                    background: linear-gradient(to right, @white-lighter, @azen-elastic-bg-color);

                    @media (max-width: 991px) {
                        display: block;
                        border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                        padding-bottom: 36px;
                    }
                    .azen-title {
                        .title-small();
                        font-size: 28px;
                        font-weight: 400;
                        line-height: 1.2;
                        letter-spacing: -1.3px;
                        margin-bottom: 50px;
                    }
                }
                .azen-item-title {
                    .title-small();
                    font-size: 20px;
                    font-weight: 300;
                    line-height: 1.2;
                    letter-spacing: -0.3px;
                    margin-bottom: 17px;
                }
                div {
                    > div {
                        margin-bottom: 23px;
                        input[type="range"] {
                            width: 100%;
                        }
                        input[type="range"]::-moz-range-track{
                            background-color: @brand-color;
                            height: 6px;
                            border-radius: @azen-elastic-border-radius;
                        }
                        input[type="range"]::-ms-track {
                            background-color: @brand-color;
                            height: 6px;
                            border-radius: @azen-elastic-border-radius;

                        }                        
                        input[type="range"]::-webkit-slider-runnable-track {
                            background-color: @brand-color;
                            height: 6px;
                            border-radius: @azen-elastic-border-radius;
                        }
                        input[type="range"]::-webkit-slider-thumb {
                            margin-top: -10px;
                            background-color: @white-lighter;
                            border-radius: 100%;
                            width: 26px;
                            height: 26px;
                            box-shadow: 0 4.33px 30px 0 @azen-elastic-fade4-color;
                            border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                        }
                        input[type="range"]::-moz-range-thumb {
                            margin-top: -10px;
                            background-color: @white-lighter;
                            border-radius: 100%;
                            width: 26px;
                            height: 26px;
                            box-shadow: 0 4.33px 30px 0 @azen-elastic-fade4-color;
                            border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                        }
                        input[type="range"]::-ms-thumb {
                            margin-top: -10px;
                            background-color: @white-lighter;
                            border-radius: 100%;
                            width: 26px;
                            height: 26px;
                            box-shadow: 0 4.33px 30px 0 @azen-elastic-fade4-color;
                            border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                        }
                        .form();
                    }

                }
                .azen-right-part {
                    display: table-cell;
                    vertical-align: top;
                    position: relative;
                    text-align: center;
                    padding: 106px 106px 151px;
                    border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                    background-color: @azen-elastic-darken1-color;

                    @media (max-width: 991px) {
                        display: block;
                        border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                    }
                    @media (max-width: 600px) {
                        padding: 50px 40px;
                    }
                    .azen-title {
                        .title-small();
                        color: @white-lighter;
                        font-size: 37px;
                        font-weight: 700;
                        line-height: 1.2;
                        margin-bottom: 21px;
                    }
                    .azen-text {
                        .title-small();
                        color: @white-lighter;
                        font-weight: 400;
                        line-height: 1.6;
                        margin-bottom: 5px;
                    }
                    .azen-price {
                        margin-bottom: 7px;
                        span {
                            display: inline-block;
                            vertical-align: top;
                            &:first-child {
                                .title-small();
                                color: @white-lighter;
                                font-size: 38px;
                                margin-bottom: 0;
                                padding: 25px 12px 0 0;

                                @media (max-width: 600px) {
                                    line-height: 28px;
                                    padding: 14px 12px 0 0;
                                }
                            }
                            &:last-child {
                                .title-small();
                                font-size: 88px;
                                font-weight: 700;
                                color: @white-lighter;
                                letter-spacing: -1px;
                                margin-bottom: 0;

                                @media (max-width: 600px) {
                                    font-size: 60px;
                                }
                            }
                        }
                    }
                    .azen-plan {
                        .title-small();
                        font-size: 20px;
                        line-height: 1.2;
                        font-weight: 400;
                        color: @white-lighter;
                        letter-spacing: -1px;
                        word-spacing: 3px;
                        margin-bottom: 28px;
                    }
                    a {
                        .button();
                        font-size: 21px;
                        font-weight: 500;
                        background-color: @brand-color;
                        color: @white-lighter;
                        text-transform: inherit;
                        line-height: 1.1;
                        letter-spacing: -0.4px;
                        padding: 21px 54.75px;

                        @media (max-width: 500px) {
                            padding: 21px;
                        }
                        &:hover {
                            background-color: @white-lighter;
                            color: @brand-color;
                            border-color: @white-lighter;
                            box-shadow: 0 0 0 0 transparent;
                        }
                    }
                }
            }
        }
        &[data-alternative-styles="true"] {
            .azen-general {
                form {
                    .azen-right-part {
                        background-color: @brand-color;
                        a {
                            background-color: @accent-1-color;
                            &:hover {
                                background-color: @white-lighter;
                                color: @brand-color;
                                border-color: @white-lighter;
                                box-shadow: 0 0 0 0 transparent;
                            }
                        }
                    }
                }
            }
        }
    }

    .azen-elastic-pricing-plan-3 {
        .azen-general {
            text-align: center;
            margin-bottom: 30px;
            table {
                .azh-initial();
                display: table;
                table-layout: fixed;
                width: 100%;
                box-shadow: @azen-elastic-panel-brand-shadow;
                border-radius: @azen-elastic-border-radius;
                border: 0;
                margin: 0;
                border-spacing: 0;
                border-collapse: collapse;
                text-align: center;
                thead {
                    .azh-initial();
                    display: table-header-group;
                    vertical-align: middle;
                    border: 0;
                    tr {
                        .azh-initial();
                        display: table-row;
                        vertical-align: middle;
                        background-color: transparent;
                        padding: 0;
                        margin: 0;
                        th {
                            .azh-initial();
                            display: table-cell;
                            border: @azen-elastic-border-width solid @azen-elastic-border-color;
                            border-width: 0 1px 1px 0;
                            padding: 0;
                            text-align: center;
                            padding: 49px 20px 29px;
                            vertical-align: middle;
                            margin: 0;

                            @media (max-width: 700px) {
                                padding: 10px;
                            }
                            &:last-child {
                                border-width: 0 0 1px 0;
                            }
                            .azen-item {
                                text-align: center;
                                img {
                                    display: block;
                                    width: auto;
                                    height: auto;
                                    max-width: 100%;
                                    max-height: 120px;
                                    margin: 0 auto 34px;

                                    @media (max-width: 700px) {
                                        display: none;
                                    }
                                }
                                .azen-title {
                                    .title-small();
                                    font-size: 22px;
                                    font-weight: 600;
                                    line-height: 1.2;
                                    margin-bottom: 23px;

                                    @media (max-width: 991px) {
                                        font-size: 18px;
                                        line-height: 1.2;
                                    }
                                    @media (max-width: 700px) {
                                        margin: 0;
                                    }
                                }
                                .azen-text {
                                    .text();
                                    font-size: 20px;
                                    line-height: 1.4;

                                    @media (max-width: 991px) {
                                        font-size: 16px;
                                        line-height: 1.2;
                                    }
                                    @media (max-width: 700px) {
                                        display: none;
                                    }
                                }
                            } 
                        }
                        &:hover {
                            background-color: transparent;
                        }
                    }
                }
                tbody {
                    .azh-initial();
                    display: table-row-group;
                    vertical-align: middle;
                    margin: 0;
                    padding: 0;
                    tr {
                        .azh-initial();
                        display: table-row;
                        vertical-align: middle;
                        background-color: transparent;
                        padding: 0;
                        margin: 0;
                        td {
                            .azh-initial();
                            display: table-cell;
                            border: @azen-elastic-border-width solid @azen-elastic-border-color;
                            border-width: 0 1px 1px 0;
                            padding: 20px 23px;
                            text-align: inherit;
                            vertical-align: middle;
                            &:last-child {
                                border-width: 0 0 1px 0;
                            }

                            @media (max-width: 700px) {
                                padding: 10px;
                            }
                            .azen-billed {
                                text-align: left;
                                .title-small();
                                font-size: 22px;
                                font-weight: 400;
                                letter-spacing: -1px;
                                line-height: 1.2;
                                margin-bottom: 0;
                                padding-left: 8px;

                                @media (max-width: 991px) {
                                    font-size: 18px;
                                    line-height: 1.2;
                                }
                            }
                            .azen-price {
                                text-align: center;
                                span {
                                    .text();
                                    font-size: 22px;

                                    @media (max-width: 991px) {
                                        font-size: 18px;
                                        line-height: 1.2;
                                    }
                                    &:first-child {
                                        color: @azen-elastic-heading-color;
                                        font-weight: 700;
                                        margin-right: 2px;
                                    }
                                    &:last-child {
                                        font-weight: 400;
                                        letter-spacing: -1px;
                                        word-break: break-all;
                                    }
                                }
                            }
                            .azen-pricing {
                                .text();
                                font-size: 22px;
                                font-weight: 700;
                                color: @azen-elastic-heading-color;
                                letter-spacing: -0.5px;
                                text-align: center;

                                @media (max-width: 991px) {
                                    font-size: 18px;
                                    line-height: 1.2;
                                }
                            }
                            a {
                                .button();
                                box-sizing: border-box;
                                position: relative;
                                text-align: center;
                                font-size: 21px;
                                font-weight: 500;
                                border-color: @brand-color;
                                line-height: 1.1;
                                padding: 19.5px 0;
                                width: 100%;
                                box-shadow: @azen-elastic-panel-brand-shadow;
                                letter-spacing: -0.5px;
                                margin: 16.5px 0 14.5px;

                                @media (max-width: 991px) {
                                    font-size: 18px;
                                }
                                @media (max-width: 700px) {
                                    font-size: 16px;
                                    padding: 12.5px 0;
                                }
                            }
                            .azen-feature {
                                text-align: left;
                                span {
                                    &:first-child {
                                        display: table-cell;
                                        padding-top: 2px;
                                        .text();
                                        letter-spacing: -0.3px;

                                        @media (max-width: 991px) {
                                            font-size: 16px;
                                            line-height: 1.2;
                                        }
                                    }
                                    &:nth-child(2) {
                                        display: table-cell;
                                        vertical-align: top;
                                        color: @brand-color;
                                        font-size: 14px;
                                        padding-left: 6px;
                                    }
                                }
                            }
                            .azen-icon {
                                span {
                                    font-size: 28px;

                                    @media (max-width: 991px) {
                                        font-size: 22px;
                                    }
                                }
                            }
                        }
                        &:nth-child(3) {
                            background-color: @azen-elastic-fade1-color;
                            td {
                                padding: 21px 22px;
                                border-width: 0 0 1px 0;
                            }
                            &:hover {
                                background-color: @azen-elastic-fade1-color;
                            }
                        }
                        &:nth-child(n+4) {
                            td {
                                padding: 18px 29px;
                                &:nth-child(n+2) {
                                    text-align: center;
                                }
                                @media (max-width: 700px) {
                                    padding: 10px;
                                }
                            }
                            &:last-child {
                                td {
                                    border-width: 0 1px 0 0;
                                    &:last-child {
                                        border-width: 0;
                                    }
                                }
                            }
                        }
                        &:last-child {
                            td {
                                border-bottom: 0;
                            }
                        }
                        &:hover {
                            background-color: transparent;
                        }
                    }
                }
            }
        }
    }

    .azen-elastic-pricing-plan-7 {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        .vendor(align-items, center);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-plan {
            box-shadow: @azen-elastic-panel-brand-shadow;
            background-color: @white-lighter;
            box-sizing: border-box;
            border-radius: @azen-elastic-border-radius;
            margin: 15px;
            width: ~"calc(50% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }
            .vendor(display, flex);
            .azen-main {
                .vendor(display, flex);
                .vendor(flex-direction, column); 
                .vendor(align-items, center); 
                .vendor(justify-content, center); 
                padding: 40px;
                width: 40%;
                background-color: @azen-elastic-bg-color;
                text-align: center;
                .azen-price {
                    margin-bottom: 5px;
                    .azen-currency {
                        .text();
                        display: inline-block;
                        font-size: 22px;
                    }
                    .azen-value {
                        .title-small();
                        font-size: 48px;
                        line-height: 48px;
                        display: inline-block;
                    }
                }
                .azen-per {
                    .text();
                    font-size: 16px;
                    margin-bottom: 35px;
                }
                .azen-button {
                    .button-brand();
                    padding: 20px 30px;
                }
            }
            .azen-details {
                .vendor(display, flex);
                .vendor(flex-direction, column); 
                .vendor(align-items, start); 
                .vendor(justify-content, center); 
                width: 60%;
                padding: 40px;
                .azen-title {
                    .title-small();
                    font-size: 20px;
                    margin-bottom: 20px;
                }
                .azen-features {
                    .azen-feature {
                        .vendor(display, flex);
                        line-height: 28px;
                        margin-bottom: 13px;
                        .azen-icon {
                            color: @brand-color;
                            font-size: 18px;
                            margin-right: 10px;
                        }
                        .azen-text {
                            .text();
                        }
                    }
                }
            }            
            @media (max-width: 600px) {
                .vendor(flex-direction, column); 
                .azen-details, .azen-main {
                    width: auto;
                }
            }            
        }
    }

    .azen-elastic-button-video {
        margin-bottom: 30px;
        .azen-general {
            a {
                display: table;
                width: 100%;
                table-layout: fixed;
                .azen-button {
                    display: table-cell;
                    vertical-align: middle;
                    position: relative;
                    width: 98px;
                    height: 98px;
                    background-color: @brand-color;
                    border-radius: 100%;
                    .vendor(transition, all .3s linear 0s);
                    box-shadow: @azen-elastic-video-button-brand-shadow;
                    .az-icon {
                        position: absolute;
                        left: ~"calc(50% + 3px)";
                        top: ~"calc(50% + 1px)";
                        font-size: 24px;
                        color: @white-lighter;
                        .vendor(transform, translate(-50%, -50%));
                        .vendor(transition, all .3s linear 0s);
                    }
                }
                .azen-text {
                    display: table-cell;
                    vertical-align: middle;
                    padding-left: 19px;
                    font-family: @azen-elastic-font;
                    font-size: 26px;
                    font-weight: 400;
                    line-height: 1.2;
                    letter-spacing: -1px;
                    word-spacing: -2px;
                    color: @azen-elastic-heading-color;
                }
                &:hover {
                    .azen-button {
                        background-color: @white-lighter;
                        .az-icon {
                            color: @brand-color;
                        }
                    }
                }
            }
        }
        &[data-alternative-styles="true"] {
            .azen-general {
                text-align: center;
                a {
                    display: inline-block;
                    width: auto;
                    .azen-button {
                        display: block;
                    }
                    .azen-text {
                        display: none;
                    }
                }
            }
        }
    }

    .azen-elastic-contact-form {
        .azen-general {
            .azen-elastic-form-container {
                .form();
                .azen-one-element, .azen-two-element {
                    margin-bottom: 18px;
                }
                .azen-two-element {
                    font-size: 0;
                    margin: 0 -8.5px 18px;

                    @media (max-width: 400px) {
                        margin: 0 0 18px;
                    }
                    input {
                        width: ~"calc(50% - 17px)";
                        margin: 0 8.5px;
                        vertical-align: top;

                        @media (max-width: 400px) {
                            display: block;
                            width: 100%;
                            margin: 0 0 18px;
                            &:last-child {
                                margin: 0;
                            }
                        }
                    }
                }
                .azen-button {
                    button {
                        .button();
                        width: 100%;
                        box-sizing: border-box;
                        background-color: @brand-color;
                        color: @white-lighter;
                        padding: 22.5px 39.5px;
                        text-transform: inherit;
                        letter-spacing: -0.5px;
                        &:hover {
                            background-color: @white-lighter;
                            color: @brand-color;
                        }
                    }
                }
            }
        }
        &[data-inverted-styles="true"] {
            .azen-general {
                .azen-elastic-form-container {
                    .inverted-form();
                }             
            }
        }
    }

    .azen-elastic-horizontal-form {
        .azen-form {
            .vendor(display, flex);
            .vendor(align-items, center);
            .azen-fields {
                .vendor(display, flex);
                .azen-field {
                    .form();
                    margin-right: 5px;
                }
                margin-right: 5px;
            }            
            button {
                .button();
                width: 100%;
                box-sizing: border-box;
                background-color: @brand-color;
                color: @white-lighter;
                @p: 24px - @azen-elastic-border-width;
                padding: @p 40px;
                text-transform: inherit;
                letter-spacing: -0.5px;
                &:hover {
                    background-color: @white-lighter;
                    color: @brand-color;
                }
            }
            @media (max-width: 768px) {
                .vendor(display, block);
                .azen-fields {
                    .vendor(display, block);
                    .azen-field {
                        width: 100%;
                        margin-bottom: 10px;
                    }
                }
                button {
                    width: 100%;
                }
            }
        }
        &[data-inverted-styles="true"] {
            .azen-form {
                .azen-fields {
                    .azen-field {
                        .inverted-form();
                    }
                }             
            }
        }
        &[data-alternative-styles="true"] {
            .azen-form {
                .azen-fields {
                    .azen-field {
                        .alternative-form();
                    }
                }             
            }            
            button {
                border-color: @accent-1-color;
                background-color: @accent-1-color;
                &:hover {
                    color: @accent-1-color;
                    box-shadow: @azen-elastic-button-accent-1-shadow;
                }
            }
        }
        .azen-toc {
            .vendor(display, flex);
            margin-top: 50px;
        }
    }

    .azen-elastic-checkbox {
        input {
            position: absolute;
            clip: rect(0, 0, 0, 0);
            + label {
                display: inline;
                .text();
                font-size: 14px;
                .vendor(user-select, none);
                cursor: pointer;
                display: inline-block;
                position: relative;      
                line-height: 1.5;
                &::before {
                    content: "";
                    display: inline-block;
                    width: 17px;
                    height: 17px;
                    border-radius: @azen-elastic-border-radius;
                    vertical-align: middle;
                    background-color: @white-lighter;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                    margin-right: 10px;
                    margin-bottom: 4px;
                }
            }
            &:checked + label {
                &::before {
                    background-color: @brand-color; 
                    border: @azen-elastic-border-width solid @brand-color;
                }
                &::after {
                    content: "\f00c";
                    font-family: FontAwesome;
                    color: @white-lighter;
                    position: absolute;
                    left: @azen-elastic-border-width;
                    top: @azen-elastic-border-width + 3px;
                    width: 17px;
                    height: 17px;
                    line-height: 1;
                    text-align: center;
                    font-size: 11px;
                }
            }
        }
    }

    .azen-elastic-feature-9 {
        margin-bottom: 30px;
        .azen-general {
            text-align: center;
            font-size: 0;
            .azen-element {
                display: inline-block;
                vertical-align: top;
                text-align: left;
                .azen-icon {
                    display: table-cell;
                    vertical-align: top;
                    padding: 6px 27px 0 0;
                    color: @brand-color;
                    span {
                        font-size: 34px;
                    }
                }
                .azen-content {
                    display: table-cell;
                    vertical-align: top;
                    .azen-title {
                        .title-small();
                        font-size: 18px;
                        line-height: 1.2;
                        font-weight: 600;
                        margin-bottom: 12px;
                    }
                    .azen-text {
                        .text();
                        line-height: 1.45;
                        letter-spacing: -0.7px;
                        word-spacing: -1px;
                        margin-bottom: 22px;
                    }
                    a {
                        display: inline-block;
                        text-align: center;
                        border: @azen-elastic-border-width solid transparent;
                        box-shadow: @azen-elastic-panel-brand-shadow;
                        padding: 13px 23.6px;
                        border-radius: @azen-elastic-border-radius;
                        .vendor(transition, all .3s linear 0s);
                        span {
                            display: inline-block;
                            .vendor(transition, all .3s linear 0s);
                            &:nth-child(1) {
                                .title-small();
                                color: @brand-color;
                                font-size: 18px;
                                font-weight: 600;
                                line-height: 1.2;
                                letter-spacing: -0.5px;
                                margin: 0;
                                padding-right: 13px;
                            }
                            &:nth-child(2) {
                                color: @brand-color;
                                font-size: 13px;
                                font-weight: 800;
                            }
                        }
                        &:hover {
                            background-color: @brand-color;
                            border-color: @brand-color;
                            span {
                                color: @white-lighter;
                            }
                        }
                    }   
                }
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    width: ~"calc(33.3333333333% - 22px)";
                    margin: 0 32px 62px 0;
                    &:last-child, &:nth-child(3n) {
                        margin-right: 0;
                    }

                    @media (max-width: 991px) {
                        width: ~"calc(50% - 16px)";
                        margin: 0 32px 62px 0;
                        &:nth-child(2n) {
                            margin-right: 0;
                        }
                        &:nth-child(3n) {
                            margin-right: 32px;
                        }
                        &:last-child {
                            margin-right: 0;
                        }
                    }
                    @media (max-width: 699px) {
                        display: block;
                        width: auto;
                        margin: 0 0 62px 0;
                        &:nth-child(3n) {
                            margin-right: 0;
                        }
                        &:last-child {
                            margin: 0;
                        }
                    }
                }
                &:only-child {
                    display: block;
                    width: auto;
                }
            }
        }
    } 

    .azen-elastic-author {
        .vendor(display, flex);
        .vendor(align-items, center);
        .azen-image {
            height: 60px;
            width: 60px;
            background-position: center;
            background-size: cover;
            border-radius: 100%;
            margin-right: 18px;
            flex-shrink: 0;
        }
        .azen-text {
            .text();
            .azen-name {

            }
            .azen-title {

            }
        }
        &[data-alternative-styles="true"] {
            .azen-text {                
                .azen-name {
                    font-size: 18px;
                    color: @black;
                    font-weight: 600;
                }
                .azen-title {
                    font-size: 16px;
                    color: @brand-color;
                }
            }

        }
        &[data-alternative-styles="false"] {
            .azen-text {
                .vendor(display, flex);
                font-size: 16px;                
                .azen-name {
                    margin-right: 5px;
                }
                .azen-title {
                    color: @black;
                    font-weight: 400;
                }
                @media (max-width: 480px) {
                    .vendor(display, block);
                }
            }            
        }
    }

    .azen-elastic-contact-info {
        margin-bottom: 30px;
        .azen-general {
            .azen-element {
                background-color: @white-lighter;
                box-shadow: @azen-elastic-panel-brand-shadow;
                border: @azen-elastic-border-width solid transparent;
                border-radius: @azen-elastic-border-radius;
                padding: 25px 26px 28px 29px;
                .azen-icon {
                    display: table-cell;
                    vertical-align: top;
                    padding: 6px 25px 0 0;
                    color: @brand-color;
                    span {
                        font-size: 34px;
                    }
                }
                .azen-content {
                    display: table-cell;
                    vertical-align: top;
                    .azen-title {
                        .title-small();
                        font-size: 19px;
                        margin-bottom: 6px;
                    }
                    .azen-text {
                        .text();
                        line-height: 1.45;
                    }
                }
            }
        }
    }

    .azen-elastic-contact-form-5 {
        border-radius: @azen-elastic-border-radius;
        box-shadow: @azen-elastic-panel-brand-shadow;
        padding: 35px 45px 55px;        
        background-color: @white-lighter;
        .azen-title {
            .title-small();
            font-size: 26px;
            text-align: center;
            margin-bottom: 35px;
        }
        .azen-elastic-contact-form .azen-general .azen-elastic-form-container .azen-button {
            text-align: center;
            button {
                width: auto;
            }            
        }
    }

    .azen-elastic-contact-form-4 {
        border-radius: @azen-elastic-border-radius;
        box-shadow: @azen-elastic-panel-brand-shadow;
        background-color: @white-lighter;
        .azen-title {
            .title-small();
            font-size: 26px;
            font-weight: 300;
            margin-bottom: 35px;
        }
        .azen-contact-form {
            .vendor(display, flex);
            .azen-left {
                padding: 35px 45px 55px; 
                box-sizing: border-box;
                width: 60%;
                .azen-elastic-contact-form .azen-general .azen-elastic-form-container .azen-button {
                    button {
                        width: auto;
                    }            
                }
            }
            .azen-right {
                padding: 35px 45px 55px; 
                background-color: @azen-elastic-bg-color;
                width: 40%;      
                .azen-summary {
                    .text();
                    font-size: 20px;
                    margin-bottom: 40px;
                }
                .azen-item {
                    .vendor(display, flex);
                    margin-bottom: 30px;
                    &:last-child {
                        margin-bottom: 0;
                    }
                    .azen-icon {
                        font-size: 30px;
                        margin-right: 30px;
                        color: @azen-elastic-body-color;
                    }
                    .azen-text {
                        .text();
                        color: @azen-elastic-heading-color;
                    }
                }
            }            
            .clearfix();
            @media (max-width: 768px) {
                .vendor(display, block);
                .azen-left, .azen-right {
                    width: auto;
                }
            }
        }
    }

    .azen-elastic-logos {
        margin-bottom: 30px;
        text-align: center;
        box-shadow: @azen-elastic-panel-brand-shadow;
        border: @azen-elastic-border-width solid transparent;
        border-radius: @azen-elastic-border-radius;
        .vendor(display, flex);
        .vendor(align-items, center);
        .azen-logo {
            text-align: center;
            border-radius: @azen-elastic-border-radius;
            height: 145px;
            background-color: @white-lighter;
            .vendor(flex-grow, 1);
            .vendor(flex-basis, 0);
            .vendor(display, flex);
            .vendor(align-items, center);
            .vendor(justify-content, center);
            img {
                max-width: 70%;
            }
            &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                border-right: @azen-elastic-border-width solid @white-dark;
                &:last-child {
                    border: 0;
                    border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
                }
            }
            &:first-child {
                border-radius:  @azen-elastic-border-radius 0 0 @azen-elastic-border-radius;
            }
            &:last-child {
                border-radius: 0 @azen-elastic-border-radius @azen-elastic-border-radius 0;
            }
            &:not(:first-child) {
                border-radius: 0;
            }
            &:only-child {
                display: block;
                width: auto;
                border-radius: @azen-elastic-border-radius;
            }
        }
        @media (max-width: 768px) {
            .vendor(display, block);
            .azen-logo {
                border-right: 0;
                border-bottom: @azen-elastic-border-width solid @white-dark;
                &:first-child {
                    border-radius: @azen-elastic-border-radius @azen-elastic-border-radius 0 0;
                }
                &:not(:first-child) {
                    border-radius: 0;
                }
                &:not(:last-child) {
                    border-radius: 0;
                }
                &:last-child {
                    border: 0;
                    border-radius: 0 0 @azen-elastic-border-radius @azen-elastic-border-radius;
                }
            }
        }
        &[data-alternative-styles="true"] {
            box-shadow: none;
            border: 0 !important;
            border-radius: 0;
            .azen-logo {
                background-color: transparent;
                border: 0 !important;
                height: 100px;
            }
            @media (max-width: 768px) {
                .azen-logo {
                    height: 70px;
                }
            }
        }
    }

    .azen-elastic-testimonial {
        .vendor(display, flex);
        .vendor(align-items, center);
        box-shadow: @azen-elastic-panel-brand-shadow;
        background-color: @white-lighter;        
        > .azen-image {
            height: 440px;
            width: 50%;
            background-position: center;
            background-size: cover;
            border-top-left-radius: @azen-elastic-border-radius;
            border-bottom-left-radius: @azen-elastic-border-radius;
        }
        > .azen-text {
            width: 50%;
            box-sizing: border-box;            
            padding: 60px;
            border-radius: @azen-elastic-border-radius;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            .vendor(display, flex);
            .vendor(align-items, center);
            .azen-elastic-testimonial-text {
                .azen-testimonial {
                    text-align: center;
                }
                .azen-elastic-author {
                    text-align: center;
                    .vendor(display, block);
                    .azen-image {
                        display: none;
                    }
                }
            }
        }
        &[data-reverse="true"] {
            .vendor(flex-direction, row-reverse);
            &[data-alternative-styles="true"] {
                box-shadow: none;
                background-color: transparent;
                padding-right: 50px;
                margin: 0 -50px;
                > .azen-text {
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    background-color: @white-lighter;
                    /*width: ~"calc(50% + 50px)";*/
                    .vendor(transform, translate(50px, 50px));
                }
            }
        }
        &[data-reverse="false"] {
            &[data-alternative-styles="true"] {
                box-shadow: none;
                background-color: transparent;
                padding-left: 50px;
                margin: 0 -50px;
                > .azen-text {
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    background-color: @white-lighter;                    
                    /*width: ~"calc(50% + 50px)";*/
                    .vendor(transform, translate(-50px, 50px));
                }
            }
        }
        @media (max-width: 768px) {
            .vendor(display, block);
            padding: 0 !important;
            margin: 0 !important;
            > .azen-image {
                width: auto;
            }
            > .azen-text {
                width: auto;
                transform: none !important;                
            }
        }
    }

    .azen-elastic-testimonial-text {
        .azen-testimonial {
            .text();
            font-size: 22px;
            margin-bottom: 40px;
            position: relative;
            .az-icon {
                position: absolute;
                left: -20px;
                top: -33px;
                font-size: 85px;
                color: @azen-elastic-fade10-color;
            }
            > div {
                position: relative;
            }
        }
        .azen-elastic-author {
            .azen-image {
                display: none;
            }
        }
    }

    .azen-elastic-testimonials {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        > div {
            box-sizing: border-box;            
            margin: 15px;
            width: ~"calc(33.33% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }            
            .vendor(display, flex);
            .vendor(align-items, center);
            .azen-elastic-testimonial-text {
                .azen-testimonial {
                    text-align: center;
                    font-size: 26px;
                }
                .azen-elastic-author {
                    .vendor(justify-content, center);
                    .azen-image {
                        display: inline-block;
                    }                    
                }
            }
        }        
        &[data-alternative-styles="false"], &:not([data-alternative-styles]) {
            > div {
                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;            
                padding: 60px;
                border-radius: @azen-elastic-border-radius;
                .azen-elastic-testimonial-text {
                    .azen-testimonial {
                    }
                    .azen-elastic-author {
                    }
                }
            }        
        }
        &[data-alternative-styles="true"] {
            > div {
                .azen-elastic-testimonial-text {
                    .azen-testimonial {
                        box-shadow: @azen-elastic-panel-brand-shadow;
                        background-color: @white-lighter;            
                        padding: 60px;
                        border-radius: @azen-elastic-border-radius;
                        font-size: 20px;
                        .az-icon {
                            left: 45px;
                            top: 25px;
                        }
                        &::after {
                            position: absolute;
                            content: "";
                            left: 50%;
                            top: 100%;
                            .vendor(transform, translateX(-50%));
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 20px 20px 0 20px;
                            border-color: @white-lighter transparent transparent transparent;
                        }
                    }
                    .azen-elastic-author {
                    }
                }
            }
        }
    }

    .azen-elastic-testimonial-big {
        .azen-elastic-testimonial-text {
            .azen-testimonial {
                text-align: center;
                .az-icon {
                    position: static;
                    left: auto;
                    top: auto;
                }
            }
            .azen-elastic-author {
                .vendor(justify-content, center);
                .azen-image {
                    display: inline-block;
                }                    
            }
        }
    }

    .azen-elastic-case-study {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        > div {
            box-shadow: @azen-elastic-panel-brand-shadow;
            background-color: @white-lighter;            
            box-sizing: border-box;                        
            border-radius: @azen-elastic-border-radius;
            margin: 15px;
            width: ~"calc(33.33% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }                        
            .vendor(display, flex);
            .vendor(align-items, center);
            .azen-case-study {
                width: 100%;
                .azen-image {
                    text-align: center;
                    padding: 45px;
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
                .azen-content {
                    padding: 40px 30px;
                    .azen-title {
                        .title-small();
                        font-size: 15px;
                        margin-bottom: 21px;
                    }
                    .azen-text {
                        .text();
                        font-size: 20px;
                        margin-bottom: 21px;
                    }
                    .azen-link {
                        .link();
                        font-size: 15px;
                    }
                }
            }
        }                
    }

    .azen-elastic-case-study-counter {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        > div {
            margin: 15px;
            box-sizing: border-box;
            width: ~"calc(25% - 30px)";
            @media (max-width: 1300px) {
                width: ~"calc(33.33% - 30px)";
            }
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }                        
            .vendor(display, flex);
            .vendor(align-items, center);
            .azen-case-study {
                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;            
                box-sizing: border-box;                        
                border-radius: @azen-elastic-border-radius;
                overflow: hidden;
                text-align: center;
                .azen-header { 
                    background-color: @azen-elastic-bg-color;
                    padding: 45px;
                    .azen-image {
                        margin-bottom: 15px;
                        img {
                        }                       
                    }
                    .azen-counter {
                        .title-small();
                        font-size: 42px;
                        font-weight: 700;
                        .azen-number {
                        }
                        .azen-units {
                        }
                    }
                    .azen-task {
                        .link();
                        font-size: 18px;
                        font-weight: 300;
                    }
                }
                .azen-content {
                    padding: 40px 30px;
                    .azen-title {
                        .title-small();
                        font-size: 15px;
                        margin-bottom: 21px;
                    }
                    .azen-text {
                        .text();
                        font-size: 20px;
                        margin-bottom: 0;
                    }
                }
            }
        }                
    }

    .azen-elastic-thumbnails-slider();

    .azen-elastic-features-big-1 {
        margin-bottom: 30px;
        background-color: @white-lighter;
        text-align: center;
        border-radius: @azen-elastic-border-radius;
        box-shadow: @azen-elastic-panel-brand-shadow;
        display: table;
        width: 100%;
        table-layout: fixed;
        .azen-panel {
            display: table-cell;
            vertical-align: top;
            position: relative;            
            padding: 75px 70px;
            border-radius: @azen-elastic-border-radius;
            background: linear-gradient(to right, @white-lighter, @azen-elastic-fade1-color);
            .azen-overlay {
                content: "";
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                position: absolute;
                background-position: center bottom;
                background-repeat: no-repeat;
                background-size: contain;
            }
            .azen-title {
                text-align: left;
                .title-small();
                font-weight: 400;
                font-size: 25px;
                line-height: 1.2;
                letter-spacing: -0.8px;
                margin: 20px 0 50px 50px;
            }
            .azen-text {
                .text();
                position: relative;
                font-size: 15px;
                margin-top: 20px;
            }
            .azen-items {
                text-align: left;
                .azen-item {
                    margin-bottom: 34px;
                    &:last-child {
                        margin: 0;
                    }
                    .azen-icon {
                        display: table-cell;
                        vertical-align: top;
                        padding: 2px 25px 0 0;
                        span {
                            font-size: 26px;
                            font-weight: 600;
                        }
                    }
                    .azen-info {
                        display: table-cell;
                        vertical-align: top;
                        .title-small();
                        font-weight: 300;
                        color: @azen-elastic-body-color;
                        margin-bottom: 21px;
                    }
                }
            }
            > a[href] {                
                .button();
                position: relative;
                font-size: 21px;
                font-weight: 500;
                border-color: @white-lighter;
                line-height: 1.1;
                padding: 22px 54.75px;
                box-shadow: @azen-elastic-panel-brand-shadow;
                display: block;
                &:hover {
                    background-color: @brand-color;
                    color: @white-lighter;
                    box-shadow: 0 0 0 0 transparent;
                }
            }
        }
        @media (max-width: 768px) {
            display: block;
            .azen-panel {
                display: block;
            }
        }
    }

    .azen-elastic-image-video {
        position: relative;
        text-align: center;
        img {
            border-radius: @azen-elastic-border-radius;
        }
        .azen-button {
            position: absolute;
            left: 50%;
            top: 50%;
            .vendor(transform, translate(-50%, -50%));
            width: 98px;
            height: 98px;
            background-color: @brand-color; 
            border-radius: 100%;
            .vendor(transition, all .3s linear 0s);
            box-shadow: @azen-elastic-video-button-brand-shadow;
            .az-icon {
                position: absolute;
                left: ~"calc(50% + 3px)";
                top: ~"calc(50% + 1px)";
                .vendor(transform, translate(-50%, -50%));
                font-size: 24px;
                color: @white-lighter;                
                .vendor(transition, all .3s linear 0s);
            }
            &:hover {
                background-color: @white-lighter;
                .az-icon {
                    color: @brand-color;
                }
            }
        }
    }

    .azen-elastic-features-table {
        table {
            .azh-initial();
            display: table;
            table-layout: auto;
            width: 100%;
            border: @azen-elastic-border-width solid @azen-elastic-border-color;
            border-radius: @azen-elastic-border-radius;
            margin: 0;
            border-spacing: 0;
            border-collapse: collapse;
            text-align: center;
            thead {
                .azh-initial();
                display: table-header-group;
                vertical-align: middle;
                border: 0;
                background-color: @azen-elastic-fade1-color; 
                tr {
                    .azh-initial();
                    display: table-row;
                    vertical-align: middle;
                    background-color: transparent;
                    padding: 0;
                    margin: 0;
                    th {
                        .azh-initial();
                        display: table-cell;
                        border: @azen-elastic-border-width solid @azen-elastic-border-color;
                        border-width: 0 1px 1px 0;
                        padding: 0;
                        text-align: center;
                        padding: 20px 30px;
                        vertical-align: middle;
                        margin: 0;
                        .title-small();
                        @media (max-width: 700px) {
                            padding: 10px;
                        }
                    }
                }
            }
            tbody {
                .azh-initial();
                display: table-row-group;
                vertical-align: middle;
                margin: 0;
                padding: 0;
                tr {
                    .azh-initial();
                    display: table-row;
                    vertical-align: middle;
                    background-color: transparent;
                    padding: 0;
                    margin: 0;
                    &:nth-child(2n) {
                        background-color: @azen-elastic-fade1-color; 
                    }
                    td {
                        .azh-initial();
                        display: table-cell;
                        border: @azen-elastic-border-width solid @azen-elastic-border-color;
                        border-width: 0 1px 1px 0;
                        padding: 20px 30px;
                        text-align: inherit;
                        vertical-align: middle;

                        .azen-feature {
                            text-align: left;
                            span {
                                &:first-child {
                                    display: table-cell;
                                    padding-top: 2px;
                                    .text();
                                    letter-spacing: -0.3px;
                                }
                                &:nth-child(2) {
                                    display: table-cell;
                                    vertical-align: top;
                                    color: @brand-color;
                                    font-size: 14px;
                                    padding-left: 6px;
                                }
                            }
                        }
                        .azen-icon {
                            text-align: center;
                            span {
                                font-size: 28px;
                            }
                        }
                    }
                }
            }
        }

    }

    .azen-elastic-icon-list {
        .azen-item {
            margin-bottom: 34px;
            &:last-child {
                margin: 0;
            }
            .azen-icon {
                display: table-cell;
                vertical-align: top;
                padding: 2px 25px 0 0;
                span {
                    font-size: 26px;
                    font-weight: 600;
                }
            }
            .azen-info {
                display: table-cell;
                vertical-align: top;
                .title-small();
                font-weight: 300;
                color: @azen-elastic-body-color;
                margin-bottom: 21px;
            }
        }
        &[data-alternative-styles="true"] {
            .azen-item {
                margin-bottom: 20px;
                .azen-icon {
                    padding: 0 15px 0 0;
                }                    
                .azen-info {
                    font-size: 18px;                    
                }
            }

        }
    }

    .azen-elastic-image-list {
        .azen-item {
            .vendor(display, flex);
            .vendor(align-items, center);
            margin-bottom: 10px;
            .azen-image {
                margin-right: 30px;
                img {
                    max-width: 100px;
                }
            }
            .azen-text {
                .text();
            }
        }
    }

    .azen-elastic-flat-menu, .azen-elastic-flat-secondary-menu {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(flex-wrap, wrap);
        margin: -10px -25px;
        > a[href] {
            .title-small();
            margin: 10px 25px;
            font-size: 17px;
            font-weight: 400;
            .vendor(transition, all .3s linear 0s);
            &:hover {
                color: @brand-color;
            }
        }
    }

    .azen-elastic-flat-secondary-menu {
        margin: -5px -15px;
        > a[href] {
            margin: 5px 15px;
            font-size: 15px;
            font-weight: 400;
        }        
    }

    .azen-elastic-vertical-menu {
        > a[href] {
            display: block;
            .text();
            margin-bottom: 10px;
            .vendor(transition, all .3s linear 0s);
            &:hover {
                color: @brand-color;
            }
        }
    }

    .azen-elastic-social-links {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(flex-wrap, wrap);
        margin: -5px -10px;
        > a[href] {
            .title-small();
            color: @azen-elastic-body-color;
            margin: 5px 10px;
            font-size: 15px;
            font-weight: 400;
            .vendor(transition, all .3s linear 0s);
            &:hover {
                color: @brand-color;
            }
        }       
        &[data-alternative-styles="true"] {
            margin: -7px -14px;
            > a[href] {
                margin: 7px 14px;
                font-size: 22px;
                color: @azen-elastic-gray-light-color;
                &:hover {
                    color: @brand-color;
                }
            }
        }
    }

    .azen-elastic-persons {
        margin: 60px 0 30px 0;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-item {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(25% - 30px)";
                @media (max-width: 1300px) {
                    width: ~"calc(33.33% - 30px)";
                }
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }        
                .azen-person {
                    margin-top: 50px;
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    background-color: @white-lighter;
                    border: @azen-elastic-border-width solid transparent;
                    border-radius: @azen-elastic-border-radius;
                    padding: 75px 26px 31px 34px;
                    .vendor(transition, all .3s linear 0s);
                    position: relative;
                    .azen-image {
                        position: absolute;
                        border-radius: 100%;
                        bottom: ~"calc(100% - 55px)";
                        left: 36px;
                        width: 110px;
                        height: 110px;
                        background-position: center;
                        background-size: cover;
                        box-shadow: @azen-elastic-button-brand-shadow;
                    }
                    .azen-content {
                        .azen-name {
                            .title-small();
                            font-size: 18px;
                            font-weight: 600;
                            line-height: 1.2;
                            margin-bottom: 10px;
                        }
                        .azen-position {
                            .text();
                            line-height: 1.2;
                            font-weight: 500;
                            margin-bottom: 20px;
                        }
                        .azen-text {
                            .text();
                            line-height: 1.3;
                            margin-bottom: 29px;
                        }
                        .azen-link {
                            .text();
                            font-weight: 600;
                            font-size: 14px;
                            display: inline-block;
                            box-shadow: @azen-elastic-panel-brand-shadow;
                            line-height: 30px;
                            padding: 0 20px;
                            background-color: @white-lighter;
                            color: @azen-elastic-heading-color;
                            .vendor(transition, all .3s linear 0s);
                            border-radius: @azen-elastic-border-radius;
                            &:hover {
                                background-color: @brand-color;
                                color: @white-lighter;                            
                            }
                        }
                    }
                    &:hover {
                        box-shadow: @azen-elastic-panel-brand-shadow-hover;
                    }
                }
            }
        }
    }

    .azen-elastic-posts {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-post {
            width: ~"calc(25% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }            
            margin: 15px;
            box-sizing: border-box;
            border-radius: @azen-elastic-border-radius;
            overflow: hidden;
            box-shadow: @azen-elastic-panel-brand-shadow;
            background-color: @white-lighter;
            .azen-thumbnail {
                position: relative;
                .azen-category {
                    margin: 25px 0 0 25px;
                    .azen-terms {
                        .vendor(display, flex);                                                 
                        .text();
                        line-height: 20px;
                        font-size: 10px;
                        letter-spacing: 1px;
                        a {
                            display: block;
                            background-color: @azen-elastic-border-bg-color;
                            color: @azen-elastic-body-color;
                            padding: 0 10px;
                            box-shadow: @azen-elastic-panel-brand-shadow;
                            border: @azen-elastic-border-width solid @azen-elastic-border-color;
                            text-transform: uppercase;                                
                            margin-right: 1px;
                            .vendor(transition, all .3s linear 0s);
                            &:hover {
                                background-color: @white-lighter;
                                color: @brand-color;
                            }
                            &:first-child {
                                border-bottom-left-radius: @azen-elastic-border-radius;
                                border-top-left-radius: @azen-elastic-border-radius;
                            }
                            &:last-child {
                                border-bottom-right-radius: @azen-elastic-border-radius;
                                border-top-right-radius: @azen-elastic-border-radius;
                            }
                        }                        
                    }
                    &.azen-accent {
                        .azen-terms {
                            a {
                                background-color: @accent-1-color;
                                color: @white-lighter;
                                box-shadow: none;
                                border: 0;
                                margin-right: 0;
                                &:hover {
                                    background-color: @white-lighter;
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
                .azen-image {
                    height: 150px;
                    background-position: center;
                    background-size: cover;
                    + .azen-category {
                        position: absolute;
                        left: 25px;
                        top: 25px;
                        right: 25px;
                        margin: 0;
                    }
                }                
                .azen-permalink {                    
                    font-size: 12px;
                    position: absolute;
                    top: -5px;
                    right: 25px;
                    width: 30px;
                    height: 30px;
                    border-radius: 100%;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                    background-color: @azen-elastic-border-bg-color;
                    color: @azen-elastic-heading-color;
                    box-shadow: @azen-elastic-panel-brand-shadow;
                    .vendor(transition, all .3s linear 0s);
                    .vendor(display, flex);
                    .vendor(align-items, center);
                    .vendor(justify-content, center);
                    &:hover {
                        background-color: @brand-color;
                        color: @white-lighter;                        
                        border: @azen-elastic-border-width solid @brand-color;
                    }
                }
            }
            .azen-data {
                padding: 30px 25px;
                .azen-title {
                    .title-small();
                    font-size: 17px;
                    line-height: 1.5;
                    display: block;
                    margin-bottom: 17px;
                    .vendor(transition, all .3s linear 0s);
                    &:hover {
                        color: @brand-color;
                    }
                }
                .azen-excerpt {
                    .text();
                }
                .azen-footer {
                    .text();
                    font-size: 13px;
                    border-top: @azen-elastic-border-width solid @azen-elastic-border-color;
                    margin: 25px -25px -30px -25px;
                    padding: 20px 25px;
                    .vendor(display, flex);
                    .vendor(align-items, center);
                    .vendor(justify-content, space-between);
                    .azen-date {
                        padding-right: 10px;
                        margin-right: auto;
                    }
                    .azen-likes {
                        .vendor(display, flex);
                        .vendor(align-items, center);
                        padding-right: 20px;
                        .az-icon {
                            margin-right: 5px;
                        }
                    }
                    .azen-comments {
                        .vendor(display, flex);
                        .vendor(align-items, center);
                        .az-icon {
                            margin-right: 5px;
                        }
                    }
                }
            }
            &.azen-sticky {
                background-color: @brand-color;
                .azen-elastic-post-inverted();
            }
            &.azen-overlay {
                width: ~"calc(33.333% - 30px)";
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                position: relative;
                .azen-elastic-post-inverted();
                .azen-thumbnail {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    .azen-image {
                        height: 100%;
                        + .azen-category {
                        }
                    }
                    &:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: @azen-elastic-fade7-color;
                    }
                    .azen-category {
                        z-index: 1;
                        position: absolute;
                        left: 25px;
                        top: 25px;
                        right: 25px;
                        margin: 0;
                    }
                }
                .azen-data {
                    position: relative;
                    padding-top: 65px;
                    .azen-title {
                        &:hover {
                            color: @brand-color;
                        }
                    }
                } 
            }
            &.azen-big {
                width: ~"calc(50% - 30px)";
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                .azen-thumbnail { 
                    .azen-category {
                        top: 65px;
                        .azen-terms {
                            .vendor(justify-content, center);
                        }
                    }
                    .azen-permalink {
                        top: 20px;
                        z-index: 1;
                    }
                }
                .azen-data {
                    text-align: center;
                    padding-top: 120px;
                    .azen-title {
                        font-size: 20px;
                        font-weight: 600;
                    }
                    .azen-footer {
                        margin-top: 80px;
                    }
                }
            }
        }
    }

    .azen-elastic-project {
        border-radius: @azen-elastic-border-radius;
        overflow: hidden;
        box-shadow: @azen-elastic-panel-brand-shadow;
        background-color: @white-lighter;
        .vendor(transition, all .3s linear 0s);
        &:hover {
            box-shadow: @azen-elastic-panel-brand-shadow-hover;
        }
        .azen-thumbnail {
            .azen-image {
                height: 300px;
                background-position: center;
                background-size: cover;
            }
        }
        .azen-data {
            padding: 25px 30px;
            .azen-title {
                .title-small();
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 2px;
            }
            .azen-type {
                .text();
            }
        }
    }

    .azen-elastic-articles {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-article {
            width: ~"calc(50% - 30px)";
            @media (max-width: 768px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }            
            margin: 15px;
            box-sizing: border-box;
            border-radius: @azen-elastic-border-radius;
            overflow: hidden;
            box-shadow: @azen-elastic-panel-brand-shadow;
            background-color: @white-lighter;
            .vendor(transition, all .3s linear 0s);
            .vendor(display, flex);
            .vendor(align-items, center);
            &:hover {
                box-shadow: @azen-elastic-panel-brand-shadow-hover;
            }
            .azen-image {
                background-position: center;
                background-size: cover;
                width: 50%;
                height: 300px;                
            }
            .azen-content {
                padding: 40px;
                width: 50%;
                box-sizing: border-box;
                .azen-title {
                    .title-small();
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 20px;
                }
                .azen-text {
                    .text();
                }
            }
            @media (max-width: 600px) {
                .vendor(display, block);
                .azen-image {
                    width: 100%;
                }
                .azen-content {
                    width: 100%;
                }
            }
        }
    }

    .azen-elastic-products {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-elastic-product {
            width: ~"calc(25% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }            
            margin: 15px;
            box-sizing: border-box;
        }
    }

    .azen-elastic-product {
        border-radius: @azen-elastic-border-radius;
        overflow: hidden;
        box-shadow: @azen-elastic-panel-brand-shadow;
        background-color: @white-lighter;
        .vendor(transition, all .3s linear 0s);
        &:hover {
            box-shadow: @azen-elastic-panel-brand-shadow-hover;
        }
        .azen-thumbnail {
            position: relative;
            .azen-image {
                background-position: center;
                background-size: cover;
                height: 250px;
            }    
            .azen-sticker {
                position: absolute;
                left: 15px;
                top: 20px;
                .title-small();
                font-size: 10px;
                font-weight: 400;
                text-transform: uppercase;
                color: @white-lighter;
                background-color: @accent-1-color;
                border-radius: @azen-elastic-border-radius;
                padding: 1px 8px;
            }
        }
        .azen-data {
            padding: 30px;
            .azen-title {
                text-align: center;
                .title-small();
                font-size: 17px;
                font-weight: 500;
                margin-bottom: 20px;
                display: block;
                .vendor(transition, all .3s linear 0s);
                &:hover {
                    color: @brand-color;
                }
            }
            .azen-footer {
                .vendor(display, flex);
                .vendor(align-items, center);
                .vendor(justify-content, center);
                .azen-price {
                    .title-small();
                    font-size: 15px;
                    font-weight: 400;
                    color: @black-darker;
                    margin: 0 20px;
                }
                .azen-purchase {
                    margin: 0 20px;
                    label {                        
                        cursor: pointer;                        
                        .az-icon {
                            font-size: 18px;
                            color: @black-darker;
                            .vendor(transition, all .3s linear 0s);
                        }
                        &:hover {
                            .az-icon {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
            > .azen-checkbox {
                position: absolute;
                clip: rect(0, 0, 0, 0);                        
                &:checked  ~ .azen-form {
                    display: block;
                }

            }
            .azen-form {
                margin-top: 30px;
                display: none;
            }
        }
    }

    .azen-elastic-detailed-product-1 {
        border-radius: @azen-elastic-border-radius;
        overflow: hidden;
        box-shadow: @azen-elastic-panel-brand-shadow;
        background-color: @white-lighter;
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(flex-wrap, wrap);
        .vendor(transition, all .3s linear 0s);
        &:hover {
            box-shadow: @azen-elastic-panel-brand-shadow-hover;
        }
        .azen-thumbnail {
            width: 50%;
            height: 500px;
            box-sizing: border-box;
            position: relative;
            .azen-image {
                background-position: center;
                background-size: cover;
                height: 100%;
            }    
            .azen-sticker {
                position: absolute;
                left: 15px;
                top: 20px;
                .title-small();
                font-size: 10px;
                font-weight: 400;
                text-transform: uppercase;
                color: @white-lighter;
                background-color: @accent-1-color;
                border-radius: @azen-elastic-border-radius;
                padding: 1px 8px;
            }
        }
        .azen-data {
            width: 50%;
            box-sizing: border-box;
            padding: 70px;
            .azen-title {
                .title-small();
                font-size: 22px;
                font-weight: 500;
                margin-bottom: 40px;
                display: block;
                .vendor(transition, all .3s linear 0s);
                &:hover {
                    color: @brand-color;
                }
            }
            .azen-content {
                .text();
                font-size: 15px;
                font-weight: 400;
                margin-bottom: 40px;
                .azen-items {
                    .azen-item {
                        list-style-type: disc;
                        list-style-position: inside;
                        display: list-item;
                        margin-bottom: 15px;
                    }
                }
            }
            .azen-footer {
                .vendor(display, flex);
                .vendor(align-items, center);
                margin: 0 -20px;
                .azen-qty {
                    margin: 0 20px;
                }
                .azen-price {
                    .title-small();
                    font-size: 16px;
                    font-weight: 600;
                    color: @black-darker;
                    margin: 0 20px;
                }
                .azen-purchase {
                    margin: 0 20px;
                    label {                        
                        cursor: pointer;                        
                        .az-icon {
                            font-size: 24px;
                            color: @black-darker;
                            .vendor(transition, all .3s linear 0s);
                        }
                        &:hover {
                            .az-icon {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        > .azen-checkbox {
            position: absolute;
            clip: rect(0, 0, 0, 0);                        
            &:checked  ~ .azen-form {
                display: block;
            }

        }
        .azen-form {
            border-top: @azen-elastic-border-width solid @azen-elastic-border-color;
            padding: 30px;
            display: none;
            width: 100%;
        }
        @media (max-width: 768px) {
            .azen-thumbnail {
                width: 100%;
            }
            .azen-data {
                width: 100%;
            }
        }
    }

    .azen-elastic-detailed-product-2 {
        border-radius: @azen-elastic-border-radius;
        overflow: hidden;
        box-shadow: @azen-elastic-panel-brand-shadow;
        background-color: @white-lighter;
        .vendor(display, flex);
        .vendor(align-items, stretch);
        .vendor(flex-wrap, wrap);
        .vendor(transition, all .3s linear 0s);
        &:hover {
            box-shadow: @azen-elastic-panel-brand-shadow-hover;
        }
        .azen-thumbnail {
            width: 33.33%;
            height: 370px;
            box-sizing: border-box;
            position: relative;
            .azen-image {
                background-position: center;
                background-size: cover;
                height: 100%;
            }    
            .azen-sticker {
                position: absolute;
                left: 15px;
                top: 20px;
                .title-small();
                font-size: 10px;
                font-weight: 400;
                text-transform: uppercase;
                color: @white-lighter;
                background-color: @accent-1-color;
                border-radius: @azen-elastic-border-radius;
                padding: 1px 8px;
            }
        }
        .azen-data {
            width: 33.33%;
            box-sizing: border-box;
            padding: 45px;
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-direction, column);
            .azen-title {
                .title-small();
                font-size: 22px;
                font-weight: 500;
                margin-bottom: 30px;
                display: block;
                .vendor(transition, all .3s linear 0s);
                &:hover {
                    color: @brand-color;
                }
            }
            .azen-content {
                .text();
                font-size: 16px;
                font-weight: 400;
                .azen-items {
                    display: table;
                    .azen-item {
                        display: table-row;
                        .azen-label {
                            display: table-cell;
                            padding-bottom: 10px;
                            padding-right: 40px;
                        }
                        .azen-value {
                            display: table-cell;
                            color: @black-darker;
                        }
                    }
                }
            }
        }
        .azen-footer {
            width: 33.33%;
            border-left: @azen-elastic-border-width solid @azen-elastic-border-color;
            box-sizing: border-box;
            padding: 45px;
            .vendor(display, flex);
            .vendor(align-items, center);
            .vendor(flex-direction, column);
            .vendor(justify-content, center);
            .azen-available {
                .text();
                font-size: 16px;
                font-weight: 400;
                margin-bottom: 60px;
            }
            .azen-price {
                .title-small();
                font-size: 32px;
                font-weight: 600;
                color: @black-darker;
                margin-bottom: 15px;
            }
            .azen-purchase {
                label {                        
                    cursor: pointer;                        
                    .vendor(display, flex);
                    .vendor(align-items, center);
                    .azen-cta {
                        .title-small();
                        font-size: 16px;
                        font-weight: 600;
                        color: @black-darker;    
                        text-transform: uppercase;
                        margin-bottom: 0;
                        margin-right: 35px;
                        .vendor(transition, all .3s linear 0s);
                    }
                    .az-icon {
                        font-size: 24px;
                        color: @black-darker;
                        .vendor(transition, all .3s linear 0s);
                    }
                    &:hover {
                        .az-icon, .azen-cta {
                            color: @brand-color;
                        }
                    }
                }
            }
        }
        > .azen-checkbox {
            position: absolute;
            clip: rect(0, 0, 0, 0);                        
            &:checked  ~ .azen-form {
                display: block;
            }

        }
        .azen-form {
            border-top: @azen-elastic-border-width solid @azen-elastic-border-color;
            padding: 30px;
            display: none;
            width: 100%;
        }
        @media (max-width: 768px) {
            .azen-thumbnail {
                width: 100%;
            }
            .azen-data {
                width: 100%;
            }
            .azen-footer {
                border-left: 0;
                border-top: @azen-elastic-border-width solid @azen-elastic-border-color;
                width: 100%;
            }
        }
    }

    .azen-elastic-single-product {
        border-radius: @azen-elastic-border-radius;
        box-shadow: @azen-elastic-panel-brand-shadow;
        background-color: @white-lighter;
        .vendor(display, flex);
        .vendor(align-items, stretch);
        .vendor(flex-wrap, wrap);
        .azen-title {
            width: 100%;
            .title-small();
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 0;
            padding: 45px;
            display: block;
            border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
        }
        .azen-data {
            width: 50%;
            padding: 45px;
            box-sizing: border-box;
            border-right: @azen-elastic-border-width solid @azen-elastic-border-color;
            .text();
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            .azen-description {
                margin-bottom: 30px;
            }
            .azen-items {
                display: table;
                margin-bottom: 40px;
                .azen-item {
                    display: table-row;
                    .azen-label {
                        display: table-cell;
                        padding-bottom: 10px;
                        padding-right: 40px;
                    }
                    .azen-value {
                        display: table-cell;
                    }
                }
            }
            .azen-form {
                .azen-options {
                    .vendor(display, flex);
                    .vendor(align-items, center);
                    .vendor(flex-wrap, wrap);
                    margin: -10px -20px 40px -20px;
                    .azen-radio {
                        margin: 10px 20px;
                        .azen-buttons {
                            .vendor(display, flex);
                            .vendor(align-items, stretch);
                            .vendor(flex-wrap, wrap);
                            margin: -7px;
                            .azen-button {
                                margin: 7px;
                                [type="radio"] {
                                    position: absolute;
                                    clip: rect(0, 0, 0, 0);                        
                                    &:checked  ~ label {
                                        span {
                                            &:before {
                                                content: '';
                                                position: absolute;
                                                top: -6px;
                                                left: -6px;
                                                right: -6px;
                                                bottom: -6px;
                                                border: 2px solid @brand-color;
                                                border-radius: 100%;
                                            }
                                        }
                                    }
                                }
                                label {
                                    span {
                                        height: 30px;
                                        width: 30px;
                                        display: block;
                                        border-radius: 100%;
                                        position: relative;
                                        cursor: pointer;
                                        background-position: center;
                                        background-size: cover;
                                        .vendor(display, flex);
                                        .vendor(align-items, center);
                                        .vendor(justify-content, center);
                                        .text();
                                        text-transform: uppercase;
                                        font-size: 14px;
                                        color: @black-darker;
                                        font-weight: 400;
                                        .vendor(user-select, none);
                                    }
                                }
                            }
                        }
                    }
                }
                .azen-purchase {
                    .vendor(display, flex);
                    .vendor(align-items, center);                    
                    .vendor(flex-wrap, wrap);
                    .azen-qty {
                        color: @black-darker;
                        position: relative;
                        text-align: center;
                        margin-right: 60px;
                        input {
                            text-align: center;
                            width: 100px;
                            -moz-appearance:textfield;
                        }
                        input::-webkit-outer-spin-button,
                        input::-webkit-inner-spin-button {
                            -webkit-appearance: none;
                            margin: 0;
                        }
                        > span {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 50%;
                            .vendor(transform, translateY(-50%));
                            margin: 0 -10px;
                            span {
                                cursor: pointer;
                                .vendor(transition, all .3s linear 0s);                                
                                .vendor(user-select, none);
                                padding: 0 10px;
                                &:hover {
                                    color: @brand-color;
                                }
                            }
                            .az-decrement {
                                float: left;
                            }
                            .az-increment {
                                float: right;
                            }
                        }
                    }
                    .azen-price {
                        margin-right: 30px;
                        color: @brand-color;
                        font-weight: 600;
                        font-size: 16px;
                    }
                    .azen-button {
                        color: @brand-color;
                        font-size: 25px;
                        cursor: pointer;
                    }
                }
                > .azen-checkbox {
                    position: absolute;
                    clip: rect(0, 0, 0, 0);                        
                    &:checked  ~ .azen-details {
                        display: block;
                    }
                }
                .azen-details {
                    margin-top: 40px;
                    padding-top: 40px;
                    border-top: @azen-elastic-border-width solid @azen-elastic-border-color;
                    display: none;
                }
            }            
        }
        .azen-gallery {
            width: 50%;
            padding: 45px;
            box-sizing: border-box;
        }
        @media (max-width: 768px) {
            .azen-data {
                width: 100%;
                border-right: 0;
                border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
            }
            .azen-gallery {
                width: 100%;
            }
        }
    }

    .azen-elastic-counter-1 {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-counter {
            margin: 15px;
            box-sizing: border-box;
            text-align: center;
            width: ~"calc(33.33% - 70px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 70px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }            
            .azen-value {
                .title-small();
                font-size: 51px;
                font-weight: 700;
                margin-bottom: 5px;
                margin-top: 20px;
                span {
                    display: inline-block;
                }
            }
            .azen-text {
                .text();
                font-size: 20px;
                font-weight: 400;
            }            
        }
    }

    .azen-elastic-counter-2 {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-counter {
            margin: 15px;
            box-sizing: border-box;
            text-align: center;
            width: ~"calc(25% - 30px)";
            @media (max-width: 1300px) {
                width: ~"calc(33.33% - 30px)";
            }
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }            
            .azen-value {
                .title-small();
                font-size: 40px;
                font-weight: 600;
                margin-bottom: 10px;
                margin-top: 20px;
                .azen-number {
                    margin-right: 10px;                    
                }
                span {
                    display: inline-block;
                }
            }
            .azen-text {
                .text();
                font-size: 18px;
                font-weight: 400;
            }            
        }
    }

    .azen-elastic-counter-3 {
        margin-bottom: 30px;
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-element {
                box-sizing: border-box;                        
                margin: 15px;
                width: ~"calc(25% - 30px)";
                @media (max-width: 1300px) {
                    width: ~"calc(33.33% - 30px)";
                }
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                        
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;
                border: @azen-elastic-border-width solid transparent;
                .vendor(transition, all .3s linear);
                text-align: left;
                padding: 42px 26px 48px 29px;
                &:hover {
                    box-shadow: @azen-elastic-panel-brand-shadow-hover;
                }
                .azen-header {
                    .vendor(display, flex);
                    margin-bottom: 19px;
                    .azen-icon {
                        padding-right: 30px;
                        color: @brand-color;
                        span {
                            font-size: 40px;
                        }
                    }
                    .azen-counter {
                        .title-small();
                        font-size: 43px;
                        font-weight: 700;
                        line-height: 1;
                        span {
                            display: inline-block;
                        }
                    }
                }
                .azen-content {
                    .azen-text {
                        .text();
                        line-height: 1.5;
                    }
                }
            }
        }
    }

    .azen-elastic-counter-4 {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-counter {
            padding: 30px;
            border-right: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
            box-sizing: border-box;
            text-align: center;
            width: ~"calc(25% - 30px)";
            @media (min-width: 1200px) {
                &:nth-child(4n) {
                    border-right: 0;
                }
            }
            @media (max-width: 1300px) {
                width: ~"calc(33.33% - 30px)";
                @media (min-width: 991px) {
                    &:nth-child(3n) {
                        border-right: 0;
                    }
                }
            }
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
                @media (min-width: 600px) {
                    &:nth-child(2n) {
                        border-right: 0;
                    }
                }
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
                border-right: 0;
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
                border-right: 0;
            }            
            &:last-child {
                border-right: 0;
            }
            .azen-value {
                .title-small();
                color: @brand-color;
                font-size: 50px;
                font-weight: 600;
                line-height: 1;
                margin-bottom: 10px;
                .azen-number {
                }
                span {
                    display: inline-block;
                }
            }
            .azen-text {
                .text();
                font-size: 18px;
            }            
        }
    }

    .azen-elastic-process-1 {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        margin-bottom: 30px;        
        .azen-element {
            box-sizing: border-box;                        
            margin: 15px;   
            padding-top: 60px;
            width: ~"calc(25% - 30px)";
            @media (max-width: 1300px) {
                width: ~"calc(33.33% - 30px)";
            }
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }                        
            .azen-header {
                position: relative;
                margin-bottom: 5px;
                .azen-number {
                    position: absolute;
                    bottom: -25px;
                    left: -15px;
                    .text();
                    color: @azen-elastic-fade10-color;
                    font-size: 160px;
                    font-weight: 600;
                    line-height: 1;
                }
                .azen-title {
                    .title-small();
                    position: relative;
                }
            }
            .azen-content {
                .azen-text {
                    .text();
                    line-height: 1.5;
                }
            }
        }
    }

    .azen-elastic-process-2 {
        .azen-element {
            padding: 20px;
            border: @azen-elastic-border-width solid transparent;
            .vendor(transition, all .3s linear 0s);
            .azen-header {
                position: relative;
                margin-bottom: 5px;
                .azen-title {
                    .title-small();
                    font-weight: 400;
                    font-size: 22px;
                    margin-bottom: 10px;
                    .vendor(transition, all .3s linear 0s);
                }
            }
            .azen-content {
                .azen-text {
                    .text();
                    line-height: 1.5;
                }
            }
            &:hover {
                .azen-header {
                    .azen-title {
                        color: @brand-color;
                    }
                }
                border-radius: @azen-elastic-border-radius;
                box-shadow: @azen-elastic-panel-brand-shadow;
                background-color: @white-lighter;                
            }
        }
    }

    .azen-elastic-process-3 {
        counter-reset: item;
        .azen-element {
            padding-left: 80px;
            padding-bottom: 80px;
            position: relative;
            &::before {
                position: absolute;
                left: 20px;
                top: 2px;
                .title-small();
                counter-increment: item;
                content: counter(item);                
            }
            &::after {
                position: absolute;
                content: "";
                left: 0;
                top: -8px;
                width: 50px;
                height: 50px;
                border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                border-radius: 100%;
            }                
            .azen-header {
                &::before {
                    position: absolute;
                    content: "";
                    left: 25px;
                    top: 43px;
                    bottom: 8px;
                    width: 1px;
                    background-color: @azen-elastic-border-dark-color;
                }  
                margin-bottom: 15px;
                .azen-title {
                    .title-small();
                    font-weight: 500;
                    font-size: 22px;                    
                }
            }
            &:last-child {
                padding-bottom: 0;
                .azen-header {
                    &::before {
                        content: none;
                    }
                }
            }
            .azen-content {
                .azen-text {
                    .text();
                    line-height: 1.5;
                }
            }
        }
    }

    .azen-elastic-page-title {
        .title-small();
        font-size: 50px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .azen-elastic-breadcrumbs {        
        .vendor(display, flex);        
        a {
            .text();
            font-size: 16px;
            line-height: 25px;
            .vendor(transition, all .3s linear 0s);
            &:hover {
                color: @brand-color;
            }
        }
        a:not(:first-child), span {
            &::before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f105";
                margin: 0 10px;
            }            
        }
        span {
            .text();
            font-size: 16px;
            line-height: 25px;
        }
    }

    .azen-elastic-gallery-item { 
        border-radius: @azen-elastic-border-radius;
        overflow: hidden;
        position: relative;        
        .azen-thumbnail {
            .azen-image {
                height: 300px;
                background-position: center;
                background-size: cover;
            }
        }
        .azen-data {
            position: absolute;
            left: 30px;
            top: 50px;
            width: 60%;
            z-index: 1;
            .azen-title {
                .title-small();
                line-height: 1.4;
                font-size: 23px;
                font-weight: 500;
            }
            .azen-type {
                .text();
                font-size: 15px;
                text-transform: uppercase;
                margin-bottom: 30px;
            }
        }
        &::after {
            .vendor(transition, all .3s linear 0s);
            position: absolute;
            left: 0;
            top: 0;                
            right: 0;     
            bottom: 0;
            content: "";
            pointer-events: none;
        }
        &:hover {
            &::after {
                background-color: @azen-elastic-fade8-color;
            }
        }
        &[data-inverted-styles="true"] {
            .azen-data {
                .azen-title {
                    color: @white-lighter;
                }
                .azen-type {
                    color: @azen-elastic-fade3-color;
                }
            }            
        }
    }

    .azen-elastic-progress-bar {
        > div{
            margin-bottom: 20px;
            &:last-child{
                margin-bottom: 0;
            }
            .azen-title {
                .title-small();
                text-transform: uppercase;
                font-size: 13px;
            }
            .azen-ifeath { 
                font-size: 0;
                > div{
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    width: ~"calc(100% - 45px)";
                    height: 5px;
                    background-color: @azen-elastic-fade12-color;
                    > div{
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        height: 5px;
                        background-color: @azen-elastic-heading-color;
                    }
                }
                span{
                    .title-small();
                    color: @brand-color;
                    font-size: 13px;
                    margin-left: 15px;
                    width: 30px;
                    text-align: right;
                    margin-bottom: 0;
                    display: inline-block;
                    vertical-align: middle;
                }
            }
        }
    }

    .azen-elastic-article-1 {        
        .azen-general {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-element {
                box-sizing: border-box;                        
                margin: 15px;
                margin-bottom: 30px;
                width: ~"calc(33.33% - 30px)";
                @media (max-width: 991px) {
                    width: ~"calc(50% - 30px)";
                }
                @media (max-width: 600px) {
                    width: ~"calc(100% - 30px)";
                }
                &:only-child {
                    width: ~"calc(100% - 30px)  !important";
                }                        
                .azen-header {
                    margin-bottom: 27px;
                    .azen-icon {
                        color: @brand-color;                        
                        margin-bottom: 30px;
                        span {
                            font-size: 40px;
                        }
                    }
                    .azen-title {
                        font-family: @azen-elastic-header-font;
                        font-size: @header-font-size;
                        line-height: @header-line-height;
                        font-weight: @header-font-weight;
                    }
                }
                .azen-content {
                    margin-bottom: 35px;
                    .azen-text {
                        .text();
                        line-height: 1.6;
                        font-size: 20px;
                    }
                }
                .azen-link {
                    .link();
                    text-decoration: underline;
                }
            }
        }
    }

    .azen-elastic-video {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;        
        width: ~"calc(100% + 30px)";
        .azen-element {
            box-sizing: border-box;                        
            margin: 15px;   
            margin-bottom: 40px;
            width: ~"calc(33.33% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }        
            .azen-thumbnail {
                position: relative;
                .azen-image {
                    height: 300px;
                    background-position: center;
                    background-size: cover;
                    border-radius: @azen-elastic-border-radius;
                }
                .azen-button {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    .vendor(transform, translate(-50%, -50%));
                    .az-icon {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        .vendor(transform, translate(-50%, -50%));
                        font-size: 75px;
                        color: @white-lighter;                
                        .vendor(transition, all .3s linear 0s);
                    }
                    &:hover {
                        .az-icon {
                            color: @brand-color;
                        }
                    }
                }
            }
            .azen-data {
                margin-top: 25px;
                .azen-title {
                    .title-small();
                    line-height: 1.5;
                    font-size: 20px;
                    font-weight: 400;
                    margin-bottom: 15px;
                }
                .azen-type {
                    .text();
                    font-size: 15px;
                }
            }
        }
    }

    .azen-elastic-icon-box {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        .vendor(align-items, center);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-icon-box {
            box-shadow: @azen-elastic-panel-brand-shadow;
            background-color: @white-lighter;
            box-sizing: border-box;
            border-radius: @azen-elastic-border-radius;
            margin: 15px;
            margin-top: 60px;
            padding: 100px 40px 60px 40px;
            width: ~"calc(25% - 30px)";
            @media (max-width: 1300px) {
                width: ~"calc(33.33% - 30px)";
            }
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }
            text-align: center;
            position: relative;
            .azen-icon {
                position: absolute;
                top: 0;
                left: 50%;
                .vendor(transform, translate(-50%, -50%));
                color: @brand-color;
                display: inline-block;
                border-radius: 100%;
                padding: 35px;
                border: @azen-elastic-border-width solid @azen-elastic-border-dark-color;
                box-shadow: @azen-elastic-panel-brand-shadow-hover;
                background-color: @white-lighter;
                line-height: 0;
                font-size: 40px;
            }
            .azen-content {
                .azen-title {
                    .title-small();
                    font-weight: 400;
                    line-height: 1.4;
                    margin-bottom: 30px;
                    font-size: 20px;
                }
                .azen-text {
                    .text();
                    font-size: 17px;
                    line-height: 1.6;
                }
            }
        }
    }

    .azen-elastic-icon-list-small {
        .azen-item {
            .vendor(display, flex);
            line-height: 28px;
            margin-bottom: 13px;
            .azen-icon {
                color: @brand-color;
                font-size: 18px;
                margin-right: 10px;
            }
            .azen-text {
                .text();
            }
        }
    }

    .azen-elastic-articles-small {
        .vendor(display, flex);
        .vendor(align-items, center);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-article {
            margin: 15px;
            box-sizing: border-box;
            margin-bottom: 40px;
            width: ~"calc(33.33% - 30px)";
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }
            border-radius: @azen-elastic-border-radius;
            overflow: hidden;
            box-shadow: @azen-elastic-panel-brand-shadow;
            background-color: @white-lighter;
            .vendor(transition, all .3s linear 0s);
            .vendor(display, flex);
            .vendor(align-items, center);
            &:hover {
                box-shadow: @azen-elastic-panel-brand-shadow-hover;
            }
            .azen-image {
                background-position: center;
                background-size: cover;
                width: 35%;
                height: 150px;                
            }
            .azen-content {
                padding: 30px 20px;
                width: 65%;
                box-sizing: border-box;
                .azen-title {
                    .title-small();
                    font-size: 21px;
                    margin-bottom: 10px;
                }
                .azen-text {
                    .text();
                    font-size: 17px;
                }
            }
            @media (max-width: 600px) {
                .vendor(display, block);
                .azen-image {
                    width: 100%;
                }
                .azen-content {
                    width: 100%;
                }
            }
        }
    }

    .azen-elastic-icon-text {
        .vendor(display, flex);
        .vendor(justify-content, center);
        .vendor(flex-wrap, wrap);
        .vendor(align-items, center);
        margin: -15px;
        width: ~"calc(100% + 30px)";
        .azen-icon-text {
            box-sizing: border-box;
            margin: 15px;
            width: ~"calc(25% - 30px)";
            @media (max-width: 1300px) {
                width: ~"calc(33.33% - 30px)";
            }
            @media (max-width: 991px) {
                width: ~"calc(50% - 30px)";
            }
            @media (max-width: 600px) {
                width: ~"calc(100% - 30px)";
            }
            &:only-child {
                width: ~"calc(100% - 30px)  !important";
            }
            .azen-icon {
                color: @brand-color;
                font-size: 45px;
                margin-bottom: 25px;
            }
            .azen-content {
                .azen-title {
                    .title-small();
                    font-weight: 400;
                    line-height: 1.4;
                    margin-bottom: 35px;
                    font-size: 20px;
                }
                .azen-text {
                    .text();
                    font-size: 17px;
                    line-height: 1.6;
                }
            }
        }
    }

    [class*="azen-elastic"] {
        .azen-icon {
            .az-icon {
                width: 1em;
                height: 1em;
                display: inline-block;
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
            }
        }        
    }
    [data-alternative-styles="true"] {
        .azen-icon {
            .az-icon {
                position: relative;
                z-index: 0;                
                &::before {
                    pointer-events: none;
                }
                span {
                    content: '';
                    position: absolute;
                    border-radius: 100%;
                    left: 45%;
                    top: 0;
                    width: 1em;
                    height: 1em;
                    background-color: @azen-elastic-fade10-color;
                    z-index: -1;
                }
            }
        }
    }    
    [data-shadow-border="true"] {
        &.azen-elastic-feature, &.azen-elastic-feature-2 {
            .azen-general {
                .azen-element {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-contact-info {
            .azen-general {
                .azen-element {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }            
        }
        &.azen-elastic-feature-3 {
            .azen-general {
                a {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                    &:hover {
                        box-shadow: none;
                    }
                }
            }
        }
        &.azen-elastic-feature-4 {
            .azen-general {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
                .azen-element {
                    &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                        border-right: @azen-elastic-border-width solid @azen-elastic-border-color;

                        @media (max-width: 991px) {
                            border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
                        }
                    }
                }
            }
        }
        &.azen-elastic-feature-5 {
            .azen-general {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
                .azen-element {
                    &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                        border-right: @azen-elastic-border-width solid @azen-elastic-border-color;
                        @media (max-width: 991px) {
                            border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
                        }
                    }
                }
            }
        }
        &.azen-elastic-feature-6 {
            .azen-general {
                .azen-element {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-feature-7 {
            .azen-general {
                .azen-element {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-feature-8 {
            .azen-general {
                .azen-element {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-feature-12 {
            > div {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
            }                
        }            
        &.azen-elastic-card {
            .azen-general {
                a {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                    &:hover {
                        box-shadow: none;
                    }
                }
            }
        }
        &.azen-elastic-teammate {
            .azen-general {
                a {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                    &:hover {
                        box-shadow: none;
                    }
                }
            }
        }
        &.azen-elastic-teammate-2 {
            .azen-general {
                .azen-wrapper {
                    a {
                        box-shadow: none;
                        border: @azen-elastic-border-width solid @azen-elastic-border-color;
                        &:hover {
                            box-shadow: none;
                        }
                    }
                }
            }

        }
        &.azen-elastic-persons {
            .azen-general {
                .azen-item {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                    .azen-image {
                        box-shadow: none;
                    }
                }
            }
        }
        &.azen-elastic-articles, &.azen-elastic-articles-small {
            .azen-article {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;        
            }
        }
        &.azen-elastic-product {
            box-shadow: none;
            border: @azen-elastic-border-width solid @azen-elastic-border-color;        
        }
        &.azen-elastic-detailed-product-1 {
            box-shadow: none;
            border: @azen-elastic-border-width solid @azen-elastic-border-color;        
        }
        &.azen-elastic-detailed-product-2 {
            box-shadow: none;
            border: @azen-elastic-border-width solid @azen-elastic-border-color;        
        }
        &.azen-elastic-testimonial {
            box-shadow: none;
            > .azen-text {
                box-shadow: none !important;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;        
            }
        }
        &.azen-elastic-project {
            box-shadow: none;
            border: @azen-elastic-border-width solid @azen-elastic-border-color;        
        }
        &.azen-elastic-case-study {
            > div {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
                .azen-case-study {                    
                    .azen-image {
                        border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
                    }
                }
            }
        }
        &.azen-elastic-case-study-counter {
            > div {
                .azen-case-study {                    
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }            
        }
        &.azen-elastic-feature-10 {
            .azen-general {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
                .azen-element {
                    &:not(:last-child) {
                        border-right: @azen-elastic-border-width solid @azen-elastic-border-color;
                    }
                }
            }
        }
        &.azen-elastic-feature-11 {
            .azen-general {
                .azen-element {                    
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-counter-3 {
            .azen-general {
                .azen-element {                    
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-posts {
            .azen-post {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
                .azen-data {
                    .azen-footer {
                        border-top: @azen-elastic-border-width solid @azen-elastic-border-color;
                    }                    
                }
            }
        }
        &.azen-elastic-image-info {
            .azen-general {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
            }
        }
        &.azen-elastic-pricing-plan-6 {
            .azen-general {
                .azen-pricing {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-pricing-plan-5 {
            .azen-general {
                .azen-pricing {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }       
        &.azen-elastic-testimonials {
            &[data-alternative-styles="false"], &:not([data-alternative-styles]) {
                > div {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }        
            }
            &[data-alternative-styles="true"] {
                > div {
                    .azen-elastic-testimonial-text {
                        .azen-testimonial {
                            box-shadow: none;
                            border: @azen-elastic-border-width solid @azen-elastic-border-color;
                        }
                    }
                }
            }

        }
        &.azen-elastic-logos {
            box-shadow: none;
            border: @azen-elastic-border-width solid @azen-elastic-border-color;
            .azen-logo {
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    border-right: @azen-elastic-border-width solid @azen-elastic-border-color;
                }                
            }
            @media (max-width: 768px) {
                .azen-logo {
                    border-bottom: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-pricing-plan-7 {
            .azen-plan {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
            }
        }
        &.azen-elastic-icon-box {
            .azen-icon-box {
                box-shadow: none;
                border: @azen-elastic-border-width solid @azen-elastic-border-color;
                .azen-icon {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                }
            }
        }
        &.azen-elastic-webinar {
            .azen-general {
                a {
                    box-shadow: none;
                    border: @azen-elastic-border-width solid @azen-elastic-border-color;
                    .azen-image-part {
                        margin: -1px;
                    }
                }
            }
        }        
    }
}

//----------------Inverted styles-----------------//  

@azen-elastic-header-inverted-color: @white-lighter;
@azen-elastic-subheader-inverted-color: fade(@white-lighter, 50%);
@azen-elastic-shadow-inverted: 0 0 0 0 transparent;
@azen-elastic-border-inverted-color: fade(@white-lighter, 50%);
@azen-elastic-border-inverted: @azen-elastic-border-width solid @azen-elastic-border-inverted-color;
@azen-elastic-text-inverted: fade(@white-lighter, 50%);
@azen-elastic-separator-inverted: darken(@gray-darker, 3.5%);
@azen-elastic-icon-inverted: fade(@white-lighter, 30%); 

.azen-elastic-background-inverted, .azen-background-inverted {
    &[data-inverted-styles="true"] {
        background-color: @azen-elastic-darken1-color;
        background-image: none;
        .azen-elastic-header-inverted-i {
            color: @azen-elastic-header-inverted-color !important;
        }
        .azen-elastic-subheader-inverted-i {
            color: @azen-elastic-subheader-inverted-color !important;
        }
        .azen-elastic-text-inverted-i {
            color: @azen-elastic-text-inverted !important;
        }
        .azen-elastic-separator-inverted-i {
            background-color: @azen-elastic-separator-inverted !important;
        }
        .azen-elastic-font-weight-i {
            font-weight: 400 !important;
        }
        &.azen-elastic-inverted-brand-bg {
            background-color: @brand-color !important;
        }
        &.azen-elastic-inverted-accent-1-bg {
            background-color: @accent-1-color !important;
        }
        &.azen-elastic-inverted-accent-2-bg {
            background-color: @accent-2-color !important;
        }
    }
}

[data-inverted-styles="true"] {
    div.azen.azen1.azen2.azen3 {
        .azen-elastic-feature, .azen-elastic-feature-2 {
            .azen-general {
                .azen-element {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-icon {
                        color: @azen-elastic-icon-inverted;
                    }
                    .azen-content {
                        .azen-title {  
                            color: @white-lighter;
                        }
                        .azen-text {
                            color: @azen-elastic-text-inverted;
                        }
                    }
                }
            }
        }
        .azen-elastic-contact-info {
            .azen-general {
                .azen-element {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: 0;
                    padding: 0;
                    .azen-icon {
                        color: @azen-elastic-icon-inverted;
                    }
                    .azen-content {
                        .azen-title {  
                            color: @white-lighter;
                        }
                        .azen-text {
                            color: @azen-elastic-text-inverted;
                        }
                    }
                }
            }            
        }
        .azen-elastic-feature-3 {
            .azen-general {
                a {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-icon {
                        span {
                            color: @azen-elastic-icon-inverted;
                        }
                    }
                    .azen-content {
                        .azen-title {
                            color: @white-lighter;
                        }
                        .azen-text {
                            color: @azen-elastic-text-inverted;
                        }
                        .azen-view {
                            span {
                                color: @white-lighter;
                                &:first-child {
                                    background-color: @white-lighter;
                                }
                            }
                        }
                    }
                    &:hover {
                        box-shadow: @azen-elastic-shadow-inverted;
                        .azen-content {
                            .azen-view {
                                span {
                                    color: @brand-color;
                                    &:first-child {
                                        background-color: @brand-color;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-feature-4 {
            .azen-general {
                box-shadow: @azen-elastic-shadow-inverted;
                border: @azen-elastic-border-inverted;
                .azen-element {
                    background-color: transparent;
                    .azen-icon {
                        span {
                            color: @azen-elastic-icon-inverted;
                        }
                    }
                    .azen-content {
                        .azen-title {
                            color: @white-lighter;
                        }
                    }
                    &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                        border-right: @azen-elastic-border-inverted;

                        @media (max-width: 991px) {
                            border-bottom: @azen-elastic-border-inverted;
                        }
                    }
                }
            }
        }
        .azen-elastic-feature-5 {
            .azen-general {
                box-shadow: @azen-elastic-shadow-inverted;
                border: @azen-elastic-border-inverted;
                .azen-element {
                    background-color: transparent;
                    .azen-icon {
                        span {
                            color: @azen-elastic-icon-inverted;
                        }
                    }
                    .azen-content {
                        .azen-title {
                            color: @white-lighter;
                        }
                        .azen-text {
                            color: @azen-elastic-text-inverted;
                        }
                    }
                    &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                        border-right: @azen-elastic-border-inverted;

                        @media (max-width: 991px) {
                            border-bottom: @azen-elastic-border-inverted;
                        }
                    }
                }
            }
        }
        .azen-elastic-feature-6 {
            .azen-general {
                .azen-element {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-icon {
                        span {
                            color: @azen-elastic-icon-inverted;
                        }
                    }
                    .azen-content {
                        .azen-title {
                            color: @white-lighter;
                        }
                    }
                }
            }
        }
        .azen-elastic-feature-7 {
            .azen-general {
                .azen-element {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-icon {
                        span {
                            color: @azen-elastic-icon-inverted;
                        }
                    }
                    .azen-content {
                        .azen-title {
                            color: @white-lighter;
                        }
                    }
                }
            }
        }
        .azen-elastic-feature-8 {
            .azen-general {
                .azen-element {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-icon {
                        span {
                            color: @azen-elastic-icon-inverted;
                        }
                    }
                    .azen-content {
                        .azen-title {
                            color: @white-lighter;
                        }
                    }
                }
            }
        }
        .azen-elastic-feature-12 {
            .vendor(display, flex);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            > div {
                box-shadow: @azen-elastic-black-shadow;                
                background-color: transparent;
                .azen-feature {                    
                    .azen-image {
                        background-color: transparent;
                    }
                    .azen-content {
                        background-color: @azen-elastic-fade11-color;
                        .azen-title {
                            color: @white-lighter;
                        }
                        .azen-text {
                            color: @white-lighter;
                        }
                    }
                }
            }                
        }            
        .azen-elastic-card {
            .azen-general {
                a {
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-image-part {
                        margin: -1px;
                    }
                    .azen-text-part {
                        background-color: transparent;
                        .azen-title {
                            color: @white-lighter;
                        }
                        .azen-text {
                            color: @azen-elastic-text-inverted;
                        }
                        .azen-link {
                            color: @white-lighter;
                            &:before {
                                background: @white-lighter;
                            }
                        }
                    }
                    &:hover {
                        box-shadow: @azen-elastic-shadow-inverted;
                        .azen-text-part {
                            .azen-link {
                                color: @brand-color;
                                &:before {
                                    background: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-teammate {
            .azen-general {
                a {
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-image-part {
                        margin: -1px;
                    }
                    .azen-text-part {
                        background-color: transparent;
                        .azen-name {
                            color: @white-lighter;
                        }
                        .azen-position {
                            color: @azen-elastic-text-inverted;
                        }
                    }
                    &:hover {
                        box-shadow: @azen-elastic-shadow-inverted;
                        .azen-text-part {
                            .azen-name {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-teammate-2 {
            .azen-general {
                .azen-wrapper {
                    a {
                        box-shadow: @azen-elastic-shadow-inverted;
                        border: @azen-elastic-border-inverted;
                        .azen-text-part {
                            background-color: transparent;
                            .azen-name {
                                color: @white-lighter;
                            }
                            .azen-position {
                                color: @azen-elastic-text-inverted;
                            }
                            .azen-text {
                                color: @azen-elastic-text-inverted;
                            }
                            .azen-email {
                                color: @azen-elastic-text-inverted;
                            }
                        }
                        &:hover {
                            box-shadow: @azen-elastic-shadow-inverted;
                            .azen-text-part {
                                .azen-name {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }

        }
        .azen-elastic-pricing-plan-5 {
            .azen-general {
                .azen-pricing {
                    padding-bottom: 53px;
                    box-shadow: @azen-elastic-shadow-inverted;
                    background-color: transparent;
                    border: @azen-elastic-border-inverted;
                    .azen-icon {
                        span {
                            color: @white-lighter;
                        }
                    }
                    .azen-title {
                        font-weight: 700;
                        margin-bottom: 20px;
                    }
                    .azen-text {
                        font-weight: 400;
                        line-height: 1.4;
                        margin-bottom: 47px;
                    }
                    .azen-title, .azen-text {
                        color: @white-lighter;
                    }
                    .azen-price {
                        margin-bottom: 49px;
                        span {
                            &:first-child, &:last-child {
                                color: @white-lighter;
                            }
                        }
                    }
                    a {
                        font-weight: 600;
                        color: @white-lighter;
                        border-color: @white-lighter;
                        box-shadow: @azen-elastic-shadow-inverted;
                        background-color: @azen-elastic-darken1-color;
                        padding: 20.5px 0;
                    }
                    &:hover {
                        a {
                            background-color: @brand-color;
                            border-color: @brand-color;
                            &:hover {
                                background-color: @black-darker;
                                border-color: @black-darker;
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-button-with-price {
            .azen-general {
                a {
                    border-color: @white-lighter;
                    color: @white-lighter;
                    span:nth-child(3) {
                        color: @brand-color;
                        background-color: @white-lighter;
                    }
                    &:hover {
                        background-color: @brand-color;
                        border-color: @brand-color;
                        box-shadow: @azen-elastic-shadow-inverted;
                    }
                }
            }
            &[data-alternative-styles="true"] {
                .azen-general {
                    a {
                        border-color: @brand-color;
                        background-color: @brand-color;
                        color: @white-lighter;
                        box-shadow: @azen-elastic-button-brand-shadow;
                        &:hover {
                            background-color: @black-darker;
                            color: @white-lighter;
                            box-shadow: @azen-elastic-shadow-inverted;
                            border-color: @black-darker;
                        }
                    }
                }
            }                        
        }
        .azen-elastic-button-white {
            a {
                color: @black;
                &:hover {
                    color: @white-lighter;
                }
            }
        }
        .azen-elastic-button {
            .azen-general {
                a {
                    border-color: @white-lighter;
                    color: @white-lighter;
                    box-shadow: none;
                    &:hover {
                        background-color: @brand-color;
                        border-color: @brand-color;
                        box-shadow: none;
                    }
                }
            }
            &[data-alternative-styles="true"] {
                .azen-general {
                    a {
                        border-color: @brand-color;
                        background-color: @brand-color;
                        color: @white-lighter;
                        box-shadow: none;
                        &:hover {
                            background-color: @black-darker;
                            color: @white-lighter;
                            box-shadow: none;
                            border-color: @black-darker;
                        }
                    }
                }
            }            
        }
        .azen-elastic-small-button {
            .azen-general {
                a {
                    border-color: @white-lighter;
                    color: @white-lighter;
                    &:hover {
                        background-color: @brand-color;
                        border-color: @brand-color;
                        box-shadow: @azen-elastic-shadow-inverted;
                    }
                }
            }
        }
        .azen-elastic-pricing-plan-6 {
            .azen-general {
                .azen-pricing {
                    &::before {
                        content: none;
                    }
                    padding-bottom: 60px;
                    box-shadow: @azen-elastic-shadow-inverted;
                    background-color: @brand-color;
                    border: @azen-elastic-border-inverted;
                    .azen-title {
                        font-weight: 700;
                        margin-bottom: 25px;
                    }
                    .azen-text {
                        font-weight: 400;
                        line-height: 1.35;
                        margin-bottom: 37px;
                    }
                    .azen-title, .azen-text {
                        color: @white-lighter;
                    }
                    .azen-price {
                        margin-bottom: 52px;
                        span {
                            &:first-child, &:last-child {
                                color: @white-lighter;
                            }
                            &:last-child {
                                font-weight: 500;
                            }
                        }
                    }
                    a {
                        font-weight: 600;
                        color: @white-lighter;
                        border-color: @white-lighter;
                        box-shadow: @azen-elastic-shadow-inverted;
                        background-color: @brand-color;
                        padding: 18.5px 0;
                    }
                    &:hover {
                        a {
                            background-color: @white-lighter;
                            border-color: @white-lighter;
                            color: @brand-color;
                            &:hover {
                                background-color: @black-darker;
                                border-color: @black-darker;
                                color: @white-lighter;
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-testimonial-text {
            .azen-testimonial {
                color: @white-lighter;
                font-weight: 400;
                .az-icon {
                    color: fade(@black-darker, 10%);
                }
            }
        }
        .azen-elastic-testimonials {
            &[data-alternative-styles="true"] {
                > div {                
                    .azen-elastic-testimonial-text {
                        .azen-testimonial {
                            background-color: transparent;
                            box-shadow: @azen-elastic-shadow-inverted;
                            border: @azen-elastic-border-inverted;
                        }
                    }
                }                

            }
            &[data-alternative-styles="false"] {
                > div {                
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                }                
            }
        }
        .azen-elastic-author {
            .azen-text {
                .azen-name {
                    color: @white-lighter;
                }
                .azen-title {
                    color: @azen-elastic-fade3-color;
                }
            }
        }
        .azen-elastic-icon-list {
            .azen-item {
                .azen-info {
                    color: @white-lighter;
                    font-weight: 400;
                }
            }
        }        
        .azen-elastic-horizontal-form {
            .azen-toc {
                label {
                    color: @white-lighter;
                }                
            }
        }
        .azen-elastic-checkbox {
            input {
                + label {
                    &::before {
                        background-color: transparent;
                        border: @azen-elastic-border-width solid @white-lighter;
                    }
                }
            }
        }
        .azen-elastic-button-video {
            .azen-general {
                a {
                    .azen-button {
                        box-shadow: none;
                    }
                    .azen-text {
                        color: @white-lighter;
                    }
                }
            }
        }
        .azen-elastic-countdown {
            .azen-general {
                .az-countdown {
                    .az-days, .az-hours, .az-minutes, .az-seconds {
                        background-color: @azen-elastic-fade5-color;
                        box-shadow: none;
                        .az-count {
                            color: @white-lighter;
                        }
                        span {
                            color: @azen-elastic-text-inverted;
                        }
                    }
                }
            }
        }
        .azen-elastic-flat-menu, .azen-elastic-flat-secondary-menu {
            > a[href] {
                color: @white-lighter;
                &:hover {
                    color: @brand-color;
                }
            }
        }
        .azen-elastic-vertical-menu {
            > a[href] {
                color: @azen-elastic-subheader-inverted-color;
                &:hover {
                    color: @brand-color;
                }
            }
        }
        .azen-elastic-social-links {
            > a[href] {
                color: @white-lighter;
                &:hover {
                    color: @brand-color;
                }
            }        
        }        
        .azen-elastic-persons {
            .azen-general {
                .azen-item {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-image {
                        box-shadow: none;
                    }
                    .azen-content {
                        .azen-name {
                            color: @white-lighter;
                        }
                        .azen-text, .azen-position {
                            color: @azen-elastic-text-inverted;
                        }
                        .azen-link {
                            color: @white-lighter;
                            box-shadow: none;
                            border: @azen-elastic-border-inverted;
                            background-color: transparent;
                            &:hover {
                                background-color: @brand-color;
                                border-color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-articles, .azen-elastic-articles-small {
            .azen-article {
                background-color: transparent;
                box-shadow: @azen-elastic-shadow-inverted;
                border: @azen-elastic-border-inverted;        
                margin: 14px;
                .azen-title {
                    color: @white-lighter;
                }
                .azen-text{
                    color: @azen-elastic-text-inverted;
                }
            }
        }
        .azen-elastic-products {
            .azen-elastic-product {
                margin: 14px;                
            }
        }
        .azen-elastic-product {
            background-color: transparent;
            box-shadow: @azen-elastic-shadow-inverted;
            border: @azen-elastic-border-inverted;        
            .azen-data {
                .azen-title {
                    color: @white-lighter;
                }
                .azen-footer {
                    .azen-price {
                        color: @white-lighter;
                    }
                    .azen-purchase {
                        label {                        
                            .az-icon {
                                color: @white-lighter;
                            }
                            &:hover {
                                .az-icon {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-detailed-product-1 {
            background-color: transparent;
            box-shadow: @azen-elastic-shadow-inverted;
            border: @azen-elastic-border-inverted;        
            .azen-data {
                .azen-title {
                    color: @white-lighter;
                }
                .azen-content {
                    color: @azen-elastic-text-inverted;
                }
                .azen-footer {
                    .azen-price {
                        color: @white-lighter;
                    }
                    .azen-purchase {
                        label {                        
                            .az-icon {
                                color: @white-lighter;
                            }
                            &:hover {
                                .az-icon {
                                    color: @brand-color;
                                }
                            }
                        }
                    }
                }
            }
            .azen-form {
                border-top: @azen-elastic-border-inverted;
            }
        }
        .azen-elastic-detailed-product-2 {
            background-color: transparent;
            box-shadow: @azen-elastic-shadow-inverted;
            border: @azen-elastic-border-inverted;        
            .azen-data {
                .azen-title {
                    color: @white-lighter;
                }
                .azen-content {
                    color: @azen-elastic-text-inverted;
                    .azen-items {
                        .azen-item {
                            .azen-value {
                                color: @white-lighter;
                            }                            
                        }                        
                    }
                }
            }
            .azen-footer {
                .azen-price {
                    color: @white-lighter;
                }
                .azen-available {
                    color: @azen-elastic-text-inverted;
                }
                .azen-purchase {
                    label {                        
                        .az-icon, .azen-cta {
                            color: @white-lighter;
                        }
                        &:hover {
                            .az-icon, .azen-cta {
                                color: @brand-color;
                            }
                        }
                    }
                }
            }
            .azen-form {
                border-top: @azen-elastic-border-inverted;
            }
        }
        .azen-elastic-counter-1 {
            .azen-counter {
                .azen-value {
                    color: @white-lighter;
                }
                .azen-text {
                    color: @white-lighter;
                }            
            }
        }     
        .azen-elastic-feature-9 {
            .azen-general {
                .azen-element {
                    .azen-icon {
                        span {
                            color: @azen-elastic-icon-inverted;
                        }
                    }
                    .azen-content {
                        .azen-title {
                            color: @azen-elastic-header-inverted-color;
                        }
                        .azen-text {
                            color: @azen-elastic-subheader-inverted-color;
                        }
                        a {
                            box-shadow: @azen-elastic-shadow-inverted;
                            border: @azen-elastic-border-width solid @brand-color;                                    
                        }
                    }
                }
            }
        }
        .azen-elastic-testimonial {
            background-color: transparent;
            box-shadow: @azen-elastic-shadow-inverted;
            > .azen-image {
                z-index: 2;
            }
            > .azen-text {
                background-color: transparent !important;
                box-shadow: @azen-elastic-shadow-inverted !important;
                border: @azen-elastic-border-inverted;                        
            }
        }
        .azen-elastic-project {
            background-color: transparent;
            box-shadow: @azen-elastic-shadow-inverted;
            border: @azen-elastic-border-inverted;   
            .azen-data {
                .azen-title {
                    color: @azen-elastic-header-inverted-color;
                }
                .azen-type {
                    color: @azen-elastic-subheader-inverted-color;
                }
            }
        }
        .azen-elastic-case-study {
            > div {
                background-color: transparent;
                box-shadow: @azen-elastic-shadow-inverted;
                border: @azen-elastic-border-inverted;               
                .azen-case-study {                    
                    .azen-image {
                        border-bottom: @azen-elastic-border-inverted;
                    }
                    .azen-content {
                        .azen-title {
                            color: @azen-elastic-header-inverted-color;
                        }
                        .azen-text {
                            color: @azen-elastic-subheader-inverted-color;
                        }
                    }
                }
            }
        }
        .azen-elastic-case-study-counter {
            > div {
                .azen-case-study {                    
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;               
                    .azen-header {
                        background-color: @azen-elastic-fade11-color;
                        .azen-counter {
                            color: @azen-elastic-header-inverted-color;
                        }
                    }
                    .azen-content {
                        .azen-title {
                            color: @azen-elastic-header-inverted-color;
                        }
                        .azen-text {
                            color: @azen-elastic-subheader-inverted-color;
                        }
                    }
                }
            }            
        }
        .azen-elastic-feature-10 {
            .azen-general {
                box-shadow: @azen-elastic-shadow-inverted;
                border: @azen-elastic-border-inverted;
                .azen-element {
                    background-color: transparent;
                    &:not(:last-child) {
                        border-right: @azen-elastic-border-inverted;
                    }
                    .azen-header {
                        .azen-icon {
                            span {
                                color: @azen-elastic-icon-inverted;
                            }
                        }
                        .azen-title {
                            color: @azen-elastic-header-inverted-color;
                        }
                    }
                    .azen-content {
                        .azen-text {
                            color: @azen-elastic-subheader-inverted-color;
                        }
                    }
                }
            }
        }
        .azen-elastic-feature-11 {
            .azen-general {
                .azen-element {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-header {
                        .azen-icon {
                            span {
                                color: @azen-elastic-icon-inverted;
                            }
                        }
                        .azen-title {
                            color: @azen-elastic-header-inverted-color;
                        }
                    }
                    .azen-content {
                        .azen-text {
                            color: @azen-elastic-subheader-inverted-color;
                        }
                    }
                }
            }
        }
        .azen-elastic-article-1 {
            .azen-general {
                .azen-element {
                    .azen-header {
                        .azen-icon {
                            span {
                                color: @azen-elastic-icon-inverted;
                            }
                        }
                        .azen-title {
                            color: @azen-elastic-header-inverted-color;
                        }
                    }
                    .azen-content {
                        .azen-text {
                            color: @azen-elastic-subheader-inverted-color;
                        }
                    }
                }
            }
        }
        .azen-elastic-counter-3 {
            .azen-general {
                .azen-element {
                    background-color: transparent;
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-header {
                        .azen-icon {
                            span {
                                color: @azen-elastic-icon-inverted;
                            }
                        }
                        .azen-counter {
                            color: @azen-elastic-header-inverted-color;
                        }
                    }
                    .azen-content {
                        .azen-text {
                            color: @azen-elastic-subheader-inverted-color;
                        }
                    }
                }
            }
        }
        .azen-elastic-posts {
            .azen-post {
                background-color: transparent;
                box-shadow: @azen-elastic-shadow-inverted;
                border: @azen-elastic-border-inverted;
                .azen-data {
                    .azen-footer {
                        border-top: @azen-elastic-border-inverted;
                    }                    
                }
                .azen-elastic-post-inverted();
            }
        }
        .azen-elastic-image-info {
            .azen-general {
                background-color: transparent;
                box-shadow: @azen-elastic-shadow-inverted;
                border: @azen-elastic-border-inverted;               
                .azen-text-part {
                    background-color: transparent;
                    .azen-title {
                        color: @azen-elastic-header-inverted-color;
                    }
                    .azen-text {
                        color: @azen-elastic-subheader-inverted-color;
                    }
                    .azen-info {
                        .azen-person {
                            span {
                                color: @azen-elastic-subheader-inverted-color;
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-logos {
            box-shadow: @azen-elastic-shadow-inverted;
            border: @azen-elastic-border-inverted;
            .azen-logo {
                background-color: transparent;
                &:nth-last-child(-n+3), &:nth-last-child(n+3) {
                    border-right: @azen-elastic-border-inverted;
                }                
            }
            @media (max-width: 768px) {
                .azen-logo {
                    border-bottom: @azen-elastic-border-inverted;
                }
            }
        }
        .azen-elastic-page-title {
            color: @azen-elastic-header-inverted-color;
        }
        .azen-elastic-breadcrumbs {        
            a {
                color: @azen-elastic-subheader-inverted-color;
                &:hover {
                    color: @brand-color;
                }
            }
            span {
                color: @azen-elastic-subheader-inverted-color;
            }
        }
        .azen-elastic-counter-1, .azen-elastic-counter-2 {
            .azen-counter {
                .azen-value {
                    color: @azen-elastic-header-inverted-color;                    
                }
                .azen-text {
                    color: @azen-elastic-subheader-inverted-color;
                }
            }
        }
        .azen-elastic-process-1 {
            .azen-element {
                .azen-header {
                    .azen-number {
                        color: @azen-elastic-fade5-color;
                    }
                    .azen-title {
                        color: @white-lighter;
                    }
                }
                .azen-content {
                    .azen-text {
                        color: @azen-elastic-subheader-inverted-color;
                    }
                }
            }
        }
        .azen-elastic-video {
            .azen-element {
                .azen-data {
                    .azen-title {
                        color: @azen-elastic-header-inverted-color;
                    }
                    .azen-type {
                        color: @azen-elastic-subheader-inverted-color;
                    }
                }
            }
        }        
        .azen-elastic-pricing-plan-7 {
            .azen-plan {
                box-shadow: @azen-elastic-shadow-inverted;
                background-color: transparent;
                border: @azen-elastic-border-inverted;
                .azen-main {
                    background-color: transparent;
                    border-right: @azen-elastic-border-inverted;
                    @media (max-width: 600px) {
                        border-right: 0;
                        border-bottom: @azen-elastic-border-inverted;
                    }
                    .azen-price {
                        .azen-currency {
                            color: @azen-elastic-subheader-inverted-color;
                        }
                        .azen-value {
                            color: @azen-elastic-header-inverted-color;
                        }
                    }
                    .azen-per {
                        color: @azen-elastic-subheader-inverted-color;
                    }
                    .azen-button {
                    }
                }
                .azen-details {
                    .azen-title {
                        color: @azen-elastic-header-inverted-color;
                    }
                    .azen-features {
                        .azen-feature {
                            .azen-icon {
                                color: @brand-color;
                            }
                            .azen-text {
                                color: @azen-elastic-subheader-inverted-color;
                            }
                        }
                    }
                }
            }
        }
        .azen-elastic-icon-box {
            .azen-icon-box {
                box-shadow: @azen-elastic-shadow-inverted;
                background-color: transparent;
                border: @azen-elastic-border-inverted;
                .azen-icon {
                    color: @azen-elastic-icon-inverted;
                    border: @azen-elastic-border-inverted;
                    box-shadow: none;
                    background-color: @azen-elastic-darken1-color;
                }
                .azen-content {
                    .azen-title {
                        color: @azen-elastic-header-inverted-color;
                    }
                    .azen-text {
                        color: @azen-elastic-subheader-inverted-color;
                    }
                }
            }
        }
        .azen-elastic-icon-list-small {
            .azen-item {
                .azen-icon {
                    color: @brand-color;
                }
                .azen-text {
                    color: @azen-elastic-subheader-inverted-color;
                }
            }
        }
        .azen-elastic-icon-text {
            .azen-icon-text {
                .azen-icon {
                }
                .azen-content {
                    .azen-title {
                        color: @azen-elastic-header-inverted-color;
                    }
                    .azen-text {
                        color: @azen-elastic-subheader-inverted-color;
                    }
                }
            }
        }
        .azen-elastic-counter-4 {
            .vendor(display, flex);
            .vendor(align-items, center);
            .vendor(justify-content, center);
            .vendor(flex-wrap, wrap);
            margin: -15px;
            width: ~"calc(100% + 30px)";
            .azen-counter {
                border-right: @azen-elastic-border-width solid @azen-elastic-border-inverted-color;
                @media (min-width: 1100px) {
                    &:nth-child(4n) {
                        border-right: 0;
                    }
                }
                @media (max-width: 1100px) {
                    @media (min-width: 991px) {
                        &:nth-child(3n) {
                            border-right: 0;
                        }
                    }
                }
                @media (max-width: 991px) {
                    @media (min-width: 600px) {
                        &:nth-child(2n) {
                            border-right: 0;
                        }
                    }
                }
                @media (max-width: 600px) {
                    border-right: 0;
                }
                &:only-child {
                    border-right: 0;
                }            
                &:last-child {
                    border-right: 0;
                }
                .azen-value {
                }
                .azen-text {
                    color: @azen-elastic-subheader-inverted-color;
                }            
            }
        }
        .azen-elastic-process-2 {
            .azen-element {
                .azen-header {
                    .azen-title {
                        color: @azen-elastic-header-inverted-color;
                    }
                }
                .azen-content {
                    .azen-text {
                        color: @azen-elastic-subheader-inverted-color;
                    }
                }
                &:hover {
                    .azen-header {
                        .azen-title {
                            color: @brand-color;
                        }
                    }
                    box-shadow: none;
                    background-color: transparent;                
                    border: @azen-elastic-border-inverted;
                }
            }
        }
        .azen-elastic-process-3 {
            .azen-element {
                &::before {
                    color: @azen-elastic-header-inverted-color;
                }
                &::after {
                    border: @azen-elastic-border-width solid @azen-elastic-border-inverted-color;
                }                
                .azen-header {
                    &::before {
                        background-color: @azen-elastic-border-inverted-color;
                    }  
                    .azen-title {
                        color: @azen-elastic-header-inverted-color;
                    }
                }
                .azen-content {
                    .azen-text {
                        color: @azen-elastic-subheader-inverted-color;
                    }
                }
            }
        }       
        .azen-elastic-webinar {
            .azen-general {
                a {
                    box-shadow: @azen-elastic-shadow-inverted;
                    border: @azen-elastic-border-inverted;
                    .azen-image-part {
                        margin: -1px;
                    }
                    .azen-text-part {
                        background-color: transparent;
                        .azen-title {
                            color: @azen-elastic-header-inverted-color;
                        }
                        .azen-info {
                            .azen-person {
                                span {
                                    color: @azen-elastic-subheader-inverted-color;
                                }
                            }
                            .azen-button {
                                span {
                                    background-color: transparent;
                                    border: @azen-elastic-border-inverted;
                                    box-shadow: @azen-elastic-shadow-inverted;
                                    color: @azen-elastic-header-inverted-color;
                                }
                            }
                        }
                    }
                    &:hover {
                        box-shadow: none;
                        .azen-text-part {
                            .azen-info {
                                .azen-button {
                                    span {
                                        background-color: @brand-color;
                                        border: @azen-elastic-border-width solid @brand-color;
                                        box-shadow: @azen-elastic-shadow-inverted;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

    }
    &.azen-elastic-background-inverted.azen-elastic-inverted-brand-bg {
        div.azen.azen1.azen2.azen3 {
            .azen-elastic-teammate-2 {
                .azen-general {
                    .azen-wrapper {
                        a {
                            &:hover {
                                .azen-text-part {
                                    .azen-name {
                                        color: @accent-1-color;
                                    }
                                }
                            }
                        }
                    }
                }

            }        
        }
    }

    .azen-elastic-isotope-big {
        .azen-elastic-isotope-big-inverted();
    }    
    .azen-elastic-timeline {
        .azen-wrapper {
            &:before {
                background-color: @azen-elastic-border-inverted-color;
            }
            .azen-corner {
                border: @azen-elastic-border-inverted;
                background-color: @white-lighter;
                &:before {
                    background-color: @azen-elastic-darken1-color;
                }
            }
            .azen-list {
                .azen-list-item {
                    .azen-half {
                        .azen-content {
                            background-color: transparent;
                            box-shadow: none;
                            border: @azen-elastic-border-inverted;
                        }
                        .azen-corner-big {
                            border: @azen-elastic-border-width solid @azen-elastic-border-inverted-color;
                            background-color: @white-lighter;
                            &:before {
                                background-color: transparent;
                            }
                        }
                        .azen-corner-line {
                            background-color: @azen-elastic-border-inverted-color;
                        }
                        &:hover {
                            .azen-corner-big {
                                &::before {
                                    background-color: @brand-color;
                                }
                            }
                            .azen-corner-small {
                                background-color: @brand-color;
                                border-color: @brand-color;
                            }
                        }
                    }
                }
            }
        }
    }
    .azen-elastic-tabs-minimal {
        .azen-buttons {
            border-bottom: @azen-elastic-border-inverted;
            .azen-button {
                margin-bottom: -1px;      
                a {
                    color: @azen-elastic-header-inverted-color;
                    border-bottom: @azen-elastic-border-width solid transparent;
                }
                &.az-active {
                    a {
                        color: @brand-color;
                        border-bottom: @azen-elastic-border-width solid @brand-color;
                    }
                }
            }
        }
    }    
}

//----------------------------------------------//  
@keyframes azen-elastic-preloader-animation {
    0% {
        .vendor(transform, perspective(120px) rotateX(0deg) rotateY(0deg));
    }
    50% {
        .vendor(transform, perspective(120px) rotateX(-180.1deg) rotateY(0deg));

    }
    100% {
        .vendor(transform, perspective(120px) rotateX(-180deg) rotateY(-179.9deg));
    }
}
@keyframes azen-elastic-menu-animation {
    0% {
        visibility: hidden;
        opacity: 0;
        .vendor(transition, all .3s linear 0s);
        .vendor(transform, translate3d(0,-100%,0));
    }
    100% {
        visibility: visible;
        opacity: 1;
        .vendor(transition, all .3s linear 0s);
        .vendor(transform, translate3d(0,0,0));
    }
}
