﻿html,
body {
    height: 100%;
}

body {
    font-size: 12px;
    padding-bottom: 90px;
}

.field-validation-valid {
    display: none;
}

.notification__link {
    color: white;
}
.navbar {
    z-index: 99;
}

.ui-dialog-titlebar-close {
    text-indent: -9999px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
        

.account-body {
    background: #eee !important;
    padding-top: 18rem;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 30px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[id="Email"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        /*margin-bottom: 20px;*/
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin input[id="Password"] {
        /*margin-bottom: 20px;*/
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    }

a.delete, a.delete-li {
    color: crimson;
    width: 100%;
    height: 100%;
    overflow: inherit;
    background: none;
}

.caret {
    margin-left: 8px;
}

.grid-buttons-container {
    display: flex;
    align-items: flex-end;
    margin: 20px 0 10px 0;
}

    .grid-buttons-container .glyphicon {
        margin-right: 5px;
    }

.popupwrapper {
    min-width: 0;
    /*background: url(/Content/images/popup.gif) no-repeat;*/
    padding-top: 13px;
    position: absolute;
    z-index: 15;
    display: none;
}

.alert-advert {
    border-radius: unset !important;
    text-align: center;
    margin: 2rem 50px 0;
}

.popup {
    min-width: 250px;
    background: #fff;
    border-right: 1px solid #b9b8b8;
    border-left: 1px solid #b9b8b8;
    border-bottom: 1px solid #b9b8b8;
    border-top: 1px solid #b9b8b8;
    font-size: 9pt;
    z-index: 16;
    padding: 7px;
    word-wrap: break-word;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.tm-tag.tm-tag-mini {
    font-size: 12px !important;
}

.ui-widget {
    font-size: 12px !important;
    z-index: 100;
}

.btn {
    font-size: 12px !important;
}

.saved-filters .selected {
    font-weight: bold;
}

.saved-filters .dropdown-menu {
    font-size: 12px;
}


.grid-buttons-container {
    padding: 0;
}

.mvcgridpanel {
    position: relative;
}

    .mvcgridpanel .grid-options {
        top: 50px;
        left: 0px;
    }

    .mvcgridpanel .grid-options-button {
        top: 0px;
        left: 0px;
        display: none;
    }

.grid-buttons-container {
    z-index: 1;
}

.grid-options .form-bottom {
    padding: 0px 5px 5px 5px;
    border-top: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.grid-options button {
    margin-right: 3px;
}

.filter-dd-btn .btn {
    font-size: 3px !important;
    padding: 5px 3px;
}

.filter-dd-btn {
    width: 10px;
}

.filters-table-container {
    width: 100%
}

.filters-table-container {
    padding: 3px 20px 3px 2px;
}

#oldfilter select {
    width: 100%;
}

.ui-menu-item {
    padding: 5px;
}

    .ui-menu-item a {
        color: gray;
    }

        .ui-menu-item a:hover {
            color: black;
            border: none;
            background: none;
            cursor: pointer;
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: underline;
}

.car-event-grid-cell {
    padding: 0 !important;
    line-height: 1 !important;
    border-right: solid 1px white;
    vertical-align: middle !important;
    text-align: center;
    color: white;
}

    .car-event-grid-cell a {
        color: black;
    }

    .car-event-grid-cell div {
        width: 100%;
        height: 100%;
        padding: 5px;
    }



.schedule-grid-cell {
    padding: 0 !important;
    line-height: 1 !important;
    border-right: solid 1px white;
    vertical-align: middle !important;
    text-align: center;
    color: white;
}

    .schedule-grid-cell a {
        color: black;
    }

    .schedule-grid-cell div {
        width: 100%;
        height: 100%;
        padding: 5px;
    }

.price-grid-cell {
    padding: 0 !important;
    line-height: 1 !important;
    border-right: solid 1px white;
    vertical-align: middle !important;
    text-align: center;
    color: black;
}
.price-grid-cell div {
        width: 100%;
        height: 100%;
        padding: 5px;
    }


.filter-container {
    display: inline-block;
    width: 250px;
    margin-right: 10px;
}

.btn-filter-container {
    margin-top: 10px;
}

.filter-container-invisible {
    width: 0px;
    height: 0px;
}

.carEventDatesCondition-btn {
    width: 30px;
    padding: 0px;
    /*margin-top: 5px;*/
    height: 34px;
    padding-top: 8px;
}

.carEventDatesCondition-date {
    width: 100% !important;
    margin: 0px !important;
    height: 34px !important;
}

#carEventDatesCondition-dateinterval {
    height: 34px !important;
    border: 1px solid #ccc;
}

    #carEventDatesCondition-dateinterval:focus {
        box-shadow: none !important;
    }

.carEventDatesCondition-dateinterval {
    height: 34px !important;
    border: 1px solid #ccc;
}

    .carEventDatesCondition-dateinterval:focus {
        box-shadow: none !important;
    }

.car-event-grid-cell-header {
    padding: 0 2px 7px 2px !important;
}

.schedule-grid-cell-header {
    padding: 0 2px 7px 2px !important;
}

.updatepanel.contentbody.mvcgridpanel {
    overflow-x: auto;
    width: 100%;
}


.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.filter-container .select2-container {
    width: 100% !important;
}

.filter-container .js-select2-multiple {
    display: none;
}

.filter-container-invisible {
    display: none;
}

.select2-results__option .wrap:before {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a";
}

/* not required css */

.select2-multiple, .select2-multiple2 {
    width: 50%
}

.select2-selection__rendered {
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-transform: none !important;
    text-indent: 0px !important;
    text-shadow: none !important;
    color: #555555 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc !important;
    height: 35px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px !important;
    }

.saved-filters {
    margin-left: 10px;
    overflow-y: auto;
    border-bottom: 0;
}

    .saved-filters .dropdown-menu {
        top: auto;
        left: 0px;
        right: 20px;
    }

.ui-tabs-vertical {
    width: 55em;
}

    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: left;
        width: 12em;
        display: flex;
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0 -1px 0 0;
        }

            .ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
                line-height: 35px;
            }

            .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
            }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 1em;
        float: right;
        width: 40em;
    }

#edit-page-vertical-tabs {
    width: 100% !important;
    padding: 0 50px;
    border-radius: 0px;
}

    /*#edit-page-vertical-tabs .ui-tabs-nav {
    position: fixed;
    top: 90px;
    left: 10px;
}*/
    #edit-page-vertical-tabs .ui-tabs-panel {
        width: 100% !important;
    }

    #edit-page-vertical-tabs .ui-tabs-vertical {
        width: 100% !important;
        border: 0;
    }


    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        color: #000;
        border-color: #DA291C !important;
    }

.ui-tabs-vertical .ui-tabs-nav li {
    border-right-width: 1px !important;
}
.ui-tabs .ui-tabs-nav li a {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #54585A;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    outline-style: none;
    outline: none;
}

.ui-tabs .ui-tabs-nav li {
    outline-style: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    padding: 0 !important;
    text-transform: capitalize;
    transition: 0.3s;
    border: none;
    margin-right: 30px;
    width: auto
}

    .ui-tabs .ui-tabs-nav li.ui-state-hover a{
        /*border: 0px;*/
        border-color: #DA291C;
        background-color: transparent;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
        background: #e7e7e7;
    }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff;
}

.no-wrap-cell {
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
}


.green-cell {
    background-color: #E2EFDA !important;
}

.blue-cell {
    background-color: #D9E1F2 !important;
}

.yellow-cell {
    background-color: #FFF2CC !important;
}

.updatepanel table a {
    color: #333333;
}

.mvcgridpanel table th {
    font-weight: normal !important;
}

.navbar-collapse {
    padding-left: 0px;
}

table.mvcgrid tr.js_editable-row td:not(.js_no-edit):hover {
    cursor: pointer;
}

table.mvcgrid tr.js_editable-row-report td:not(.js_no-edit):hover {
    cursor: pointer;
}

table.mvcgrid tr.js-grid-select-entity-row td:not(.js_no-edit):hover {
    cursor: pointer;
}

/*.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {

    background-color: #e9e9e9;

}*/

.ui-tabs-nav li a {
    width: 100%;
}

    .ui-tabs-nav li a:focus {
        outline-style: none;
        outline: none;
    }

.tagsman-group-container {
    margin-right: 10px;
}

.checklist-sortcontainer.ui-sortable li {
    cursor: move;
}

    .checklist-sortcontainer.ui-sortable li label {
        cursor: move;
    }

.filters-table-container .dropdown {
    position: inherit;
}

.mvcgridpanel .grid-options {
    top: 3px;
    border: 1px solid #b9b8b8;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.dropdown-filter-name {
    font-size: 14px;
    padding-left: 20px;
}

.car-edit-state-btn-container {
    padding-left: 20px;
}

.grid-options .form-bottom {
    border-bottom: none;
}

.m-r-4 {
    margin-right: 4px;
}

.jqueryUIDialog .mvcgridpanel .pagination {
    margin: 0;
}

.jqueryUIDialog h3 {
    margin: 0;
}

.jqueryUIDialog {
    min-width: 500px;
}

.form-bottom {
    border-bottom: none;
}

.form textarea {
    height: 45px;
}

.form .jlr-textarea {
    height: 100px;
}


.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    height: 70px;
    display: inline-block;
    color: black;
    text-transform: uppercase;
    line-height: 70px;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.3);
    letter-spacing: 1px;
    /*-webkit-transition: 0.3s;
    -moz-transition:0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
}

.navbar-default .pull-right span {
    color: black;
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,.3);
    line-height: 70px;
    display: inline-block;
    vertical-align: top;
}

.navbar-default .pull-right a {
    font-size: 12px;
    height: 70px;
    display: inline-block;
    color: black;
    text-transform: uppercase;
    line-height: 70px;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.3);
    border-left: 1px solid rgba(255,255,255,.3);
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .navbar-default .pull-right a:hover {
        background: rgba(0,0,0,1);
        color: black;
        text-decoration: none;
    }

.ui-widget-content .ui-state-default.ui-dialog-titlebar-close {
    background: #333;
    border-radius: 0;
    width: 30px;
    height: 30px;
    border: 1px solid;
}

.glyphicon {
    margin-right: 5px;
}

.filters-table-container td {
    vertical-align: middle;
}


.ui-state-default .ui-icon {
    background-image: url(themes/base/images/ui-icons_ffffff_256x240.png) /*{iconsDefault}*/;
}

.navbar-default .navbar-nav > li > a:hover {
    background: rgba(0,0,0,1);
    color: #fff;
}

.navbar-default {
    background: rgba(0,0,0,.8);
}

    .navbar-default .logo img {
        height: 30px;
    }

footer {
    background: #414042;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

    footer p {
        margin: 0;
    }

.dropdown-menu, .dropdown-submenu > .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

    .dropdown-menu > li > a {
        padding: 9px 20px;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background: rgba(0,0,0,.8);
        }

.saved-filters .dropdown-menu {
    bottom: auto !important;
}

.btn.btn-default {
    border-radius: 0;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn.btn-small {
    border-radius: 0;
    background: #333;
    color: #fff;   
    text-transform: uppercase;
    width:40px
}

.saved-filters .dropdown-menu .dropdown-filter-name {
    line-height: 38px;
    text-align: center;
    padding: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    max-width: 1880px;
}

.filters-table-container .dropdown-toggle {
    background: #fff;
    color: #000;
    padding: 8px;
    width: auto;
    border-radius: 3px;
}

.btn.btn-default.carEventDatesCondition-btn {
    background: #fff;
    color: #000;
    padding: 5px;
    width: auto;
    line-height: 22px;
    border-radius: 3px;
}

.ui-dialog form a:not(.btn) {
    text-decoration: underline;
    color: dodgerblue;
}

.grid-delete-column {
    width: 20px;
}

.car-state-link-container {
    display: inline-block;
    padding: 5px;
    /*border-radius: 3px;
    color: white;*/
    top: -5px;
    position: inherit;
    font-weight: bold;
}

    .car-state-link-container a {
        //color: white;
    }

    .car-state-link-container.storage {
        color: white;
        //border: solid 1px #ccc;
        -webkit-text-stroke: 1px gray;
    }

        .car-state-link-container.storage a {
            color: black;
        }

    .car-state-link-container a:hover, .car-state-link-container a:focus {
        color: white;
        text-decoration: none;
    }

    .car-state-link-container.storage a:hover, .car-state-link-container.storage a:focus {
        color: black;
        text-decoration: none;
    }

.content-align-right {
    text-align: right;
}

.js-FzClieentField {
    display: none;
}

.form-table input[type=text], .form-table input[type=password], .form-table textarea, .form-table select {
    margin: 0;
    font-size: 12px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-table .labeltext {
    padding: 5px 10px 5px 0px;
    margin-right: 10px;
}

.form-table .value {
    width: 250px !important;
}

    .form-table .value input {
        width: 100%;
        height: 35px;
    }

.car-state-link-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .car-state-link-form label {
        font-weight: normal !important;
    }

#edit-page-vertical-tabs .ui-tabs-panel h3 {
    margin-top: 5px !important;
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 0 !important;
}

#edit-page-vertical-tabs hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ui-tabs-vertical .ui-tabs-nav {
    width: 100% !important;
    border-bottom: 1px solid #E9E9E9 !important;
    margin-bottom: 20px !important;
}

.createEventsButtonContainerModal .btn {
    width: 100%;
}

.createEventsButtonContainerModal {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.radio-list#Gender li {
    display: inline-block;
}
.radio-wrap {
    margin-bottom: 16px;
}

.radio-wrap label {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #54585A;
    display: block;
    margin-bottom: 12px;
}

.r-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.r-input .r-mask {
    min-width: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid #D2D7DA;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.r-input .r-mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    min-width: 20px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.r-input input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.r-input input:checked + .r-mask {
    border: none;
}

.r-input input:checked + .r-mask img {
    opacity: 1;
}

input[type='radio']:after {
    min-width: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid #D2D7DA;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    top: -8px;
    left: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    content: '';
    display: inline-block;
    visibility: visible;
}
input[type='radio'] {
    visibility: hidden
}

input[type='radio']:checked {
    visibility: hidden
}


@supports (-moz-appearance:none) {
    input[type='radio'] {
        visibility: unset !important;
    }

    input[type='radio']:checked {
        visibility: unset !important;
    }
}



input[type='radio']:checked:after {
    background-image: url("../Content/svg/selected.svg");
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 15px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -8px;
    left: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    content: '';
    display: inline-block;
    visibility: visible;
}

.radio-label {
    margin-left: 20px;
    font-weight: initial;
}
#createTestDriveEventsButtonModal {
    margin-bottom: 10px;
}

.car-event-grid-cell.loading-cell {
    background-color: #e9e9e9;
}

.schedule-grid-cell.loading-cell {
    background-color: #e9e9e9;
}

#carcurrentstatepanel, #carstateactionspanel {
    display: inline-block;
}

.search-field-tag-container {
   
}

.red {
    background-color: red !important;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

h1, h2, h3 {
    margin-top: 10px !important;
}

.navbar {
    margin-bottom: 0px;
}

.tagsman-clean-btn {
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 12px;
    margin: 0 5px 5px 0;
    background-color: lightgray;
    border: 0;
    cursor: pointer;
}

    .tagsman-clean-btn:hover {
        background-color: gray;
    }

.tm-tag {
    vertical-align: unset !important;
}

.client-modal-form fieldset {
    padding: 0 !important;
    margin: 0 10px !important;
    border: 1px solid #dddddd !important;
}

.client-modal-form legend {
    width: auto;
    margin-bottom: 0px;
    font-size: 14px;
    border-bottom: none;
    margin-left: 10px;
}

.client-modal-form fieldset dl.form dt {
    width: 180px;
}

.client-modal-form fieldset dl.form dd {
    left: 200px;
}

.client-modal-form .form {
    margin: 0;
}


.client-modal-form dl.form dd {
    margin: 0;
}

.client-modal-form fieldset .form {
    margin-bottom: 10px;
}

.client-passport-serie {
    width: 100px !important;
    /*display: inline-block !important;
    margin-right: 20px !important;*/
}

.client-passport-num {
    max-width: 196px !important;
    /*width: 216px !important;
    display: inline-block !important;
    margin-left: 15px !important;*/
}

.client-inline-grid {
    min-width: 680px;
    max-width: 732px;
}

#accordion .panel-title {
    cursor: pointer;
}

.refresh-icon {
    font-size: 18px;
    align-self: center;
    cursor: pointer;
}

    .refresh-icon:hover {
        font-size: 19px;
    }

/*.panel-body {
    padding: 0;
}*/

.jsgrid-grid-body, .jsgrid-grid-header {
    overflow-y: auto !important;
}

.jsgrid-grid-header,
.jsgrid-grid-body,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell,
.jsgrid-edit-row > .jsgrid-cell {
    border: 0 !important;
}

.panel-collapse .jsgrid-cell {
    border: 0 !important;
}

.jsgrid-cell {
    cursor: default !important;
}

.jsgrid .jsgrid-button.jsgrid-edit-button {
    background-image: url(Images/jsgrid/pencil.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.jsgrid .jsgrid-button.jsgrid-delete-button {
    background-image: url(Images/jsgrid/trash.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.jsgrid .jsgrid-button.jsgrid-mode-button.jsgrid-insert-mode-button {
    background-image: url(Images/jsgrid/plus-black-symbol.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.jsgrid .jsgrid-button.jsgrid-insert-button {
    background-image: url(Images/jsgrid/plus-black-symbol.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
    margin-top: 8px;
}

.jsgrid .jsgrid-button.jsgrid-cancel-edit-button {
    background-image: url(Images/jsgrid/remove-symbol.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
    margin-top: 6px;
}

.jsgrid .jsgrid-button.jsgrid-update-button {
    background-image: url(Images/jsgrid/correct-symbol.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
    margin-top: 6px;
}

.jsgrid-invalid input, .jsgrid-invalid select, .jsgrid-invalid textarea {
    background: white !important;
}

.jsgrid input {
    border: solid 1px #ccc;
    border-radius: 3px;
    margin: 2px 0 5px 0;
    height: 30px;
}

.jsgrid select {
    border: solid 1px #ccc;
    border-radius: 3px;
    margin: 2px 0 5px 0;
    height: 30px;
}

.jsgrid-cell input[type="checkbox"]:disabled {
    height: 15px;
}

.jsgrid input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.jsgrid .jsgrid-edit-row > .jsgrid-cell {
    background: white;
}

.jsgrid .jsgrid-cell.file-field input {
    border: 0;
}

.input-validation-error {
    border-color: red !important;
}

#client-edit-form {
    margin-bottom: 10px;
}

.jsgrid-header-row >
.jsgrid-header-cell {
    font-weight: normal;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: solid 1px #dddddd !important;
}

#order-reject-confirm-dialog {
    display: none;
}

.inline-grid-total {
    border-top: solid 1px #dddddd !important;
    padding: 5px;
    font-weight: bold;
}

.totalsummary-container {
    text-align: right;
    padding: 5px;
    font-weight: bold;
}

.parent_helper {
    font-size: 15px;
    color: #000000;
}

.ui-autocomplete .ui-menu-item:hover {
    background-color: #5897fb;
}

    .ui-autocomplete .ui-menu-item:hover a {
        text-decoration: none;
    }

.form-signin .btn.btn-default {
    padding-left: 44%;
    padding-right: 44%;
}

.nav .caret {
    border-top-color: black;
    border-bottom-color: black;
}

.nav a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.order-grid-comment {
    min-width: 250px;
}

td.ui-selectee.event-cell-selectable {
    background-color: #5897fb !important;
}

.cargrid-outputdate-column {
    width: 140px !important;
}

.js_cargrid-outputdate input {
    width: 100% !important;
}

.js_cargrid-outputdate {
    cursor: pointer;
}

.js_cargrid-subcategoryedit {
    cursor: pointer;
}

.issue-docs {
    display: none;
}

    .issue-docs.visible {
        display: block;
    }

.horizontal-tabs {
    width: 100%;
}

    .horizontal-tabs .ui-tabs {
        display: table !important;
        border: none;
    }


    .horizontal-tabs .ui-tabs-nav {
        position: inherit !important;
        top: 0 !important;
        left: 0 !important;
        float: inherit !important;
        display: flex !important;
    }

    .horizontal-tabs .ui-tabs .ui-tabs-nav li {
        list-style: none !important;
        float: left !important;
        position: relative !important;
        top: 0 !important;
        margin: 1px .2em 0 0 !important;
        border-bottom-width: 0 !important;
        padding: 0 !important;
        white-space: nowrap !important;
        transition: none;
    }

.ui-state-highlight-1 {
    width: 100px;
    min-width: 100px;
    background-color: lightgray !important;
    border: none !important;
}

.tab-caret {
    position: relative;
    margin-left: 0px;
    right: 10px;
    border-top-color: white;
    height: 100%;
}

.btn-default:hover {
    background-color: #000;
}

.btn-container {
    margin-top: 15px;
}

a.delete {
    width: auto;
}

#car-gallery-tabs-container .progress {
    margin: 10px 0 10px 0;
    display: none;
}

#car-gallery-tabs-container a img {
    vertical-align: top;
}

#car-gallery-tabs-container .btn-container {
    margin-bottom: 15px;
}

#car-gallery-tabs-container li {
    width: auto;
}

#car-gallery-tabs-container {
    width: 100%;
    background-color: transparent;
}

    #car-gallery-tabs-container .ui-tabs-panel {
        border: solid 1px lightgray;
        width: 100%;
        padding: 0 10px 10px 10px !important;
    }

.removezone {
    background-color: #fce0ea;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 150px;
    z-index: 2;
}

    .removezone.removezone-active {
        background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #ff668c 49.9%, #ff668c 60%, rgba(0, 0, 0, 0) 60%) fixed, linear-gradient(45deg, #ff668c 10%, rgba(0, 0, 0, 0) 10%) fixed;
        background-size: 0.5em 0.5em;
        background-color: #fce0ea;
    }

.removezone-visibly {
    width: 100%;
    border: 2px dashed #aaa;
    color: #aaa;
    background-color: #fce0ea;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
}

.dropzone {
    /*width: 100%;
    border: 2px dashed #aaa;
    color: #aaa;*/
    background-color: #76b430;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 150px;
    z-index: 2;
}

.dropzone-active {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #79ff63 49.9%, #79ff63 60%, rgba(0, 0, 0, 0) 60%) fixed, linear-gradient(45deg, #79ff63 10%, rgba(0, 0, 0, 0) 10%) fixed;
    background-size: 0.5em 0.5em;
    background-color: #e4ffe0;
    position: fixed;
    left: 0;
    bottom: 55px;
    width: 100%;
    height: 50px;
    z-index: 2;
}

.dropzone-visibly {
    width: 100%;
    border: 2px dashed #aaa;
    color: #aaa;
    background-color: #e4ffe0;
    position: fixed;
    left: 0;
    bottom: 55px;
    width: 100%;
    height: 50px;
    z-index: 2;
}

.dropzone-visibly-event-gallery {
    width: 100%;
    border: 2px dashed #aaa;
    color: #aaa;
    background-color: #e4ffe0;
    width: 100%;
    height: 50px;
    z-index: 2;
}

    .dropzone-visibly-event-gallery.dropzone-active-event-gallery {
        background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #79ff63 49.9%, #79ff63 60%, rgba(0, 0, 0, 0) 60%) fixed, linear-gradient(45deg, #79ff63 10%, rgba(0, 0, 0, 0) 10%) fixed;
        background-size: 0.5em 0.5em;
        background-color: #e4ffe0;
    }

.inline {
    display: inline;
}

.top-right-abs {
    right: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e9e9e9;
}


.btn-outline {
    color: #333;
    background-color: transparent;   
    font-size: 28px !important;
    margin-bottom: 20px;
    border: 4px solid;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    min-width: 300px;
}


.text-secondary {
    color: #6c757d !important;
}

phone-in {
    padding: 3px 4px;
    font-size: 14px;
    color: #02a311;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

phone-miss {
    padding: 3px 4px;
    font-size: 14px;
    color: #db2556;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

phone-out {
    padding: 3px 4px;
    font-size: 14px;
    color: blue;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.display-flex {
    display: flex;
}

.icon-out-phone {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    display: inline-block;
    background-image: url("../Content/Images/icon/outgoing.png");

}

.icon-in-phone {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    display: inline-block;
    background-image: url("../Content/Images/icon/incoming.png");

}


.output-color {
    background-color: #fb9f9f;
}

.pading-top {
    padding-top:2em;
}

/* veriabels */
/* FONTS */
/* COLOR */
/* TRANSITION */
/* mixins */
/* media */
/* max-width */
/* min-width */
/* FONTS */
/* SVG Socails Animation */
/* BASE */
/* FONTS */
/* COLOR */
/* TRANSITION */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7C8180;
}

a {
    text-decoration: none;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

    a:hover {
        opacity: .8;
    }

img {
    max-width: 100%;
    height: auto;
}

input[type="submit"] {
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

    input[type="submit"]:hover {
        opacity: .8;
    }

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
}

.wrapper-paddig-top{
    padding-top:1em;
}

.main {
    display: block;
    position: relative;
    overflow-x: hidden;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger.is-active:hover {
        opacity: 0.7;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #000;
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
        -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

    .hamburger--3dx.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
        -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

    .hamburger--3dx-r.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
        -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

    .hamburger--3dy.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dy.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
        -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

    .hamburger--3dy-r.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dy-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
        -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}

    .hamburger--3dxy.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dxy.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
        -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

    .hamburger--3dxy-r.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dxy-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

    .hamburger--arrowturn.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
        transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    }

    .hamburger--arrowturn.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
        transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
        transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
        transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
        -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
        -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse-r .hamburger-inner::after {
        top: -20px;
        -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
        -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse-r .hamburger-inner::before {
        -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
        -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse-r.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 0.275s;
    -o-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        -webkit-transition: opacity 0.125s 0.275s ease;
        -o-transition: opacity 0.125s 0.275s ease;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        -webkit-transition-delay: 0.075s;
        -o-transition-delay: 0.075s;
        transition-delay: 0.075s;
    }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 0.275s;
    -o-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic-r .hamburger-inner::before {
        top: 10px;
        -webkit-transition: opacity 0.125s 0.275s ease;
        -o-transition: opacity 0.125s 0.275s ease;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic-r .hamburger-inner::after {
        top: 20px;
        -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

    .hamburger--elastic-r.is-active .hamburger-inner::before {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
        transform: translate3d(0, -20px, 0) rotate(270deg);
        -webkit-transition-delay: 0.075s;
        -o-transition-delay: 0.075s;
        transition-delay: 0.075s;
    }

/*
   * Emphatic
   */
.hamburger--emphatic {
    overflow: hidden;
}

    .hamburger--emphatic .hamburger-inner {
        -webkit-transition: background-color 0.125s 0.175s ease-in;
        -o-transition: background-color 0.125s 0.175s ease-in;
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic .hamburger-inner::before {
            left: 0;
            -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
            transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
            -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
        }

        .hamburger--emphatic .hamburger-inner::after {
            top: 10px;
            right: 0;
            -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
            transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
            -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
        }

    .hamburger--emphatic.is-active .hamburger-inner {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background-color: transparent !important;
    }

        .hamburger--emphatic.is-active .hamburger-inner::before {
            left: -80px;
            top: -80px;
            -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
            transform: translate3d(80px, 80px, 0) rotate(45deg);
            -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .hamburger--emphatic.is-active .hamburger-inner::after {
            right: -80px;
            top: -80px;
            -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
            transform: translate3d(-80px, 80px, 0) rotate(-45deg);
            -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
    overflow: hidden;
}

    .hamburger--emphatic-r .hamburger-inner {
        -webkit-transition: background-color 0.125s 0.175s ease-in;
        -o-transition: background-color 0.125s 0.175s ease-in;
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic-r .hamburger-inner::before {
            left: 0;
            -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
            transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
            -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
        }

        .hamburger--emphatic-r .hamburger-inner::after {
            top: 10px;
            right: 0;
            -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
            transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
            -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
        }

    .hamburger--emphatic-r.is-active .hamburger-inner {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background-color: transparent !important;
    }

        .hamburger--emphatic-r.is-active .hamburger-inner::before {
            left: -80px;
            top: 80px;
            -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
            transform: translate3d(80px, -80px, 0) rotate(-45deg);
            -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .hamburger--emphatic-r.is-active .hamburger-inner::after {
            right: -80px;
            top: 80px;
            -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
            transform: translate3d(-80px, -80px, 0) rotate(45deg);
            -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
    -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: transform, opacity;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

    .hamburger--slider.is-active .hamburger-inner::before {
        -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: transform, opacity;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
    }

    .hamburger--slider-r .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

    .hamburger--slider-r.is-active .hamburger-inner::before {
        -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
        transform: translate3d(0, -20px, 0) rotate(90deg);
    }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin .hamburger-inner::before {
        -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
        -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
        -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin-r .hamburger-inner::before {
        -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
        -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin-r .hamburger-inner::after {
        -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
        -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s 0.13s linear;
    -o-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}

    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent !important;
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
        transform: translate3d(0, 10px, 0) rotate(-45deg);
    }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spring-r .hamburger-inner::after {
        top: -20px;
        -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
        -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    }

    .hamburger--spring-r .hamburger-inner::before {
        -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
        -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    }

    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--stand .hamburger-inner::before {
        -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--stand .hamburger-inner::after {
        -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--stand.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--stand.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--stand-r .hamburger-inner::before {
        -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--stand-r .hamburger-inner::after {
        -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--stand-r.is-active .hamburger-inner::before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--stand-r.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
    -o-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--squeeze .hamburger-inner::before {
        -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
        -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }

    .hamburger--squeeze .hamburger-inner::after {
        -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
        -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .hamburger--vortex .hamburger-inner::before {
        -webkit-transition-property: top, opacity;
        -o-transition-property: top, opacity;
        transition-property: top, opacity;
    }

    .hamburger--vortex .hamburger-inner::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform;
    }

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .hamburger--vortex.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .hamburger--vortex-r .hamburger-inner::before {
        -webkit-transition-property: top, opacity;
        -o-transition-property: top, opacity;
        transition-property: top, opacity;
    }

    .hamburger--vortex-r .hamburger-inner::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform;
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    -ms-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.header-top {
    min-height: 56px;
    width: 100%;
    background: #F7F7F7;
}

    .header-top .wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 11.19%;
    }

.header-bottom__logo {
    min-width: 155px;
    width: 155px;
}

.header-top__col span {
    color: #7C8180;
    font-size: 13px;
    line-height: 24px;
}

.header-top__col strong {
    color: #7C8180;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
}

.header-bottom {
    padding: 20px 0;
    background-color: #fff;
}

    .header-bottom .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.header-bottom__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


    .header-bottom__nav button {
        border: none;
        background: none;
        margin-right: 15px;
        padding: 0;
        cursor: pointer;
    }

        .header-bottom__nav button:last-child {
            margin-right: 0;
        }

        .header-bottom__nav button span {
            color: #54585A;
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
        }

.exit {
    width: 18px;
    min-width: 18px;
    height: 14px;
    line-height: 9px;
}

.user-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

    .user-action button {
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

        .user-action button:hover {
            opacity: 0.7;
        }

.header-bottom__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header-bottom__menu ul .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.user-action {
    margin-left: auto;
}

.header-bottom__menu-list {
    margin-right: 40px;
}

    .header-bottom__menu-list nav li {
        margin-right: 21px;
    }

        .header-bottom__menu-list li:last-child {
            margin-right: 0;
        }

    .header-bottom__menu-list a {
        font-size: 14px;
        line-height: 24px;
        color: #54585A;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
    }

        .header-bottom__menu-list a:hover {
            color: #DA291C;
        }

.m-active {
    color: #DA291C !important;
}

.polylang li {
    position: relative;
    padding-right: 10px;
}

.polylang form:last-child:after {
    display: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.polylang button {
    font-size: 13px;
    line-height: 24px;
    border: none;
    background: none;
    color: #dadada;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
}

    .polylang button:hover {
        color: #54585A;
    }

.l-active button {
    color: #54585A;
}

.ads-filter {
    width: 100%;
}

    .ads-filter .ads-filter__heading {
        height: 72px;
        background: #F7F7F7;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

        .ads-filter .ads-filter__heading .wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
        }

.ads-filter__heading-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 12px;
}

    .ads-filter__heading-title span {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #54585A;
        font-family: "Lato", sans-serif;
        margin-right: 17px;
    }

    .ads-filter__heading-title img {
        position: absolute;
        display: block;
        top: 50%;
        min-width: 19px;
        right: 0;
        width: 19px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

.ads-filter .ads-filter__heading:hover {
    opacity: 0.8;
}

.polylang li:last-child {
    padding-right: 0;
}

.ads-result {
    padding-top: 40px;
    padding-bottom: 76px;
}

.announcement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #D2D7DA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 16px;
}
    .announcement:hover {
        background-color: #f8f8f8;
    }

.announcement__photo-preview {
    max-width: 256px;
    width: 256px;
    min-width: 256px;
    position: relative;
    height: 240px;
}

    .announcement__photo-preview img {
        position: absolute;
        width: 100%;
        height: 100%;
        image-rendering: auto;
        object-fit: cover;
    }

.go-to-announcement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.announcement__info-preview {
    padding: 16px 8px 16px 32px;
    width: 100%;
}

.info-preview__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom-style: inset;
    border-bottom-color: #e4e4e4;
    border-bottom-width: 1px;
    width: 95%;
    padding-bottom: 5px;
}

.announcement__id span {
    display: block;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    line-height: 16px;
    color: #7C8180;
}

.announcement__id strong {
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #54585A;
}


    .announcement__price span {
        font-size: 15px;
        line-height: 24px;
        color: #DA291C;
        font-family: "Lato", sans-serif;
        font-weight: 400;
    }

        .announcement__price span strong {
            font-weight: 700;
            font-size: 20px;
        }

.announcement__info-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.info-preview__bottom {
    margin-top: auto;
}

.info-preview__list li {
    width: 248px;
    margin-right: 40px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .info-preview__list li span {
        display: block;
        min-width: -webkit-calc(100px - 4px);
        min-width: calc(130px - 4px);
        width: -webkit-calc(100px - 4px);
        width: calc(100px - 4px);
        margin-right: 8px;
        font-weight: 400;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        line-height: 24px;
        color: #7C8180;
        position: relative;
    }

    .info-preview__list li strong {
        display: block;
        min-width: -webkit-calc(160px - 4px);
        min-width: calc(160px - 4px);
        width: -webkit-calc(160px - 4px);
        width: calc(160px - 4px);
        font-size: 13px;
        line-height: 24px;
        font-weight: 700;
        font-family: "Lato", sans-serif;
        color: #54585A;
        position: relative;
        z-index: 1;
    }

        .info-preview__list li strong a {
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            font-family: "Lato", sans-serif;
            color: #2F80ED;
            position: relative;
            z-index: 2;
        }

.announcement__list {
    margin-bottom: 44px;
}

.announcement__list-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .announcement__list-pagination ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 22px;
        margin-left: 22px;
    }

        .announcement__list-pagination ul li {
            margin-right: 10px;
        }

            .announcement__list-pagination ul li:last-child {
                margin-right: 0;
            }

            .announcement__list-pagination ul li a {
                color: #54585A;
                font-size: 16px;
                line-height: 24px;
                font-family: "Lato", sans-serif;
                font-weight: 400;
            }

.p-active {
    font-weight: 700 !important;
    color: #000;
}

.pagination-arrow {
    border: none;
    background: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

    .pagination-arrow:hover {
        opacity: 0.7;
    }

.ads-filter {
    background: #F7F7F7;
}

.ads-filter__form-wrap {
    width: 100%;
    padding-bottom: 40px;
}

.ads-filter__form {
    width: 100%;
}

.fb-search {
    width: 100%;
}

    .fb-search label {
        display: block;
        font-size: 14px;
        line-height: 16px;
        color: #54585A;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        margin-bottom: 8px;
    }

.select-100 + .select2-container {
    width: 100% !important;
    height: 40px !important;
}

.select-80 + .select2-container {
    width: 150px !important;
    height: 40px !important;
}

.select-margin-rigth{
    margin-right:1em;
}

#edit-app-user-select + .select2-container {
    width: 220px !important;
    height: 40px !important;
}

.select-100 + .select2-container.select2-container .select2-selection--single {
    height: 40px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}
 .select-80 + .select2-container.select2-container .select2-selection--single {
    height: 40px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.select-100 + .select2-container.select2-container .select2-selection--multiple {
    height: 40px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}.select-80 + .select2-container.select2-container .select2-selection--multiple {
    height: 40px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 13px;
    width: 18px;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url("../Content/svg/arrow.svg");
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select-arrow-active {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

/*.select2-search--dropdown {
    display: none;
}*/

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.af-select--selected + .select2-container .select2-selection__rendered {
    border: 1px solid #DA291C;
}
textarea {
    resize: vertical;
    min-height: 195px;
    width: 100%;
}

.af-select--selected + .select2-container .select2-selection--single {
    border: 1px solid transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    color: #7C8180;
    font-family: "Lato", sans-serif;
}

.af-select + .select2-container--open .select2-selection__arrow b {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--single {
    border: 1px solid #E9E9E9;
}

.select2-dropdown {
    border: 1px solid #E9E9E9;
    border-top: none;
    z-index: 1000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: none !important;
    color: #54585A;
    font-size: 14px;
    line-height: 24px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: none;
}
.af-input-2 { 
    width: 100%;
    height: 40px !important;
    background: #FFFFFF;
    border: 1px solid #E9E9E9 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0 12px !important;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #54585A !important;
    font-family: "Lato", sans-serif !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.af-input {
    min-width: 100%;
    width: 100%;
    height: 40px !important;
    background: #FFFFFF;
    border: 1px solid #E9E9E9 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0 12px !important;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #54585A !important;
    font-family: "Lato", sans-serif !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .af-input::-webkit-input-placeholder, .af-input-2::-webkit-input-placeholder {
        font-weight: normal !important;
        font-size: 14px !important;
        font-family: "Lato", sans-serif !important;
        line-height: 24px !important;
        color: #7C8180 !important;
    }

    .af-input::-moz-placeholder, .af-input-2::-moz-placeholder {
        font-weight: normal !important;
        font-size: 14px !important;
        font-family: "Lato", sans-serif !important;
        line-height: 24px !important;
        color: #7C8180 !important;
    }

    .af-input::-ms-input-placeholder, .af-input-2::-ms-input-placeholder {
        font-weight: normal !important;
        font-size: 14px !important;
        font-family: "Lato", sans-serif !important;
        line-height: 24px !important;
        color: #7C8180 !important;
    }

    .af-input::placeholder, .af-input-2::placeholder {
        font-weight: normal !important;
        font-size: 14px !important;
        font-family: "Lato", sans-serif !important;
        line-height: 24px !important;
        color: #7C8180 !important;
    }

    .af-input:focus, .af-input-2:focus {
        border: 1px solid #DA291C !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }

.af-input--value {
    border: 1px solid #DA291C !important;
}
.is-value {
    border: 1px solid #DA291C;
}

.ads-filter__form-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
}

.ads-filter__form-col .af-select + .select2-container {
    margin-bottom: 8px;
}

.input-group .year {
    margin-bottom: 8px;
}

.input-group .year, .input-group .capacity, .price-range {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
}

.fb-search {
    margin-bottom: 16px;
}

.ads-filter__form-col span {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    font-family: "Lato", sans-serif;
    color: #54585A;
    display: block;
    margin-bottom: 8px;
}

.ads-filter__form-col3 {
    padding-top: 24px;
}

    .ads-filter__form-col3 .input-group {
        margin-top: 56px;
    }

.header-top .ht-heading {
    min-height: 56px;
}

.header-top__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-preview__list {
    padding-left: 0;
}

.announcement__list {
    padding-left: 0;
}

ul {
    padding-left: 0;
}

.hamburger {
    padding: 0;
    margin-left: 20px;
    height: 22px;
}

.hamburger-box {
    width: 30px;
    height: 22px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #54585A;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #54585A;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
}

.announcement__id {
    max-width: 450px;
}
.edit-form {
    display: grid;
    grid-template-columns: 45% 43%;
    grid-column-gap: 32px;
}
pre {
    border-radius: 0
}

.product-content {
    display: grid;
    grid-template-columns: 48.5% 53.5%;
    grid-column-gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-fullcard {
    background: #F7F7F7;
    padding: 24px 40px 40px 40px;
}

    .product-fullcard h1 {
        font-weight: bold;
        font-size: 30px;
        line-height: 48px;
        color: #54585A;
        font-family: "Lato", sans-serif;
        margin-top: 0;
        margin-bottom: 0;
    }

@media only screen and (max-width: 1000px) {
    .product-fullcard h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .product-owner__phone {
        font-size: 16px;
        line-height: 20px;
    }

    .product-owner__phone img {
        min-width: 18px;
        width: 18px;
    }
}
@media only screen and (max-width: 577px) {
    .product-fullcard h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .product__price--xs strong {
        font-size: 17px;
        font-weight: 700;
    }

    .ads-settings {
        margin-top: 30px;
    }

    .product-fullcard {
        background: #F7F7F7;
        padding: 24px 15px 24px 15px;
    }

    .product-photos {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 24px;
    }

    .swiper-button-next, .swiper-button-prev {
        height: 52px;
        width: 32px;
    }

    .product-content {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .call-result h2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        display: inline-block;
        padding-right: 26px;
    }

    .call-result h2 img {
        position: absolute;
        display: block;
        top: 45%;
        min-width: 11px;
        right: 0;
        width: 15px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .ads-settings {
        padding-top: 0;
    }
}

.b-btn {
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #DA291C;
    cursor: pointer;
    border: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.copy-from {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #2F80ED;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.copy-from:hover {
    text-decoration: none;
}
.copy-from:focus {
    text-decoration: none;
}

.b-btn:hover {
    background: #AB1F1C;
}

.b-btn span {
    text-align: center;
    display: block;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 100%;
}
.product_imp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.product__price--xs {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    line-height: 24px;
    color: #DA291C;
}

    .product__price--xs strong {
        font-size: 20px;
        font-weight: 700;
    }

.product__mileage {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #7C8180;
}

    .product__mileage strong {
        font-size: 16px;
        font-weight: 700;
    }

.product-owner-contancts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-owner__name {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #7C8180;
}

    .product-owner__name strong {
        font-size: 16px;
        font-weight: 700;
    }

.product-owner__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #27AE60;
    cursor:pointer;
}

    .product-owner__phone img {
        min-width: 23px;
        width: 23px;
        margin-right: 8px;
    }

.product-photos {
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 24px;
}

.gallery-top {
    max-height: 408px;
    margin-bottom: 8px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    background-image: url("../Content/svg/aw.svg");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
    height: 68px;
    width: 42px;
}

.swiper-button-prev {
    background: #7C8180;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    left: 0;
}

.swiper-button-next {
    background: #7C8180;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    right: 0;
}
.swiper-button-next, .swiper-button-prev {
    height: 52px;
    width: 32px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

    .gallery-thumbs .swiper-slide img {
        border: 2px solid transparent;
    }

.gallery-thumbs .swiper-slide-thumb-active img {
    border: 2px solid #DA291C;
}
.gallery-thumbs {
    max-height: 72px;
}

@media only screen and (min-width: 1210px) {
    .gallery-top {
        min-height: 408px;
        max-height: 600px;
        margin-bottom: 8px;
    }

    .gallery-thumbs {
        max-height: none !important;
    }
}
@media only screen and (max-width: 1100px) {
    .gallery-top, .gallery-thumbs {
        max-height: none;
    }

   

    .product-content {
        grid-template-columns: 100%;
        grid-column-gap: 32px;
    }
}
.product-service-info {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D2D7DA;
}

    .product-service-info ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .product-service-info li span {
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 24px;
        color: #7C8180;
    }

    .product-service-info li strong {
        font-weight: 700;
        margin-left: 2px;
    }

.product-details {
    padding: 23px 0;
    border-bottom: 1px solid #D2D7DA;
}

    .product-details ul {
        display: grid;
        grid-template-columns: 45% 55%;
        padding-left: 0;
    }

        .product-details ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .product-details ul li span {
                white-space: nowrap;
                min-width: 55%;
                width: 55%;
                font-weight: normal;
                font-size: 14px;
                line-height: 24px;
                font-family: "Lato", sans-serif;
                color: #7C8180;
            }

            .product-details ul li strong {
                min-width: 45%;
                width: 45%;
                font-family: "Lato", sans-serif;
                font-style: normal;
                font-weight: bold;
                font-size: 14px;
                line-height: 24px;
                color: #54585A;
            }

@media only screen and (max-width: 1300px) {
    .header-top .wrapper {
        grid-column-gap: 6.19%;
    }
}

@media only screen and (max-width: 1150px) {
    .header-top .wrapper {
        grid-column-gap: 3%;
    }

    .wrapper {
        padding: 0 10px;
    }

    .header-top__col strong {
        white-space: nowrap;
    }

    .info-preview__list li {
        width: 43%;
    }
}

@media only screen and (max-width: 1060px) {
    .header-top .wrapper {
        grid-column-gap: 1%;
    }

    .announcement__info-preview {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .info-preview__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .announcement__id strong {
        font-size: 17px;
        line-height: 20px;
    }

    .announcement__price span {
        white-space: nowrap;
    }

        .announcement__price span strong {
            font-size: 17px;
        }

    .info-preview__list li {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 1050px) {
    .ads-filter__form-cols {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 32px;
    }
}

@media only screen and (max-width: 1030px) {
    .header-top .wrapper {
        grid-column-gap: 0;
    }
}

@media only screen and (max-width: 1010px) {
    .header-top__col span {
        font-size: 11px;
        line-height: 14px;
    }

    .info-preview__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .info-preview__list li {
            width: auto;
            margin-right: 0;
        }
}

@media only screen and (max-width: 910px) {
    .header-bottom__logo {
        min-width: 150px;
        width: 150px;
    }
}

@media only screen and (max-width: 750px) {
    .announcement {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-preview__top {
        position: absolute;
        top: 0;
        left: 251px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 308px;
        height: 200px;
        padding: 16px 8px 16px 32px;
    }

    .announcement__price {
        margin-right: 0;
    }

    .announcement__info-preview {
        padding: 16px 8px 16px 8px;
        width: 100%;
    }

    .info-preview__list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 720px) {
    .hamburger {
        display: none;
    }
}
.polylang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 720px) {
    .header-bottom__menu {
        display: none;
    }

    .header-bottom__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hamburger {
        padding: 0;
    }

    .header {
        position: relative;
    }

    .header-bottom__menu {
        display: none;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        background-color: #fff;
        width: 100%;
        border-bottom: 1px solid #DA291C;
        border-top: 1px solid #DA291C;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header-bottom__menu--active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
    }

    .header-bottom__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 10px;
    }

    .polylang li:after {
        right: 2px;
    }

    .polylang {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .user-action {
        margin-bottom: 0;
    }

    .ads-filter__heading-title span {
        font-size: 16px;
    }

    .ads-filter__heading-title img {
        position: absolute;
        display: block;
        top: 45%;
        min-width: 11px;
        right: 6px;
        width: 15px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .header-top .wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .ht-heading {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        position: relative;
    }

        .ht-heading span {
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
            color: #54585A;
            font-family: "Lato", sans-serif;
            margin-right: 17px;
        }

        .ht-heading img {
            position: absolute;
            display: block;
            top: 45%;
            min-width: 11px;
            right: 6px;
            width: 15px;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

    .header-top .ht-cols {
        display: none;
        padding-bottom: 30px;
    }

    .ht-heading__inner {
        width: -moz-fit-content;
        width: fit-content;
        position: relative;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 577px) {
    .ads-filter__form-cols {
        grid-template-columns: 1fr;
        grid-row-gap: 32px;
    }

    .ads-filter__form-col3 {
        padding-top: 0;
    }

        .ads-filter__form-col3 .input-group {
            margin-top: 32px;
        }

    .ads-filter .ads-filter__heading {
        height: 40px;
        min-height: 40px;
    }

    .ads-filter__form {
        padding-top: 20px;
    }

    .header-top .ht-heading, .header-top {
        min-height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .info-preview__top {
        position: relative;
        top: auto;
        left: auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: auto;
        height: auto;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .announcement__photo-preview {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        min-width: 100%;
    }

    .info-preview__list li span {
        margin-right: 32px;
    }

    .announcement__info-preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 425px) {
    .header-bottom__nav button span {
        font-size: 12px;
    }

    .header-bottom__nav button {
        margin-right: 5px;
    }

    .header-bottom__logo {
        min-width: 115px;
        width: 115px;
    }
}

.header-top .ht-heading {
    cursor: pointer;
}

@media only screen and (min-width: 720px) {
    .header-top .ht-cols {
        display: grid;
    }

    .header-top .ht-heading {
        display: none;
    }
}

.v-image__placeholder {
    position: relative;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    fill: currentColor;
    color: #90a4ae;
    transform: translate(-50%, -50%);
}


/* submenu positioning*/
nav {
    display: block;
    text-align: center;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
    .nav {
    vertical-align: top;
    display: inline-block;
    box-shadow: 1px -1px 1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius: 6px;
}

    .nav li {
        position: relative;
    }

    .nav > li {
        float: left;
        margin-right: 21px;
    }
    .nav .active {
        color: #DA291C;
    }

    .nav > li > a {
        padding: 0;
        margin-bottom: 1px;
    }

    .nav > li:hover, .nav > li:hover > a {
        border-bottom-color: #DA291C;
    }

            .nav > li ul li {
               text-align:left;
                padding: 10px;
                background-color:white;
            }
                .nav > li ul li:hover {
                    background-color: #eeeeee
                }
                 .nav > li ul  li a{
                     margin:0 15px;
                 }

    .nav li:hover > a {
        color: #DA291C;
    }

    .nav > li:first-child {
        border-radius: 4px 0 0 4px;
    }

        .nav > li:first-child > a {
            border-radius: 4px 0 0 0;
        }

    .nav > li:last-child {
        border-radius: 0 0 4px 0;
        margin-right: 0;
    }

        .nav > li:last-child > a {
            border-radius: 0 4px 0 0;
        }

    .nav li li a {
        margin-top: 1px
    }



    .nav li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 45%;
        right: -5px;
    }





    /* submenu positioning*/
    .nav ul {
        position: absolute;
        white-space: nowrap;
        z-index: 1;
        left: -99999em;
    }

    .nav > li:hover > ul {
        left: auto;
        padding-top: 5px;
        min-width: 100%;
    }

    .nav > li li ul {
        border-left: 1px solid #fff;
    }


    .nav > li li:hover > ul {
        /* margin-left: 1px */
        left: 100%;
        top: -1px;
    }
    /* arrow hover styling */
    .nav > li > a:first-child:nth-last-child(2):before {
        border-top-color: #aaa;
    }

    .nav > li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-bottom-color: #cc2128;
        margin-top: -5px
    }

    .nav li li > a:first-child:nth-last-child(2):before {
        border-left-color: #aaa;
        margin-top: -5px
    }

    .nav li li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-right-color: #cc2128;
        right: 10px;
    }

.not-active {
    opacity: 0.7;
    background-color: #dcdcdc;
}


.product-description {
    padding-top: 24px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #54585A;
}


.swiper-slide img {
    width: 100%;
}

.call-result h2 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #54585A;
    display: block;
    margin-bottom: 24px;
}

.input-wrap {
    margin-bottom: 16px;
}

.input-wrap label {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #54585A;
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}
.input-wrap .copy-from {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #2F80ED;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.input-wrap textarea {
    resize: vertical;
    min-height: 195px;
    width: 100%;
}
.input-wrap input[type=text] {
    margin: 0 !important;
}


.ceckbox-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
}

.ceckbox-wrap .checkbox-mask {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid #D2D7DA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ceckbox-wrap .checkbox-mask img {
    -webkit-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
    min-width: 16px !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.ceckbox-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

    .ceckbox-wrap input[type="checkbox"]:checked ~ .checkbox-mask img {
        opacity: 1;
    }
.ai-start .checkbox-mask {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

    .ceckbox-wrap label {
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #54585A;
        margin-bottom: 0;
    }
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 11px;
}
.product-info h2 {
    display: block;
    margin-bottom: 24px;
    margin-top: 0;
}

.product-info h2 span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #54585A;
}



.product-info__tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    padding-left: 32px !important;
    margin-bottom: 0 !important;
}

.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
    border-top: 1px solid #dddddd;
}

.product-info__tabs ul li:last-child {
    margin-right: 0;
}

.product-info__tabs ul li button {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
}

.product-info__tabs ul li button span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #54585A;
}

.product-info__tabs ul li button:hover {
    border-color: #DA291C;
}
.tab.active {
    border-color: #DA291C;
}

.tab-content h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
    color: #54585A;
}

.tab-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
}

.tab-table__row {
    display: grid;
    grid-template-columns: 64.70% auto;
    background: #F7F7F7;
    border: 1px solid #E9E9E9;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
}

.tab-table__row:last-child {
    border-bottom: 1px solid #E9E9E9;
}

.tab-table__row:nth-child(2n) {
    background-color: #fff;
}

.tab-table__coll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
}

.tab-table__coll span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #54585A;
}

.right-table {
    width: 100%;
}

.right-table__row {
    background-color: #fff;
    border: 1px solid #D2D7DA;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    min-height: 40px;
}

.right-table__row img {
    min-width: 22px;
    width: 22px;
    display: block;
    margin-right: 13px;
}

.right-table__row span {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #54585A;
}

.right-table__row:last-child {
    border-bottom: 1px solid #D2D7DA;
}

.right-table__row:nth-child(2n) {
    background: #F7F7F7;
}

.product-info {
    margin-bottom: 86px;
}

.pb-40 {
    padding-bottom: 40px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-table__row .tab-table__coll:nth-child(2n) {
    border-left: 1px solid #E9E9E9;
}

.ui-tabs-panel h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
    color: #54585A;
    margin-bottom: 10px;
}
.date-input-right {
    width: 6em;  
}
.select2-selection__clear { margin-right: 20px; }

.status__apprasial span {
    font-size: 15px;
    line-height: 24px;
    color: #858585;
    font-family: "Lato", sans-serif;
    font-weight: 400;  
}

.status__apprasial_padding_left {
    padding-left: 3em;
}



.ceckbox-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.ceckbox-wrap .checkbox-mask img {
    -webkit-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
    min-width: 16px !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}


.ceckbox-wrap .checkbox-mask {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid #D2D7DA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.ads-result .announcement-checkbox {
    position: absolute;
    padding: 0;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
}
.color-box {    
    width: 15px;
    height: 15px;
    right: 40%;
    position: relative;
}

.ui-menu-item {
    font-size: 11px;
    cursor: pointer;
}

.ui-menu-item-wrapper.ui-state-active {
    border-width: 0;
    text-decoration: underline;
}
.floatThead-container{
    background-color:white;
}
.width100{
    width:100px !important;
}
.width90{
    width:90px !important;
}
.padding-right {
    padding-right: 1em
}

.form-group{
    margin: 10px 0;
    display:block;
}
.paddig-bottom {
    padding-bottom:1em
}


.icon-container { 
    display: none;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}


@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}