#trumbowyg-icons,
#trumbowyg-icons svg {
    height: 0;
    width: 0
}

#trumbowyg-icons {
    overflow: hidden;
    visibility: hidden
}

.trumbowyg-box *,
.trumbowyg-box :after,
.trumbowyg-box :before,
.trumbowyg-modal *,
.trumbowyg-modal :after,
.trumbowyg-modal :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.trumbowyg-box svg,
.trumbowyg-modal svg {
    width: 17px;
    height: 100%;
    color: #222;
    fill: #222
}

.trumbowyg-box,
.trumbowyg-editor {
    display: block;
    position: relative;
    border: 1px solid #d7e0e2;
    width: 100%;
    min-height: 300px
}

.trumbowyg-box .trumbowyg-editor {
    margin: 0 auto
}

.trumbowyg-box.trumbowyg-fullscreen {
    background: #fefefe;
    border: none !important
}

.trumbowyg-editor,
.trumbowyg-textarea {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    min-height: 300px;
    width: 100%;
    border-style: none;
    resize: none;
    outline: 0;
    overflow: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
    -webkit-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out
}

.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-box-blur .trumbowyg-editor:before {
    color: transparent !important;
    text-shadow: 0 0 7px #333
}

@media screen and (min-width:0 \0) {

    .trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-box-blur .trumbowyg-editor:before {
        color: rgba(200, 200, 200, .6) !important
    }
}

@supports (-ms-accelerator:true) {

    .trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-box-blur .trumbowyg-editor:before {
        color: rgba(200, 200, 200, .6) !important
    }
}

.trumbowyg-box-blur .trumbowyg-editor hr,
.trumbowyg-box-blur .trumbowyg-editor img {
    opacity: .2
}

.trumbowyg-textarea {
    position: relative;
    display: block;
    overflow: auto;
    border: none;
    font-size: 14px;
    font-family: Consolas, Courier, "Courier New", monospace;
    line-height: 18px
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    height: 1px !important;
    width: 25%;
    min-height: 0 !important;
    padding: 0 !important;
    background: 0 0;
    opacity: 0 !important
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
    display: block;
    margin-bottom: 1px
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
    display: none
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
    opacity: .8;
    background: 0 0
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus):before {
    content: attr(placeholder);
    color: #999;
    pointer-events: none;
    white-space: break-spaces
}

.trumbowyg-button-pane {
    width: 100%;
    min-height: 36px;
    background: #ecf0f1;
    border-bottom: 1px solid #d7e0e2;
    margin: 0;
    padding: 0 5px;
    position: relative;
    list-style-type: none;
    line-height: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 11
}

.trumbowyg-button-pane:after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d7e0e2
}

.trumbowyg-button-pane .trumbowyg-button-group {
    display: inline-block
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: transparent
}

.trumbowyg-button-pane .trumbowyg-button-group:after {
    content: " ";
    display: inline-block;
    width: 1px;
    background: #d7e0e2;
    margin: 0 5px;
    height: 35px;
    vertical-align: top
}

.trumbowyg-button-pane .trumbowyg-button-group:last-child:after {
    content: none
}

.trumbowyg-button-pane button {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px !important;
    margin-bottom: 1px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: 0 0;
    vertical-align: middle;
    -webkit-transition: background-color .15s, opacity .15s;
    -o-transition: background-color .15s, opacity .15s;
    transition: background-color .15s, opacity .15s
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
    width: auto;
    line-height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.trumbowyg-button-pane button.trumbowyg-disable,
.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: .2;
    cursor: default;
    pointer-events: none
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group:before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group:before {
    background: #e3e9eb
}

.trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: #fff;
    outline: 0
}

.trumbowyg-button-pane .trumbowyg-open-dropdown:after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px !important;
    padding-right: 18px !important
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button:after {
    top: 17px;
    right: 7px
}

.trumbowyg-button-pane .trumbowyg-right {
    float: right
}

.trumbowyg-dropdown {
    max-width: 300px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    border: 1px solid #d7e0e2;
    padding: 5px 0;
    border-top: none;
    background: #fff;
    color: #222;
    margin-left: -1px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
    z-index: 12
}

.trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #fff;
    padding: 0 20px 0 10px;
    color: #222;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
    background: #ecf0f1
}

.trumbowyg-dropdown button svg {
    float: left;
    margin-right: 14px
}

.trumbowyg-modal {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 520px;
    width: 100%;
    height: 350px;
    z-index: 12;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.trumbowyg-modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 500px;
    width: calc(100% - 20px);
    padding-bottom: 45px;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #d7e0e2
}

.trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
    background: #2bc06a;
    width: 0;
    height: 100%;
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    transition: width .15s linear
}

.trumbowyg-modal-box .trumbowyg-input-row {
    position: relative;
    margin: 15px 12px;
    border: 1px solid #dedede;
    overflow: hidden
}

.trumbowyg-modal-box .trumbowyg-input-infos {
    text-align: left;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    width: 150px;
    border-right: 1px solid #dedede;
    padding: 0 7px;
    background-color: #fbfcfc;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.trumbowyg-modal-box .trumbowyg-input-infos label {
    color: #69878f;
    overflow: hidden
}

.trumbowyg-modal-box .trumbowyg-input-infos label,
.trumbowyg-modal-box .trumbowyg-input-infos label span {
    display: block;
    height: 27px;
    line-height: 27px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.trumbowyg-modal-box .trumbowyg-input-infos .trumbowyg-msg-error {
    color: #e74c3c
}

.trumbowyg-modal-box .trumbowyg-input-html {
    padding: 1px 1px 1px 152px
}

.trumbowyg-modal-box .trumbowyg-input-html,
.trumbowyg-modal-box .trumbowyg-input-html input,
.trumbowyg-modal-box .trumbowyg-input-html select,
.trumbowyg-modal-box .trumbowyg-input-html textarea {
    font-size: 14px
}

.trumbowyg-modal-box .trumbowyg-input-html input,
.trumbowyg-modal-box .trumbowyg-input-html select,
.trumbowyg-modal-box .trumbowyg-input-html textarea {
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    height: 27px;
    line-height: 27px;
    border: 0;
    width: 100%;
    padding: 0 7px
}

.trumbowyg-modal-box .trumbowyg-input-html input:focus,
.trumbowyg-modal-box .trumbowyg-input-html input:hover,
.trumbowyg-modal-box .trumbowyg-input-html select:focus,
.trumbowyg-modal-box .trumbowyg-input-html select:hover,
.trumbowyg-modal-box .trumbowyg-input-html textarea:focus,
.trumbowyg-modal-box .trumbowyg-input-html textarea:hover {
    outline: #95a5a6 solid 1px
}

.trumbowyg-modal-box .trumbowyg-input-html input:focus,
.trumbowyg-modal-box .trumbowyg-input-html select:focus,
.trumbowyg-modal-box .trumbowyg-input-html textarea:focus {
    background: #fbfcfc
}

.trumbowyg-modal-box .trumbowyg-input-html input[type=checkbox] {
    width: 16px;
    height: 16px;
    padding: 0
}

.trumbowyg-modal-box .trumbowyg-input-html-with-checkbox {
    text-align: left;
    padding: 3px 1px 1px 3px
}

.trumbowyg-modal-box .trumbowyg-input-error input,
.trumbowyg-modal-box .trumbowyg-input-error select,
.trumbowyg-modal-box .trumbowyg-input-error textarea {
    outline: #e74c3c solid 1px
}

.trumbowyg-modal-box .trumbowyg-input-error .trumbowyg-input-infos label span:first-child {
    margin-top: -27px
}

.trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red
}

.trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    right: 110px;
    background: #2bc06a
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
    background: #40d47e;
    outline: 0
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #25a25a
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    color: #555;
    background: #e6e6e6
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
    background: #fbfbfb;
    outline: 0
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
    background: #d5d5d5
}

.trumbowyg-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 10
}

body.trumbowyg-body-fullscreen {
    overflow: hidden
}

.trumbowyg-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen.trumbowyg-box {
    border: none
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto
}

.trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #222;
    fill: transparent
}

.trumbowyg-editor embed,
.trumbowyg-editor img,
.trumbowyg-editor object,
.trumbowyg-editor video {
    max-width: 100%
}

.trumbowyg-editor img,
.trumbowyg-editor video {
    height: auto
}

.trumbowyg-editor img {
    cursor: move
}

.trumbowyg-editor canvas:focus {
    outline: 0
}

.trumbowyg-editor.trumbowyg-reset-css {
    background: #fefefe !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    color: #333
}

.trumbowyg-editor.trumbowyg-reset-css a {
    color: #15c !important;
    text-decoration: underline !important
}

.trumbowyg-editor.trumbowyg-reset-css blockquote,
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: 0 0 !important;
    margin: 0 0 15px !important;
    line-height: 1.4em !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    border: none
}

.trumbowyg-editor.trumbowyg-reset-css hr,
.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object {
    margin-bottom: 15px !important
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
    margin-left: 32px !important;
    font-style: italic !important;
    color: #555
}

.trumbowyg-editor.trumbowyg-reset-css ul {
    list-style: disc
}

.trumbowyg-editor.trumbowyg-reset-css ol {
    list-style: decimal
}

.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css ul {
    padding-left: 20px !important
}

.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ul ul {
    border: none;
    margin: 2px !important;
    padding: 0 0 0 24px !important
}

.trumbowyg-editor.trumbowyg-reset-css hr {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #ccc
}

.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
    color: #111;
    background: 0 0;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 20px !important
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
    font-size: 26px !important;
    line-height: 34px !important;
    margin-bottom: 15px !important
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 7px !important
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 7px !important
}

.trumbowyg-dark .trumbowyg-textarea {
    background: #222;
    color: #fff;
    border-color: #343434
}

.trumbowyg-dark .trumbowyg-box {
    border: 1px solid #343434
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor:before {
    text-shadow: 0 0 7px #ccc
}

@media screen and (min-width:0 \0) {

    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor:before {
        color: rgba(20, 20, 20, .6) !important
    }
}

@supports (-ms-accelerator:true) {

    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor:before {
        color: rgba(20, 20, 20, .6) !important
    }
}

.trumbowyg-dark .trumbowyg-box svg {
    fill: #fff;
    color: #fff
}

.trumbowyg-dark .trumbowyg-button-pane {
    background-color: #222;
    border-bottom-color: #343434
}

.trumbowyg-dark .trumbowyg-button-pane:after {
    background: #343434
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty):after {
    background-color: #343434
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group:after {
    background-color: #2a2a2a
}

.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: #333
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown:after {
    border-top-color: #fff
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: #ecf0f1;
    fill: transparent
}

.trumbowyg-dark .trumbowyg-dropdown {
    border-color: #343434;
    background: #333;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 3px
}

.trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff
}

.trumbowyg-dark .trumbowyg-dropdown button:focus,
.trumbowyg-dark .trumbowyg-dropdown button:hover {
    background: #222
}

.trumbowyg-dark .trumbowyg-modal-box {
    background-color: #333;
    color: #fff
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row {
    border-color: #222
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos {
    color: #eee;
    background-color: #2f2f2f;
    border-right-color: #222
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos span {
    color: #eee;
    background-color: #2f2f2f;
    border-color: #343434
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos span.trumbowyg-msg-error {
    color: #e74c3c
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error select,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error textarea {
    border-color: #e74c3c
}

.trumbowyg-dark .trumbowyg-modal-box input,
.trumbowyg-dark .trumbowyg-modal-box select,
.trumbowyg-dark .trumbowyg-modal-box textarea {
    border-color: #343434;
    color: #fff;
    background: #222
}

.trumbowyg-dark .trumbowyg-modal-box input:focus,
.trumbowyg-dark .trumbowyg-modal-box input:hover,
.trumbowyg-dark .trumbowyg-modal-box select:focus,
.trumbowyg-dark .trumbowyg-modal-box select:hover,
.trumbowyg-dark .trumbowyg-modal-box textarea:focus,
.trumbowyg-dark .trumbowyg-modal-box textarea:hover {
    border-color: #626262
}

.trumbowyg-dark .trumbowyg-modal-box input:focus,
.trumbowyg-dark .trumbowyg-modal-box select:focus,
.trumbowyg-dark .trumbowyg-modal-box textarea:focus {
    background-color: #2f2f2f
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #1b7943
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
    background: #25a25a
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #176437
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
    background: #444
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
    background: #111
}

.trumbowyg-dark .trumbowyg-overlay {
    background-color: rgba(15, 15, 15, .6)
}

.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list),
.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) {
    max-width: 276px;
    padding: 7px 5px;
    overflow: initial
}

.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button,
.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button {
    display: block;
    position: relative;
    float: left;
    text-indent: -9999px;
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    padding: 0;
    margin: 2px
}

.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button:hover:after,
.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button:hover:after,
.trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button:focus:after,
.trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button:focus:after {
    content: " ";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 27px;
    height: 27px;
    background: inherit;
    border: 1px solid #fff;
    box-shadow: #000 0 0 2px;
    z-index: 10
}

.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button) {
    position: relative;
    color: #fff !important
}

.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button):hover:after,
.trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button):focus:after {
    content: " ";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff
}

@charset "UTF-8";

.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
    color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
    margin-bottom: 1.75em
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,
.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    color: #fff;
    width: 100%;
    z-index: 1
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width:600px) {

    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image img,
.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts {
    box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,
ul {
    box-sizing: border-box
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
    position: relative
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
    text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    display: inline-block;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width:782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width:782px) {

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: transparent !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    background: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size, 100%);
    width: 100%
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
    word-break: normal
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

.wp-block-post-excerpt {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    box-sizing: border-box;
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
    margin: 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    fill: currentColor;
    min-height: 1.5em;
    min-width: 1.5em;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    height: auto;
    line-height: 1;
    text-align: center
}

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-site-title a {
    color: inherit
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
    fill: currentColor;
    color: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    stroke: #000;
    background-color: #fefc00;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    stroke: #000;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

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

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

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

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-custom-select-control__button.components-custom-select-control__button {
    padding-right: 24px
}

.components-custom-select-control__button:focus:not(:disabled) {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.components-custom-select-control__menu {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    max-height: 400px;
    min-width: 100%;
    outline: none;
    overflow: auto;
    padding: 0;
    position: absolute;
    transition: none;
    z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
    display: none
}

.components-custom-select-control__item {
    align-items: center;
    cursor: default;
    display: flex;
    line-height: 28px;
    list-style-type: none;
    padding: 8px
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
    margin-left: auto;
    margin-right: 0
}

.components-custom-select-control__item:last-child {
    margin-bottom: 0
}

.components-snackbar {
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    max-width: 600px;
    padding: 16px 24px;
    pointer-events: auto;
    width: 100%
}

@media(min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar.components-snackbar-explicit-dismiss {
    cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
    margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
    left: 28px;
    position: absolute;
    top: 24px
}

.components-snackbar .components-snackbar__dismiss-button {
    cursor: pointer;
    margin-left: 32px
}

.components-snackbar__action.components-button {
    color: #fff;
    flex-shrink: 0;
    height: auto;
    line-height: 1.4;
    margin-left: 32px;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    background-color: transparent;
    text-decoration: underline
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    box-shadow: none;
    color: #fff;
    outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: var(--wp-admin-theme-color)
}

.components-snackbar__content {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100000
}

.components-snackbar-list__notice-container {
    padding-top: 8px;
    position: relative
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%
}

@media(min-width:600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: none
}

.components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    color: rgba(30, 30, 30, .62);
    opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.components-form-token-field__input-container {
    align-items: center;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 2px 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container::-moz-placeholder {
    color: rgba(30, 30, 30, .62);
    opacity: 1
}

.components-form-token-field__input-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-size: 16px;
    margin-left: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media(min-width:600px) {
    .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px
    }
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
    width: auto
}

.components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.components-form-token-field__help {
    color: #757575;
    font-size: 12px;
    font-style: normal
}

.components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    margin: 2px 4px 2px 0;
    max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
    background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
    background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
    color: #757575
}

.components-form-token-field__token.is-borderless {
    padding: 0 16px 0 0;
    position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    background: 0 0;
    color: var(--wp-admin-theme-color)
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
    background: 0 0;
    color: #757575;
    position: absolute;
    right: 0;
    top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
    color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
    border-radius: 4px 0 0 4px;
    color: #cc1818;
    padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
    color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
    cursor: default
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media(prefers-reduced-motion:reduce) {

    .components-form-token-field__remove-token.components-button,
    .components-form-token-field__token-text {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__token-text {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
    border-radius: 0 2px 2px 0;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

.components-form-token-field__remove-token.components-button:hover {
    color: #1e1e1e
}

.components-form-token-field__suggestions-list {
    border-top: 1px solid #757575;
    flex: 1 0 100%;
    list-style: none;
    margin: 4px -4px -4px;
    max-height: 9em;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__suggestion {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 4px 8px
}

.components-form-token-field__suggestion.is-selected {
    background: var(--wp-admin-theme-color);
    color: #fff
}

.components-form-token-field__suggestion-match {
    text-decoration: underline
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: .5em 1em;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    padding: .25em .75em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em;
    padding: .5em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -webkit-clip-path: none;
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wc-block-components-product-add-to-cart-attribute-picker {
    flex-basis: 100%;
    margin: 0
}

.wc-block-components-product-add-to-cart-attribute-picker label {
    display: block;
    font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
    position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
    min-height: 1.75em;
    min-width: 60%
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
    margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
    border-color: #cc1818
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
    outline-color: #cc1818
}

.wc-block-components-product-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
    display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
    fill: currentColor;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em;
    vertical-align: top;
    width: 1.5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    color: #43454b;
    flex-basis: 5em;
    margin: 0 1em .75em 0;
    padding: .618em;
    text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    border-style: none;
    display: inline-flex;
    font-family: inherit;
    font-weight: inherit;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
    visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wc-block-components-product-category-list {
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-category-list ul {
    display: inline;
    margin: 0;
    padding: 0
}

.wc-block-components-product-category-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-category-list ul li:after {
    content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
    content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,
.wc-block-components-product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
.wc-block-components-product-image a {
    border: 0;
    border-radius: inherit;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,
.wc-block-components-product-image img {
    border-radius: inherit;
    vertical-align: middle;
    width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],
.wc-block-components-product-image img[hidden] {
    display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],
.wc-block-components-product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
    left: 4px;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
    left: 50%;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px;
    transform: translateX(-50%)
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    left: auto;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 4px
}

.is-loading .wc-block-components-product-image {
    background-color: currentColor !important;
    border: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: auto;
    z-index: 1
}

.is-loading .wc-block-components-product-image>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-image:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-components-product-price {
    display: block
}

.wc-block-all-products .wc-block-components-product-price {
    margin-bottom: 12px
}

.wc-block-components-product-rating {
    display: block
}

.wc-block-components-product-rating__stars {
    display: inline-block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em
}

.wc-block-components-product-rating__stars:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-components-product-rating__stars span {
    color: inherit;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-components-product-rating__link {
    display: inline-block;
    font-size: .875em;
    text-align: inherit;
    width: 100%
}

.wc-block-all-products .wc-block-components-product-rating {
    margin-bottom: 12px;
    margin-top: 0
}

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating,
.wp-block-query .is-loading .wc-block-components-product-rating {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*,
.wp-block-query .is-loading .wc-block-components-product-rating>* {
    visibility: hidden
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after,
.wp-block-query .is-loading .wc-block-components-product-rating:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-all-products .is-loading .wc-block-components-product-rating,
    .wp-block-query .is-loading .wc-block-components-product-rating {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

.wc-block-components-product-sale-badge span {
    background-color: inherit;
    color: inherit
}

.wc-block-components-product-sku {
    display: block;
    font-size: .875em;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase
}

.wc-block-components-product-stock-indicator {
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-summary {
    margin-bottom: 12px;
    margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    height: 6em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-summary:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-summary:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-tag-list ul {
    display: inline;
    margin: 0;
    padding: 0
}

.wc-block-components-product-tag-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-tag-list ul li:after {
    content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
    content: ""
}

.wc-block-components-product-title {
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

.wc-block-components-product-title a {
    color: inherit;
    font-size: inherit
}

.is-loading .wc-block-components-product-title:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

.is-loading .wc-block-components-product-title:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-title:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 3em;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
    background: 0 0;
    color: currentColor
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    padding: 0 1em;
    text-decoration: inherit;
    text-decoration: none;
    text-transform: inherit;
    text-transform: none
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained,
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:active,
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:disabled,
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:focus,
body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:hover {
    background-color: #1e1e1e;
    color: #fff
}

body:not(.theme-twentytwentythree, .theme-zaino) .wc-block-components-button:not(.is-link).contained:hover {
    opacity: .9
}

.wc-block-components-form {
    counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 0 0 24px;
    position: relative
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content>* {
    margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
    margin-bottom: 0;
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin: .75em 0 1em;
    position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,
.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
    color: inherit;
    font-weight: 700
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    background: 0 0;
    border: 0;
    border-radius: 0;
    content: " "counter(checkout-step) ".";
    content: " "counter(checkout-step) "."/"";
    counter-increment: checkout-step;
    left: -24px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline;
    white-space: nowrap;
    width: 24px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-left: 1px solid;
    content: "";
    height: 100%;
    left: -24px;
    opacity: .3;
    position: absolute;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". "/"";
    left: auto;
    position: static;
    top: auto;
    transform: none
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 12px 0 0
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding-top: 16px;
    position: relative;
    width: 100%
}

.wc-block-components-order-summary-item:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-order-summary-item:first-child {
    padding-top: 0
}

.wc-block-components-order-summary-item:last-child>div {
    padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
    display: none
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: 1em
}

.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    padding-bottom: 16px;
    position: relative;
    width: 48px
}

.wc-block-components-order-summary-item__image>img {
    max-width: 48px;
    width: 48px
}

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 12px
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 4px
}

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    height: 24px;
    margin: 0 4px 2px;
    max-height: 24px;
    max-width: 38px;
    padding: 0;
    width: auto
}

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-left: 8px;
    margin-right: 0
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon>img,
.wc-block-components-payment-method-label--with-icon>svg {
    margin: -2px 4px 0 0;
    vertical-align: middle
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,
.is-mobile .wc-block-components-payment-method-label--with-icon>svg,
.is-small .wc-block-components-payment-method-label--with-icon>img,
.is-small .wc-block-components-payment-method-label--with-icon>svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
    font-size: .75em;
    line-height: 1;
    list-style: none outside;
    margin: 24px 0;
    text-align: center
}

.wc-block-components-checkout-policies__item {
    display: inline-block;
    list-style: none outside;
    margin: 0;
    padding: 0 .25em
}

.wc-block-components-checkout-policies__item:not(:first-child) {
    border-left: 1px solid #ccc
}

.wc-block-components-checkout-policies__item>a {
    color: inherit;
    padding: 0 .25em
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 0
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

img.wc-block-components-product-image[alt=""] {
    border: 1px solid #f2f2f2
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0
}

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
    fill: currentColor;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.rtl .wc-block-components-checkout-return-to-cart-button svg {
    transform: translateY(-50%) scale(-1)
}

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    margin-top: 1.5em;
    width: 100%
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package {
    margin: 0;
    position: relative
}

.wc-block-components-shipping-rates-control__package:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-shipping-rates-control__package.wc-block-components-panel {
    margin-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package:last-child {
    position: relative
}

.wc-block-components-shipping-rates-control__package:last-child:after {
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
    padding-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
    margin-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
    font-size: .875em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group {
    color: #757575;
    font-size: .75em
}

.wc-block-components-shipping-rates-control__package-items {
    display: block;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    display: inline-block;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    flex-shrink: 0;
    height: 3em;
    margin-left: 8px;
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
    margin: 0
}

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
    display: block;
    margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: 0 0;
    opacity: .8
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
    background: 0 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
    visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
    .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 .365em .365em 0;
    max-width: 100%;
    padding: .25em .5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
    background: 0 0;
    border: 1px solid;
    color: inherit
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1;
    font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    width: 16px
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: #1e1e1e
}

.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
    background: 0 0
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
    background: #949494
}

.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
    fill: #fff;
    cursor: not-allowed
}

.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: inherit;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    opacity: 1;
    outline: inherit;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
    width: 100%
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    color: #2b2d2f;
    margin: 3em 0 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 10
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    color: #757575;
    cursor: default;
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: #ddd
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: inherit;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-480px)
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-480px)
    }
}

@media only screen and (max-width:480px) {
    @-webkit-keyframes slidein {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-100vw)
        }
    }

    @keyframes slidein {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-100vw)
        }
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95, 95, 95, .35);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    opacity: 0;
    pointer-events: none
}

.wc-block-components-drawer {
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    position: relative;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-480px);
    width: 480px
}

.wc-block-components-drawer:after {
    border-style: solid;
    border-width: 0 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width:480px) {
    .wc-block-components-drawer {
        transform: translateX(-100vw);
        width: 100vw
    }
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: slidein;
    animation-name: slidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-drawer,
    .wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        transition: none !important
    }
}

.wc-block-components-drawer .components-modal__content {
    padding: 40px 16px
}

.wc-block-components-drawer .components-modal__header {
    position: relative
}

.wc-block-components-drawer .components-modal__header .components-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    margin: -1em;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: baseline
}

.wc-block-components-drawer .components-modal__header .components-button>span {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-block-components-drawer .components-modal__header-heading {
    border: 0;
    border-radius: 0;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.wc-filter-element-label-list-count:before {
    content: " ("
}

.wc-filter-element-label-list-count:after {
    content: ")"
}

.wc-block-filter-title-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 1.625em;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 100% !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    min-width: 80px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-filter-title-placeholder>* {
    visibility: hidden
}

.wc-block-filter-title-placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-filter-title-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title,
.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,
.wc-block-filter-title-placeholder .wc-block-price-filter__title,
.wc-block-filter-title-placeholder .wc-block-rating-filter__title,
.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
    height: 1em;
    margin: 0
}

.wc-block-components-filter-reset-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-filter-reset-button:active,
.wc-block-components-filter-reset-button:focus,
.wc-block-components-filter-reset-button:hover {
    background: 0 0
}

.wc-block-components-filter-reset-button:hover {
    color: inherit;
    text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
    cursor: not-allowed
}

.wc-block-components-filter-submit-button {
    border: none;
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-filter-submit-button.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    line-height: normal;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.wc-block-components-filter-submit-button.is-loading>* {
    visibility: hidden
}

.wc-block-components-filter-submit-button.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-filter-submit-button.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: z-index(".components-popover")
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,
.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
    opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: z-index(".components-popover") !important
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
    margin-left: 2px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
    border: 8px solid #ccc
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
    border-color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
    border: 8px solid #fff
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
    content: "";
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
    margin-top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    bottom: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
    bottom: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
    margin-top: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
    top: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
    margin-left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    right: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
    right: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
    margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
    left: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    border-bottom-color: transparent;
    border-left: none;
    border-right-style: solid;
    border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
    bottom: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
    top: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
    align-items: center;
    display: flex
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
    margin-top: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
    margin-top: -12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
    margin-left: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
    margin-right: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 .7px 1px rgba(0, 0, 0, .1), 0 1.2px 1.7px -.2px rgba(0, 0, 0, .1), 0 2.3px 3.3px -.5px rgba(0, 0, 0, .1);
    height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: 1px solid #1e1e1e;
    box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    height: auto;
    overflow-y: auto;
    position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: none;
    border-top: 1px solid #1e1e1e;
    height: calc(100% - 48px);
    min-width: auto;
    overflow-y: visible;
    position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    left: 50%;
    transform: translateX(-50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    left: 100%;
    position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-left: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    position: absolute;
    right: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-right: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 8px 0 16px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
    z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
    z-index: z-index(".components-tooltip")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
    min-width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
    background: #1e1e1e;
    border-radius: 2px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div {
    padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
    display: inline-block;
    margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
    position: relative
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: z-index(".components-tooltip .event-catcher")
}

.wc-blocks-components-form-token-field-wrapper {
    border-color: #949494
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,
.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border-color: inherit;
    box-sizing: border-box;
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    min-height: 30px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    background: #e0e0e0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
    border: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #949494;
    border-top: 0 solid #949494;
    left: -1px;
    margin: 1px 0 0;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 50
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
    display: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
    padding: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
    background: #f0f0f0;
    color: #2f2f2f
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
    margin-right: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
    background: 0 0
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
    padding-left: 4px;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    position: absolute
}

.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    border: 1px solid #949494;
    margin: 0 2px 4px;
    padding: 0 5px;
    position: static
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    min-height: 34px;
    pointer-events: none;
    position: relative
}

.wc-block-components-loading-mask .components-spinner {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
    opacity: .25
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    min-width: 2.2em;
    padding: .3em .6em
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        min-width: 1.6em;
        padding: .1em .2em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1 !important
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
    visibility: hidden
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
    display: none
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    border-radius: 4px;
    clear: both;
    flex-grow: 1;
    height: 4px;
    margin: 15px 0;
    outline: none;
    padding: 0 !important;
    position: relative
}

.wc-block-components-price-slider__range-input-wrapper:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: .5625em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
    visibility: hidden
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__range-input-wrapper.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: currentColor;
    background: var(--track-background);
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__controls {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 16px 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    border-radius: 4px;
    border-width: 1px;
    font-size: .875em;
    margin: 0;
    max-width: 80px;
    min-width: 0;
    padding: 8px;
    width: auto
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 60px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
    visibility: hidden
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 24px 0
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
    font-size: .875em
}

.wc-block-components-price-slider__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.wc-block-components-price-slider__range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    outline: none;
    outline: none !important;
    padding: 0 !important;
    pointer-events: none;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: -5px 0 0;
    padding: 0;
    pointer-events: auto;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    margin: 0;
    outline: none;
    padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline: 0
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    margin: 0;
    outline: none;
    padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    background-position-x: left;
    margin-left: -2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform: translate(-2px, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    z-index: 20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left: 2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform: translate(2px, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: 0 0
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        pointer-events: auto;
        transform: translate(1px)
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),
screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: 0 0
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        pointer-events: auto;
        transform: translate(1px)
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
    margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    transform: translate(2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    transform: translate(-2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
    border-color: transparent !important
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        height: 50px;
        position: relative
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0
}

.wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto
}

.wc-block-grid__product.wc-block-grid__product {
    box-sizing: border-box
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
    margin-bottom: 0;
    margin-top: auto;
    padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),
.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

.is-loading .wc-block-components-product-price:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

.wc-block-components-quantity-selector:after {
    border: 1px solid;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .45;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    opacity: .6
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: .6
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius: 4px 0 0 4px;
    order: 1
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 4px 4px 0;
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 1em 0;
    padding: 0 0 0 2.25em;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-radio-control__option:first-child {
    margin-top: 0
}

.wc-block-components-radio-control__option:last-child {
    margin-bottom: 0
}

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group>span,
.wc-block-components-radio-control__label-group>span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    min-width: 50%;
    text-align: right
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem, 24px)
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    left: 0;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .75em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 60%;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__text>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__text:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    font-size: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,
.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 120px;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    -ms-grid-row-span: 2;
    align-items: center;
    display: flex;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/3;
    height: 3em;
    justify-content: center;
    position: relative;
    width: 3em
}

.wc-block-components-review-list-item__image>img {
    display: block;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.wc-block-components-review-list-item__verified {
    bottom: -7px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -7px;
    text-indent: 21px;
    width: 21px
}

.wc-block-components-review-list-item__verified:before {
    background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
    content: "";
    display: block;
    height: 21px;
    width: 21px
}

.wc-block-components-review-list-item__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
    content: "";
    flex-basis: 100%;
    order: 3
}

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    margin-right: 8px;
    order: 1
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
    font-weight: 400;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
    padding-left: 8px;
    position: relative
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    border-right: 1px solid;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: -8px;
    opacity: .5;
    position: absolute;
    top: calc(50% + .1em);
    transform: translateY(-50%);
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
    display: block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 5.3em
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
    content: "SSSSS";
    float: left;
    left: 0;
    opacity: .25;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    color: #e6a237;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wc-block-components-sidebar-layout .wc-block-must-login-prompt {
    display: block
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%
}

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon-link,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
    padding: 0
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-right: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.wc-block-components-spinner:after {
    -webkit-animation: spinner__animation 1s linear infinite;
    animation: spinner__animation 1s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: .2em solid;
    border-left: .2em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px currentColor;
    color: inherit;
    flex: auto;
    outline-offset: -1px;
    padding: 12px 16px;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active {
    box-shadow: inset 0 -3px currentColor;
    font-weight: 600;
    position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus {
    outline: 1px dotted currentColor;
    outline-offset: -1px
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover {
    background: 0 0
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg {
    height: 1.2em;
    margin: .2em 0 -.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 1.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-textarea {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    grid-gap: 10px;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(33% - 10px), 1fr));
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
    margin: 0;
    width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
    height: 48px;
    width: 100%
}

@media(max-width:782px) {
    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.wc-block-components-express-payment--checkout {
    margin-top: 15px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
    border-left: 1px solid;
    border-radius: 5px 0 0;
    border-top: 1px solid;
    content: "";
    display: block;
    height: 4px;
    margin-right: 12px;
    opacity: .3;
    pointer-events: none;
    width: 10px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
    border-radius: 0 5px 0 0;
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    display: block;
    flex-grow: 1;
    height: 4px;
    margin-left: 12px;
    opacity: .3;
    pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    padding: 19px 24px 24px;
    position: relative
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 0 1px 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
    margin-bottom: 1em
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
    padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
    align-items: center;
    display: flex;
    margin: 24px 0;
    padding: 0 24px;
    text-align: center
}

.wc-block-components-express-payment-continue-rule:before {
    margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
    margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after,
.wc-block-components-express-payment-continue-rule:before {
    border-bottom: 1px solid;
    content: " ";
    flex: 1;
    opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
    position: static
}

.wc-block-gateway-container {
    margin-bottom: 1.5em;
    position: relative;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    cursor: text;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 0 .75em 16px;
    width: 100%
}

.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
    margin-top: -24px;
    position: static
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
    outline-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
    color: #cc1818
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 1px 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
    border-width: 1px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
    border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    height: 28px;
    padding-top: 14px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

.wc-block-components-radio-control-accordion-content:empty {
    display: none
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 2em;
    max-width: 100% !important;
    min-height: 15em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3 {
    display: none
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 2em;
    padding-right: 5%;
    text-align: center;
    vertical-align: top;
    width: 30%
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
    padding-right: 0
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
    font-weight: 400
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
    display: block
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
    margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
    background-color: #eee;
    color: #333;
    font-weight: 600;
    margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333
}

@media(max-width:480px) {
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
        display: block;
        width: 100%
    }
}

.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 5em;
    margin: 0 auto 2em;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 5em;
    mask-size: 5em;
    width: 5em
}

.wp-block-woocommerce-empty-cart-block>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

.wc-block-cart__submit {
    margin: 0 0 16px;
    position: relative
}

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0
}

@media(min-width:783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        color: hsla(0, 0%, 80%, .5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__actions_row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 1em;
    width: 50%
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    line-height: 24px
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
    fill: #fff;
    vertical-align: top
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-large .wc-block-checkout__actions {
    padding: 1.5em 0;
    position: relative
}

.is-large .wc-block-checkout__actions:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
    order: 1
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
    clear: both;
    content: "";
    display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
    margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option {
    margin: 0;
    padding: .75em 0 .75em 2.5em;
    position: relative
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option:after,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__pickup-options .wc-block-components-shipping-rates-control__no-results-notice,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control .wc-block-components-radio-control__input,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control .wc-block-components-radio-control__input {
    margin-top: 1px;
    top: auto;
    transform: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-layout,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-layout {
    display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group {
    display: flex;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group>:last-child,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group>:last-child {
    margin-left: auto
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
    display: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group {
    display: block
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group em,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group em {
    font-style: inherit;
    text-transform: uppercase
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group {
    background-color: #f0f0f0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    margin-top: .5em;
    padding: 1px .75em;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__description,
.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
    display: block;
    margin: .75em 0;
    text-align: left;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description {
    color: #757575
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description>svg,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description>svg {
    fill: currentColor;
    margin-top: -4px;
    vertical-align: middle
}

.wc-block-checkout__shipping-method-container {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option,
.wc-block-checkout__shipping-method-option {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit;
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    gap: 4px;
    height: 100%;
    justify-content: center;
    min-height: 80px;
    outline: 1px solid currentColor;
    padding: 16px 12px
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),
.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus,
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,
.wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),
.wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),
.wc-block-checkout__shipping-method-option:focus,
.wc-block-checkout__shipping-method-option:hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    outline: 3px solid currentColor
}

.wc-block-checkout__shipping-method-option-icon {
    fill: currentColor
}

.wc-block-checkout__shipping-method-option-title {
    font-size: 1rem;
    font-weight: 700
}

.wc-block-checkout__shipping-method-option-price {
    font-size: .875rem
}

.wc-block-checkout__shipping-method-option-price em {
    font-style: inherit;
    text-transform: uppercase
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    margin: 0;
    padding: .75em 0 .75em 2.5em;
    position: relative
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__terms {
    margin: 1.5em 0
}

.wc-block-checkout__terms textarea {
    position: relative;
    top: -5px
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
    opacity: .6
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    flex-basis: 0;
    flex-grow: 1
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    margin: 0;
    padding: 0
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-checkout__add-note {
    margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note,
.is-mobile .wc-block-checkout__add-note,
.is-small .wc-block-checkout__add-note {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0;
    position: relative
}

.is-medium .wc-block-checkout__add-note:after,
.is-mobile .wc-block-checkout__add-note:after,
.is-small .wc-block-checkout__add-note:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wp-block-woocommerce-checkout {
    margin: 0
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wp-block-woocommerce-checkout.is-loading {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
    padding-right: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    box-sizing: border-box;
    margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: none;
    line-height: 1;
    margin: 0 0 1.5em;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
    visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    display: block;
    min-height: 10em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    display: block;
    min-height: 24em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    display: block;
    margin-left: 50%;
    min-height: 4em;
    width: 50%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    display: block;
    min-height: 47em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
        padding: 0;
        width: 100%
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
        padding-left: 0;
        padding-right: 0
    }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wp-block-woocommerce-featured-category {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-category {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-category__selection {
    width: 100%
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title,
.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title,
.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
    color: #fff
}

.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-category__description {
    color: inherit
}

.wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category .wc-block-featured-category__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title div {
    color: inherit
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-category .wp-block-button.aligncenter {
    text-align: center
}

.wp-block-woocommerce-featured-product {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-product {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-product__selection {
    width: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-product.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-product.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-product__description {
    color: inherit
}

.wc-block-featured-product__description p {
    margin: 0
}

.wc-block-featured-product .wc-block-featured-product__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title div {
    color: inherit
}

.wc-block-featured-product .wc-block-featured-product__title:before {
    display: none
}

.wc-block-featured-product__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-product .wp-block-button.aligncenter {
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    border: 0;
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    line-height: 1.5;
    margin: 0
}

.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex
}

.wc-block-mini-cart__badge {
    background: 0 0;
    border: .15em solid;
    border-radius: 1em;
    box-sizing: border-box;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    margin-left: -.7142857143em;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-mini-cart__icon {
    display: block;
    height: 1.5em;
    width: 1.5em
}

html[dir=rtl] .wc-block-mini-cart__icon {
    transform: scaleX(-1)
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0 0 2em
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: right;
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: 0 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    line-height: inherit;
    text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: .75em
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s ease
}

.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
    margin: 0
}

.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span,
.wc-block-mini-cart__drawer.is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading th span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    min-width: 84px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading h2 span>*,
.wc-block-cart--is-loading th span>*,
.wc-block-mini-cart__drawer.is-loading h2 span>*,
.wc-block-mini-cart__drawer.is-loading th span>* {
    visibility: hidden
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading h2 span,
    .wc-block-cart--is-loading th span,
    .wc-block-mini-cart__drawer.is-loading h2 span,
    .wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
    content: " "
}

.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-metadata>*,
.wc-block-cart--is-loading .wc-block-components-product-price>*,
.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-components-product-metadata,
    .wc-block-cart--is-loading .wc-block-components-product-price,
    .wc-block-cart--is-loading .wc-block-components-quantity-selector,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    min-width: 84px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-name>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-components-product-name,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-cart-item__image>a,
    .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    display: block;
    margin-top: .25em;
    max-width: 3em
}

.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 460px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
    .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
    position: relative
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-grid-column-span: 2;
    -ms-grid-column-align: stretch;
    -ms-grid-column: 2;
    grid-column-end: 4;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    justify-self: stretch;
    padding: 0 16px 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding-right: 16px;
    padding-top: 16px;
    vertical-align: bottom
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-row: 1;
    grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-large.wc-block-cart {
    margin-bottom: 3em
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: .25rem 16px .25rem 0;
    white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
    padding: 16px 0 16px 16px;
    position: relative;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0;
    margin: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: .25rem 0;
    text-align: right;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
}

.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
    padding: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 10em;
    padding-right: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 15em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 12em;
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin: 0 0 1em;
    max-width: 100% !important;
    min-height: 3em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top: 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
        padding: 0;
        width: 100%
    }
}

.wc-block-mini-cart {
    display: inline-block
}

.wc-block-mini-cart__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: .75em .5em
}

.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: .6
}

.wc-block-mini-cart__amount {
    display: none
}

.wc-block-mini-cart__tax-label {
    margin-right: .5em
}

@media screen and (min-width:768px) {
    .wc-block-mini-cart__amount {
        display: initial;
        font-size: inherit;
        font-weight: inherit;
        margin-right: 8px
    }
}

.modal-open .wc-block-mini-cart__button {
    pointer-events: none
}

.wc-block-mini-cart__drawer {
    font-size: 1rem
}

.wc-block-mini-cart__drawer .components-modal__content .components-modal__header .components-button {
    margin: unset;
    padding: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
    margin: 16px 40px -16px 16px;
    margin-bottom: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice {
    margin-bottom: unset
}

.wc-block-mini-cart__drawer .components-modal__content {
    padding: 0;
    position: relative
}

.wc-block-mini-cart__drawer .components-modal__header {
    height: 56px;
    position: relative;
    position: absolute;
    right: 4px;
    top: 40px
}

.wc-block-mini-cart__drawer .components-modal__header button {
    margin: 0;
    right: 0;
    transform: translateY(-50%)
}

.wc-block-mini-cart__drawer .components-modal__header svg {
    fill: currentColor;
    display: block
}

.wp-block-woocommerce-mini-cart-contents {
    box-sizing: border-box;
    height: 100vh;
    height: 100dvh;
    justify-content: center;
    max-height: -webkit-fill-available;
    padding: 0
}

:where(.wp-block-woocommerce-mini-cart-contents) {
    background: #fff
}

.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    max-height: -webkit-fill-available
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    overflow-y: auto;
    padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
    font-size: 2em;
    margin: 40px 16px 0
}

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px 16px 0
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    margin-bottom: auto;
    margin-right: -16px;
    padding-right: 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
    padding-bottom: 8px;
    padding-top: 8px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
    content: none
}

.wc-block-mini-cart__footer {
    border-top: 1px solid #ddd;
    padding: 24px 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    font-weight: 600;
    margin-bottom: 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    display: none;
    font-size: .75em;
    font-weight: 400
}

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: unset
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    display: flex;
    gap: 16px
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
    flex-grow: 1
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
    display: none
}

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
        display: inline-flex
    }
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
    display: flex;
    justify-content: center
}

.wc-block-mini-cart__shopping-button a {
    border: 2px solid;
    color: currentColor;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none
}

.wc-block-mini-cart__shopping-button a:focus,
.wc-block-mini-cart__shopping-button a:hover {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff
}

.admin-bar .wp-block-woocommerce-mini-cart-contents {
    margin-top: 32px
}

.admin-bar .wp-block-woocommerce-empty-mini-cart-contents-block,
.admin-bar .wp-block-woocommerce-filled-mini-cart-contents-block,
.admin-bar .wp-block-woocommerce-mini-cart-contents {
    height: calc(100vh - 32px)
}

.admin-bar .wc-block-components-drawer .components-modal__header .components-button {
    top: 32px
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-top: 1.5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    display: flex;
    font-size: .875em;
    position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #50575e;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
    border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid #50575e;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
    content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid hsla(0, 0%, 100%, .6);
    outline-offset: 2px
}

.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
    color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
    border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
    outline: 2px solid #cc1818;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    margin-left: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.wc-block-components-panel.has-border {
    position: relative
}

.wc-block-components-panel.has-border:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after {
    border-top-width: 0
}

.wc-block-components-panel.has-border.no-top-border {
    position: relative
}

.wc-block-components-panel.has-border.no-top-border:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 32px 0 0;
    position: relative;
    text-align: left;
    vertical-align: baseline;
    width: 100%;
    word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
    margin-bottom: .375em;
    padding-bottom: .375em
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
    background: 0 0;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
    background: none transparent
}

.wc-block-store-notice {
    border: 2px solid;
    border-radius: 4px;
    font-size: .875em;
    margin: 16px 0;
    padding: .5em
}

.wc-block-store-notice .components-notice__content {
    position: relative
}

.wc-block-store-notice .components-notice__content>div {
    padding-left: 2.5em
}

.wc-block-store-notice .components-notice__content svg {
    height: 2em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 2em
}

.wc-block-store-notice.is-warning {
    background-color: #fffdf9;
    border-color: #fec
}

.wc-block-store-notice.is-warning .components-notice__content svg {
    fill: #f9b51f
}

.wc-block-store-notice.is-info {
    background-color: #e7f6f9;
    border-color: #c8f6ff
}

.wc-block-store-notice.is-info .components-notice__content svg {
    fill: #419ece
}

.wc-block-store-notice.is-error {
    background-color: #f8ebea;
    border-color: #ffd4cd
}

.wc-block-store-notice.is-error .components-notice__content svg {
    fill: #cd433b
}

.wc-block-components-notices {
    display: block;
    margin: 1.5em 0
}

.wc-block-components-notices:first-child {
    margin-top: 0
}

.wc-block-components-notices:empty {
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice {
    display: flex;
    flex-wrap: nowrap;
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice a {
    text-decoration: underline
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    border: 0;
    color: currentColor;
    margin: 0 0 0 auto;
    outline: 0;
    padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: currentColor;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child {
    margin-top: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child {
    margin-bottom: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li {
    margin: .25em 0 0
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
    margin-top: 1em
}

.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem
}

.wc-block-components-notices__snackbar {
    bottom: 20px;
    left: 16px;
    position: fixed;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        bottom: auto;
        left: 0;
        position: fixed;
        top: 10px
    }

    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
    margin-top: 1.5em;
    position: relative;
    white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,
.has-dark-controls .wc-block-components-text-input label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-form .wc-block-components-text-input label,
    .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input input:-webkit-autofill+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    min-height: 0;
    padding: .75em 0;
    text-indent: 16px;
    width: 100%
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],
.has-dark-controls .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.has-dark-controls .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-text-input input[type=url]:focus {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em
}

.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form .wc-block-components-text-input.has-error input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
    border-color: #f18c8c
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #f18c8c
}

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
    color: #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,
.has-dark-controls .wc-block-components-text-input.has-error label {
    color: #f18c8c
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
    margin-top: 1.5em
}

.wc-block-components-totals-wrapper {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
    border-bottom-width: 1px
}

.wc-block-components-totals-wrapper:empty {
    padding: 0
}

.wc-block-components-totals-wrapper:empty:after {
    content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
    padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after {
    border-bottom-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-validation-error {
    color: #cc1818;
    font-size: .75em;
    max-width: 100%;
    white-space: normal
}

.wc-block-components-validation-error>p {
    margin: 0;
    padding: 4px 0 0
}

.has-dark-mode-palette .wc-block-components-validation-error {
    color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
    margin-bottom: 24px
}

.wp-block-woocommerce-active-filters h1,
.wp-block-woocommerce-active-filters h2,
.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-active-filters h4,
.wp-block-woocommerce-active-filters h5,
.wp-block-woocommerce-active-filters h6 {
    text-transform: inherit
}

.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title {
    height: 1em
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 15px 0 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: 0 0
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    color: inherit;
    text-decoration: none
}

.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: 0 0;
    color: inherit
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    float: right;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list {
    clear: both;
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 12px
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px
}

.wc-block-active-filters .wc-block-active-filters__list li {
    list-style: none outside;
    margin: 9px 0 0;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list>li:first-child,
.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
    margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list {
    display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips {
    display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 13px;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    height: 1em;
    line-height: 1;
    margin-right: 15px !important;
    max-width: 100% !important;
    min-width: 70px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span {
    margin-right: 0 !important
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3) {
    flex-grow: 1;
    max-width: 200px
}

.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
    margin: 9px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    display: block;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 16px 0 0;
    text-transform: uppercase
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-style: italic;
    font-weight: 400
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    align-items: center;
    display: flex;
    font-size: .875em;
    padding: 0;
    position: relative
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    color: currentColor;
    font-size: .75em;
    height: 16px;
    line-height: 16px;
    margin: 0 .5em 0 0;
    padding: 0;
    width: 16px
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
    background: #949494
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
    color: #e0e0e0;
    cursor: not-allowed
}

.wc-block-active-filters .wc-block-active-filters__list--chips li,
.wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    margin-bottom: .1875em;
    margin-top: .1875em
}

.wp-block-woocommerce-attribute-filter {
    border-style: none !important
}

.wp-block-woocommerce-attribute-filter h1,
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-attribute-filter h4,
.wp-block-woocommerce-attribute-filter h5,
.wp-block-woocommerce-attribute-filter h6 {
    text-transform: inherit
}

.wc-block-attribute-filter {
    border-color: inherit;
    border-radius: inherit;
    margin-bottom: 16px
}

.wc-block-attribute-filter .is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-attribute-filter .is-loading>* {
    visibility: hidden
}

.wc-block-attribute-filter .is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-attribute-filter .is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-attribute-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-attribute-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0;
    width: 100%
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-attribute-filter__conditions-toggle,
.wc-block-attribute-filter__display-toggle,
.wc-block-attribute-filter__multiple-toggle {
    width: 100%
}

.wc-block-attribute-filter__instructions {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em
}

.wc-block-attribute-filter__selection {
    padding-top: 1em
}

.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label {
    color: inherit;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
    margin-left: 0
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled {
    cursor: auto;
    opacity: .6
}

.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
    font-size: .875em;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
    margin-top: 1em
}

.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,
.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
    font-size: .875em;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: .5em 1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.woocommerce.wc-block-breadcrumbs {
    font-size: inherit
}

.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb {
    display: block;
    margin: auto
}

.woocommerce.wc-block-catalog-sorting form {
    float: none
}

.woocommerce.wc-block-catalog-sorting select.orderby {
    color: inherit;
    font-size: inherit
}

.woocommerce.wc-block-catalog-sorting .woocommerce-ordering {
    margin: auto
}

.wp-block-woocommerce-customer-account a {
    align-items: center;
    color: currentColor !important;
    display: flex;
    text-decoration: none !important
}

.wp-block-woocommerce-customer-account a:hover {
    text-decoration: underline !important
}

.wp-block-woocommerce-customer-account a .icon+.label {
    margin-left: 8px
}

.wp-block-woocommerce-customer-account a .icon {
    height: 1em;
    width: 1em
}

:where(div[data-block-name="woocommerce/legacy-template"]) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.wp-block-woocommerce-price-filter {
    border-color: #757575;
    border-radius: 4px;
    border-style: none !important
}

.wp-block-woocommerce-price-filter h1,
.wp-block-woocommerce-price-filter h2,
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-price-filter h4,
.wp-block-woocommerce-price-filter h5,
.wp-block-woocommerce-price-filter h6 {
    text-transform: inherit
}

.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
    border-color: inherit;
    border-radius: inherit
}

.wc-block-price-filter__controls input {
    border-color: inherit !important;
    border-radius: inherit !important;
    border-style: solid
}

.wc-block-price-filter__controls .input-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 2em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5.625em;
    z-index: 1
}

.wc-block-price-filter__controls .input-loading>* {
    visibility: hidden
}

.wc-block-price-filter__controls .input-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-price-filter__controls .input-loading {
        -webkit-animation: none;
        animation: none
    }
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,
.wc-block-price-filter__button.wc-block-components-price-slider__button {
    font-size: .875em;
    padding: .5em 1em
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    clear: both;
    list-style: none outside;
    margin: 4px 0 4px 60px
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 .5em 0 -60px;
    max-width: 50px;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0
}

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    background: currentColor;
    display: inline-block;
    height: 1em;
    min-width: 200px;
    opacity: .2;
    width: 50%
}

.wc-block-product-categories__button {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.color-block-support-panel .wc-block-feedback-prompt {
    grid-column: 1/-1
}

.woocommerce.wc-block-product-results-count .woocommerce-result-count {
    float: none;
    font-size: inherit;
    margin: auto
}

.wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    flex-grow: 1;
    line-height: 1.8;
    padding: 6px 8px
}

.wc-block-product-search .wc-block-product-search__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-rating-filter.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-rating-filter.is-loading>* {
    visibility: hidden
}

.wc-block-rating-filter.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-rating-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-rating-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-rating-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-rating-filter .wc-block-components-product-rating__stars {
    display: inline-block;
    height: 1em;
    line-height: 1
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-rating-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wp-block-woocommerce-rating-filter {
    margin-bottom: 24px
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,
.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
    cursor: pointer
}

.wc-block-rating-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
    margin-left: 0
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled {
    cursor: auto;
    opacity: .6
}

.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,
.wc-block-rating-filter__actions .wc-block-rating-filter__button {
    font-size: .875em;
    margin-top: .5em;
    padding: .5em 1em
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wp-block-woocommerce-stock-filter h1,
.wp-block-woocommerce-stock-filter h2,
.wp-block-woocommerce-stock-filter h3,
.wp-block-woocommerce-stock-filter h4,
.wp-block-woocommerce-stock-filter h5,
.wp-block-woocommerce-stock-filter h6 {
    text-transform: inherit
}

.wc-block-stock-filter {
    margin-bottom: 24px
}

.wc-block-stock-filter.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-stock-filter.is-loading>* {
    visibility: hidden
}

.wc-block-stock-filter.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-stock-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-stock-filter .wc-block-stock-filter-list {
    margin: 0
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
    cursor: pointer
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-stock-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-stock-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-stock-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
    padding: 4px 30px 4px 8px
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
    background-color: #fff;
    border: 1px solid;
    border-radius: 25px 0 0 25px;
    border-right: 0;
    line-height: 22px;
    padding: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
    margin: .25em 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
    background-color: #fff;
    border: 1px solid;
    border-left: 0;
    border-radius: 0 25px 25px 0;
    padding: 1px .25em 0 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
    background-color: #e0e0e0;
    border-radius: 25px
}

.wc-block-stock-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,
.wc-block-stock-filter__actions .wc-block-stock-filter__button {
    font-size: .875em;
    margin-top: .5em;
    padding: .5em 1em
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
    display: flex
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex>* {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

.stm-orange {
    color: #ffb129
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    color: #fff
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    color: #fff
}

.info-wrap span .stm_flipbox .stm_flipbox__front {
    border: 1px solid rgba(255, 255, 255, .35)
}

.info-wrap span .stm_flipbox .stm_flipbox__back {
    background: rgba(34, 158, 255, .9)
}

.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    color: #fff
}

.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    color: #fff
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {
    background: #11323e;
    border-right: 1px solid #133340
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li a {
    color: #fff
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active {
    background-color: #153e4d;
    border-right-color: #153e4d
}

.stm_dynamic_listing_two_filter .tab-content {
    background-color: #153e4d
}

.stm_dynamic_listing_two_filter .tab-content .tab-pane .vmc-photos-list ul li {
    background: #fff
}

.stm-image-filter-wrap {
    border-top: 4px solid #153e4d
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev:hover,
.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next:hover {
    background: #1bc744
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev {
    background: #ddd
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next {
    background: #ddd
}

.stm-popular-searches .stm-ps-list-wrap {
    border: 2px solid #d8e5e6
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a {
    border: 1px solid #d8e5e6;
    color: #798494;
    background-color: #fff
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a:hover {
    color: #fff;
    background-color: #4c94fa
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a:hover i {
    color: #fff
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a i {
    color: #4c94fa
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit>a.title {
    border-color: #ff9420
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit>a.title.collapsed {
    border-color: #4c94fa
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label:before {
    color: #bfc2c8
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label.checked:before {
    color: #ff9420
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label span .count {
    color: #bfc2c8
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type i:before {
    color: #ff9420
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type.active {
    background: #ff9420
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type.active i:before {
    color: #fff
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn {
    color: #fff;
    background: #ff9420;
    box-shadow: 0 2px 0 #cc761a
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn:hover {
    background: #cc761a
}

.special-offers.style_2 .price {
    background: #ff9420
}

.special-offers.style_2 .price:before {
    background: #ff9420
}

.special-offers.style_2 .car-subtitle {
    color: #2c313e
}

.special-offers.style_2 .car-title {
    color: #2c313e
}

.special-offers.style_2 .owl-dots .owl-dot.active span {
    background: #ff9420
}

.special-offers.style_2 .owl-dots button {
    background-color: transparent !important;
    box-shadow: none !important
}

.stm-cat-info-box {
    border-top: 3px solid #4c94fa
}

.stm-cat-info-box i {
    color: #4c94fa
}

.stm-data-table .stm-data-table-wrap .data-row-wrap {
    border-bottom: 1px dashed #d8e5e6;
    color: #2c313e
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a {
    color: #142e5d
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/stm_vehicles_listing/assets/css/frontend/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}



.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: 0;
    border: none
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/stm_vehicles_listing/assets/css/frontend/../images/lightGallery/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/stm_vehicles_listing/assets/css/frontend/../images/lightGallery/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/stm_vehicles_listing/assets/css/frontend/../images/lightGallery/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/stm_vehicles_listing/assets/css/frontend/../images/lightGallery/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/stm_vehicles_listing/assets/css/frontend/../images/lightGallery/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/stm_vehicles_listing/assets/css/frontend/../../images/lightGallery/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.woocommerce form .form-row .required {
    visibility: visible
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}



.fab,
.far {
    font-weight: 400
}



.fa,
.fas {
    font-weight: 900
}

#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-stm-me-theme-options a img {
    height: auto;
    opacity: 1;
    padding-top: 0;
    max-width: 18px;
    vertical-align: middle
}

#request-stm_vim_history .vin_motors_check_modal_tabs {
    display: flex !important
}

#stm_vim_history .modal-body {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}


.stm_theme_demos {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 20px 15px;
    border-radius: 4px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, .25);
    z-index: 9999999999
}

.stm_theme_demos [class^=fmi-],
.stm_theme_demos [class*=" fmi-"] {
    font-family: "floating-menu-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm_theme_demos .fmi-qr:before {
    content: "\e905"
}

.stm_theme_demos .fmi-cart:before {
    content: "\e900"
}

.stm_theme_demos .fmi-mobile:before {
    content: "\e901"
}

.stm_theme_demos .fmi-settings:before {
    content: "\e902"
}

.stm_theme_demos .fmi-docs:before {
    content: "\e903"
}

.stm_theme_demos .fmi-demos:before {
    content: "\e904"
}

.stm_theme_demos h3 {
    position: relative;
    color: #26211d;
    line-height: 60px;
    text-align: center
}

.stm_theme_demos h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -30px;
    width: 60px;
    height: 2px;
    background-color: #0048a8
}

.stm_theme_demos h3:after {
    display: none !important
}

.stm_theme_demos__icon {
    display: block;
    position: relative;
    width: 38px;
    height: 0;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: height .3s ease .1s, padding-top .3s ease .1s
}

.stm_theme_demos__icon:first-child {
    border-radius: 4px 4px 0 0
}

.stm_theme_demos__icon--toggle {
    background: #000;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease .1s
}

.stm_theme_demos__icon--toggle:before {
    content: "";
    display: block;
    border-bottom: 4px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease .2s
}

.stm_theme_demos__icon--toggle i {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 16px
}

.stm_theme_demos__icon--toggle i:before,
.stm_theme_demos__icon--toggle i:after {
    content: " ";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transition: opacity .3s ease .1s
}

.stm_theme_demos__icon--toggle i span {
    display: block;
    height: 2px;
    width: 16px;
    position: relative
}

.stm_theme_demos__icon--toggle i span:before,
.stm_theme_demos__icon--toggle i span:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease .1s
}

.stm_theme_demos__icon svg {
    display: inline-block;
    vertical-align: middle
}

.stm_theme_demos__icon svg path {
    transition: .3s ease
}

.stm_theme_demos__icon svg .cls-3 {
    fill: #26211d;
    fill-rule: evenodd
}

.stm_theme_demos__icon>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 20px;
    padding: 0 15px;
    margin-right: 6px;
    background-color: #000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    transform: translateY(-50%) translateX(-5px);
    transition: .3s ease .1s
}

.stm_theme_demos__icon>span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-left: 5px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: translateY(-50%)
}

.stm_theme_demos__icon:first-child>span {
    top: auto;
    bottom: 20px;
    transform: translateY(50%) translateX(-5px)
}

.stm_theme_demos__icon .thicon {
    font-size: 20px !important;
    margin: 0;
    width: auto;
    height: auto
}

.stm_theme_demos__icon .thicon.thicon-mobile {
    font-size: 24px !important
}

.stm_theme_demos__icon .fmi {
    font-size: 22px;
    color: #000
}

.stm_theme_demos__icon .fmi-demos {
    font-size: 23px
}

.stm_theme_demos__icon .fmi-qr {
    font-size: 21px
}

.stm_theme_demos__icon .fmi-mobile {
    font-size: 24px
}

.stm_theme_demos__icon:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
    text-decoration: none
}

.stm_theme_demos__icon:hover svg path {
    fill: #0048a8
}

.stm_theme_demos__icon:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0)
}

.stm_theme_demos__icon:hover .thicon {
    color: #fff !important
}

.stm_theme_demos__icon:hover .fmi {
    color: #fff
}

.stm_theme_demos__icon:first-child:hover>span {
    transform: translateY(50%) translateX(0)
}

.stm_theme_demos.expand .stm_theme_demos__icon {
    height: 40px
}

.stm_theme_demos.expand .stm_theme_demos__icon:first-child {
    height: 45px;
    padding-top: 5px
}

.stm_theme_demos.expand .stm_theme_demos__icon.last-clickable {
    height: 45px
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle {
    height: 36px
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle:before {
    opacity: 1;
    transform: translateX(-50%) translateY(-100%)
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle i:before,
.stm_theme_demos.expand .stm_theme_demos__icon--toggle i:after {
    opacity: 0
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle i span:before {
    width: 125%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-radius: 2px
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle i span:after {
    width: 125%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    border-radius: 2px
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle {
    border-radius: 0 0 4px 4px
}

.stm_theme_demos__popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .98);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    transition: .3s ease
}

.stm_theme_demos__popup.opened {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.stm_theme_demos__close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    z-index: 9999;
    opacity: .7;
    transition: .3s ease;
    cursor: pointer
}

.stm_theme_demos__close:hover {
    opacity: 1
}

.stm_theme_demos__close:after,
.stm_theme_demos__close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -3px;
    width: 30px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #000
}

.stm_theme_demos__close:after {
    transform: rotate(-45deg)
}

.stm_theme_demos__inner {
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-top: 100px;
    overflow-y: auto
}

.stm_theme_demos__inner::-webkit-scrollbar {
    display: none
}

.stm_theme_demos__inner_container {
    max-width: 1130px;
    width: auto;
    margin: 0 auto;
    text-align: center
}

.stm_theme_demos__inner_container p {
    max-width: 720px;
    margin: 0 auto 50px;
    color: #26211d
}

.stm_theme_demos .demos-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.stm_theme_demos .demos-list .comming-soon,
.stm_theme_demos .demos-list>a {
    display: block;
    width: 33.333%;
    text-decoration: none !important
}

.stm_theme_demos .demos-list .comming-soon .demo,
.stm_theme_demos .demos-list>a .demo {
    padding: 0 15px 20px
}

.stm_theme_demos .demos-list .comming-soon .demo h4,
.stm_theme_demos .demos-list>a .demo h4 {
    font-size: 16px;
    font-weight: 400;
    color: #26211d;
    transition: .3s ease;
    margin-top: 15px
}

.stm_theme_demos .demos-list .comming-soon .demo h4:after,
.stm_theme_demos .demos-list>a .demo h4:after {
    display: none !important
}

.stm_theme_demos .demos-list .comming-soon .demo .img,
.stm_theme_demos .demos-list>a .demo .img {
    position: relative;
    padding-bottom: 72%;
    border-radius: 10px;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    overflow: hidden;
    transition: .3s ease
}

.stm_theme_demos .demos-list .comming-soon .demo .img img,
.stm_theme_demos .demos-list>a .demo .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s ease
}

.stm_theme_demos .demos-list .comming-soon .demo .img img.lazyloaded,
.stm_theme_demos .demos-list>a .demo .img img.lazyloaded {
    opacity: 1
}

.stm_theme_demos .demos-list .comming-soon:hover h4,
.stm_theme_demos .demos-list>a:hover h4 {
    color: #0048a8
}

.stm_theme_demos .demos-list .comming-soon:hover .img,
.stm_theme_demos .demos-list>a:hover .img {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
    transform: translateY(-10px)
}

.fancy-lock {
    overflow: hidden
}

@media (max-width:1024px) {
    .stm_theme_demos {
        top: auto;
        right: 30px;
        margin-top: 0;
        bottom: 30px;
        padding: 0;
        border-radius: 50%
    }

    .stm_theme_demos .stm_theme_demos__icon {
        display: none
    }

    .stm_theme_demos #crypterio-buy {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .stm_theme_demos #crypterio-buy svg {
        width: 18px
    }

    .stm_theme_demos #crypterio-buy>span {
        display: none
    }
}

#switcher #theme-list ul li {
    margin: 0 !important
}

.has_envato_iframe .single-add-to-compare.single-add-to-compare-visible,
.has_envato_iframe.stm-layout-header-car_dealer .header-nav.header-nav-transparent.header-nav-fixed.header-nav-sticky,
.has_envato_iframe.stm-layout-header-listing #wrapper #header .header-listing.stm-fixed,
.has_envato_iframe.stm-layout-header-listing #wrapper #header .header-listing.listing-nontransparent-header.stm-fixed,
.has_envato_iframe.stm-layout-header-car_dealer_two.no_margin #stm-boats-header #header .stm-fixed,
.has_envato_iframe .header-service.header-service-sticky,
.has_envato_iframe.stm-layout-header-boats #stm-boats-header #header .header-listing-boats.stm-fixed,
.has_envato_iframe.stm-layout-header-motorcycle .stm_motorcycle-header.stm-fixed,
.has_envato_iframe.stm-layout-header-car_rental .header-rental.header-listing.stm-fixed,
.has_envato_iframe.stm-layout-header-car_magazine #header .header-magazine.header-magazine-fixed.stm-fixed,
.has_envato_iframe.stm-layout-header-aircrafts #wrapper #header .header-listing.stm-fixed,
.has_envato_iframe.stm-layout-header-ev_dealer #wrapper #header .header-listing-fixed.stm-fixed,
.has_envato_iframe.stm-layout-header-equipment #header .header-listing.stm-fixed,
.has_envato_iframe.stm-layout-header-listing_five .header-main.stm-fixed {
    top: 54px !important
}

body.has_envato_iframe #footer {
    margin-bottom: -22px
}

@media (max-width:991px) {
    .has_envato_iframe.stm-layout-header-car_dealer_two #wrapper .stm-boats-mobile-header {
        top: 54px
    }

    .has_envato_iframe.stm-layout-header-listing #wrapper .listing-menu-mobile-wrapper .stm-opened-menu-listing {
        top: 136px
    }

    body.has_envato_iframe.stm-template-aircrafts {
        top: 0
    }

    body.has_envato_iframe.stm-template-aircrafts #wrapper {
        position: relative;
        top: 54px
    }
}


[class^=stm-icon-],
[class*=" stm-icon-"] {
    font-family: 'stm-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-icon-phone-o:before {
    content: "\e954"
}

.stm-icon-whatsapp:before {
    content: "\e953";
    color: #45c655
}

.stm-icon-album:before {
    content: "\e952"
}

.stm-icon-steering-wheel-thin:before {
    content: "\e950"
}

.stm-icon-pin-o:before {
    content: "\e951"
}

.stm-icon-hexagon-fill:before {
    content: "\e94f"
}

.stm-icon-battery:before {
    content: "\e938"
}

.stm-icon-brochures:before {
    content: "\e939"
}

.stm-icon-charge-bolt:before {
    content: "\e93a"
}

.stm-icon-checked:before {
    content: "\e93b"
}

.stm-icon-twisted-plug:before {
    content: "\e93c"
}

.stm-icon-light-envelope:before {
    content: "\e93d"
}

.stm-icon-location-flag:before {
    content: "\e93e"
}

.stm-icon-speedometr-advance:before {
    content: "\e93f"
}

.stm-icon-no-oil-sign:before {
    content: "\e940"
}

.stm-icon-charging-cost:before {
    content: "\e941"
}

.stm-icon-hexagon-right:before {
    content: "\e942"
}

.stm-icon-hexagon-left:before {
    content: "\e943"
}

.stm-icon-light-circle-check:before {
    content: "\e944"
}

.stm-icon-light-zoom-in:before {
    content: "\e945"
}

.stm-icon-close-times:before {
    content: "\e946"
}

.stm-icon-leaf:before {
    content: "\e947"
}

.stm-icon-percentage:before {
    content: "\e948"
}

.stm-icon-share-social:before {
    content: "\e949"
}

.stm-icon-shopping-cart-1:before {
    content: "\e94a"
}

.stm-icon-speedometer-circular-tool:before {
    content: "\e94b"
}

.stm-icon-telephone:before {
    content: "\e94c"
}

.stm-icon-electric-engine:before {
    content: "\e94d"
}

.stm-icon-car-spin:before {
    content: "\e94e"
}

.stm-icon-speedometr2:before {
    content: "\e800"
}

.stm-icon-shop_bag:before {
    content: "\e801"
}

.stm-icon-chat2:before {
    content: "\e802"
}

.stm-icon-car:before {
    content: "\e803"
}

.stm-icon-car_search:before {
    content: "\e804"
}

.stm-icon-label:before {
    content: "\e805"
}

.stm-icon-speedometr:before {
    content: "\e806"
}

.stm-icon-chat:before {
    content: "\e807"
}

.stm-icon-application:before {
    content: "\e808"
}

.stm-icon-message:before {
    content: "\e809"
}

.stm-icon-car_sale:before {
    content: "\e80a"
}

.stm-icon-phone:before {
    content: "\e80b"
}

.stm-icon-label-reverse:before {
    content: "\e80c"
}

.stm-icon-transmission:before {
    content: "\e80d"
}

.stm-icon-fuel:before {
    content: "\e80e"
}

.stm-icon-road:before {
    content: "\e80f"
}

.stm-icon-search:before {
    content: "\e810"
}

.stm-icon-reset:before {
    content: "\e811"
}

.stm-icon-phone2:before {
    content: "\e812"
}

.stm-icon-question:before {
    content: "\e813"
}

.stm-icon-steering_wheel:before {
    content: "\e814"
}

.stm-icon-gear:before {
    content: "\e901"
}

.stm-icon-key:before {
    content: "\e908"
}

.stm-icon-calendar:before {
    content: "\e90b"
}

.stm-icon-oil:before {
    content: "\e90c"
}

.stm-icon-diagnostic:before {
    content: "\e90d"
}

.stm-icon-Tire_Wheel_Service2:before {
    content: "\e90e"
}

.stm-icon-Tire_Wheel_Service:before {
    content: "\e90f"
}

.stm-icon-auto_loan:before {
    content: "\e910"
}

.stm-icon-engine:before {
    content: "\e911"
}

.stm-icon-speedometr3:before {
    content: "\e912"
}

.stm-icon-transmission2:before {
    content: "\e913"
}

.stm-icon-mail:before {
    content: "\e914"
}

.stm-icon-pin:before {
    content: "\e915"
}

.stm-icon-delete:before {
    content: "\e916"
}

.stm-icon-share:before {
    content: "\e917"
}

.stm-icon-calculator:before {
    content: "\e918"
}

.stm-icon-added:before {
    content: "\e919"
}

.stm-icon-brochure:before {
    content: "\e91a"
}

.stm-icon-add:before {
    content: "\e91b"
}

.stm-icon-remove:before {
    content: "\e91c"
}

.stm-icon-add_car:before {
    content: "\e91d"
}

.stm-icon-air_conditioning:before {
    content: "\e91e"
}

.stm-icon-auto_electric:before {
    content: "\e91f"
}

.stm-icon-brake:before {
    content: "\e920"
}

.stm-icon-oil-add:before {
    content: "\e921"
}

.stm-icon-Tire_Wheel:before {
    content: "\e922"
}

.stm-icon-load2:before {
    content: "\e923"
}

.stm-icon-load1:before {
    content: "\e924"
}

.stm-icon-transmission_fill:before {
    content: "\e925"
}

.stm-icon-drive_2:before {
    content: "\e926"
}

.stm-icon-engine_fill:before {
    content: "\e927"
}

.stm-icon-grid:before {
    content: "\e928"
}

.stm-icon-list:before {
    content: "\e929"
}

.stm-icon-author:before {
    content: "\e92a"
}

.stm-icon-date:before {
    content: "\e92b"
}

.stm-icon-quotes3:before {
    content: "\e92c"
}

.stm-icon-time:before {
    content: "\e92d"
}

.stm-icon-buoy-2:before {
    content: "\e92e"
}

.stm-icon-buoy:before {
    content: "\e92f"
}

.stm-icon-car-relic:before {
    content: "\e930"
}

.stm-icon-star:before {
    content: "\e931"
}

.stm-icon-barrette:before {
    content: "\e932"
}

.stm-icon-ico_mag_reviews:before {
    content: "\e933"
}

.stm-icon-ico_mag_calendar:before {
    content: "\e934"
}

.stm-icon-ico_mag_clock:before {
    content: "\e935"
}

.stm-icon-ico_mag_eye:before {
    content: "\e936"
}

.stm-icon-ico_mag_map_pin:before {
    content: "\e937"
}

.stm-icon-ac-brochure:before {
    content: "\e900"
}

.stm-icon-ac-max-passenger:before {
    content: "\e902"
}

.stm-icon-ac-max-range:before {
    content: "\e903"
}

.stm-icon-ac-max-speed:before {
    content: "\e904"
}

.stm-icon-ac-message:before {
    content: "\e905"
}

.stm-icon-ac-offer-price:before {
    content: "\e906"
}

.stm-icon-ac-phone:before {
    content: "\e907"
}

.stm-icon-ac-trade-in:before {
    content: "\e909"
}

.stm-icon-ac-useful-load:before {
    content: "\e90a"
}



[class^=stm-service-icon-],
[class*=" stm-service-icon-"] {
    font-family: 'stm-service-default' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm_theme_font .form-table .stm-listings-pick-icon i:before {
    color: unset !important
}

.stm-service-icon-payment_listing:before {
    content: "\e91f"
}

.stm-service-icon-shield-o:before {
    content: "\e923";
    color: #fff
}

.stm-service-icon-reviews:before {
    content: "\e924";
    color: #fff
}

.stm-service-icon-two_users:before {
    content: "\e925";
    color: #fff
}

.stm-service-icon-car-listing:before {
    content: "\e926";
    color: #fff
}

.stm-service-icon-pin_big:before {
    content: "\e922"
}

.stm-service-icon-write-review:before {
    content: "\e91e";
    color: #fff
}

.stm-service-icon-sales_phone:before {
    content: "\e920";
    color: inherit
}

.stm-service-icon-sales_hours:before {
    content: "\e921";
    color: inherit
}

.stm-service-icon-photos:before {
    content: "\e91c";
    color: rgba(0, 0, 0, .2)
}

.stm-service-icon-add_check:before {
    content: "\e91d";
    color: #fff
}

.stm-service-icon-star-o:before {
    content: "\e91a";
    color: #4e90cc
}

.stm-service-icon-inventory:before {
    content: "\e91b";
    color: #4e90cc
}

.stm-service-icon-write_message:before {
    content: "\e919";
    color: #aaa
}

.stm-service-icon-hashtag:before {
    content: "\e918"
}

.stm-service-icon-mail-o:before {
    content: "\e916";
    color: #aaa
}

.stm-service-icon-user-2:before {
    content: "\e917";
    color: #aaa
}

.stm-service-icon-pin_2:before {
    content: "\e914";
    color: inherit
}

.stm-service-icon-phone_2:before {
    content: "\e915";
    color: inherit
}

.stm-service-icon-vin_check:before {
    content: "\e911"
}

.stm-service-icon-color_type:before {
    content: "\e912"
}

.stm-service-icon-body_type:before {
    content: "\e913"
}

.stm-service-icon-pin:before {
    content: "\e910";
    color: rgba(255, 255, 255, .5)
}

.stm-service-icon-mail:before {
    content: "\e90e";
    color: #888
}

.stm-service-icon-phone:before {
    content: "\e90f";
    color: inherit
}

.stm-service-icon-compare-new:before {
    content: "\e90b";
    color: #fff
}

.stm-service-icon-staricon:before {
    content: "\e90c";
    color: #fff
}

.stm-service-icon-photo:before {
    content: "\e90d";
    color: #fff
}

.stm-service-icon-cog:before {
    content: "\e90a"
}

.stm-service-icon-listing-compare:before {
    content: "\e909";
    color: #fff
}

.stm-service-icon-user:before {
    content: "\e908";
    color: #5b6771
}

.stm-service-icon-listing_car_plus:before {
    content: "\e907";
    color: inherit
}

.stm-service-icon-cash_dollar:before {
    content: "\e900";
    color: inherit
}

.stm-service-icon-like_it:before {
    content: "\e901";
    color: #2e84cc
}

.stm-service-icon-shield_check:before {
    content: "\e902";
    color: #cc6119
}

.stm-service-icon-award_blank:before {
    content: "\e903";
    color: #12b1c4
}

.stm-service-icon-diagnostic_monitor:before {
    content: "\e904";
    color: #dd276c
}

.stm-service-icon-calendar_service:before {
    content: "\e905";
    color: #df8821
}

.stm-service-icon-appointment_calendar:before {
    content: "\e906";
    color: #fff
}



[class^=stm-boats-icon-],
[class*=" stm-boats-icon-"] {
    font-family: 'boaticons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-boats-icon-depth-sounder-installation:before {
    content: "\e933"
}

.stm-boats-icon-engine-repairs:before {
    content: "\e934"
}

.stm-boats-icon-fuel-changes:before {
    content: "\e935"
}

.stm-boats-icon-marine-engine-service:before {
    content: "\e936"
}

.stm-boats-icon-narrow-boat-painting:before {
    content: "\e937"
}

.stm-boats-icon-accident:before {
    content: "\e930"
}

.stm-boats-icon-exterior:before {
    content: "\e931"
}

.stm-boats-icon-interior:before {
    content: "\e932"
}

.stm-boats-icon-calculator-boat:before {
    content: "\e92f"
}

.stm-boats-icon-quote_2:before {
    content: "\e92e"
}

.stm-boats-icon-check:before {
    content: "\e92d"
}

.stm-boats-icon-calendar:before {
    content: "\e925"
}

.stm-boats-icon-dimensions:before {
    content: "\e926"
}

.stm-boats-icon-fan:before {
    content: "\e927"
}

.stm-boats-icon-message:before {
    content: "\e928"
}

.stm-boats-icon-performance:before {
    content: "\e929"
}

.stm-boats-icon-phone:before {
    content: "\e92a"
}

.stm-boats-icon-skype:before {
    content: "\e92b"
}

.stm-boats-icon-tank:before {
    content: "\e92c"
}

.stm-boats-icon-pin:before {
    content: "\e924"
}

.stm-boats-icon-add-to-compare:before {
    content: "\e920"
}

.stm-boats-icon-camera:before {
    content: "\e921"
}

.stm-boats-icon-remove-from-compare:before {
    content: "\e922"
}

.stm-boats-icon-movie:before {
    content: "\e923"
}

.stm-boats-icon-arrow-left:before {
    content: "\e91e"
}

.stm-boats-icon-arrow-right:before {
    content: "\e91f"
}

.stm-boats-icon-cart:before {
    content: "\e91d"
}

.stm-boats-icon-quote:before {
    content: "\e91c"
}

.stm-boats-icon-wave:before {
    content: "\e90f"
}

.stm-boats-icon-jet-sky .path1:before {
    content: "\e910";
    color: #2da3c6
}

.stm-boats-icon-jet-sky .path2:before {
    content: "\e911";
    margin-left: -3em;
    color: #222d64
}

.stm-boats-icon-canoe .path1:before {
    content: "\e912";
    color: #2da3c6
}

.stm-boats-icon-canoe .path2:before {
    content: "\e913";
    margin-left: -2.7099609375em;
    color: #222d64
}

.stm-boats-icon-dinghy .path1:before {
    content: "\e914";
    color: #2da3c6
}

.stm-boats-icon-dinghy .path2:before {
    content: "\e915";
    margin-left: -3.111328125em;
    color: #222d64
}

.stm-boats-icon-yacht .path1:before {
    content: "\e916";
    color: #2da3c6
}

.stm-boats-icon-yacht .path2:before {
    content: "\e917";
    margin-left: -2.7099609375em;
    color: #222d64
}

.stm-boats-icon-sailboat .path1:before {
    content: "\e918";
    color: #2da3c6
}

.stm-boats-icon-sailboat .path2:before {
    content: "\e919";
    margin-left: -1.3330078125em;
    color: #222d64
}

.stm-boats-icon-boat .path1:before {
    content: "\e91a";
    color: #222d64
}

.stm-boats-icon-boat .path2:before {
    content: "\e91b";
    margin-left: -2.3330078125em;
    color: #2da3c6
}

.stm-boats-icon-financing:before {
    content: "\e900"
}

.stm-boats-icon-s_ship:before {
    content: "\e901"
}

.stm-boats-icon-binoculars:before {
    content: "\e902"
}

.stm-boats-icon-helm:before {
    content: "\e903"
}

.stm-boats-icon-shellfish:before {
    content: "\e904"
}

.stm-boats-icon-crew:before {
    content: "\e905"
}

.stm-boats-icon-shackle:before {
    content: "\e906"
}

.stm-boats-icon-compass:before {
    content: "\e907"
}

.stm-boats-icon-anchor:before {
    content: "\e908"
}

.stm-boats-icon-hat:before {
    content: "\e909"
}

.stm-boats-icon-sail:before {
    content: "\e90a"
}

.stm-boats-icon-fuel:before {
    content: "\e90b"
}

.stm-boats-icon-size:before {
    content: "\e90c"
}

.stm-boats-icon-compare-boats:before {
    content: "\e90d"
}

.stm-boats-icon-cap-hat:before {
    content: "\e90e"
}


[class^=stm-moto-icon-],
[class*=" stm-moto-icon-"] {
    font-family: 'motorcycles' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-moto-icon-motorcycle:before {
    content: "\e909"
}

.stm-moto-icon-angle-round:before {
    content: "\e907"
}

.stm-moto-icon-phone-round:before {
    content: "\e908"
}

.stm-moto-icon-cash:before {
    content: "\e900"
}

.stm-moto-icon-chat:before {
    content: "\e901"
}

.stm-moto-icon-helm:before {
    content: "\e902"
}

.stm-moto-icon-phone-chat:before {
    content: "\e903"
}

.stm-moto-icon-report:before {
    content: "\e904"
}

.stm-moto-icon-share:before {
    content: "\e905"
}

.stm-moto-icon-trade:before {
    content: "\e906"
}



[class^=stm-rental-],
[class*=" stm-rental-"] {
    font-family: 'stm-rental' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-rental-ac:before {
    content: "\e909"
}

.stm-rental-door:before {
    content: "\e90a"
}

.stm-rental-baloon_tail:before {
    content: "\e908"
}

.stm-rental-bag:before {
    content: "\e900"
}

.stm-rental-chair_rent:before {
    content: "\e901"
}

.stm-rental-gps_rent:before {
    content: "\e902"
}

.stm-rental-medal_rent:before {
    content: "\e903"
}

.stm-rental-phone_circle:before {
    content: "\e904"
}

.stm-rental-seats:before {
    content: "\e905"
}

.stm-rental-support_rent:before {
    content: "\e906"
}

.stm-rental-thumbs_rent:before {
    content: "\e907"
}

.stm-rental-redo:before {
    content: "\e90b"
}

.stm-rental-ico-close:before {
    content: "\e90c"
}



[class^=mg-icon-],
[class*=" mg-icon-"] {
    font-family: 'magazine-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mg-icon-standart:before {
    content: "\e900"
}

.mg-icon-video:before {
    content: "\e901"
}



[class^=stm-lt-icon-],
[class*=" stm-lt-icon-"] {
    font-family: 'listing-two' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-lt-icon-add_car:before {
    content: "\e900"
}



[class^=icon-ap-],
[class*=" icon-ap-"] {
    font-family: 'stm-ap-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ap-like-act:before {
    content: "\e910"
}

.icon-ap-arrow-right:before {
    content: "\e90f"
}

.icon-ap-star-empty:before {
    content: "\e90e"
}

.icon-ap-car:before {
    content: "\e90d"
}

.icon-ap-arrow:before {
    content: "\e90c"
}

.icon-ap-note:before {
    content: "\e90b"
}

.icon-ap-login:before {
    content: "\e90a"
}

.icon-ap-add-to-cart:before {
    content: "\e900"
}

.icon-ap-cart:before {
    content: "\e901"
}

.icon-ap-compare:before {
    content: "\e902"
}

.icon-ap-fire:before {
    content: "\e903"
}

.icon-ap-latter:before {
    content: "\e904"
}

.icon-ap-like:before {
    content: "\e905"
}

.icon-ap-phone:before {
    content: "\e906"
}

.icon-ap-quote:before {
    content: "\e907"
}

.icon-ap-star:before {
    content: "\e908"
}

.icon-ap-time:before {
    content: "\e909"
}



[class^=ac-icon-],
[class*=" ac-icon-"] {
    font-family: 'stm-aircrafts-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ac-icon-ac-paper-pen:before {
    content: "\e904"
}

.ac-icon-arrow-left:before {
    content: "\e902"
}

.ac-icon-arrow-right:before {
    content: "\e903"
}

.ac-icon-ac-brochure:before {
    content: "\e900"
}

.ac-icon-ac-compare:before {
    content: "\e901"
}

.ac-icon-ac-message:before {
    content: "\e905"
}

.ac-icon-ac-offer-price:before {
    content: "\e906"
}

.ac-icon-ac-phone:before {
    content: "\e907"
}

.ac-icon-ac-share:before {
    content: "\e908"
}

.ac-icon-ac-trade-in:before {
    content: "\e909"
}

/*! jQuery UI - v1.11.4 - 2016-03-23
* http://jqueryui.com
* Includes: core.css, draggable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none
}

.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: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    font-weight: 400;
    color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

textarea {
    overflow: auto
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.text-muted {
    color: #888
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.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 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@charset "UTF-8";

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0
}

.bypostauthor>article .fn:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

.wp-caption-text {
    margin-top: 10px
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.bypostauthor {
    text-decoration: none
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=password] {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3
}

input[type=text].form-error,
input[type=number].form-error,
input[type=tel].form-error,
input[type=email].form-error,
input[type=search].form-error,
input[type=password].form-error {
    border-color: #ff2325
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus {
    background-color: #fff;
    border-color: #6c98e1;
    color: #232628
}

.stm-row-comments input[type=text],
.stm-row-comments input[type=tel],
.stm-row-comments input[type=email],
.stm-row-comments input[type=search],
.stm-row-comments input[type=password] {
    height: 44px;
    line-height: 44px
}

.stm-forms-sm {
    margin-bottom: 11px
}

.stm-forms-sm input[type=text],
.stm-forms-sm input[type=tel],
.stm-forms-sm input[type=email],
.stm-forms-sm input[type=search],
.stm-forms-sm input[type=password] {
    height: 37px;
    line-height: 37px
}

.stm-mc-unit input[type=text],
.stm-mc-unit input[type=tel],
.stm-mc-unit input[type=email],
.stm-mc-unit input[type=search],
.stm-mc-unit input[type=password] {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    padding: 0 17px;
    font-weight: 400;
    color: #aaa;
    font-size: 13px;
    outline: none !important;
    background-color: #fff
}

textarea {
    padding: 21px;
    width: 100%;
    max-width: 100%;
    background-color: #eceff3;
    border: 2px solid #eceff3;
    color: #888;
    resize: none
}

textarea:focus {
    background-color: #fff;
    border-color: #6c98e1;
    color: #232628
}

.form-label {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px
}

.form-label-small {
    margin-bottom: 3px;
    color: #888;
    font-size: 13px
}

.form-modal-label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #888
}

.form-group {
    margin-bottom: 19px
}

.form-group-textarea {
    margin-bottom: 16px
}

.wpcf7-not-valid {
    border-color: #ff2325 !important
}

.has-error input[type=text],
.has-error input[type=tel],
.has-error input[type=email],
.has-error input[type=search],
.has-error input[type=password] {
    border-color: #ff2325
}

.modal-body input:not([type=submit]) {
    height: 37px;
    line-height: 37px
}

.modal-body button {
    display: inline-block
}

.stm-button {
    background: #cc6119;
    color: #191919;
    transition: all .2s ease;
    opacity: 1
}

.stm-button i {
    font-size: 10px;
    margin-right: 5px
}

.stm-button:hover {
    opacity: .8
}

.form-error {
    border-color: #ff2325
}

.stm-form-alert {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    color: #888
}

.form-hr {
    margin: 0 0 29px;
    background-color: #ddd
}

.comment-form-comment textarea {
    height: 172px
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
    position: relative;
    top: -1px;
    vertical-align: middle
}

span.wpcf7-list-item {
    margin-left: 0 !important
}

.wpcf7-list-item-label {
    color: #888 !important;
    font-size: 13px
}

textarea,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

.stm-label-type-2 {
    margin-bottom: 5px;
    font-weight: 400
}

html {
    overflow-y: scroll;
    font-size: 100%
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
    color: #555
}

.container {
    width: auto;
    max-width: 1140px
}

#wrapper {
    overflow: hidden
}

.stm-col-pad-left {
    padding-left: 25px !important
}

.stm-col-pad-right {
    padding-right: 25px !important
}

.modal-open #wrapper {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px)
}

.row-4 .col-md-3:nth-child(4n+1) {
    clear: both
}

.row-3 .col-md-4:nth-child(3n+1) {
    clear: both
}

.row-2 .col-md-6:nth-child(2n+1) {
    clear: both
}

.post-type-archive-service #wrapper {
    margin-bottom: 30px
}

.wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 15px !important;
    border: 2px solid #6c98e1 !important;
    color: #6c98e1 !important;
    border-radius: 5px
}

.wpcf7-response-output.wpcf7-validation-errors {
    border-color: #ff2325 !important;
    color: #ff2325 !important
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #32cd32 !important;
    color: #32cd32 !important
}

.wpcf7-not-valid-tip {
    display: none !important
}

#footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

#footer .panel {
    margin-bottom: 0
}

#footer .panel .panel-footer {
    border-top: 0
}

#footer #footer_top {
    padding: 15px 0
}

#footer #footer_top .widget_title h3 {
    color: #fff
}

.less_4 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.more_8 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 30px !important
}

.cols_4 aside:nth-child(5) .widget-wrapper,
.cols_4 aside:nth-child(6) .widget-wrapper,
.cols_4 aside:nth-child(7) .widget-wrapper,
.cols_4 aside:nth-child(8) .widget-wrapper {
    padding-top: 39px;
    margin-top: 24px;
    border-top: 1px solid #444
}

.cols_3 aside:nth-child(1) .widget-wrapper,
.cols_3 aside:nth-child(2) .widget-wrapper,
.cols_3 aside:nth-child(3) .widget-wrapper {
    padding-bottom: 39px;
    margin-bottom: 24px;
    border-bottom: 1px solid #444
}

.cols_1 {
    margin: 0 -15px
}

.cols_1 aside {
    float: left;
    padding: 0 15px 0;
    width: 100%
}

.cols_1 aside:nth-child(1n+1) {
    clear: both
}

.cols_2 {
    margin: 0 -15px
}

.cols_2 aside {
    float: left;
    padding: 0 15px 0;
    width: 50%
}

.cols_2 aside:nth-child(2n+1) {
    clear: both
}

.cols_3 {
    margin: 0 -15px
}

.cols_3 aside {
    float: left;
    padding: 0 15px 0;
    width: 33.33333%
}

.cols_3 aside:nth-child(3n+1) {
    clear: both
}

.cols_4 {
    margin: 0 -15px
}

.cols_4 aside {
    float: left;
    padding: 0 15px 0;
    width: 25%
}

.cols_4 aside:nth-child(4n+1) {
    clear: both
}

aside.widget-default ul {
    list-style: none;
    margin: 0;
    padding: 0
}

aside.widget-default ul li a {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 20px;
    color: #888
}

#footer-copyright {
    padding: 20px 0 19px
}

#footer-copyright .footer-copyright {
    position: relative
}

#footer-copyright .footer-copyright:before {
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #444
}

#footer-copyright .copyright-text {
    font-size: 13px;
    color: #888
}

#footer-copyright .copyright-text a {
    color: #6c98e1
}

#footer-copyright .copyright-text .divider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-color: #888;
    margin: 0 10px;
    height: 13px;
    width: 1px
}

.copyright-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 7px
}

.copyright-socials ul:after {
    display: table;
    content: "";
    clear: both
}

.copyright-socials ul li {
    float: left;
    margin-left: 37px
}

.copyright-socials ul li:first-child {
    margin-left: 0
}

.copyright-socials ul li a {
    color: #6c98e1
}

#footer-copyright,
#footer-main {
    background-color: #232628
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading-font,
.button,
.load-more-btn,
.vc_tta-panel-title,
.page-numbers li>a,
.page-numbers li>span,
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,
.stm_auto_loan_calculator input,
.post-content blockquote,
.contact-us-label,
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a,
.stm-shop-sidebar-area .widget.widget_product_categories>ul,
#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,
#main .stm-shop-sidebar-area .widget .product_list_widget li a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_table td.product-name a,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal,
.header-listing .listing-menu li a {
    color: #232628
}

h1,
.h1 {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 14px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 11px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 7px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700
}

body.stm-macintosh h1,
body.stm-macintosh .h1,
body.stm-macintosh h2,
body.stm-macintosh .h2,
body.stm-macintosh h3,
body.stm-macintosh .h3,
body.stm-macintosh h4,
body.stm-macintosh .h4,
body.stm-macintosh h5,
body.stm-macintosh .h5,
body.stm-macintosh h6,
body.stm-macintosh .h6,
body.stm-macintosh .heading-font {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul {
    padding-left: 20px
}

ul li {
    margin-bottom: 8px
}

ol {
    padding-left: 20px
}

ol li {
    margin-bottom: 8px
}

ul ol,
ol ol,
ol ul,
ul ul {
    margin-top: 8px
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #191919
}

a:hover {
    color: #cc6119
}

a:focus {
    color: #cc6119
}

a:active {
    color: #cc6119
}

blockquote {
    margin: 22px 0;
    padding: 2px 32px;
    border-left-width: 4px;
    border-left-color: #cc6119;
    font-size: 14px;
    line-height: 22px;
    color: #888;
    font-style: italic
}

label {
    font-weight: 400;
    margin-bottom: 0
}

p {
    margin: 0 0 14px
}

table {
    width: 100%;
    margin-bottom: 20px
}

table>thead tr th {
    text-transform: uppercase;
    font-size: 16px
}

table>tbody tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #d5d9e0
}

#stm-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100
}

.stm-hoverable-interactive-galleries .car-listing-tabs-unit .image:before {
    background-color: transparent
}

.stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {
    min-height: 218px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {
        min-height: 143px
    }
}

#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-stm-me-theme-options a img {
    height: 22px;
    width: 22px;
    opacity: 1;
    padding-top: 0;
    max-width: 22px !important;
    vertical-align: middle
}

.main-menu .header-menu>li>ul>li>ul a {
    line-height: 18px
}

.stm_automanager_features_list .stm_automanager_single h3 {
    font-size: 14px;
    text-transform: uppercase
}

.stm_automanager_features_list ul.list-style-2 li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px
}

.automanager-listing-page .regular-price-with-sale {
    font-size: 12px;
    opacity: .8
}

.automanager-listing-page .regular-price-with-sale strong {
    display: block;
    margin-top: -5px;
    font-size: 24px;
    line-height: 29px
}

.car-action-unit.add-to-compare {
    padding-right: 10px;
    padding-left: 36px;
    min-width: 158px;
    white-space: nowrap
}

.car-action-unit.stm-brochure {
    min-width: 157px;
    padding-left: 35px
}

#top-bar .top-bar-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.single-regular-sale-price>table tr td:first-child {
    border-right: 1px solid rgba(255, 255, 255, .13)
}

#searchform .search-input {
    padding: 0 75px 0 25px !important
}

.stm-isotope-listing-item {
    padding-bottom: 15px
}

.listing-list-loop .content .meta-top {
    margin-bottom: 16px
}

.listing-list-loop .content .meta-middle {
    margin-bottom: 19px
}

.listing-list-loop .content .meta-middle .meta-middle-unit {
    margin-bottom: 8px
}

.stm-blog-fullwidth-info {
    height: 580px;
    overflow: hidden
}

body:not(.elementor-editor-active) .car-listing-modern-grid img.lazy.img-responsive {
    min-height: 134px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) {
    body:not(.elementor-editor-active) .car-listing-modern-grid img.lazy.img-responsive {
        min-height: auto
    }
}

#footer-copyright .footer-copyright:before {
    background: rgba(255, 255, 255, .2)
}

body .vc_row[data-vc-full-width] {
    overflow: visible
}

body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden
}

#stm-fixed-cover {
    background-size: cover
}

.stm-single-car-history-image {
    margin: 15px 0
}

.stm-user-private .stm-schedule {
    display: none
}

.single-car-data>table tr td.t-value.t-vin {
    overflow: hidden;
    text-overflow: ellipsis
}

.filter.stm-vc-ajax-filter button[disabled] {
    opacity: .5
}

.car-listing-tabs-unit img {
    width: 100%
}

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header {
    margin-bottom: 50px
}

.woocommerce-MyAccount-navigation ul {
    margin: 30px 0;
    background-color: #232628;
    border: none;
    display: table;
    width: 100%;
    table-layout: fixed
}

.woocommerce-MyAccount-navigation ul:before {
    display: none
}

.woocommerce-MyAccount-navigation ul:after {
    display: none
}

.woocommerce-MyAccount-navigation ul>li {
    float: none;
    position: relative;
    margin: 0;
    display: table-cell
}

.woocommerce-MyAccount-navigation ul>li>a {
    display: block;
    position: relative;
    text-align: center;
    padding: 18px;
    background-color: #232628;
    border-radius: 0;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.woocommerce-MyAccount-navigation ul>li>a:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #cc6119;
    opacity: 0
}

.woocommerce-MyAccount-navigation ul>li>a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff
}

.woocommerce-MyAccount-navigation ul>li>a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px
}

.woocommerce-MyAccount-navigation ul>li.is-active>a:before {
    display: none
}

.woocommerce-MyAccount-navigation ul>li.is-active a {
    background-color: #fff;
    color: #cc6119;
    border: 3px solid #232628
}

.stm-icon-counter .dp-in {
    width: 100%
}

@media (max-width:490px) {
    .stm-similar-cars-units .stm-similar-car {
        width: 100% !important;
        margin-bottom: 10px;
        float: none !important
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 65px;
        padding: 0
    }

    .woocommerce-MyAccount-navigation ul li a {
        border: 3px solid transparent;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .woocommerce-orders .woocommerce-MyAccount-content {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .addresses {
        padding: 0 15px
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .addresses .address:first-child {
        margin-bottom: 50px
    }

    .woocommerce-edit-account .woocommerce-EditAccountForm.edit-account fieldset {
        margin-top: 30px
    }

    .woocommerce-account .subscriptio_subscription_list {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden
    }
}

.stm-form-price-edit .stm_price_input:last-child {
    border-top: 1px solid #fff
}

.stm-form-price-edit .stm_price_input {
    padding: 25px 40px
}

.woocommerce .quantity input {
    padding: 0 3px
}

.stm-user-current-plan-info {
    margin-top: 30px;
    padding: 21px 29px 25px;
    background: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.stm-user-current-plan-info .sub-title {
    margin-bottom: 1px;
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
    letter-spacing: -.2px
}

.stm-user-current-plan-info .stm-plan-name {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.stm-user-current-plan-info .stm-free-plan {
    margin-bottom: 20px
}

.stm-user-current-plan-info .days-left {
    min-height: 24px;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 700
}

.stm-user-current-plan-info .button {
    padding: 15px 22px 13px;
    font-size: 12px
}

.stm-user-private .stm-user-private-sidebar.side-fixed {
    max-width: 255px;
    width: 100%;
    position: fixed;
    top: 0
}

.stm_add_car_title_form {
    margin: 25px 0
}

.stm_add_car_title_form input {
    max-width: 60%
}

.stm-form-price-edit h4 {
    margin-bottom: 16px
}

.stm-prices-add {
    margin-bottom: 30px
}

.stm-form-price-edit .stm_price_input {
    padding-bottom: 30px
}

.woocommerce table.my_account_orders .button {
    margin-left: 10px
}

.subscriptio_subscription_info {
    margin-top: 40px
}

body.woocommerce-order-pay .woocommerce table.shop_table th,
body.woocommerce-order-pay .woocommerce table.shop_table td,
.subscriptio_frontend_items_list,
.subscriptio_frontend_items_list th,
.subscriptio_frontend_items_list td {
    font-size: 15px !important
}

body.woocommerce-order-pay .woocommerce {
    margin-bottom: 60px
}

#subscriptio_button_cancel_subscription {
    margin: 20px 0 !important
}

.listing-archive-dealer-info .dealer-info-block.stm_phone_disabled .title {
    margin-top: 17px
}

li.product-category.product {
    width: 33.33333333%;
    float: left;
    padding: 0 15px
}

li.product-category.product a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 49px !important
}

.car-listing-row .car-meta-bottom ul li i {
    margin-top: 5px;
    margin-left: 5px;
    float: right
}

@media (max-width:768px) {
    .stm-blog-pagination .page-numbers li {
        margin-bottom: 15px
    }

    .stm-boats-contact-information {
        padding-right: 20px;
        padding-left: 20px
    }
}

.stm-simple-parallax {
    background-position-x: 50% !important
}

.stm-simple-parallax .stm-simple-parallax-gradient {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.stm-single-car-page {
    max-width: 1920px;
    width: auto;
    margin-right: auto !important;
    margin-left: auto !important;
    background-position-x: 50% !important
}

.stm-single-car-page:before,
.stm-single-car-page:after,
.stm-simple-parallax .stm-simple-parallax-gradient:before,
.stm-simple-parallax .stm-simple-parallax-gradient:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 130px;
    height: 100%
}

.stm-simple-parallax .stm-simple-parallax-gradient:before {
    left: 0
}

.stm-simple-parallax .stm-simple-parallax-gradient:after {
    right: 0
}

.stm-single-car-page:before {
    left: 0
}

.stm-single-car-page:after {
    right: 0
}

.stm-simple-parallax-vertical:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 130px;
    width: 100%
}

.stm-simple-parallax>.vc_column_container {
    position: relative;
    z-index: 10
}

.entry-header {
    z-index: 10
}

.listing-archive-dealer-info .dealer-info-block {
    display: block
}

.woocommerce form .form-row label.checkbox {
    display: inline-block
}

body .woocommerce form .form-row .input-checkbox {
    margin: 18px 8px 0 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    float: left
}

.stm-pricing-table__periods-link {
    display: none
}

.stm-pricing-table__periods-link.stm-pricing-table__periods-item_active {
    display: block
}

html[lang=it-IT] .car-action-unit.stm-share,
html[lang=it-IT] .car-action-unit.stm-brochure,
html[lang=de-DE] .car-action-unit.stm-share,
html[lang=de-DE] .car-action-unit.stm-brochure,
html[lang=es-ES] .car-action-unit.stm-share,
html[lang=es-ES] .car-action-unit.stm-brochure,
html[lang=fr-FR] .car-action-unit.stm-share,
html[lang=fr-FR] .car-action-unit.stm-brochure,
html[lang=pt-PT] .car-action-unit.stm-share,
html[lang=pt-PT] .car-action-unit.stm-brochure {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto
}

html[lang=it-IT] .car-action-unit.add-to-compare,
html[lang=de-DE] .car-action-unit.add-to-compare,
html[lang=fr-FR] .car-action-unit.add-to-compare,
html[lang=es-ES] .car-action-unit.add-to-compare,
html[lang=pt-PT] .car-action-unit.add-to-compare {
    width: auto
}

html[lang=it-IT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=fr-FR] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=es-ES] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=pt-PT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=de-DE] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels {
    width: 100%;
    margin: 15px 0 25px;
    text-align: left
}

html[lang=fr-FR] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=es-ES] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=pt-PT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=de-DE] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=it-IT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a {
    font-size: 11px
}

.gform_wrapper ul.gfield_checkbox li .checker span input[type=checkbox] {
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important
}

.gform_wrapper ul.gfield_checkbox li .checker span {
    position: relative
}

.gform_wrapper ul.gfield_radio li .radio span input[type=radio] {
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important
}

.gform_wrapper ul.gfield_radio li .radio span {
    position: relative
}

.gform_wrapper .gfield_radio li label {
    line-height: 1
}

.form-control {
    border-radius: 0;
    box-shadow: none
}

.stm-settings-confirm-password .stm-listing-loader {
    visibility: hidden;
    opacity: 0;
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader,
.stm-settings-confirm-password .stm-listing-loader i {
    animation: rotating 2s infinite linear
}

.stm-settings-confirm-password .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1
}

.stm-settings-confirm-password .stm-user-message {
    color: #fff
}

.stm-image-avatar.hide-empty .stm-empty-avatar-icon {
    display: none
}

.stm-image-avatar.hide-photo img,
.stm-image-avatar.hide-photo .stm_image_upl {
    display: none
}

.vc_row .archive-listing-page>.container {
    padding: 0
}

.stm-slider-round {
    padding: 58px 19px 50px 27px !important
}

.stm-service-slider-title {
    padding: 27px 37px 27px 30px !important
}

.stm-service-slider-price {
    padding: 12px 39px 11px 32px !important
}

.stm-service-slider-title-centered {
    text-align: center !important
}

.stm-boats-layer .pricing-unit {
    text-align: right !important
}

.stm_trapeze {
    padding: 41px 30px 34px 15px !important
}

.stm_trapeze_white {
    padding: 25px 0 29px !important
}

.stm_trapeze_red {
    padding: 13px 16px 12px 10px !important
}

body.stm_frontend_customizer .stm-select-layout .select2-dropdown {
    z-index: 99999 !important
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin-right: 10px
}

#main .widget_search form.wp-block-search:after,
#main .widget_search form.search-form:after {
    line-height: 45px
}

#services .ui-widget-content {
    background: inherit !important
}

@media (max-width:767px) {

    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars,
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link,
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
        display: none
    }

    .stm-blog-fullwidth-info {
        height: auto
    }
}

@media (max-width:500px) {
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td {
        display: block;
        padding: 15px 0 5px;
        margin-bottom: 0
    }
}

.woocommerce-billing-fields .create-account {
    margin-top: 20px
}

.single-car-actions>ul li {
    margin-right: 10px
}

.ui-widget {
    font-family: inherit !important
}

.stm-filter-tab-selects.filter.stm-vc-ajax-filter {
    margin-bottom: 0
}

.stm-ajax-row.stm-loading:after {
    display: none !important
}

.widget_car_location #stm-dealer-gmap {
    width: 100%;
    margin-top: 0
}

.testimonials-carousel .testimonial-unit,
.stm-thumbs-car-gallery .stm-single-image,
.stm-big-car-gallery .stm-single-image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0
}

.testimonials-carousel .testimonial-unit:first-child,
.stm-thumbs-car-gallery .stm-single-image:first-child,
.stm-big-car-gallery .stm-single-image:first-child {
    position: relative;
    opacity: 1;
    visibility: visible
}

.testimonials-carousel .testimonial-unit:first-child,
.stm-thumbs-car-gallery.owl-loaded .stm-single-image:first-child,
.stm-big-car-gallery.owl-loaded .stm-single-image:first-child {
    margin: 0 auto
}

.stm-thumbs-car-gallery {
    margin-top: 25px
}

.stm-big-car-gallery .owl-controls {
    margin: 0
}

@media (max-width:767px) {
    .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {
        margin-bottom: 15px
    }

    .stm-sell-a-car-form .form-navigation .form-navigation-unit {
        margin-bottom: 20px
    }
}

@media print {

    #top-bar,
    #header,
    #footer,
    .stm_breadcrumbs_unit,
    .entry-header,
    .stm-car_dealer-buttons,
    .single-car-mpg .mpg-icon,
    .wpb_tabs_nav,
    .sale-price-description-single,
    .stm-thumbs-car-gallery,
    .stm-single-car-history-image,
    .stm_auto_loan_calculator,
    .single-car-actions {
        display: none !important
    }

    .single-car-mpg .mpg-unit:last-child {
        float: right
    }

    .stm-single-car-page .lists-inline>ul {
        width: 49% !important
    }

    a[href]:after {
        content: none !important
    }
}

.stm-unstyled {
    -webkit-appearance: inherit !important;
    -moz-appearance: inherit !important;
    appearance: inherit !important
}

.stm_cargurus_wrapper {
    border-top: 1px solid #d5d9e0;
    padding-top: 15px;
    margin: 22px 0 15px;
    text-align: center
}

.stm_cargurus_wrapper img {
    max-width: 100%
}

.cg_banner .cg-dealrating-badge img {
    height: auto !important;
    max-width: 100% !important
}

@media (max-width:767px) {
    .car-listing-row.stm-car-compare-row.stm-no-cars {
        display: block !important
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .colored-separator {
        display: none
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty {
        width: 100%
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty .image {
        text-align: center
    }

    .stm-featured-top-cars-title .heading-font {
        font-size: 11px
    }
}

.stm-single-listing-car-features {
    margin-bottom: 20px
}

.stm-single-listing-car-features .lists-inline>ul {
    width: 100%;
    margin-bottom: 0
}

.stm-single-listing-car-features .lists-inline>ul li {
    float: left;
    width: 25%
}

.stm-border-top-unit .title {
    padding: 20px 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:768px) {
    .stm-single-listing-car-features .lists-inline>ul li {
        width: 100%
    }
}

.modal-body .stm-sell-a-car-form input[type=submit] {
    height: 46px;
    line-height: 14px
}

body.automanager-listing-page .wpb_tabs br {
    display: none
}

@media (max-width:1350px) {

    .stm-single-car-page:before,
    .stm-single-car-page:after,
    .stm-simple-parallax .stm-simple-parallax-gradient:before,
    .stm-simple-parallax .stm-simple-parallax-gradient:after {
        z-index: -1
    }
}

@media (max-width:767px) {
    table>tbody tr td.compare-value-hover .h5:before {
        content: attr(data-option) ":";
        display: inline;
        font-size: 14px
    }
}

.stm-multiple-select {
    padding-top: 4px;
    margin-bottom: 15px;
    overflow: hidden
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible
}

.stm-multiple-select .select2-container--default .select2-selection--multiple {
    padding: 5px 7px 2px;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    padding: 3px 10px;
    margin: 3px 5px 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    box-shadow: 0 1px 3px rgba(59, 62, 68, .5)
}

.stm-multiple-select .select2-search {
    display: block;
    margin-bottom: 0
}

.stm-multiple-select .select2-search .select2-search__field {
    margin: 5px 0 0 5px;
    height: 20px;
    line-height: 20px
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    margin-top: 10px
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

button.pswp__button {
    box-shadow: none !important
}

button.pswp__button--arrow--left:active,
button.pswp__button--arrow--right:active {
    position: absolute !important;
    top: 50% !important
}

button.pswp__button,
button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before,
button.pswp__button:hover {
    background-color: transparent !important
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
    background-image: none !important
}

button.pswp__button--close:hover {
    background-position: 0 -44px
}

button.pswp__button--zoom:hover {
    background-position: -88px 0
}

.add-compare-mobile {
    display: none;
    text-align: center;
    margin: 0 0 35px
}

@media (max-width:767px) {
    .add-compare-mobile.add-compare-mobile-show {
        display: block
    }
}

.add-compare-mobile .image {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.add-compare-mobile .image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease;
    transform: translateZ(0);
    opacity: 0
}

.add-compare-mobile .image .stm-icon-add_car {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -36px;
    font-size: 53px;
    color: #d1d7dc;
    z-index: 15
}

.add-compare-mobile-label {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center
}





.stm-template-car_rental .header-listing .listing-logo-main {
    margin-left: -3px
}

html {
    overflow: visible
}

.stm-template-car_rental {
    overflow-x: hidden;
    max-width: 100%
}

.stm-template-car_rental div.selector,
.stm-template-car_rental div.selector span,
.stm-template-car_rental div.radio span,
.stm-template-car_rental div.checker span,
.stm-template-car_rental div.uploader,
.stm-template-car_rental div.uploader span.action,
.stm-template-car_rental div.button,
.stm-template-car_rental div.button span {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/rental-checks2x.png)
}

.stm-template-car_rental div.radio span,
.stm-template-car_rental div.radio span {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/rental_radio.png)
}

.stm-template-car_rental .stm-service-icon-pin:before {
    color: rgba(136, 136, 136, .3)
}

.stm-template-car_rental .woocommerce table.my_account_orders .button {
    color: #2a4046 !important
}

.stm-template-car_rental div.checker span {
    position: relative;
    border-radius: 3px;
    transition: all .2s ease;
    background: #fff
}

.stm-template-car_rental div.checker span.checked {
    background: #23393d
}

.stm-template-car_rental div.checker span.checked:before {
    content: "\f00c";
    display: block;
    
    font-weight: 600;
    color: #f0c542;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.stm-template-car_rental #header {
    min-height: 96px
}

.stm-template-car_rental .bold {
    font-weight: 700
}

.stm-template-car_rental.stm-lock {
    overflow: auto
}

.stm-template-car_rental .stm_rental_button {
    position: relative;
    top: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.stm-template-car_rental .stm_rental_button i {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 27px;
    color: #f0c542
}

.stm-template-car_rental .stm_text_baloon {
    position: relative;
    display: inline-block;
    padding: 18px;
    margin-bottom: 55px !important;
    background-color: #f0c542;
    border-radius: 50%;
    min-width: 190px
}

.stm-template-car_rental .stm_text_baloon .stm-rental-baloon_tail {
    position: absolute;
    right: -18px;
    bottom: -30px;
    font-size: 114px;
    z-index: 0;
    color: #f0c542;
    transform: rotate(3deg)
}

.stm-template-car_rental .stm_text_baloon .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    z-index: 5
}

.stm-template-car_rental .stm_text_baloon .inner h1 {
    padding: 16px 0 0 6px;
    margin-bottom: 0;
    letter-spacing: -1.2px;
    line-height: 55px
}

.stm-template-car_rental .stm_text_baloon .inner h2 {
    padding-left: 13px;
    font-size: 35px;
    margin-bottom: 0;
    text-align: center;
    margin-top: -10px
}

.stm-template-car_rental .stm_text_baloon .inner h4 {
    width: auto;
    max-width: 120px;
    margin: 3px auto 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -.4px;
    text-transform: uppercase;
    text-align: center
}

.stm-template-car_rental .icon-box {
    margin-bottom: 28px;
    display: block
}

.stm-template-car_rental .icon-box .icon {
    width: 54px;
    height: 54px;
    margin: 0 20px 0 0;
    text-align: center;
    line-height: 58px;
    border-radius: 50%
}

.stm-template-car_rental .icon-box .icon-text h4 {
    font-size: 18px;
    color: #273f44 !important;
    letter-spacing: -.5px;
    font-weight: 400
}

.stm-template-car_rental .vc_custom_heading {
    margin: 35px 0
}

.stm-template-car_rental .stm-button.stm-button-icon {
    padding: 16px 45px 15px 25px
}

.stm-template-car_rental .stm-button.stm-button-icon i {
    right: 16px;
    left: auto
}

.stm-template-car_rental .stm-stretch-image-right .vc_column-inner,
.stm-template-car_rental .stm-stretch-image-left .vc_column-inner {
    background-size: cover
}

.stm-template-car_rental .footer_widgets_wrapper .cols_4 aside {
    width: 100%
}

@media (min-width:1024px) {
    .stm-template-car_rental .footer_widgets_wrapper .cols_4 aside {
        width: 25%
    }
}

.stm-template-car_rental #footer-copyright .copyright-text a {
    color: #f0c542
}

.stm-template-car_rental .footer_widgets_wrapper .widget_socials li a {
    border-radius: 50%
}

.stm-template-car_rental .footer_widgets_wrapper .widget_socials li a:hover {
    background-color: #f0c542
}

.stm-template-car_rental .copyright-socials ul li a,
.stm-template-car_rental .footer_widgets_wrapper .widget-title h6 .colored {
    color: #f0c542
}

.stm-template-car_rental .stm-iw-wrapper .stm-iw-first {
    display: none
}

.stm-template-car_rental .stm-iw-wrapper .stm-iw-second {
    background: 0 0 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .36) !important
}

.stm-template-car_rental .stm-iw-wrapper .stm-iw-third:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .36) !important;
    transform: rotate(45deg);
    margin: -12px 0 0 -3px
}

.stm-template-car_rental .stm-iw-wrapper .stm-iw-third div {
    display: none
}

.stm-template-car_rental .gm-style .gm-style-iw-t {
    display: block;
    position: relative;
    max-width: 270px
}

.stm-template-car_rental .gm-style .gm-style-iw-t:after {
    left: -15px;
    top: -8px;
    transform: translate(46%, 0%) rotate(-45deg)
}

.stm-template-car_rental .gm-style .gm-style-iw.gm-style-iw-c {
    padding: 0;
    background: 0 0;
    border-radius: 0;
    max-height: inherit !important;
    max-width: 300px
}

.stm-template-car_rental .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    background: #fff;
    max-height: inherit !important
}

.stm-template-car_rental .gm-style .gm-style-iw button {
    display: none !important
}

.stm-template-car_rental .stm_offices_wrapper {
    display: block;
    overflow: hidden;
    padding: 28px 0 27px 25px;
    max-width: 248px;
    background: #fff
}

.stm-template-car_rental .stm_offices_wrapper .location {
    margin-bottom: 27px;
    font-size: 18px;
    color: #273f44;
    letter-spacing: -.4px
}

.stm-template-car_rental .stm_offices_wrapper .stm_work_hours,
.stm-template-car_rental .stm_offices_wrapper .phone_fax,
.stm-template-car_rental .stm_offices_wrapper .address {
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    line-height: 18px;
    color: #888
}

.stm-template-car_rental .stm_offices_wrapper .stm_work_hours i,
.stm-template-car_rental .stm_offices_wrapper .phone_fax i,
.stm-template-car_rental .stm_offices_wrapper .address i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #f0c542
}

.stm-template-car_rental .stm_offices_wrapper .address {
    margin-bottom: 22px
}

.stm-template-car_rental .stm_products_grid_class {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner {
    display: block;
    text-decoration: none !important;
    position: relative;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0c542;
    transform: scale(.8);
    transition: all .5s ease;
    opacity: 0;
    z-index: 15
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner>div {
    position: relative;
    z-index: 20
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top {
    padding: 41px 7px 25px 36px
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_left {
    float: left;
    width: 55%
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_left h3 {
    margin-bottom: -1px;
    font-size: 22px;
    color: #273f44;
    letter-spacing: -.8px
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_left .s_title {
    margin-bottom: 17px;
    font-weight: 700;
    color: #272727;
    font-size: 14px
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_left .price {
    display: inline-block;
    padding: 5px 18px 6px 12px;
    background-color: #f0c542;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    transition: all .3s ease
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_left .price>mark {
    display: block;
    padding: 0;
    background-color: #f0c542;
    color: #fff;
    font-size: 12px;
    transition: all .3s ease
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_left .price .amount {
    font-size: 24px
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_right {
    float: right;
    width: 35%
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_right .single_info {
    position: relative;
    padding-left: 30px;
    margin: -2px 0 13px;
    font-size: 13px;
    color: #777;
    transition: all .3s ease
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_top .stm_right .single_info i {
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    font-size: 19px;
    color: #f0c542;
    transition: all .3s ease
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_image {
    padding: 0 15px;
    text-align: center
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single .inner .stm_image img {
    position: relative;
    top: -10px;
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single:hover .inner:before {
    transform: scale(1.2);
    opacity: 1
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single:hover .inner .price,
.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single:hover .inner mark {
    background-color: #273f44 !important;
    color: #fff !important
}

.stm-template-car_rental .stm_products_grid_class .stm_product_grid_single:hover .inner .single_info i {
    color: #273f44 !important
}

.stm-template-car_rental .form-btn-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.stm-template-car_rental .stm_rent_car_form_wrapper {
    padding: 0 0 54px;
    margin-top: 8px
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_form_title {
    display: none
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_1 .stm_same_return {
    padding-bottom: 0 !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_1 .stm_same_return .stm_drop_location {
    padding-bottom: 10px
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
    position: relative
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form:after {
    position: absolute;
    content: "";
    display: block;
    height: 8px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(13%, rgba(0, 0, 0, .4)), color-stop(50%, rgba(0, 0, 0, .72)), color-stop(88%, rgba(0, 0, 0, .4)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .4) 13%, rgba(0, 0, 0, .72) 50%, rgba(0, 0, 0, .4) 88%, rgba(0, 0, 0, .1) 100%);
    border-radius: 100%;
    filter: blur(5px);
    opacity: .4
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form button.clear-data {
    background-color: transparent;
    box-shadow: none;
    font-size: 14px !important;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 !important;
    color: #273f44 !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form button.clear-data span {
    text-decoration: underline
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form button.clear-data i {
    font-size: 14px;
    left: -3px !important;
    top: 2px !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 {
    margin-top: 0
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form {
    padding-bottom: 26px;
    width: 100%;
    background-color: #fff
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form h4:not(.stm_form_title) {
    margin-bottom: 29px
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form .stm_same_return {
    padding-bottom: 0 !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form .stm_same_return .stm_drop_location {
    padding-bottom: 30px
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form .stm_rent_form_fields {
    padding: 30px 31px 20px;
    margin-bottom: 35px;
    border: 2px solid #f0c542
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form .stm_rent_form_fields.stm_rent_form_fields-drop {
    padding-bottom: 17px;
    margin-bottom: 33px
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form .stm_rent_form_fields label {
    margin: 10px 0 24px
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form .stm_rent_form_fields .stm_form_title {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0px
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form .stm_rent_form_fields .stm_date_time_input input,
.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form .stm_rent_form_fields .select2-container--default .select2-selection--single {
    background-color: #eee !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form button[type=submit] {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 15px;
    border-radius: 0;
    text-transform: none;
    font-size: 16px;
    box-shadow: none !important;
    top: 0;
    border: 2px solid #f0c542;
    background-color: #f0c542;
    color: #273f44 !important;
    transition: all .3s ease
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form button[type=submit]:hover {
    background-color: #273f44;
    border-color: #273f44;
    color: #fff !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form button.clear-data {
    width: auto !important;
    margin: 20px auto 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 !important;
    color: #273f44 !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form button.clear-data span {
    text-decoration: underline
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form button.clear-data i {
    font-size: 14px;
    left: -3px !important;
    top: 2px !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper.style_2 .stm_rent_car_form button.clear-data:hover {
    color: #273f44 !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_rent_car_form {
    display: inline-block;
    width: 354px;
    max-width: 100%;
    padding: 35px 30px 32px;
    background-color: #f0c542;
    text-align: left
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_rent_car_form h4 {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.5px
}

.stm-template-car_rental .stm_rent_car_form_wrapper label {
    margin: 8px 0;
    color: #17293a
}

.stm-template-car_rental .stm_rent_car_form_wrapper label .checker {
    margin-right: 5px !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper input[type=text].stm_error {
    outline: 2px solid red !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_pickup_location {
    position: relative
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_pickup_location.stm_error .select2-container {
    outline: 2px solid red !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_pickup_location .select2-container--default {
    z-index: 24
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_pickup_location .select2-container--default .select2-selection--single {
    height: 40px;
    background-color: #fff !important
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
    padding-left: 36px;
    color: #273f44
}

.stm-template-car_rental .stm_rent_car_form_wrapper .stm_pickup_location>i {
    position: absolute;
    top: 13px;
    left: 11px;
    color: #273f44;
    z-index: 25
}

.stm-template-car_rental .stm_rent_car_form_wrapper button[type=submit] {
    margin-top: 19px;
    padding: 16px 24px 12px 19px;
    font-size: 12px
}

.stm-template-car_rental .stm_rent_car_form_wrapper button[type=submit] i {
    position: relative;
    top: -1px;
    left: 10px
}

.stm-template-car_rental .stm_date_time_input {
    margin-bottom: 18px
}

.stm-template-car_rental .stm_date_time_input input {
    padding-left: 37px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 0
}

.stm-template-car_rental .stm_date_time_input input.active {
    color: #273f44
}

.stm-template-car_rental .stm_date_time_input input.active,
.stm-template-car_rental .stm_date_time_input input:focus {
    border-color: transparent
}

.stm-template-car_rental .stm_date_time_input input.active+i,
.stm-template-car_rental .stm_date_time_input input:focus+i {
    opacity: 1
}

.stm-template-car_rental .stm_date_time_input .stm_date_input,
.stm-template-car_rental .stm_date_time_input .stm_time_input {
    position: relative
}

.stm-template-car_rental .stm_date_time_input .stm_date_input i,
.stm-template-car_rental .stm_date_time_input .stm_time_input i {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 16px;
    opacity: .3;
    transition: all .3s ease
}

.stm-template-car_rental .stm_date_time_input .stm_date_input i.fa-clock,
.stm-template-car_rental .stm_date_time_input .stm_time_input i.fa-clock {
    top: 11px;
    font-size: 17px
}

.stm-template-car_rental .stm_date_time_input:after {
    content: "";
    display: block;
    clear: both
}

.stm-template-car_rental .stm_date_time_input>div {
    position: relative
}

.stm-template-car_rental .stm_date_time_input>div i {
    position: absolute;
    top: 5px;
    left: 5px
}

.stm-template-car_rental .stm-button,
.stm-template-car_rental input[type=submit],
.stm-template-car_rental button,
.stm-template-car_rental .button,
.stm-template-car_rental .load-more-btn {
    background-color: #273f44;
    box-shadow: 0 2px 0 #1f3236
}

.stm-template-car_rental .stm-button:active,
.stm-template-car_rental input[type=submit]:active,
.stm-template-car_rental button:active,
.stm-template-car_rental .button:active,
.stm-template-car_rental .load-more-btn:active {
    box-shadow: 0 0 0 #1f3236
}

.stm-template-car_rental .stm_pickup_location .stm_locations_description {
    display: none !important
}

.stm-template-car_rental:after {
    content: "";
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    z-index: 9500
}

.stm-template-car_rental .stm-rental-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    z-index: 9500
}

.stm-template-car_rental.stm_background_overlay .stm-rental-overlay {
    visibility: visible;
    opacity: 1
}

.stm-template-car_rental .stm_rent_location {
    z-index: 9501
}

.stm-template-car_rental .stm_rent_location>* {
    z-index: 90
}

.stm-template-car_rental .stm_rent_location .select2-dropdown {
    min-height: 295px;
    border: 0;
    background-color: #eee
}

.stm-template-car_rental .stm_rent_location .select2-dropdown .select2-results__options li {
    border-bottom: 0;
    font-size: 14px
}

.stm-template-car_rental .stm_rent_location .select2-dropdown .select2-results__options li.select2-results__option--highlighted {
    background-color: #fff
}

.stm-template-car_rental .stm_locations_description {
    position: absolute;
    width: 572px;
    min-height: 295px;
    top: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    right: 100%
}

.stm-template-car_rental .stm_locations_description.text-left_position {
    right: inherit;
    left: 100%
}

.stm-template-car_rental .stm_locations_description li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background-color: #fff
}

.stm-template-car_rental .stm_locations_description li.active {
    visibility: visible;
    opacity: 1
}

.stm-template-car_rental .stm_locations_description li .stm_offices_wrapper {
    max-width: 100%;
    background-color: #fff
}

.stm-template-car_rental .stm_locations_description li .stm_offices_wrapper>div {
    max-width: 220px
}

.stm-template-car_rental .stm_locations_description li .stm_offices_wrapper .phone_fax {
    margin-bottom: 22px
}

.stm-template-car_rental .stm_locations_description li .stm_offices_wrapper img {
    position: absolute;
    right: 22px;
    top: 22px
}

.stm-template-car_rental .stm_same_return {
    display: none;
    padding-bottom: 10px !important
}

.stm-template-car_rental .stm_same_return.active {
    display: block
}

.stm-template-car_rental .xdsoft_stm_datetimepicker,
.stm-template-car_rental .xdsoft_datetimepicker {
    border: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    padding: 0;
    margin: 5px 0 0 -23px
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthselect,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthselect {
    display: none !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_calendar td,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_calendar td {
    font-size: 14px;
    color: #2a4046;
    border: 0;
    padding: 5px 11px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
    font-weight: 400;
    cursor: not-allowed
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_today,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: inherit;
    font-weight: 400
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    font-weight: 700;
    background-color: #f0c542 !important;
    color: #273f44 !important;
    box-shadow: none
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_calendar td>div,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 0
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_calendar th,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_calendar th {
    padding: 5px 9px;
    background-color: #273f44;
    border: 0;
    font-size: 10px
}

.stm-template-car_rental .xdsoft_stm_datetimepicker button,
.stm-template-car_rental .xdsoft_datetimepicker button {
    box-shadow: none !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker {
    min-height: 50px;
    padding-top: 10px;
    background-color: #273f44
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label {
    background-color: transparent;
    color: #fff
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label span,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label span {
    text-decoration: none !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next {
    position: relative;
    background: 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    top: 0 !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #fff
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after {
    border-right-color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after {
    border-left-color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datepicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 282px;
    margin: 0;
    background-color: #fff
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_today_button,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_today_button {
    display: none
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year {
    display: inline-block;
    float: none;
    padding: 5px 0 0;
    width: inherit;
    text-align: center;
    text-transform: uppercase
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year i,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year i {
    display: none
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month span,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month span {
    color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker {
    margin: 0 !important;
    background-color: #f5f5f5
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    position: relative;
    background: 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    top: 0 !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    margin-bottom: 12px !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #273f44
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after {
    border-bottom-color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #273f44
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after {
    border-top-color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 201px;
    border: 0
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time {
    height: 40px;
    line-height: 40px;
    border-top-width: 1px !important;
    color: #273f44
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current {
    background-color: #f0c542 !important;
    box-shadow: none
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .stm_end_date,
.stm-template-car_rental .xdsoft_datetimepicker .stm_end_date {
    background-color: red !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker div.selector,
.stm-template-car_rental .xdsoft_stm_datetimepicker div.selector span,
.stm-template-car_rental .xdsoft_stm_datetimepicker div.checker span,
.stm-template-car_rental .xdsoft_stm_datetimepicker div.radio span,
.stm-template-car_rental .xdsoft_stm_datetimepicker div.uploader,
.stm-template-car_rental .xdsoft_stm_datetimepicker div.uploader span.action,
.stm-template-car_rental .xdsoft_stm_datetimepicker div.button,
.stm-template-car_rental .xdsoft_stm_datetimepicker div.button span,
.stm-template-car_rental .xdsoft_datetimepicker div.selector,
.stm-template-car_rental .xdsoft_datetimepicker div.selector span,
.stm-template-car_rental .xdsoft_datetimepicker div.checker span,
.stm-template-car_rental .xdsoft_datetimepicker div.radio span,
.stm-template-car_rental .xdsoft_datetimepicker div.uploader,
.stm-template-car_rental .xdsoft_datetimepicker div.uploader span.action,
.stm-template-car_rental .xdsoft_datetimepicker div.button,
.stm-template-car_rental .xdsoft_datetimepicker div.button span {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/rental-checks2x.png)
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .stm_drop_location,
.stm-template-car_rental .xdsoft_datetimepicker .stm_drop_location {
    margin-bottom: 10px
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker {
    border: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    padding: 0;
    margin: 5px 0 0 -23px
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthselect,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthselect,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthselect,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_yearselect,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthselect {
    display: none !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td {
    font-size: 14px;
    color: #2a4046;
    border: 0;
    padding: 5px 11px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
    font-weight: 400;
    cursor: not-allowed
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_today,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_today,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: inherit;
    font-weight: 400
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    font-weight: 700;
    background-color: #f0c542 !important;
    box-shadow: none;
    color: #273f44 !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td>div,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td>div,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar td>div,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 0
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar th,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar th,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_calendar th,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_calendar th {
    padding: 5px 9px;
    background-color: #273f44;
    border: 0;
    font-size: 10px
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker button,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker button,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker button,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker button {
    box-shadow: none !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker {
    min-height: 50px;
    padding-top: 10px;
    background-color: #273f44
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label {
    background-color: transparent;
    color: #fff
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label span,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label span,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_label span,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label span {
    text-decoration: none !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next {
    position: relative;
    background: 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    top: 0 !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #fff
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover:after {
    border-right-color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover:after {
    border-left-color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 282px;
    margin: 0;
    background-color: #fff
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_today_button,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_today_button,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_today_button,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_today_button {
    display: none
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year {
    display: inline-block;
    float: none;
    padding: 5px 0 0;
    width: inherit;
    text-align: center;
    text-transform: uppercase
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year i,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year i,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_year i,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month i,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_year i {
    display: none
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month span,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month span,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_datepicker .xdsoft_month span,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_month span {
    color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker {
    margin: 0 !important;
    background-color: #f5f5f5
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    position: relative;
    background: 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    top: 0 !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    margin-bottom: 12px !important
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #273f44
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover:after {
    border-bottom-color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #273f44
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover:after {
    border-top-color: #f0c542
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 201px;
    border: 0
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time {
    height: 40px;
    line-height: 40px;
    border-top-width: 1px !important;
    color: #273f44
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time:hover,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time.xdsoft_current {
    background-color: #f0c542 !important;
    box-shadow: none
}

.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_stm_datetimepicker .stm_end_date,
.stm-template-car_rental .xdsoft_stm_datetimepicker .xdsoft_datetimepicker .stm_end_date,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_stm_datetimepicker .stm_end_date,
.stm-template-car_rental .xdsoft_datetimepicker .xdsoft_datetimepicker .stm_end_date {
    background-color: red !important
}

.stm-template-car_rental .footer_widgets_wrapper {
    padding-bottom: 45px
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg {
    padding: 84px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .stm_wizard_title {
    padding-bottom: 36px;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row {
    display: flex;
    flex-wrap: wrap
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row:before,
.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row:after {
    display: none !important
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div {
    float: none
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step {
    height: 100%;
    margin-bottom: 30px
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .inner {
    height: 100%
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .inner .top {
    display: block;
    text-decoration: none !important
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .inner.passed .top .number {
    background-color: #f0c542
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .inner.passed .top .number:after {
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f058";
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 54px
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .inner.passed .top .number span {
    display: none
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .inner.current .content {
    position: relative;
    background-color: #f0c542
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .inner.current .content:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -8px;
    margin-left: -5px;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 8px solid #f0c542
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .top {
    position: relative;
    min-height: 54px;
    background: rgba(42, 64, 69, .5);
    padding-left: 54px
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .top .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 100%;
    background-color: #2a4046;
    color: #fff;
    line-height: 54px;
    text-align: center
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .top .number span {
    font-size: 20px;
    font-weight: 700;
    color: #f0c542
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .top label {
    display: block;
    padding: 17px 0 0 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .content {
    height: 71%;
    min-height: 206px;
    padding: 25px 30px 35px;
    background: #fff
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .content .h5,
.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .content h5 {
    margin-bottom: 1px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .content .h5:hover,
.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .content h5:hover {
    color: #2a4046
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .content .first {
    min-height: 63px;
    margin-bottom: 20px
}

.stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div .stm_nav_wizard_step .content div {
    color: #2a4046;
    font-size: 13px;
    line-height: 20px
}

.stm-template-car_rental .stm_single_class_car {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 36px 38px 28px 23px;
    border: 2px solid #fff
}

.stm-template-car_rental .stm_single_class_car.current_car {
    border-color: #f0c542
}

.stm-template-car_rental .stm_single_class_car.stm-disable-car {
    position: relative
}

.stm-template-car_rental .stm_single_class_car.stm-disable-car:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1
}

.stm-template-car_rental .stm_single_class_car.stm-disable-car .stm-enable-car-date {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    z-index: 10
}

.stm-template-car_rental .stm_single_class_car.stm-disable-car .stm-enable-car-date h3 {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 400;
    left: 0
}

.stm-template-car_rental .stm_single_class_car.stm-disable-car .stm-enable-car-date h3 span {
    font-weight: 700;
    color: #f0c542
}

.stm-template-car_rental .stm_single_class_car.stm-disable-car .stm-enable-car-date h3 span span {
    color: #fff;
    font-weight: 400
}

.stm-template-car_rental .stm_single_class_car .image {
    padding-right: 30px;
    position: relative
}

.stm-template-car_rental .stm_single_class_car .image .stm-rental-photos-unit {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s ease
}

.stm-template-car_rental .stm_single_class_car .image .stm-rental-photos-unit:hover {
    background: rgba(0, 0, 0, .6)
}

.stm-template-car_rental .stm_single_class_car .image .stm-rental-photos-unit span {
    color: #fff !important
}

.stm-template-car_rental .stm_single_class_car .first {
    padding-right: 30px
}

.stm-template-car_rental .stm_single_class_car .second>.row {
    margin: 0 -50px
}

.stm-template-car_rental .stm_single_class_car h3 {
    margin-bottom: 1px;
    font-size: 20px;
    color: #2a4046;
    text-transform: uppercase;
    letter-spacing: -.7px
}

.stm-template-car_rental .stm_single_class_car .s_title {
    color: #272727;
    font-size: 14px
}

.stm-template-car_rental .stm_single_class_car .infos .single_info {
    display: inline-block;
    vertical-align: top;
    margin: 21px 20px 15px 0
}

.stm-template-car_rental .stm_single_class_car .infos .single_info:last-child {
    margin-right: 0
}

.stm-template-car_rental .stm_single_class_car .infos .single_info i {
    position: relative;
    top: 4px;
    color: #f0c542;
    font-size: 20px
}

.stm-template-car_rental .stm_single_class_car .infos .single_info span {
    margin-left: 5px;
    font-size: 12px;
    color: #2a4046;
    text-transform: uppercase
}

.stm-template-car_rental .stm_single_class_car .more {
    display: none
}

.stm-template-car_rental .stm_single_class_car .lists-inline {
    padding-top: 20px
}

.stm-template-car_rental .stm_single_class_car .lists-inline>ul {
    padding-left: 0;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 23.7%;
    list-style: none
}

.stm-template-car_rental .stm_single_class_car .lists-inline>ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: 13px
}

.stm-template-car_rental .stm_single_class_car .lists-inline>ul li:before {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 3px;
    top: 4px;
    content: "\f058";
    font-size: 14px;
    color: #f0c542
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices {
    padding-right: 35px;
    text-align: right
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price {
    display: inline-block;
    margin-left: 40px;
    text-align: center;
    vertical-align: top
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .total {
    margin-bottom: 2px;
    min-height: 22px;
    color: #2a4046;
    font-size: 14px
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .total .amount {
    font-size: 18px
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .period {
    margin-bottom: 13px;
    color: #888;
    font-size: 12px
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .pay a {
    display: block;
    position: relative;
    min-width: 119px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #f0c542;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4046 !important;
    text-decoration: none !important;
    opacity: 1;
    text-align: center
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .pay a:hover {
    border-color: #2a4046
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .stm_discount {
    margin-top: 7px;
    color: #2a4046;
    font-size: 11px;
    text-transform: uppercase
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price:first-child {
    margin-left: 0
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price:last-child .pay a {
    background-color: #f0c542
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price:last-child .pay a:hover {
    color: #fff !important;
    background-color: #2a4046
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .stm-show-rent-promo-info {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    color: #888;
    border-bottom: 1px dashed #888;
    line-height: 18px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .stm-show-rent-promo-info:hover {
    color: #2a4046;
    border-color: #2a4046
}

.stm-template-car_rental .stm-promo-popup-wrap {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 100
}

.stm-template-car_rental .stm-promo-popup-wrap.flex {
    display: flex
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup {
    display: block;
    width: 100%;
    max-width: 445px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    position: relative
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table,
.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 40px;
    align-items: center;
    padding: 0 30px;
    background: #f9f9f9;
    margin-bottom: 2px
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table .stm-pp-row,
.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-row {
    display: block;
    min-width: 100px;
    text-align: left;
    font-size: 14px
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table .stm-pp-row:nth-child(1),
.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-row:nth-child(1) {
    width: 50%;
    color: #2a4046
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table .stm-pp-row:nth-child(2),
.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-row:nth-child(2) {
    width: 25%;
    color: #888
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table .stm-pp-row:nth-child(3),
.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-row:nth-child(3) {
    width: 25%;
    color: #2a4046;
    text-align: right
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-pp-head {
    background: #f0c542
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-pp-head .stm-pp-row {
    font-size: 12px !important;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-pp-tax-margin {
    margin-top: 10px
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-pp-tax .stm-pp-row:nth-child(1) {
    width: 50%;
    color: #2a4046
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-pp-tax .stm-pp-row:nth-child(2) {
    width: 50%;
    color: #2a4046;
    text-align: right;
    font-weight: 700
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total {
    margin-top: 10px
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-total-label {
    width: 50%;
    text-align: left;
    color: #2a4046;
    font-size: 14px
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total .stm-pp-total-price {
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: 700
}

.stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-rental-ico-close {
    position: absolute;
    top: -23px;
    right: -30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

@media (max-width:450px) {
    .stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup {
        max-width: 380px
    }

    .stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-rental-ico-close {
        top: -35px;
        right: 0
    }
}

@media (max-width:400px) {
    .stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup {
        max-width: 350px
    }

    .stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table,
    .stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-table-total {
        padding: 0 15px
    }

    .stm-template-car_rental .stm-promo-popup-wrap .stm-promo-popup .stm-rental-ico-close {
        top: -35px;
        right: 0
    }
}

.stm-template-car_rental #stm-discount-by-days-popup h5 {
    text-transform: uppercase;
    padding: 0 10px
}

.stm-template-car_rental #stm-discount-by-days-popup .stm-disc-prog-desc {
    font-size: 13px;
    color: #888;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 10px
}

.stm-template-car_rental #stm-discount-by-days-popup .stm-table .stm-pp-row:nth-child(2) {
    width: 50%;
    text-align: right;
    font-weight: 700;
    color: #2a4046
}

.stm-template-car_rental .stm-reservation-archive {
    padding-top: 30px
}

.stm-template-car_rental .stm_rental_archive_top {
    padding: 26px 0 19px;
    min-height: 104px
}

.stm-template-car_rental .stm_rental_archive_top .title {
    color: #2a4046;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: .3px
}

.stm-template-car_rental .stm_rental_archive_top .woocommerce-result-count {
    display: none
}

.stm-template-car_rental .stm_rental_archive_top .woocommerce-ordering {
    margin-top: -3px
}

.stm-template-car_rental .stm_rental_archive_top .woocommerce-ordering .select2-container--default {
    min-width: 180px;
    border: 1px solid #eee
}

.stm-template-car_rental .stm_rental_archive_top .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 32px
}

.stm-template-car_rental .stm_rental_archive_top .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    font-size: 13px
}

.stm-template-car_rental .stm_rental_archive_top .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option {
    margin-bottom: 2px;
    padding: 25px 20px 23px 18px;
    background-color: #fff
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .image {
    float: left;
    width: 60px;
    margin-right: 19px;
    text-align: center
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .image img {
    width: auto
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content {
    margin-top: 6px;
    overflow: hidden
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .more {
    padding-top: 30px;
    font-size: 13px;
    display: none
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content {
    float: left
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content .title {
    margin-top: 5px
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content .title h4 {
    font-size: 14px;
    text-transform: uppercase
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content .stm-more {
    margin-top: -8px
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta {
    float: right
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity,
.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart,
.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price {
    display: inline-block;
    vertical-align: top
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity {
    margin-right: 30px
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity .qty {
    min-width: 60px;
    padding-left: 10px;
    text-align: left
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity .quantity_actions span {
    text-indent: 0
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .quantity .quantity_actions span:hover {
    background-color: #f0c542
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart {
    margin-left: 15px
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart a {
    display: block;
    position: relative;
    min-width: 87px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #f0c542;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4046 !important;
    text-decoration: none !important;
    opacity: 1;
    text-align: center
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart a:hover {
    border-color: #f0c542;
    background-color: #f0c542
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a {
    background-color: #f0c542
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a span {
    transition: all .3s ease
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a .add_text {
    opacity: 1
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a .remove_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a:hover {
    background-color: transparent
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a:hover .add_text {
    opacity: 0
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart.added a:hover .remove_text {
    opacity: 1
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price {
    text-align: right
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .sale_price {
    color: #888;
    font-size: 14px;
    text-decoration: line-through
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .current_price {
    margin-top: -3px
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .current_price span {
    font-size: 18px;
    color: #2a4046
}

.stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .empty_sale_price {
    margin-top: 12px
}

.stm-template-car_rental .stm-more a {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important
}

.stm-template-car_rental .stm-more a i {
    margin-left: 3px
}

.stm-template-car_rental .stm-more a span {
    border-bottom: 1px solid #888
}

.stm-template-car_rental .stm-more a:hover {
    color: #2a4046
}

.stm-template-car_rental .stm-more a:hover span {
    border-bottom-color: #2a4046
}

.stm-template-car_rental .stm-more.active i,
.stm-template-car_rental .stm-more.active span {
    color: #2a4046;
    border-bottom-color: #2a4046
}

.stm-template-car_rental .stm-more.active i:before {
    content: "\f106"
}

.stm-template-car_rental.single-product .woocommerce-breadcrumb,
.stm-template-car_rental.single-product .entry-header {
    display: none
}

.stm-template-car_rental.single-product .stm-reservation-archive {
    padding-bottom: 80px
}

.stm-template-car_rental .stm_select_overflowed .select2-search {
    display: none !important
}

.stm-template-car_rental .stm_rent_order_info {
    padding: 37px 39px 10px;
    background-color: #fff
}

.stm-template-car_rental .stm_rent_order_info .title h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2a4046;
    font-weight: 700;
    text-transform: uppercase
}

.stm-template-car_rental .stm_rent_order_info .title .subtitle {
    margin-top: -1px
}

.stm-template-car_rental .stm_rent_order_info .image {
    position: relative;
    margin: 10px 0 15px
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder {
    padding: 50px 0;
    text-align: center
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder .placeholder {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder .placeholder .plus {
    position: absolute;
    right: -3px;
    top: -5px;
    width: 24px;
    height: 24px;
    background-color: #ccc;
    border-radius: 50%;
    transition: all .3s ease
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder .placeholder .plus:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 14px;
    margin: -7px 0 0 -1px;
    background-color: #fff
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder .placeholder .plus:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #fff
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder .placeholder i {
    color: #ccc;
    font-size: 76px;
    transition: all .3s ease
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder a {
    text-decoration: none !important
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder a:hover .placeholder i {
    color: #f0c542
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder a:hover .placeholder .plus {
    background-color: #2a4046
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder span.button {
    display: inline-block;
    padding: 15px 15px 13px 20px;
    background-color: #f0c542;
    color: #2a4046 !important;
    margin-top: 20px;
    box-shadow: 0 2px 0 #c09e33;
    font-size: 12px;
    letter-spacing: -.1px
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder span.button i {
    position: relative;
    top: -1px;
    margin-left: 5px
}

.stm-template-car_rental .stm_rent_order_info .image.image-placeholder span.button:active {
    box-shadow: none !important
}

.stm-template-car_rental .stm_rent_table {
    margin: 0 -28px 24px
}

.stm-template-car_rental .stm_rent_table .heading {
    margin-left: 28px;
    font-size: 16px;
    line-height: 24px;
    color: #2a4046;
    font-weight: 700;
    text-transform: uppercase
}

.stm-template-car_rental .stm_rent_table.stm_rent_coupon_table table td:nth-child(3) {
    width: 140px
}

.stm-template-car_rental .stm_rent_table.stm_rent_coupon_table .cart-discount .woocommerce-remove-coupon {
    font-size: 12px;
    color: #888
}

.stm-template-car_rental .stm_rent_table.stm_rent_tax_table table td:nth-child(3) {
    width: 140px
}

.stm-template-car_rental .stm_rent_table.stm_rent_tax_table table td:first-child {
    width: 260px
}

.stm-template-car_rental .stm_rent_table table td {
    padding: 5px 28px;
    background-color: #f9f9f9;
    border-bottom: 0
}

.stm-template-car_rental .stm_rent_table table td.divider {
    padding: 1px 28px;
    background-color: transparent
}

.stm-template-car_rental .stm_rent_table table td:first-child {
    width: 150px
}

.stm-template-car_rental .stm_rent_table table td:nth-child(2) {
    width: 100px;
    text-align: right
}

.stm-template-car_rental .stm_rent_table table td:nth-child(3) {
    width: 100px;
    padding-right: 28px;
    text-align: right
}

.stm-template-car_rental .stm_rent_table table td .price-date-info-icon {
    margin-left: 3px
}

.stm-template-car_rental .stm_rent_table table td.stm-discount span {
    font-size: 14px;
    color: #2a4046;
    border-bottom: 1px dashed #2a4046;
    line-height: 18px;
    cursor: pointer
}

.stm-template-car_rental .stm_rent_table table thead td {
    padding: 10px 10px 8px 28px;
    font-size: 12px;
    color: #2a4046;
    text-transform: uppercase;
    font-weight: 700
}

.stm-template-car_rental .stm_rent_table table tbody td {
    padding: 10px 10px 8px 28px;
    color: #888;
    font-size: 14px
}

.stm-template-car_rental .stm_rent_table table tfoot td {
    padding: 10px 10px 8px 28px;
    font-size: 14px;
    color: #2a4046;
    font-weight: 400
}

.stm-template-car_rental .stm_rent_table table tfoot td:last-child {
    padding-right: 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right
}

.stm-template-car_rental .stm-rent-total {
    margin: 0 -28px
}

.stm-template-car_rental .stm-rent-total table {
    margin-bottom: 10px
}

.stm-template-car_rental .stm-rent-total td {
    padding: 38px 28px 34px;
    background-color: #eee;
    border-bottom: 0;
    color: #2a4046;
    font-weight: 700
}

.stm-template-car_rental .stm-rent-total td:first-child {
    font-size: 16px
}

.stm-template-car_rental .stm-rent-total td:last-child {
    text-align: right;
    font-size: 18px
}

@media (min-width:601px) {
    .stm-template-car_rental .stm_rent_accept_wrapper {
        margin: 0 -28px
    }
}

.stm-template-car_rental .stm_rent_accept_wrapper .stm_rent_accept {
    display: block;
    padding: 12px 15px 10px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #2a4046;
    border: 3px solid #f0c542;
    text-transform: uppercase;
    background-color: #f0c542;
    text-align: center;
    text-decoration: none !important
}

.stm-template-car_rental .stm_rent_accept_wrapper .stm_rent_accept:hover {
    border-color: #273f44;
    background-color: #273f44;
    color: #fff
}

.stm-template-car_rental #rent_notice .wc-forward {
    display: none
}

.stm-template-car_rental .stm-background-centered {
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important
}

.stm-template-car_rental.woocommerce-checkout .stm-reservation-archive {
    padding-bottom: 60px
}

.stm-template-car_rental.woocommerce-checkout .stm-billing-fields.woocommerce-billing-fields__field-wrapper {
    padding-bottom: 20px
}

.stm-template-car_rental.woocommerce-checkout .create-account.woocommerce-validated {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-login,
.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-coupon {
    background: #fff
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-login label,
.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-coupon label {
    font-size: 14px;
    color: #23393d
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-login .checker span:not(.checked),
.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-coupon .checker span:not(.checked) {
    background: #f0c542
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-login .lost_password,
.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-coupon .lost_password {
    float: none;
    margin: 0
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-login .button,
.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-form-coupon .button {
    background-color: #f0c542;
    color: #273f44 !important;
    height: auto;
    margin-right: 30px;
    top: 0;
    padding: 10px 15px;
    box-shadow: none
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing {
    width: 100%
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .woocommerce-billing-fields {
    background-color: #fff;
    padding: 35px 30px 30px
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-invalid .select2-container,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-invalid input.input-text,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-invalid select {
    border-color: #ff0c0c
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated .select2-container--default .select2-selection--single {
    border-color: #69bf29;
    background-color: #fff;
    color: #2a4046
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=text],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=number],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=tel],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=email],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=search],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row.woocommerce-validated input[type=password] {
    background-color: #fff;
    color: #2a4046
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .select2-container--default .select2-selection--single {
    border: 2px solid #eee;
    transition: all .3s ease
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .select2-container--default .select2-selection--single,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=text],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=number],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=tel],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=email],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=search],
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=password] {
    background-color: #eee;
    border-radius: 2px
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .select2-container--default .select2-selection--single:focus,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=text]:focus,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=number]:focus,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=tel]:focus,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=email]:focus,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=search]:focus,
.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing input[type=password]:focus {
    border-color: #f0c542;
    background-color: #fff;
    color: #2a4046
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row-first {
    float: left;
    width: 48%
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row-last {
    float: right;
    width: 48%
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row label {
    font-size: 12px;
    text-transform: uppercase;
    color: #2a4046;
    font-weight: 700
}

.stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_shipping {
    display: none
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order {
    padding: 35px 30px 30px;
    margin-top: 2px;
    background-color: #fff
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .colored-separator {
    display: none
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods {
    width: 100%
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods {
    padding: 0 !important
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 10px !important;
    border: 2px solid #f0c542;
    min-height: 52px
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method .about_paypal {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
    color: #888;
    line-height: 29px !important
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
    padding: 0 !important;
    margin: 0 !important
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box p {
    display: block;
    padding: 5px 0 5px 25px !important
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
    display: block;
    padding-left: 25px;
    width: 100%
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio {
    position: absolute;
    top: 19px;
    left: 15px
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method a,
.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method img {
    float: right
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .payment_methods .wc_payment_method img {
    max-height: 30px !important;
    margin-left: 15px !important
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .place-order {
    padding: 10px 0 0 !important
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .place-order .button {
    width: 100%;
    box-shadow: none !important;
    background-color: #f0c542;
    padding: 16px 10px;
    text-transform: none;
    font-size: 16px;
    border-radius: 0;
    color: #273f44 !important;
    border: 2px solid #f0c542;
    transition: all .3s ease
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods .woocommerce-checkout-payment .place-order .button:hover {
    background-color: #273f44;
    border-color: #273f44;
    color: #fff !important
}

.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods.stm_single_method_available .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box p,
.stm-template-car_rental .stm_custom_rental_checkout .woocommerce-checkout-review-order .stm_rental_payment_methods.stm_single_method_available .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
    padding-left: 0 !important
}

.stm-template-car_rental.woocommerce-checkout #payment ul.payment_methods li input {
    margin-top: -2px
}

.stm-template-car_rental .woocommerce form .form-row .input-checkbox {
    margin-top: 17px
}

.stm-template-car_rental .form-row-wide.create-account label {
    text-decoration: none
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce {
    padding: 10px
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-received {
    color: #2a4046;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-received .fa-check {
    position: relative;
    top: 2px;
    margin-right: 8px;
    color: #f0c542;
    font-size: 22px
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-received .fa-check:before {
    content: "\f046"
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-received a {
    display: none
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details {
    padding: 0 30px;
    background-color: #2a4046;
    color: #fff
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details li {
    display: none;
    border-right: 0
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details li.order {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    font-size: 0
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details li strong,
.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details li span {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    line-height: 60px;
    color: #fff;
    text-transform: none
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details li span {
    font-size: 14px
}

.stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
    text-align: right;
    font-size: 24px
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce {
    padding: 37px 39px 40px;
    background-color: #fff
}

.stm-template-car_rental .stm_rental_order_success {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border: 2px solid #f0c542
}

.stm-template-car_rental .stm_rental_order_success .single_order_info {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 30px;
    color: #2a4046
}

.stm-template-car_rental .stm_rental_order_success .single_order_info .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px
}

.stm-template-car_rental .stm_rental_order_success .single_order_info .content {
    font-size: 14px;
    line-height: 20px
}

.stm-template-car_rental .rental_title {
    text-transform: uppercase;
    letter-spacing: -.4px
}

.stm-template-car_rental.woocommerce-cart .stm-reservation-archive {
    padding-bottom: 70px
}

.stm-template-car_rental .stm-reservation-archive {
    padding-bottom: 70px
}

.stm-template-car_rental .stm_rental_coupon {
    float: right;
    margin: -2px 0 0 30px
}

.stm-template-car_rental .stm_rental_coupon form.stm_checkout_coupon {
    display: block !important;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

.stm-template-car_rental .stm_rental_coupon form.stm_checkout_coupon p.form-row-last {
    display: block;
    position: absolute;
    width: 29px;
    height: 32px;
    top: 0 !important;
    right: 0;
    background-color: #273f44;
    transition: all .3s ease
}

.stm-template-car_rental .stm_rental_coupon form.stm_checkout_coupon p.form-row-last:after {
    content: "\f061";
    position: absolute;
    top: 5px;
    right: 8px;
    color: #fff;
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    z-index: 15
}

.stm-template-car_rental .stm_rental_coupon form.stm_checkout_coupon .button {
    position: absolute;
    background-color: transparent;
    width: 29px;
    height: 32px;
    text-indent: -9999px;
    box-shadow: none !important;
    border-radius: 0;
    z-index: 999
}

.stm-template-car_rental .stm_rental_coupon form.stm_checkout_coupon .input-text {
    height: 32px;
    line-height: inherit;
    padding: 3px 40px 3px 15px;
    background-color: #fff;
    border: 2px solid #fff;
    font-size: 13px
}

.stm-template-car_rental .stm_rental_coupon form.stm_checkout_coupon .input-text:focus {
    border-color: #f0c542
}

.stm-template-car_rental .stm_rental_coupon form.stm_checkout_coupon.active .input-text {
    border-color: #f0c542
}

.stm-template-car_rental .stm_rental_coupon form.stm_checkout_coupon.active .form-row-last {
    background-color: #f0c542
}

.stm-template-car_rental .stm_rental_archive_top .woocommerce-message,
.stm-template-car_rental .stm_rental_archive_top .woocommerce-error {
    display: none
}

.stm-template-car_rental .stm_order_print {
    padding-top: 38px;
    margin-top: 36px;
    border-top: 2px solid #f0c542
}

.stm-template-car_rental .stm_order_print .button {
    padding: 15px 17px 13px 20px;
    background-color: #f0c542;
    box-shadow: 0 2px 0 #c09e33;
    color: #2a4046 !important;
    font-size: 12px
}

.stm-template-car_rental .stm_order_print .button:active {
    box-shadow: none
}

.stm-template-car_rental .stm_order_print .button i {
    position: relative;
    top: 0;
    left: 3px;
    font-size: 15px
}

.stm-template-car_rental.woocommerce-order-received .stm_rental_coupon {
    display: none
}

.stm-template-car_rental.woocommerce-order-received .stm-rent-total table {
    margin-bottom: 0
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce {
    padding: 34px 30px 40px
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .woocommerce-thankyou-order-received {
    margin-bottom: 33px
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .woocommerce-thankyou-order-received .fa-check {
    top: 2px;
    left: 3px
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .woocommerce-thankyou-order-details {
    margin-bottom: 37px
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .stm_rental_order_success {
    padding-top: 24px;
    margin-top: 27px
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .stm_rental_order_success .single_order_info {
    margin-bottom: 25px
}

.stm-template-car_rental.woocommerce-order-received .stm_custom_rental_checkout .woocommerce .stm_rental_order_success .single_order_info .title {
    margin-bottom: 6px
}

.stm-template-car_rental .stm_policy_content {
    padding-top: 31px
}

.stm-template-car_rental .woocommerce-message,
.stm-template-car_rental .woocommerce-info {
    padding: 20px 20px 19px 21px;
    border: 0;
    background-color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 14px
}

.stm-template-car_rental .woocommerce-message .fas,
.stm-template-car_rental .woocommerce-info .fas {
    margin-right: 10px
}

.stm-template-car_rental .woocommerce-message .fas:before,
.stm-template-car_rental .woocommerce-info .fas:before {
    color: #f0c542;
    content: "\f05a"
}

.stm-template-car_rental .woocommerce-error li {
    padding: 20px 20px 19px 21px;
    border: 0;
    background-color: #ff0c0c;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important
}

.stm-template-car_rental .woocommerce-error li span {
    color: #fff !important;
    text-transform: uppercase
}

.stm-template-car_rental .woocommerce-error li .fas {
    margin-right: 10px
}

.stm-template-car_rental .woocommerce-error li .fas:before {
    color: #fff !important;
    content: "\f06a"
}

.stm-template-car_rental.woocommerce .quantity input {
    color: #2a4046
}

.stm-template-car_rental .wc-backward {
    background-color: #f0c542 !important;
    box-shadow: 0 2px 0 #c09e33
}

.stm-template-car_rental .wc-backward:active {
    box-shadow: 0 2px 0 transparent
}

.stm-template-car_rental .entry-header:after {
    background: 0 0
}

.stm-template-car_rental ul.list-style-1 li:before {
    color: #f0c542
}

.stm-template-car_rental .wpcf7-form .contact-us-label {
    margin-bottom: 13px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4046
}

.stm-template-car_rental .wpcf7-form textarea {
    padding: 10px 10px 10px 17px;
    text-transform: none;
    min-height: 246px
}

.stm-template-car_rental .wpcf7-form .wpcf7-recaptcha {
    margin: 22px 0 35px
}

.stm-template-car_rental .wpcf7-form input[type=submit] {
    display: inline-block
}

.stm-template-car_rental .wpcf7-form .wpcf7-response-output {
    margin-top: 40px !important
}

.stm-template-car_rental input[type=text]:focus,
.stm-template-car_rental input[type=number]:focus,
.stm-template-car_rental input[type=tel]:focus,
.stm-template-car_rental input[type=email]:focus,
.stm-template-car_rental input[type=search]:focus,
.stm-template-car_rental input[type=password]:focus,
.stm-template-car_rental textarea:focus {
    border-color: #f0c542
}

.stm-template-car_rental .woocommerce form .form-row.terms {
    position: relative;
    top: -13px;
    margin-bottom: 0
}

.stm-template-car_rental .woocommerce form .form-row.terms .input-checkbox {
    margin-top: 18px
}

.stm-template-car_rental .stm_terms_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 600px;
    overflow: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 10px 30px 40px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9999
}

.stm-template-car_rental .stm_terms_popup.active {
    visibility: visible;
    opacity: 1
}

.stm-template-car_rental .stm_terms_popup .vc_custom_heading {
    margin: 20px 0 14px;
    text-transform: uppercase
}

.stm-template-car_rental .stm_terms_popup_dismiss {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9999
}

.stm-template-car_rental .stm_terms_popup_dismiss.active {
    visibility: visible;
    opacity: 1
}

.stm-template-car_rental .footer_widgets_wrapper .widget_socials li a {
    background-color: #394d51
}

.stm-template-car_rental.post-type-archive-product .page-numbers {
    border-top: 0
}

.stm-template-car_rental.post-type-archive-product .page-numbers li>a {
    background-color: #f0c542
}

.stm-template-car_rental .woocommerce form .form-row.woocommerce-validated input.input-text {
    background-color: #eee !important;
    border-color: #eceff3 !important
}

.stm-template-car_rental .woocommerce form .form-row.woocommerce-validated input.input-text:focus {
    background-color: #fff !important;
    border-color: #f0c542 !important
}

.stm-template-car_rental .contact-us-submit {
    margin-top: 0
}

.stm-template-car_rental .contact-us-submit input[type=submit]:hover {
    background-color: #f0c542;
    box-shadow: 0 2px 0 #c09e33
}

.stm-template-car_rental .contact-us-submit input[type=submit]:active {
    box-shadow: none
}

.stm-template-car_rental .stm_rental_icon_boxes_style_2 .vc_custom_heading {
    font-weight: 400
}

.stm-template-car_rental .stm_rental_icon_boxes_style_2 .content span {
    font-size: 14px
}

.stm-template-car_rental.stm-template-rental-daypicker-page .stm_rent_accept_wrapper .stm_rent_accept {
    display: none
}

.stm-template-car_rental.stm-user-not-logged-in .stm-show-password {
    position: relative
}

.stm-template-car_rental.stm-user-not-logged-in .stm-show-password .fas {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    opacity: .8
}

.stm-template-car_rental.stm-user-not-logged-in .stm-show-password .fas:hover {
    cursor: pointer;
    opacity: 1
}

.stm-template-car_rental.stm-user-not-logged-in .stm-show-password input {
    padding-right: 45px !important
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form.stm_forgot_password_send {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form.stm_forgot_password_send input[type=submit] {
    padding: 15px 20px 13px;
    margin-top: 15px;
    font-size: 12px !important
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form {
    margin: 27px 0 0
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form h3 {
    margin-bottom: 28px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form {
    margin-bottom: 30px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #23393d
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -.5px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, .5)
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-checker label:hover {
    cursor: pointer
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-group {
    margin-bottom: 30px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-group.form-checker {
    margin-top: -5px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .form-group.form-checker .checker {
    margin-right: 5px !important
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=text],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=number],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=tel],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=email],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=search],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=text].form-error,
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=number].form-error,
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=tel].form-error,
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=email].form-error,
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=search].form-error,
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
    padding: 16px 46px 12px;
    font-weight: 700
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form {
    margin-bottom: 30px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form {
    padding: 37px 30px 4px;
    background-color: #fff;
    border-top: 4px solid #23393d;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form h4 {
    font-size: 15px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .form-group {
    margin-bottom: 30px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .form-group h4 {
    margin-bottom: 14px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .form-group.form-checker {
    margin-bottom: 25px;
    color: #888;
    font-size: 13px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .form-group input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    padding: 16px 22px 12px;
    font-size: 12px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=submit][disabled] {
    background-color: #c9cccf !important;
    box-shadow: 0 2px 0 rgba(201, 204, 207, .5)
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=submit][disabled]:hover {
    cursor: not-allowed
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=submit].cptch_nbld {
    margin-top: 16px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=text],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=number],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=tel],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=email],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=search],
.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form input[type=password] {
    padding-left: 17px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #f0c542;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .g-recaptcha {
    float: left;
    margin-right: 25px;
    min-width: 304px;
    min-height: 78px
}

.stm-template-car_rental.stm-user-not-logged-in .stm-login-register-form .stm-register-form form .stm-message-ajax-validation {
    margin-bottom: 20px;
    background-color: #23393d;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px
}

.stm-template-car_rental.woocommerce-account #main {
    background: #fff
}

.stm-template-car_rental.woocommerce-account input:-webkit-autofill,
.stm-template-car_rental.woocommerce-account input:-webkit-autofill:focus,
.stm-template-car_rental.woocommerce-account input:-webkit-autofill:hover,
.stm-template-car_rental.woocommerce-account textarea:-webkit-autofill,
.stm-template-car_rental.woocommerce-account textarea:-webkit-autofill:hover,
.stm-template-car_rental.woocommerce-account textarea:-webkit-autofill:focus,
.stm-template-car_rental.woocommerce-account select:-webkit-autofill,
.stm-template-car_rental.woocommerce-account select:-webkit-autofill:hover,
.stm-template-car_rental.woocommerce-account select:-webkit-autofill:focus {
    background-color: #fff !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.stm-template-car_rental.woocommerce-account #customer_login .login {
    border: 0;
    box-shadow: none;
    padding: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .login>h4 {
    font-size: 30px;
    text-transform: uppercase
}

.stm-template-car_rental.woocommerce-account #customer_login .login .form-row-wide {
    margin: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-text-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-text-wrap:before {
    display: block;
    content: "\f007";
    
    font-weight: 600;
    font-size: 16px;
    color: #23393d;
    opacity: .3;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-text-wrap input[type=text] {
    padding-left: 30px
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-pass-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-pass-wrap:before {
    display: block;
    content: "\f023";
    
    font-weight: 600;
    font-size: 16px;
    color: #23393d;
    opacity: .3;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-pass-wrap input[type=password] {
    padding-left: 30px
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap {
    display: block;
    padding: 45px 40px;
    background: #23393d
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap label {
    color: #fff;
    font-size: 16px
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap {
    background-color: #f0c542;
    color: #273f44 !important;
    height: auto;
    margin-right: 30px;
    top: 0;
    padding: 0 15px 0 0;
    box-shadow: none
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap:active input[type=submit] {
    top: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap input[type=submit] {
    display: inline-block;
    margin: 0;
    background: 0 0;
    opacity: 1;
    color: #23393d !important;
    box-shadow: none;
    position: inherit;
    padding: 0;
    font-size: 12px
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap input[type=submit]:active {
    top: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-btn-wrap i {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    right: 15%;
    transform: translateY(-50%);
    margin-top: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-pass {
    display: block;
    position: relative;
    overflow: hidden
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap .stm-rent-pass .lost_password {
    display: block;
    float: right;
    margin: 5px 0 0;
    color: #fff;
    opacity: .5
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap label[for=rememberme] {
    font-size: 13px
}

.stm-template-car_rental.woocommerce-account #customer_login .login .stm-rent-fields-wrap label[for=rememberme] .checker {
    margin-right: 5px !important
}

.stm-template-car_rental.woocommerce-account #customer_login .register {
    border: 0;
    box-shadow: none;
    padding: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .register>h4 {
    font-size: 30px;
    text-transform: uppercase
}

.stm-template-car_rental.woocommerce-account #customer_login .register .form-row-wide {
    margin: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-text-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-text-wrap:before {
    display: block;
    content: "\f0e0";
    
    font-weight: 600;
    font-size: 16px;
    color: #23393d;
    opacity: .3;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-text-wrap input[type=text],
.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-text-wrap input[type=email] {
    padding-left: 30px
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-pass-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-pass-wrap:before {
    display: block;
    content: "\f073";
    
    font-weight: 600;
    font-size: 16px;
    color: #23393d;
    opacity: .3;
    position: absolute;
    left: 2%;
    top: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-pass-wrap input[type=password] {
    padding-left: 30px
}

.stm-template-car_rental.woocommerce-account #customer_login .register .woocommerce-password-strength {
    display: block;
    background: red;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px 0;
    margin-top: 12px;
    position: relative
}

.stm-template-car_rental.woocommerce-account #customer_login .register .woocommerce-password-strength:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 13px solid red;
    border-right: 10px solid transparent;
    position: absolute;
    top: -9px;
    left: 20px
}

.stm-template-car_rental.woocommerce-account #customer_login .register .woocommerce-password-strength.bad,
.stm-template-car_rental.woocommerce-account #customer_login .register .woocommerce-password-strength.good,
.stm-template-car_rental.woocommerce-account #customer_login .register .woocommerce-password-strength.strong,
.stm-template-car_rental.woocommerce-account #customer_login .register .woocommerce-password-strength.bad+.woocommerce-password-hint {
    display: none !important
}

.stm-template-car_rental.woocommerce-account #customer_login .register .woocommerce-password-hint {
    display: block;
    background: red;
    font-size: 13px;
    font-style: italic;
    color: #fff;
    padding: 2px 20px 15px;
    line-height: 18px
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-fields-wrap {
    display: block;
    padding: 45px 40px;
    background: #f0c542
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-fields-wrap label {
    color: #23393d;
    font-size: 16px
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap {
    background-color: #23393d;
    color: #fff !important;
    padding: 0 30px 0 10px;
    height: auto;
    margin-right: 30px;
    box-shadow: none;
    top: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap:active input[type=submit] {
    top: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap input[type=submit] {
    display: inline-block;
    margin: 0;
    background: 0 0;
    opacity: 1;
    color: #fff !important;
    box-shadow: none;
    position: inherit;
    padding: 0;
    font-size: 12px;
    border: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap input[type=submit]:active {
    top: 0
}

.stm-template-car_rental.woocommerce-account #customer_login .register .stm-rent-fields-wrap .stm-rent-btn-wrap i {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    right: 12%;
    transform: translateY(-50%);
    margin-top: 0
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    background-color: #2a4046
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    display: block;
    content: "\f3fd" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 16px;
    left: 35px
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    display: block;
    content: "\f058" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 55px
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    display: block;
    content: "\f019" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 30px
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    display: block;
    content: "\f041" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 45px
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    display: block;
    content: "\f013" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 20px
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    display: block;
    content: "\f2f5" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 50px
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border: 0;
    color: #fff;
    position: relative;
    font-size: 12px;
    padding: 18px 18px 18px 36px;
    background: #2a4046
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    opacity: 1;
    background: 0 0;
    top: inherit;
    right: inherit
}

.stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f0c542;
    color: #23393d
}

.stm-template-car_rental.woocommerce-account input[type=text],
.stm-template-car_rental.woocommerce-account input[type=email],
.stm-template-car_rental.woocommerce-account input[type=tel],
.stm-template-car_rental.woocommerce-account input[type=password],
.stm-template-car_rental.woocommerce-account .select2-selection__rendered {
    background: #efefef;
    padding: 0 15px
}

.stm-template-car_rental.woocommerce-account a.button,
.stm-template-car_rental.woocommerce-account input[type=submit] {
    display: inline-block;
    position: relative;
    min-width: 87px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #f0c542;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4046 !important;
    text-decoration: none !important;
    opacity: 1;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    padding: 0 15px;
    top: 0;
    transition: all .2s ease-out
}

.stm-template-car_rental.woocommerce-account a.button:hover,
.stm-template-car_rental.woocommerce-account input[type=submit]:hover {
    border-color: #f0c542;
    background-color: #f0c542;
    box-shadow: none;
    top: 0
}

.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content .colored-separator {
    display: none
}

.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content h3,
.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content h4 {
    font-size: 30px;
    text-transform: uppercase
}

.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content .addresses {
    padding: 0 15px
}

.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address h4 {
    font-size: 16px;
    color: #2a4046
}

.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr th,
.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr td {
    background: #f9f9f9;
    border-bottom: 2px solid #fff
}

.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr th {
    font-family: "Montserrat";
    font-size: 12px;
    padding-left: 20px;
    padding-top: 4px;
    text-transform: uppercase;
    color: #2a4046
}

.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .row .address table tr td {
    font-size: 14px;
    color: #222
}

.stm-template-car_rental.woocommerce-edit-address .woocommerce-MyAccount-content .form-row label {
    font-family: "Montserrat";
    font-size: 12px;
    text-transform: uppercase;
    color: #23393d;
    font-weight: 700
}

.stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
    display: inline-block;
    overflow: hidden;
    width: 49%;
    vertical-align: top
}

.stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset:first-child {
    margin-right: 18px
}

.stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset legend {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #2a4046;
    border: 0;
    margin: 0 0 20px
}

.stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset p label {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 700;
    color: #2a4046
}

.stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset p label .stm-label-small {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 13px;
    color: #888;
    text-transform: none
}

.stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset p label .required {
    color: #2a4046
}

.stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm>p {
    text-align: center;
    border-top: solid 1px #efefef;
    margin-top: 15px
}

.stm-template-car_rental.woocommerce-downloads .woocommerce-Message--info {
    border: solid 2px #f0c542;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.stm-template-car_rental.woocommerce-downloads .woocommerce-Message--info a.button {
    order: 2;
    position: relative;
    padding-right: 30px;
    background: #f0c542
}

.stm-template-car_rental.woocommerce-downloads .woocommerce-Message--info a.button:after {
    display: block;
    content: "\f061";
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #23393d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px
}

.stm-template-car_rental.woocommerce-downloads .woocommerce-Message--info a.button:hover {
    background: 0 0
}

.stm-template-car_rental.woocommerce-orders .my_account_orders tr th {
    background: #f9f9f9;
    font-family: "Montserrat";
    font-size: 12px;
    color: #2a4046;
    border-bottom: 0
}

.stm-template-car_rental.woocommerce-orders .my_account_orders tr th span {
    font-weight: 700
}

.stm-template-car_rental.woocommerce-orders .my_account_orders tr th:first-child {
    padding-left: 30px
}

.stm-template-car_rental.woocommerce-orders .my_account_orders tr th:last-child {
    padding-right: 30px
}

.stm-template-car_rental.woocommerce-orders .my_account_orders tr td {
    color: #222
}

.stm-template-car_rental.woocommerce-orders .my_account_orders tr td:first-child {
    padding-left: 30px
}

.stm-template-car_rental.woocommerce-orders .my_account_orders tr td:first-child a {
    color: #888 !important
}

.stm-template-car_rental.woocommerce-orders .my_account_orders tr td:last-child {
    padding-right: 30px
}

.stm-template-car_rental .stm-rent-lOffer-account,
.stm-template-car_rental .stm-rent-lOffer-account-unit {
    display: none
}

.stm-template-car_rental .stm-rent-lOffer-account-main {
    position: relative;
    display: block;
    margin: 0;
    background-color: #eee;
    color: #23393d;
    font-size: 12px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    text-decoration: none !important
}

.stm-template-car_rental .stm-rent-lOffer-account-main:hover {
    color: #fff;
    background-color: #f0c542
}

.stm-template-car_rental .stm-rent-lOffer-account-main .stm-dropdown-user-small-avatar {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px
}

.stm-template-car_rental .stm-rent-lOffer-account-main .stm-dropdown-user-small-avatar img {
    vertical-align: top;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main {
    position: relative;
    display: block;
    margin: 0 0 0 10px;
    float: right
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main:hover .lOffer-account-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown {
    position: absolute;
    top: 110%;
    padding: 21px 15px 0 30px;
    background-color: #fff;
    width: 215px;
    margin: 14px 0 0 -94px;
    opacity: 0;
    visibility: hidden;
    box-shadow: -1px 2px 10px rgba(0, 0, 0, .3)
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered {
    margin-left: -104px;
    width: 235px;
    padding: 25px 20px
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered.working {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm-message-ajax-validation {
    margin-top: 20px;
    padding: 7px 15px;
    background-color: #23393d;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader {
    margin: 0 10px;
    opacity: 0;
    visibility: hidden
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader i {
    display: inline-block;
    color: #f0c542;
    animation: rotating 2s infinite linear
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader.visible {
    opacity: 1;
    visibility: visible
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered h4 {
    font-size: 14px
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .form-group {
    margin-bottom: 15px
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered input[type=text],
.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered input[type=password] {
    padding-left: 8px;
    height: 40px;
    line-height: 40px
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered input[type=submit] {
    visibility: inherit;
    display: inline-block;
    padding: 13px 15px 10px;
    font-size: 12px
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown.stm-login-form-unregistered .stm_label {
    font-size: 13px;
    color: #888
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown:before {
    position: absolute;
    content: "";
    display: block;
    top: -14px;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 14px
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 5px solid #fff
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .settings {
    display: block;
    position: absolute;
    right: 14px;
    top: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #eee;
    border-radius: 2px;
    text-decoration: none !important
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .settings .stm-settings-icon {
    line-height: 30px;
    font-size: 14px;
    color: #23393d;
    opacity: .3
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .settings:hover .stm-settings-icon {
    opacity: 1
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .name {
    margin-bottom: 12px;
    padding-right: 37px
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .name a {
    color: #23393d;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .name a:hover {
    color: #f0c542
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .account-list {
    padding: 0;
    margin: 0 0 14px;
    list-style: none
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .account-list li a {
    display: block;
    line-height: 26px;
    font-size: 13px;
    color: #23393d;
    text-decoration: none !important
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .account-list li a:hover {
    color: #f0c542
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .logout {
    display: block;
    margin: 0 -15px 0 -30px;
    padding: 10px 15px 10px 30px;
    background-color: #e5e5e5;
    color: #23393d;
    opacity: .7;
    font-size: 13px;
    text-decoration: none !important
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .logout .fas {
    position: relative;
    top: 1px;
    left: -1px;
    margin-right: 5px;
    color: #23393d;
    font-size: 15px;
    letter-spacing: -.5px;
    opacity: .5
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .logout:hover {
    opacity: .9
}

.stm-template-car_rental .stm-rent-lOffer-account-unit-main .lOffer-account-dropdown .logout:hover .fas {
    opacity: .7
}

.stm-template-car_rental .choose-another-class {
    position: fixed;
    top: -30%;
    left: 0;
    right: 0;
    padding-top: 17px;
    min-height: 71px;
    background-color: #2a4046;
    z-index: 99;
    opacity: 0
}

.stm-template-car_rental .choose-another-class.single-add-to-compare-visible {
    top: 0;
    opacity: 1
}

.stm-template-car_rental .choose-another-class.car-reserved {
    background-color: red;
    z-index: 999
}

.stm-template-car_rental .choose-another-class.car-reserved .single-add-to-compare-left {
    position: relative;
    padding-left: 55px;
    min-height: 35px
}

.stm-template-car_rental .choose-another-class.car-reserved .single-add-to-compare-left .add-to-compare-icon {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 35px;
    transform: translateY(-50%)
}

.stm-template-car_rental .choose-another-class.car-reserved .single-add-to-compare-left .stm-title {
    display: block;
    padding-top: 10px;
    color: #fff !important;
    font-weight: 400
}

.stm-template-car_rental .choose-another-class.car-reserved .single-add-to-compare-left .stm-title span {
    font-weight: 700
}

.stm-template-car_rental .choose-another-class.car-reserved .compare-fixed-link {
    display: block;
    padding: 8px 23px 6px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important
}

.stm-template-car_rental .choose-another-class.car-reserved .compare-fixed-link:hover {
    background-color: #fff;
    color: #2a4046 !important
}

.stm-template-car_rental .choose-another-class .single-add-to-compare-left {
    position: relative;
    padding-left: 55px;
    min-height: 35px
}

.stm-template-car_rental .choose-another-class .single-add-to-compare-left .add-to-compare-icon {
    position: absolute;
    left: 0;
    top: 50%;
    color: #f0c542;
    font-size: 35px;
    transform: translateY(-50%)
}

.stm-template-car_rental .choose-another-class .single-add-to-compare-left .stm-title {
    display: block;
    padding-top: 10px;
    color: #fff !important;
    font-weight: 700
}

.stm-template-car_rental .choose-another-class .compare-fixed-link {
    display: block;
    padding: 8px 23px 6px;
    color: #fff !important;
    border: 1px solid #f0c542;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important
}

.stm-template-car_rental .choose-another-class .compare-fixed-link:hover {
    background-color: #f0c542
}

.stm-template-car_rental .price-date-info-icon {
    display: inline-block;
    position: relative
}

.stm-template-car_rental .price-date-info-icon .fa-info-circle {
    font-size: 16px;
    color: #23393d
}

.stm-template-car_rental .price-date-info-icon:hover .price-date-info-popup {
    opacity: 1;
    z-index: 1
}

.stm-template-car_rental .price-date-info-icon .price-date-info-popup {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    padding: 20px 30px 30px;
    background: #f0c542;
    opacity: 0;
    transition: all .1s ease-in;
    z-index: -1
}

.stm-template-car_rental .price-date-info-icon .price-date-info-popup ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0
}

.stm-template-car_rental .price-date-info-icon .price-date-info-popup ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: #23393d
}

.stm-template-car_rental .price-date-info-icon .price-date-info-popup ul li.padd-10 {
    padding-top: 10px
}

.stm-template-car_rental .stm-reservaton-date {
    display: block;
    margin-top: 10px
}

.stm-template-car_rental .stm-reservaton-date h6 {
    margin-bottom: 0
}

.stm-template-car_rental .stm-reservaton-date span {
    font-size: 13px
}

.stm-template-car_rental .stm-created-date h6 {
    margin-bottom: 0
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel {
    border: none
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
    max-width: 100%
}

.stm-template-car_rental .stm-carousel .stm-owl-next:hover,
.stm-template-car_rental .stm-carousel .stm-owl-prev:hover {
    cursor: pointer;
    border-color: #f0c542;
    color: #f0c542
}

.stm-template-car_rental .stm-carousel .owl-dots .owl-dot.active span {
    background-color: #f0c542
}

@media print {
    .woocommerce-order-received {
        height: 99%;
        min-height: inherit !important
    }

    .woocommerce-order-received .woocommerce {
        padding: 50px 0 0 !important
    }

    .woocommerce-order-received .stm-reservation-archive {
        padding: 0 !important
    }

    .woocommerce-order-received .woocommerce-thankyou-order-details {
        padding: 0 !important
    }

    .woocommerce-order-received .woocommerce-thankyou-order-received,
    .woocommerce-order-received .stm_order_print,
    .woocommerce-order-received .col-md-5,
    .woocommerce-order-received .stm_rental_archive_top,
    .woocommerce-order-received .stm-fullwidth-with-parallax-bg {
        display: none
    }

    .woocommerce-order-received .com-md-7 {
        width: 100%
    }
}

.listing-menu-mobile-wrapper {
    display: none
}

.stm_terms_popup .fa-times {
    display: none
}

@media (max-width:1025px) {
    .stm-template-car_rental .stm-opened-menu-listing .top-bar-wrapper .language-switcher-unit .stm_current_language i {
        top: 5px !important
    }
}

@media (max-width:1025px) {
    .stm_terms_popup .fa-times {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        padding: 15px;
        cursor: pointer;
        z-index: 9999
    }

    .stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div {
        width: 100%
    }

    .stm_rental_icon_boxes_style_2 .icon-box {
        margin-bottom: 0 !important;
        clear: both
    }

    .stm_rental_icon_boxes_style_2 .icon-box .icon {
        display: none
    }

    .stm-template-car_rental .stm-fullwidth-with-parallax-bg {
        padding-top: 30px
    }

    .stm-template-car_rental .stm_single_class_car .infos .single_info {
        margin-top: 10px;
        margin-bottom: 5px
    }

    .stm-template-car_rental .icon-box .icon {
        margin-bottom: 20px
    }

    .stm-template-car_rental .stm_products_grid_class .stm_product_grid_single {
        width: 50%
    }

    .stm-template-car_rental .stm-fullwidth-with-parallax-bg {
        background-attachment: scroll !important
    }

    .stm-template-car_rental .stm_custom_rental_checkout .stm_woocommerce_checkout_billing .form-row {
        width: 100%
    }

    .stm-template-car_rental .stm_rental_archive_top {
        padding: 15px 0;
        min-height: inherit
    }

    .stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset:first-child {
        margin-right: 15px
    }

    .stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm>p {
        text-align: left
    }
}

@media (max-width:992px) {
    .woocommerce-order-received .stm_rent_order_info {
        display: none
    }

    .woocommerce-order-received .stm_custom_rental_checkout {
        margin-top: 0
    }

    .stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset:first-child {
        margin-right: 10px
    }

    .stm-template-car_rental.woocommerce-account .woocommerce-MyAccount-navigation {
        display: none
    }
}

@media (max-width:768px) {
    .stm_custom_rental_checkout {
        margin-top: 30px
    }

    .stm-template-car_rental .stm_rent_car_form_wrapper .stm_rent_car_form {
        width: 100%
    }

    .stm-template-car_rental .stm-background-centered {
        background-size: cover !important;
        background-attachment: scroll !important
    }

    .stm-template-car_rental .footer_widgets_wrapper {
        padding-top: 45px
    }

    .stm-stretch-image-right .vc_column-inner {
        margin: 0 -15px !important;
        padding: 200px 0
    }

    .stm-template-car_rental .stm_locations_description {
        width: 250px
    }

    .stm-template-car_rental .stm_locations_description li .stm_offices_wrapper img {
        display: none
    }

    .stm-template-car_rental .stm_single_class_car .lists-inline>ul {
        width: 49%
    }

    .stm-template-car_rental .stm_single_class_car .infos .single_info {
        margin: 10px 20px 0 0
    }

    .stm-template-car_rental .stm_single_class_car .stm_rent_prices {
        padding-right: 15px
    }

    .stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price {
        margin-left: 15px;
        margin-bottom: 30px
    }

    .stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .pay a {
        min-width: 100px
    }

    .stm-template-car_rental .stm_single_class_car .stm-more {
        margin-top: 15px
    }

    .stm-template-car_rental.woocommerce-edit-address .addresses .row .address:last-child {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .stm-template-car_rental .stm_single_class_car .top {
        padding-top: 30px
    }

    .stm-template-car_rental .stm_single_class_car .second>.row {
        margin: 0 -15px
    }

    .stm-template-car_rental .stm_single_class_car {
        padding: 20px 15px 0
    }

    .stm-template-car_rental .stm_single_class_car .stm_rent_prices {
        text-align: left;
        margin-top: 30px;
        padding-right: 0
    }

    .stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price {
        margin: 0 15px 30px 0;
        text-align: left
    }

    .stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price .pay {
        text-align: center
    }

    .stm-template-car_rental .stm_single_class_car .stm_rent_prices .stm_rent_price:last-child {
        margin-right: 0
    }

    .stm-template-car_rental .stm-fullwidth-with-parallax-bg .container .row>div {
        width: 100%
    }

    .stm-template-car_rental .stm_rental_archive_top .woocommerce-ordering,
    .stm-template-car_rental .stm_rental_coupon {
        float: left;
        margin-left: 0
    }

    .stm_rent_order_info {
        margin-top: 30px
    }
}

@media (max-width:600px) {
    .stm-template-car_rental .stm-rent-lOffer-account-unit {
        margin: 0 10px
    }

    .stm-template-car_rental .stm_products_grid_class .stm_product_grid_single {
        width: 100%
    }

    .stm-template-car_rental .stm_locations_description {
        display: none
    }

    .stm-template-car_rental .stm_rental_options_archive .stm_rental_option .image {
        display: none
    }

    .stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta {
        margin-top: 20px;
        float: none
    }

    .stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price {
        text-align: left
    }

    .stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart {
        float: right
    }

    .stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .content {
        float: none
    }

    .woocommerce form .form-row.terms label.checkbox {
        display: inline
    }

    .stm-template-car_rental .woocommerce form .form-row.terms .input-checkbox {
        margin: 2px 0 0 10px;
        float: none
    }

    .stm-template-car_rental .stm_rent_order_info {
        padding: 30px 15px
    }

    .stm-template-car_rental .stm_rent_order_info .stm_rent_table {
        width: 100%;
        margin: 0;
        overflow: scroll
    }

    .stm-template-car_rental .stm_rent_table table tfoot td,
    .stm-template-car_rental .stm_rent_table table tbody td,
    .stm-template-car_rental .stm_rent_table table thead td {
        padding: 5px 5px 5px 10px !important
    }

    .stm-template-car_rental .stm_rent_table table td.divider {
        padding: 1px 28px !important
    }

    .stm-template-car_rental .stm-rent-total {
        margin: 0
    }

    .woocommerce-checkout-payment .payment_methods .wc_payment_method img {
        display: none
    }
}

@media (max-width:440px) {
    .stm-register-form .row .col-md-6:last-child {
        margin-top: 10px
    }

    .stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .price .current_price {
        margin-top: 0
    }

    .stm-template-car_rental .stm_rental_options_archive .stm_rental_option .stm_rental_option_content .meta .stm-add-to-cart {
        float: none;
        width: 100%;
        margin: 15px 0 0
    }

    .stm-template-car_rental .stm_rental_order_success .single_order_info {
        width: 100%
    }

    .stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details {
        padding: 15px
    }

    .stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details li strong,
    .stm-template-car_rental.woocommerce-order-received .woocommerce-thankyou-order-details li span {
        width: 100%;
        text-align: center;
        line-height: 40px
    }

    .stm-template-car_rental.woocommerce-orders .woocommerce-MyAccount-content {
        display: block;
        overflow: scroll
    }

    .stm-template-car_rental.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr td,
    .stm-template-car_rental.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr th {
        font-size: 12px
    }

    .stm-template-car_rental.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr td:first-child,
    .stm-template-car_rental.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr th:first-child {
        padding-left: 20px
    }

    .stm-template-car_rental.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr td:last-child,
    .stm-template-car_rental.woocommerce-orders .woocommerce-MyAccount-content .my_account_orders tr th:last-child {
        padding-left: 20px
    }

    .stm-template-car_rental .woocommerce-Message--info {
        flex-direction: column
    }

    .stm-template-car_rental .woocommerce-Message--info a {
        margin-top: 20px
    }

    .stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
        width: 100%;
        margin: 0
    }

    .stm-template-car_rental.woocommerce-edit-account .woocommerce-EditAccountForm fieldset+fieldset {
        margin-top: 30px
    }
}

html.stm-site-preloader-anim {
    overflow: visible
}

html.stm-site-preloader-anim:before {
    position: fixed;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: 9999999999
}

html.stm-site-preloader-anim:after {
    position: fixed;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: 0 0;
    background-color: #23393d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    animation: scaleout 1s infinite ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999999999
}

html.stm-site-preloader:after,
html.stm-site-preloader:before {
    visibility: visible;
    opacity: 1
}

html.stm-site-preloader.stm-after-hidden:after {
    display: none
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.ab-progress-tracker.bookly-table>div {
    color: #fff
}

.wpcf7-form-control-wrap.stmgdpr {
    padding-left: 0
}

.stm-orange {
    color: #ffb129
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0
}

.bypostauthor>article .fn:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

.wp-caption-text {
    margin-top: 10px
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.bypostauthor {
    text-decoration: none
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=password] {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3
}

input[type=text].form-error,
input[type=number].form-error,
input[type=tel].form-error,
input[type=email].form-error,
input[type=search].form-error,
input[type=password].form-error {
    border-color: #ff2325
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus {
    background-color: #fff;
    border-color: #2a4046;
    color: #232628
}

.stm-row-comments input[type=text],
.stm-row-comments input[type=tel],
.stm-row-comments input[type=email],
.stm-row-comments input[type=search],
.stm-row-comments input[type=password] {
    height: 44px;
    line-height: 44px
}

.stm-forms-sm {
    margin-bottom: 11px
}

.stm-forms-sm input[type=text],
.stm-forms-sm input[type=tel],
.stm-forms-sm input[type=email],
.stm-forms-sm input[type=search],
.stm-forms-sm input[type=password] {
    height: 37px;
    line-height: 37px
}

.stm-mc-unit input[type=text],
.stm-mc-unit input[type=tel],
.stm-mc-unit input[type=email],
.stm-mc-unit input[type=search],
.stm-mc-unit input[type=password] {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    padding: 0 17px;
    font-weight: 400;
    color: #aaa;
    font-size: 13px;
    outline: none !important;
    background-color: #fff
}

textarea {
    padding: 21px;
    width: 100%;
    max-width: 100%;
    background-color: #eceff3;
    border: 2px solid #eceff3;
    color: #888;
    resize: none
}

textarea:focus {
    background-color: #fff;
    border-color: #2a4046;
    color: #232628
}

.form-label {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px
}

.form-label-small {
    margin-bottom: 3px;
    color: #888;
    font-size: 13px
}

.form-modal-label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #888
}

.form-group {
    margin-bottom: 19px
}

.form-group-textarea {
    margin-bottom: 16px
}

.wpcf7-not-valid {
    border-color: #ff2325 !important
}

.has-error input[type=text],
.has-error input[type=tel],
.has-error input[type=email],
.has-error input[type=search],
.has-error input[type=password] {
    border-color: #ff2325
}

.modal-body input:not([type=submit]) {
    height: 37px;
    line-height: 37px
}

.modal-body button {
    display: inline-block
}

.stm-button {
    background: #f0c542;
    color: #191919;
    transition: all .2s ease;
    opacity: 1
}

.stm-button i {
    font-size: 10px;
    margin-right: 5px
}

.stm-button:hover {
    opacity: .8
}

.form-error {
    border-color: #ff2325
}

.stm-form-alert {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    color: #888
}

.form-hr {
    margin: 0 0 29px;
    background-color: #ddd
}

.comment-form-comment textarea {
    height: 172px
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
    position: relative;
    top: -1px;
    vertical-align: middle
}

span.wpcf7-list-item {
    margin-left: 0 !important
}

.wpcf7-list-item-label {
    color: #888 !important;
    font-size: 13px
}

textarea,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

.stm-label-type-2 {
    margin-bottom: 5px;
    font-weight: 400
}

html {
    overflow-y: scroll;
    font-size: 100%
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
    color: #555
}

.container {
    width: auto;
    max-width: 1140px
}

#wrapper {
    overflow: hidden
}

.stm-col-pad-left {
    padding-left: 25px !important
}

.stm-col-pad-right {
    padding-right: 25px !important
}

.modal-open #wrapper {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px)
}

.row-4 .col-md-3:nth-child(4n+1) {
    clear: both
}

.row-3 .col-md-4:nth-child(3n+1) {
    clear: both
}

.row-2 .col-md-6:nth-child(2n+1) {
    clear: both
}

.post-type-archive-service #wrapper {
    margin-bottom: 30px
}

.wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 15px !important;
    border: 2px solid #2a4046 !important;
    color: #2a4046 !important;
    border-radius: 5px
}

.wpcf7-response-output.wpcf7-validation-errors {
    border-color: #ff2325 !important;
    color: #ff2325 !important
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #32cd32 !important;
    color: #32cd32 !important
}

.wpcf7-not-valid-tip {
    display: none !important
}

#footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

#footer .panel {
    margin-bottom: 0
}

#footer .panel .panel-footer {
    border-top: 0
}

#footer #footer_top {
    padding: 15px 0
}

#footer #footer_top .widget_title h3 {
    color: #fff
}

.less_4 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.more_8 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 30px !important
}

.cols_4 aside:nth-child(5) .widget-wrapper,
.cols_4 aside:nth-child(6) .widget-wrapper,
.cols_4 aside:nth-child(7) .widget-wrapper,
.cols_4 aside:nth-child(8) .widget-wrapper {
    padding-top: 39px;
    margin-top: 24px;
    border-top: 1px solid #444
}

.cols_3 aside:nth-child(1) .widget-wrapper,
.cols_3 aside:nth-child(2) .widget-wrapper,
.cols_3 aside:nth-child(3) .widget-wrapper {
    padding-bottom: 39px;
    margin-bottom: 24px;
    border-bottom: 1px solid #444
}

.cols_1 {
    margin: 0 -15px
}

.cols_1 aside {
    float: left;
    padding: 0 15px 0;
    width: 100%
}

.cols_1 aside:nth-child(1n+1) {
    clear: both
}

.cols_2 {
    margin: 0 -15px
}

.cols_2 aside {
    float: left;
    padding: 0 15px 0;
    width: 50%
}

.cols_2 aside:nth-child(2n+1) {
    clear: both
}

.cols_3 {
    margin: 0 -15px
}

.cols_3 aside {
    float: left;
    padding: 0 15px 0;
    width: 33.33333%
}

.cols_3 aside:nth-child(3n+1) {
    clear: both
}

.cols_4 {
    margin: 0 -15px
}

.cols_4 aside {
    float: left;
    padding: 0 15px 0;
    width: 25%
}

.cols_4 aside:nth-child(4n+1) {
    clear: both
}

aside.widget-default ul {
    list-style: none;
    margin: 0;
    padding: 0
}

aside.widget-default ul li a {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 20px;
    color: #888
}

#footer-copyright {
    padding: 20px 0 19px
}

#footer-copyright .footer-copyright {
    position: relative
}

#footer-copyright .footer-copyright:before {
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #444
}

#footer-copyright .copyright-text {
    font-size: 13px;
    color: #888
}

#footer-copyright .copyright-text a {
    color: #2a4046
}

#footer-copyright .copyright-text .divider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-color: #888;
    margin: 0 10px;
    height: 13px;
    width: 1px
}

.copyright-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 7px
}

.copyright-socials ul:after {
    display: table;
    content: "";
    clear: both
}

.copyright-socials ul li {
    float: left;
    margin-left: 37px
}

.copyright-socials ul li:first-child {
    margin-left: 0
}

.copyright-socials ul li a {
    color: #2a4046
}

#footer-copyright,
#footer-main {
    background-color: #232628
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading-font,
.button,
.load-more-btn,
.vc_tta-panel-title,
.page-numbers li>a,
.page-numbers li>span,
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,
.stm_auto_loan_calculator input,
.post-content blockquote,
.contact-us-label,
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a,
.stm-shop-sidebar-area .widget.widget_product_categories>ul,
#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,
#main .stm-shop-sidebar-area .widget .product_list_widget li a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_table td.product-name a,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal,
.header-listing .listing-menu li a {
    color: #232628
}

h1,
.h1 {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 14px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 11px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 7px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700
}

body.stm-macintosh h1,
body.stm-macintosh .h1,
body.stm-macintosh h2,
body.stm-macintosh .h2,
body.stm-macintosh h3,
body.stm-macintosh .h3,
body.stm-macintosh h4,
body.stm-macintosh .h4,
body.stm-macintosh h5,
body.stm-macintosh .h5,
body.stm-macintosh h6,
body.stm-macintosh .h6,
body.stm-macintosh .heading-font {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul {
    padding-left: 20px
}

ul li {
    margin-bottom: 8px
}

ol {
    padding-left: 20px
}

ol li {
    margin-bottom: 8px
}

ul ol,
ol ol,
ol ul,
ul ul {
    margin-top: 8px
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #191919
}

a:hover {
    color: #f0c542
}

a:focus {
    color: #f0c542
}

a:active {
    color: #f0c542
}

blockquote {
    margin: 22px 0;
    padding: 2px 32px;
    border-left-width: 4px;
    border-left-color: #f0c542;
    font-size: 14px;
    line-height: 22px;
    color: #888;
    font-style: italic
}

label {
    font-weight: 400;
    margin-bottom: 0
}

p {
    margin: 0 0 14px
}

table {
    width: 100%;
    margin-bottom: 20px
}

table>thead tr th {
    text-transform: uppercase;
    font-size: 16px
}

table>tbody tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #d5d9e0
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0
}

.bypostauthor>article .fn:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

.wp-caption-text {
    margin-top: 10px
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.bypostauthor {
    text-decoration: none
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=password] {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3
}

input[type=text].form-error,
input[type=number].form-error,
input[type=tel].form-error,
input[type=email].form-error,
input[type=search].form-error,
input[type=password].form-error {
    border-color: #ff2325
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus {
    background-color: #fff;
    border-color: #2a4046;
    color: #232628
}

.stm-row-comments input[type=text],
.stm-row-comments input[type=tel],
.stm-row-comments input[type=email],
.stm-row-comments input[type=search],
.stm-row-comments input[type=password] {
    height: 44px;
    line-height: 44px
}

.stm-forms-sm {
    margin-bottom: 11px
}

.stm-forms-sm input[type=text],
.stm-forms-sm input[type=tel],
.stm-forms-sm input[type=email],
.stm-forms-sm input[type=search],
.stm-forms-sm input[type=password] {
    height: 37px;
    line-height: 37px
}

.stm-mc-unit input[type=text],
.stm-mc-unit input[type=tel],
.stm-mc-unit input[type=email],
.stm-mc-unit input[type=search],
.stm-mc-unit input[type=password] {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    padding: 0 17px;
    font-weight: 400;
    color: #aaa;
    font-size: 13px;
    outline: none !important;
    background-color: #fff
}

textarea {
    padding: 21px;
    width: 100%;
    max-width: 100%;
    background-color: #eceff3;
    border: 2px solid #eceff3;
    color: #888;
    resize: none
}

textarea:focus {
    background-color: #fff;
    border-color: #2a4046;
    color: #232628
}

.form-label {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px
}

.form-label-small {
    margin-bottom: 3px;
    color: #888;
    font-size: 13px
}

.form-modal-label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #888
}

.form-group {
    margin-bottom: 19px
}

.form-group-textarea {
    margin-bottom: 16px
}

.wpcf7-not-valid {
    border-color: #ff2325 !important
}

.has-error input[type=text],
.has-error input[type=tel],
.has-error input[type=email],
.has-error input[type=search],
.has-error input[type=password] {
    border-color: #ff2325
}

.modal-body input:not([type=submit]) {
    height: 37px;
    line-height: 37px
}

.modal-body button {
    display: inline-block
}

.stm-button {
    background: #f0c542;
    color: #191919;
    transition: all .2s ease;
    opacity: 1
}

.stm-button i {
    font-size: 10px;
    margin-right: 5px
}

.stm-button:hover {
    opacity: .8
}

.form-error {
    border-color: #ff2325
}

.stm-form-alert {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    color: #888
}

.form-hr {
    margin: 0 0 29px;
    background-color: #ddd
}

.comment-form-comment textarea {
    height: 172px
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
    position: relative;
    top: -1px;
    vertical-align: middle
}

span.wpcf7-list-item {
    margin-left: 0 !important
}

.wpcf7-list-item-label {
    color: #888 !important;
    font-size: 13px
}

textarea,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

.stm-label-type-2 {
    margin-bottom: 5px;
    font-weight: 400
}

html {
    overflow-y: scroll;
    font-size: 100%
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
    color: #555
}

.container {
    width: auto;
    max-width: 1140px
}

#wrapper {
    overflow: hidden
}

.stm-col-pad-left {
    padding-left: 25px !important
}

.stm-col-pad-right {
    padding-right: 25px !important
}

.modal-open #wrapper {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px)
}

.row-4 .col-md-3:nth-child(4n+1) {
    clear: both
}

.row-3 .col-md-4:nth-child(3n+1) {
    clear: both
}

.row-2 .col-md-6:nth-child(2n+1) {
    clear: both
}

.post-type-archive-service #wrapper {
    margin-bottom: 30px
}

.wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 15px !important;
    border: 2px solid #2a4046 !important;
    color: #2a4046 !important;
    border-radius: 5px
}

.wpcf7-response-output.wpcf7-validation-errors {
    border-color: #ff2325 !important;
    color: #ff2325 !important
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #32cd32 !important;
    color: #32cd32 !important
}

.wpcf7-not-valid-tip {
    display: none !important
}

#footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

#footer .panel {
    margin-bottom: 0
}

#footer .panel .panel-footer {
    border-top: 0
}

#footer #footer_top {
    padding: 15px 0
}

#footer #footer_top .widget_title h3 {
    color: #fff
}

.less_4 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.more_8 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 30px !important
}

.cols_4 aside:nth-child(5) .widget-wrapper,
.cols_4 aside:nth-child(6) .widget-wrapper,
.cols_4 aside:nth-child(7) .widget-wrapper,
.cols_4 aside:nth-child(8) .widget-wrapper {
    padding-top: 39px;
    margin-top: 24px;
    border-top: 1px solid #444
}

.cols_3 aside:nth-child(1) .widget-wrapper,
.cols_3 aside:nth-child(2) .widget-wrapper,
.cols_3 aside:nth-child(3) .widget-wrapper {
    padding-bottom: 39px;
    margin-bottom: 24px;
    border-bottom: 1px solid #444
}

.cols_1 {
    margin: 0 -15px
}

.cols_1 aside {
    float: left;
    padding: 0 15px 0;
    width: 100%
}

.cols_1 aside:nth-child(1n+1) {
    clear: both
}

.cols_2 {
    margin: 0 -15px
}

.cols_2 aside {
    float: left;
    padding: 0 15px 0;
    width: 50%
}

.cols_2 aside:nth-child(2n+1) {
    clear: both
}

.cols_3 {
    margin: 0 -15px
}

.cols_3 aside {
    float: left;
    padding: 0 15px 0;
    width: 33.33333%
}

.cols_3 aside:nth-child(3n+1) {
    clear: both
}

.cols_4 {
    margin: 0 -15px
}

.cols_4 aside {
    float: left;
    padding: 0 15px 0;
    width: 25%
}

.cols_4 aside:nth-child(4n+1) {
    clear: both
}

aside.widget-default ul {
    list-style: none;
    margin: 0;
    padding: 0
}

aside.widget-default ul li a {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 20px;
    color: #888
}

#footer-copyright {
    padding: 20px 0 19px
}

#footer-copyright .footer-copyright {
    position: relative
}

#footer-copyright .footer-copyright:before {
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #444
}

#footer-copyright .copyright-text {
    font-size: 13px;
    color: #888
}

#footer-copyright .copyright-text a {
    color: #2a4046
}

#footer-copyright .copyright-text .divider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-color: #888;
    margin: 0 10px;
    height: 13px;
    width: 1px
}

.copyright-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 7px
}

.copyright-socials ul:after {
    display: table;
    content: "";
    clear: both
}

.copyright-socials ul li {
    float: left;
    margin-left: 37px
}

.copyright-socials ul li:first-child {
    margin-left: 0
}

.copyright-socials ul li a {
    color: #2a4046
}

#footer-copyright,
#footer-main {
    background-color: #232628
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading-font,
.button,
.load-more-btn,
.vc_tta-panel-title,
.page-numbers li>a,
.page-numbers li>span,
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,
.stm_auto_loan_calculator input,
.post-content blockquote,
.contact-us-label,
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a,
.stm-shop-sidebar-area .widget.widget_product_categories>ul,
#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,
#main .stm-shop-sidebar-area .widget .product_list_widget li a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_table td.product-name a,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal,
.header-listing .listing-menu li a {
    color: #232628
}

h1,
.h1 {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 14px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 11px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 7px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700
}

body.stm-macintosh h1,
body.stm-macintosh .h1,
body.stm-macintosh h2,
body.stm-macintosh .h2,
body.stm-macintosh h3,
body.stm-macintosh .h3,
body.stm-macintosh h4,
body.stm-macintosh .h4,
body.stm-macintosh h5,
body.stm-macintosh .h5,
body.stm-macintosh h6,
body.stm-macintosh .h6,
body.stm-macintosh .heading-font {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul {
    padding-left: 20px
}

ul li {
    margin-bottom: 8px
}

ol {
    padding-left: 20px
}

ol li {
    margin-bottom: 8px
}

ul ol,
ol ol,
ol ul,
ul ul {
    margin-top: 8px
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #191919
}

a:hover {
    color: #f0c542
}

a:focus {
    color: #f0c542
}

a:active {
    color: #f0c542
}

blockquote {
    margin: 22px 0;
    padding: 2px 32px;
    border-left-width: 4px;
    border-left-color: #f0c542;
    font-size: 14px;
    line-height: 22px;
    color: #888;
    font-style: italic
}

label {
    font-weight: 400;
    margin-bottom: 0
}

p {
    margin: 0 0 14px
}

table {
    width: 100%;
    margin-bottom: 20px
}

table>thead tr th {
    text-transform: uppercase;
    font-size: 16px
}

table>tbody tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #d5d9e0
}

#stm-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100
}

.stm-hoverable-interactive-galleries .car-listing-tabs-unit .image:before {
    background-color: transparent
}

.stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {
    min-height: 218px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {
        min-height: 143px
    }
}

#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-stm-me-theme-options a img {
    height: 22px;
    width: 22px;
    opacity: 1;
    padding-top: 0;
    max-width: 22px !important;
    vertical-align: middle
}

.main-menu .header-menu>li>ul>li>ul a {
    line-height: 18px
}

.stm_automanager_features_list .stm_automanager_single h3 {
    font-size: 14px;
    text-transform: uppercase
}

.stm_automanager_features_list ul.list-style-2 li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px
}

.automanager-listing-page .regular-price-with-sale {
    font-size: 12px;
    opacity: .8
}

.automanager-listing-page .regular-price-with-sale strong {
    display: block;
    margin-top: -5px;
    font-size: 24px;
    line-height: 29px
}

.car-action-unit.add-to-compare {
    padding-right: 10px;
    padding-left: 36px;
    min-width: 158px;
    white-space: nowrap
}

.car-action-unit.stm-brochure {
    min-width: 157px;
    padding-left: 35px
}

#top-bar .top-bar-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.single-regular-sale-price>table tr td:first-child {
    border-right: 1px solid rgba(255, 255, 255, .13)
}

#searchform .search-input {
    padding: 0 75px 0 25px !important
}

.stm-isotope-listing-item {
    padding-bottom: 15px
}

.listing-list-loop .content .meta-top {
    margin-bottom: 16px
}

.listing-list-loop .content .meta-middle {
    margin-bottom: 19px
}

.listing-list-loop .content .meta-middle .meta-middle-unit {
    margin-bottom: 8px
}

.stm-blog-fullwidth-info {
    height: 580px;
    overflow: hidden
}

body:not(.elementor-editor-active) .car-listing-modern-grid img.lazy.img-responsive {
    min-height: 134px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) {
    body:not(.elementor-editor-active) .car-listing-modern-grid img.lazy.img-responsive {
        min-height: auto
    }
}

#footer-copyright .footer-copyright:before {
    background: rgba(255, 255, 255, .2)
}

body .vc_row[data-vc-full-width] {
    overflow: visible
}

body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden
}

#stm-fixed-cover {
    background-size: cover
}

.stm-single-car-history-image {
    margin: 15px 0
}

.stm-user-private .stm-schedule {
    display: none
}

.single-car-data>table tr td.t-value.t-vin {
    overflow: hidden;
    text-overflow: ellipsis
}

.filter.stm-vc-ajax-filter button[disabled] {
    opacity: .5
}

.car-listing-tabs-unit img {
    width: 100%
}

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header {
    margin-bottom: 50px
}

.woocommerce-MyAccount-navigation ul {
    margin: 30px 0;
    background-color: #232628;
    border: none;
    display: table;
    width: 100%;
    table-layout: fixed
}

.woocommerce-MyAccount-navigation ul:before {
    display: none
}

.woocommerce-MyAccount-navigation ul:after {
    display: none
}

.woocommerce-MyAccount-navigation ul>li {
    float: none;
    position: relative;
    margin: 0;
    display: table-cell
}

.woocommerce-MyAccount-navigation ul>li>a {
    display: block;
    position: relative;
    text-align: center;
    padding: 18px;
    background-color: #232628;
    border-radius: 0;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.woocommerce-MyAccount-navigation ul>li>a:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #f0c542;
    opacity: 0
}

.woocommerce-MyAccount-navigation ul>li>a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff
}

.woocommerce-MyAccount-navigation ul>li>a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px
}

.woocommerce-MyAccount-navigation ul>li.is-active>a:before {
    display: none
}

.woocommerce-MyAccount-navigation ul>li.is-active a {
    background-color: #fff;
    color: #f0c542;
    border: 3px solid #232628
}

.stm-icon-counter .dp-in {
    width: 100%
}

@media (max-width:490px) {
    .stm-similar-cars-units .stm-similar-car {
        width: 100% !important;
        margin-bottom: 10px;
        float: none !important
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 65px;
        padding: 0
    }

    .woocommerce-MyAccount-navigation ul li a {
        border: 3px solid transparent;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .woocommerce-orders .woocommerce-MyAccount-content {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .addresses {
        padding: 0 15px
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .addresses .address:first-child {
        margin-bottom: 50px
    }

    .woocommerce-edit-account .woocommerce-EditAccountForm.edit-account fieldset {
        margin-top: 30px
    }

    .woocommerce-account .subscriptio_subscription_list {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden
    }
}

.stm-form-price-edit .stm_price_input:last-child {
    border-top: 1px solid #fff
}

.stm-form-price-edit .stm_price_input {
    padding: 25px 40px
}

.woocommerce .quantity input {
    padding: 0 3px
}

.stm-user-current-plan-info {
    margin-top: 30px;
    padding: 21px 29px 25px;
    background: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.stm-user-current-plan-info .sub-title {
    margin-bottom: 1px;
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
    letter-spacing: -.2px
}

.stm-user-current-plan-info .stm-plan-name {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.stm-user-current-plan-info .stm-free-plan {
    margin-bottom: 20px
}

.stm-user-current-plan-info .days-left {
    min-height: 24px;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 700
}

.stm-user-current-plan-info .button {
    padding: 15px 22px 13px;
    font-size: 12px
}

.stm-user-private .stm-user-private-sidebar.side-fixed {
    max-width: 255px;
    width: 100%;
    position: fixed;
    top: 0
}

.stm_add_car_title_form {
    margin: 25px 0
}

.stm_add_car_title_form input {
    max-width: 60%
}

.stm-form-price-edit h4 {
    margin-bottom: 16px
}

.stm-prices-add {
    margin-bottom: 30px
}

.stm-form-price-edit .stm_price_input {
    padding-bottom: 30px
}

.woocommerce table.my_account_orders .button {
    margin-left: 10px
}

.subscriptio_subscription_info {
    margin-top: 40px
}

body.woocommerce-order-pay .woocommerce table.shop_table th,
body.woocommerce-order-pay .woocommerce table.shop_table td,
.subscriptio_frontend_items_list,
.subscriptio_frontend_items_list th,
.subscriptio_frontend_items_list td {
    font-size: 15px !important
}

body.woocommerce-order-pay .woocommerce {
    margin-bottom: 60px
}

#subscriptio_button_cancel_subscription {
    margin: 20px 0 !important
}

.listing-archive-dealer-info .dealer-info-block.stm_phone_disabled .title {
    margin-top: 17px
}

li.product-category.product {
    width: 33.33333333%;
    float: left;
    padding: 0 15px
}

li.product-category.product a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 49px !important
}

.car-listing-row .car-meta-bottom ul li i {
    margin-top: 5px;
    margin-left: 5px;
    float: right
}

@media (max-width:768px) {
    .stm-blog-pagination .page-numbers li {
        margin-bottom: 15px
    }

    .stm-boats-contact-information {
        padding-right: 20px;
        padding-left: 20px
    }
}

.stm-simple-parallax {
    background-position-x: 50% !important
}

.stm-simple-parallax .stm-simple-parallax-gradient {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.stm-single-car-page {
    max-width: 1920px;
    width: auto;
    margin-right: auto !important;
    margin-left: auto !important;
    background-position-x: 50% !important
}

.stm-single-car-page:before,
.stm-single-car-page:after,
.stm-simple-parallax .stm-simple-parallax-gradient:before,
.stm-simple-parallax .stm-simple-parallax-gradient:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 130px;
    height: 100%
}

.stm-simple-parallax .stm-simple-parallax-gradient:before {
    left: 0
}

.stm-simple-parallax .stm-simple-parallax-gradient:after {
    right: 0
}

.stm-single-car-page:before {
    left: 0
}

.stm-single-car-page:after {
    right: 0
}

.stm-simple-parallax-vertical:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 130px;
    width: 100%
}

.stm-simple-parallax>.vc_column_container {
    position: relative;
    z-index: 10
}

.entry-header {
    z-index: 10
}

.listing-archive-dealer-info .dealer-info-block {
    display: block
}

.woocommerce form .form-row label.checkbox {
    display: inline-block
}

body .woocommerce form .form-row .input-checkbox {
    margin: 18px 8px 0 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    float: left
}

.stm-pricing-table__periods-link {
    display: none
}

.stm-pricing-table__periods-link.stm-pricing-table__periods-item_active {
    display: block
}

html[lang=it-IT] .car-action-unit.stm-share,
html[lang=it-IT] .car-action-unit.stm-brochure,
html[lang=de-DE] .car-action-unit.stm-share,
html[lang=de-DE] .car-action-unit.stm-brochure,
html[lang=es-ES] .car-action-unit.stm-share,
html[lang=es-ES] .car-action-unit.stm-brochure,
html[lang=fr-FR] .car-action-unit.stm-share,
html[lang=fr-FR] .car-action-unit.stm-brochure,
html[lang=pt-PT] .car-action-unit.stm-share,
html[lang=pt-PT] .car-action-unit.stm-brochure {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto
}

html[lang=it-IT] .car-action-unit.add-to-compare,
html[lang=de-DE] .car-action-unit.add-to-compare,
html[lang=fr-FR] .car-action-unit.add-to-compare,
html[lang=es-ES] .car-action-unit.add-to-compare,
html[lang=pt-PT] .car-action-unit.add-to-compare {
    width: auto
}

html[lang=it-IT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=fr-FR] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=es-ES] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=pt-PT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,
html[lang=de-DE] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels {
    width: 100%;
    margin: 15px 0 25px;
    text-align: left
}

html[lang=fr-FR] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=es-ES] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=pt-PT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=de-DE] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,
html[lang=it-IT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a {
    font-size: 11px
}

.gform_wrapper ul.gfield_checkbox li .checker span input[type=checkbox] {
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important
}

.gform_wrapper ul.gfield_checkbox li .checker span {
    position: relative
}

.gform_wrapper ul.gfield_radio li .radio span input[type=radio] {
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important
}

.gform_wrapper ul.gfield_radio li .radio span {
    position: relative
}

.gform_wrapper .gfield_radio li label {
    line-height: 1
}

.form-control {
    border-radius: 0;
    box-shadow: none
}

.stm-settings-confirm-password .stm-listing-loader {
    visibility: hidden;
    opacity: 0;
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader,
.stm-settings-confirm-password .stm-listing-loader i {
    animation: rotating 2s infinite linear
}

.stm-settings-confirm-password .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1
}

.stm-settings-confirm-password .stm-user-message {
    color: #fff
}

.stm-image-avatar.hide-empty .stm-empty-avatar-icon {
    display: none
}

.stm-image-avatar.hide-photo img,
.stm-image-avatar.hide-photo .stm_image_upl {
    display: none
}

.vc_row .archive-listing-page>.container {
    padding: 0
}

.stm-slider-round {
    padding: 58px 19px 50px 27px !important
}

.stm-service-slider-title {
    padding: 27px 37px 27px 30px !important
}

.stm-service-slider-price {
    padding: 12px 39px 11px 32px !important
}

.stm-service-slider-title-centered {
    text-align: center !important
}

.stm-boats-layer .pricing-unit {
    text-align: right !important
}

.stm_trapeze {
    padding: 41px 30px 34px 15px !important
}

.stm_trapeze_white {
    padding: 25px 0 29px !important
}

.stm_trapeze_red {
    padding: 13px 16px 12px 10px !important
}

body.stm_frontend_customizer .stm-select-layout .select2-dropdown {
    z-index: 99999 !important
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin-right: 10px
}

#main .widget_search form.wp-block-search:after,
#main .widget_search form.search-form:after {
    line-height: 45px
}

#services .ui-widget-content {
    background: inherit !important
}

@media (max-width:767px) {

    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars,
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link,
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {
        display: none
    }

    .stm-blog-fullwidth-info {
        height: auto
    }
}

@media (max-width:500px) {
    .dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td {
        display: block;
        padding: 15px 0 5px;
        margin-bottom: 0
    }
}

.woocommerce-billing-fields .create-account {
    margin-top: 20px
}

.single-car-actions>ul li {
    margin-right: 10px
}

.ui-widget {
    font-family: inherit !important
}

.stm-filter-tab-selects.filter.stm-vc-ajax-filter {
    margin-bottom: 0
}

.stm-ajax-row.stm-loading:after {
    display: none !important
}

.widget_car_location #stm-dealer-gmap {
    width: 100%;
    margin-top: 0
}

.testimonials-carousel .testimonial-unit,
.stm-thumbs-car-gallery .stm-single-image,
.stm-big-car-gallery .stm-single-image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0
}

.testimonials-carousel .testimonial-unit:first-child,
.stm-thumbs-car-gallery .stm-single-image:first-child,
.stm-big-car-gallery .stm-single-image:first-child {
    position: relative;
    opacity: 1;
    visibility: visible
}

.testimonials-carousel .testimonial-unit:first-child,
.stm-thumbs-car-gallery.owl-loaded .stm-single-image:first-child,
.stm-big-car-gallery.owl-loaded .stm-single-image:first-child {
    margin: 0 auto
}

.stm-thumbs-car-gallery {
    margin-top: 25px
}

.stm-big-car-gallery .owl-controls {
    margin: 0
}

@media (max-width:767px) {
    .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {
        margin-bottom: 15px
    }

    .stm-sell-a-car-form .form-navigation .form-navigation-unit {
        margin-bottom: 20px
    }
}

@media print {

    #top-bar,
    #header,
    #footer,
    .stm_breadcrumbs_unit,
    .entry-header,
    .stm-car_dealer-buttons,
    .single-car-mpg .mpg-icon,
    .wpb_tabs_nav,
    .sale-price-description-single,
    .stm-thumbs-car-gallery,
    .stm-single-car-history-image,
    .stm_auto_loan_calculator,
    .single-car-actions {
        display: none !important
    }

    .single-car-mpg .mpg-unit:last-child {
        float: right
    }

    .stm-single-car-page .lists-inline>ul {
        width: 49% !important
    }

    a[href]:after {
        content: none !important
    }
}

.stm-unstyled {
    -webkit-appearance: inherit !important;
    -moz-appearance: inherit !important;
    appearance: inherit !important
}

.stm_cargurus_wrapper {
    border-top: 1px solid #d5d9e0;
    padding-top: 15px;
    margin: 22px 0 15px;
    text-align: center
}

.stm_cargurus_wrapper img {
    max-width: 100%
}

.cg_banner .cg-dealrating-badge img {
    height: auto !important;
    max-width: 100% !important
}

@media (max-width:767px) {
    .car-listing-row.stm-car-compare-row.stm-no-cars {
        display: block !important
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .colored-separator {
        display: none
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty {
        width: 100%
    }

    .car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty .image {
        text-align: center
    }

    .stm-featured-top-cars-title .heading-font {
        font-size: 11px
    }
}

.stm-single-listing-car-features {
    margin-bottom: 20px
}

.stm-single-listing-car-features .lists-inline>ul {
    width: 100%;
    margin-bottom: 0
}

.stm-single-listing-car-features .lists-inline>ul li {
    float: left;
    width: 25%
}

.stm-border-top-unit .title {
    padding: 20px 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:768px) {
    .stm-single-listing-car-features .lists-inline>ul li {
        width: 100%
    }
}

.modal-body .stm-sell-a-car-form input[type=submit] {
    height: 46px;
    line-height: 14px
}

body.automanager-listing-page .wpb_tabs br {
    display: none
}

@media (max-width:1350px) {

    .stm-single-car-page:before,
    .stm-single-car-page:after,
    .stm-simple-parallax .stm-simple-parallax-gradient:before,
    .stm-simple-parallax .stm-simple-parallax-gradient:after {
        z-index: -1
    }
}

@media (max-width:767px) {
    table>tbody tr td.compare-value-hover .h5:before {
        content: attr(data-option) ":";
        display: inline;
        font-size: 14px
    }
}

.stm-multiple-select {
    padding-top: 4px;
    margin-bottom: 15px;
    overflow: hidden
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible
}

.stm-multiple-select .select2-container--default .select2-selection--multiple {
    padding: 5px 7px 2px;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    padding: 3px 10px;
    margin: 3px 5px 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    box-shadow: 0 1px 3px rgba(59, 62, 68, .5)
}

.stm-multiple-select .select2-search {
    display: block;
    margin-bottom: 0
}

.stm-multiple-select .select2-search .select2-search__field {
    margin: 5px 0 0 5px;
    height: 20px;
    line-height: 20px
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    margin-top: 10px
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

button.pswp__button {
    box-shadow: none !important
}

button.pswp__button--arrow--left:active,
button.pswp__button--arrow--right:active {
    position: absolute !important;
    top: 50% !important
}

button.pswp__button,
button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before,
button.pswp__button:hover {
    background-color: transparent !important
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
    background-image: none !important
}

button.pswp__button--close:hover {
    background-position: 0 -44px
}

button.pswp__button--zoom:hover {
    background-position: -88px 0
}

.add-compare-mobile {
    display: none;
    text-align: center;
    margin: 0 0 35px
}

@media (max-width:767px) {
    .add-compare-mobile.add-compare-mobile-show {
        display: block
    }
}

.add-compare-mobile .image {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.add-compare-mobile .image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease;
    transform: translateZ(0);
    opacity: 0
}

.add-compare-mobile .image .stm-icon-add_car {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -36px;
    font-size: 53px;
    color: #d1d7dc;
    z-index: 15
}

.add-compare-mobile-label {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center
}




.colored-separator {
    vertical-align: top;
    font-size: 0;
    line-height: 1
}

.colored-separator .first-long,
.colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background: var(--motors-base-color)
}

.colored-separator .first-long {
    margin-right: 3px
}

.colored-separator .last-short {
    width: 16px
}

.elementor-editor-active input[type=checkbox] {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important
}

.car-listing-row .image,
.listing-car-item-inner .image {
    overflow: hidden;
    position: relative
}

.car-listing-row .image:before,
.listing-car-item-inner .image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease;
    transform: translateZ(0);
    opacity: 0
}

.car-listing-row .image .stm-badge-dealer,
.listing-car-item-inner .image .stm-badge-dealer {
    position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg);
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fab637
}

.stm-template-car_dealer .car-listing-tabs-unit .car-listing-row .image,
.stm-template-car_dealer_elementor .car-listing-tabs-unit .car-listing-row .image {
    max-height: 135px
}

.stm-template-car_dealer .car-listing-tabs-unit .car-listing-row .image img,
.stm-template-car_dealer_elementor .car-listing-tabs-unit .car-listing-row .image img {
    max-height: 135px;
    -o-object-fit: cover;
    object-fit: cover
}

.listing-car-item-inner a {
    display: block;
    overflow: hidden
}

.listing-car-item-inner a:hover {
    opacity: .8
}

.woocommerce-product-search button[type=submit] {
    margin-top: 10px
}

.stm-button,
input[type=submit],
button,
.button,
.load-more-btn {
    display: block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    background-color: #2a4046;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    box-shadow: 0 2px 0 rgba(42, 64, 70, .75);
    transition: opacity .2s ease-in !important;
    transform: translateZ(0);
    opacity: 1
}

.stm-button:hover,
input[type=submit]:hover,
button:hover,
.button:hover,
.load-more-btn:hover {
    opacity: .8
}

.stm-button.button-sm,
input[type=submit].button-sm,
button.button-sm,
.button.button-sm,
.load-more-btn.button-sm {
    padding: 13px 18px 11px;
    font-size: 12px;
    line-height: 12px
}

.stm-button:active,
input[type=submit]:active,
button:active,
.button:active,
.load-more-btn:active {
    position: relative;
    top: 2px;
    box-shadow: 0 0 0 rgba(42, 64, 70, .75)
}

.stm-button.not-visible,
input[type=submit].not-visible,
button.not-visible,
.button.not-visible,
.load-more-btn.not-visible {
    opacity: 0;
    visibility: hidden
}

.stm-button {
    display: inline-block
}

.stm-button.stm-button-icon {
    position: relative;
    padding: 16px 25px 15px 45px;
    font-weight: 700;
    visibility: inherit
}

.stm-button.stm-button-icon i {
    position: absolute;
    top: 50%;
    left: 16px;
    font-size: 18px;
    margin-top: -9px
}

.stm-button:active {
    box-shadow: 0 0 0 transparent !important
}

.icon-button {
    position: relative;
    padding-left: 60px;
    padding-right: 42px;
    letter-spacing: -.2px;
    font-weight: 700
}

.icon-button i {
    position: absolute;
    padding-left: 1px;
    top: 50%;
    margin-top: 1px;
    left: 32px;
    font-size: 17px;
    transform: translateY(-50%)
}

.button-fluid {
    width: 100%
}

.stm-request-test-drive {
    margin-top: 13px;
    width: 100%
}

.contact-us-submit input[type=submit] {
    display: inline-block;
    padding-left: 43px;
    padding-right: 43px
}

.contact-us-submit .ajax-loader {
    vertical-align: middle
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=password] {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3
}

input[type=text].form-error,
input[type=number].form-error,
input[type=tel].form-error,
input[type=email].form-error,
input[type=search].form-error,
input[type=password].form-error {
    border-color: #ff2325
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus {
    background-color: #fff !important;
    border-color: #2a4046;
    color: #232628
}

.stm-row-comments input[type=text],
.stm-row-comments input[type=tel],
.stm-row-comments input[type=email],
.stm-row-comments input[type=search],
.stm-row-comments input[type=password] {
    height: 44px;
    line-height: 44px
}

.stm-forms-sm {
    margin-bottom: 11px
}

.stm-forms-sm input[type=text],
.stm-forms-sm input[type=tel],
.stm-forms-sm input[type=email],
.stm-forms-sm input[type=search],
.stm-forms-sm input[type=password] {
    height: 37px;
    line-height: 37px
}

.stm-sell-a-car-form .form-content .contact-details input[type=text],
.stm-sell-a-car-form .form-content .contact-details input[type=tel],
.stm-sell-a-car-form .form-content .contact-details input[type=email],
.stm-sell-a-car-form .form-content .contact-details input[type=search],
.stm-sell-a-car-form .form-content .contact-details input[type=password],
.stm-sell-a-car-form .form-content .contact-details textarea {
    background-color: #fff
}

.stm-sell-a-car-form .form-content input[type=text],
.stm-sell-a-car-form .form-content input[type=tel],
.stm-sell-a-car-form .form-content input[type=email],
.stm-sell-a-car-form .form-content input[type=search],
.stm-sell-a-car-form .form-content input[type=password] {
    height: 43px;
    line-height: 43px
}

.stm-sell-a-car-form .form-content textarea {
    max-height: 143px;
    padding-top: 8px
}

.stm-sell-a-car-form .form-content input::-webkit-input-placeholder {
    font-size: 13px
}

.stm-sell-a-car-form .form-content input::-moz-placeholder {
    font-size: 13px
}

.stm-sell-a-car-form .form-content input:-moz-placeholder {
    font-size: 13px
}

.stm-sell-a-car-form .form-content input:-ms-input-placeholder {
    font-size: 13px
}

.stm-sell-a-car-form .form-content textarea::-webkit-input-placeholder {
    font-size: 13px
}

.stm-sell-a-car-form .form-content textarea::-moz-placeholder {
    font-size: 13px
}

.stm-sell-a-car-form .form-content textarea:-moz-placeholder {
    font-size: 13px
}

.stm-sell-a-car-form .form-content textarea:-ms-input-placeholder {
    font-size: 13px
}

.stm-sell-a-car-form .form-content .sell-a-car-proceed,
.stm-sell-a-car-form .form-content .sell-a-car-proceed:hover {
    color: #fff
}

.stm-mc-unit input[type=text],
.stm-mc-unit input[type=tel],
.stm-mc-unit input[type=email],
.stm-mc-unit input[type=search],
.stm-mc-unit input[type=password] {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    padding: 0 17px;
    font-weight: 400;
    color: #aaa;
    font-size: 13px;
    outline: none !important;
    background-color: #fff
}

textarea {
    padding: 21px;
    width: 100%;
    max-width: 100%;
    background-color: #eceff3;
    border: 2px solid #eceff3;
    color: #888;
    resize: none
}

textarea:focus {
    background-color: #fff;
    border-color: #2a4046;
    color: #232628
}

.single-car-form textarea {
    height: 158px
}

.single-car-form input[type=submit] {
    display: inline-block;
    padding-left: 44px;
    padding-right: 44px
}

.form-label {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px
}

.form-label-small {
    margin-bottom: 3px;
    color: #888;
    font-size: 13px
}

.form-modal-label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #888
}

.form-group {
    margin-bottom: 19px
}

.form-group-textarea {
    margin-bottom: 16px
}

.wpcf7-not-valid {
    border-color: #ff2325 !important
}

.has-error input[type=text],
.has-error input[type=tel],
.has-error input[type=email],
.has-error input[type=search],
.has-error input[type=password] {
    border-color: #ff2325
}

.modal-body input:not([type=submit]) {
    height: 37px;
    line-height: 37px
}

.modal-body button {
    display: inline-block
}

.form-error {
    border-color: #ff2325
}

.stm-form-alert {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    color: #888
}

.form-hr {
    margin: 0 0 29px;
    background-color: #ddd
}

.comment-form-comment textarea {
    height: 172px
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
    position: relative;
    top: -1px;
    vertical-align: middle
}

span.wpcf7-list-item {
    margin-left: 0 !important
}

.wpcf7-list-item-label {
    color: #888 !important;
    font-size: 13px
}

textarea,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

.stm-label-type-2 {
    margin-bottom: 5px;
    font-weight: 400
}

html {
    overflow-y: scroll;
    font-size: 100%
}

html.no-scroll {
    overflow: hidden
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 22px;
    color: #555
}

.container {
    width: auto;
    max-width: 1140px
}

#wrapper {
    overflow: hidden
}

.stm-col-pad-left {
    padding-left: 25px !important
}

.stm-col-pad-right {
    padding-right: 25px !important
}

.modal-open #wrapper {
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px)
}

.row-4 .col-md-3:nth-child(4n+1) {
    clear: both
}

.row-3 .col-md-4:nth-child(3n+1) {
    clear: both
}

.row-2 .col-md-6:nth-child(2n+1) {
    clear: both
}

.post-type-archive-service #wrapper {
    margin-bottom: 30px
}

.wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 15px !important;
    border: 2px solid #2a4046;
    color: #2a4046;
    border-radius: 5px
}

.wpcf7-response-output.wpcf7-validation-errors {
    border-color: #ff2325;
    color: #ff2325
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #32cd32 !important;
    color: #32cd32 !important
}

.wpcf7-not-valid-tip {
    display: none !important
}

.mg-bt-25px {
    margin-bottom: 25px
}

.dropdown-menu.lang_dropdown_menu {
    z-index: 1030
}

.admin-bar .select2-container.stm-multi-currency .select2-dropdown {
    top: 2px
}

.select2-container.stm-multi-currency .select2-dropdown {
    min-width: -moz-fit-content;
    min-width: fit-content;
    top: 0
}

.select2-container--open.stm-multi-currency {
    z-index: 1030
}

.select2-container--open.stm-multi-currency .select2-dropdown {
    background: 0 0;
    border: 0
}

.select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul li {
    font-size: 11px;
    color: #232628;
    padding: 3px 20px
}

.vertical-divider {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0;
    width: 1px;
    height: 10px;
    background-color: #373b3e
}

#header {
    position: relative;
    z-index: 1001
}

#header .logo-main {
    float: left
}

#header .blogname {
    text-transform: uppercase
}

#header .blogname h1 {
    margin-bottom: 0
}

#header .blogname:hover {
    text-decoration: none
}

.stm-layout-header-equipment #header .phone.heading-font {
    color: #fff
}

.fancy-iframe:hover {
    cursor: pointer
}

.tp-bannertimer {
    background-color: #f0c542 !important;
    opacity: .5
}

.stm-slider-round {
    padding: 30px 40px 20px
}

.stm-slider-round:after {
    position: absolute;
    content: "";
    display: block;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    z-index: -1
}

.stm-white {
    color: #fff !important
}

.rev_slider_wrapper .heading-font {
    letter-spacing: 0 !important
}

.text-transform {
    text-transform: uppercase
}

.font-weight-normal {
    font-weight: 400 !important
}

.slider-text-padding-right {
    padding-right: 30px
}

.stm-slider-round-text {
    margin-top: 18px;
    padding-left: 40px;
    padding-right: 25px;
    font-size: 11px;
    line-height: 14px !important;
    color: #232628;
    text-transform: uppercase
}

.stm-slider-price-unit {
    padding-top: 16px;
    vertical-align: top;
    word-spacing: -9px
}

.stm-slider-price-unit .stm-slider-currency {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    vertical-align: top
}

.stm-slider-price-unit .stm-slider-price {
    font-size: 106px;
    line-height: 50px !important;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    letter-spacing: -6px
}

.stm-slider-price-unit .stm-slider-divider {
    position: relative;
    left: 6px;
    top: -4px;
    font-size: 50px;
    color: #232628;
    vertical-align: top;
    line-height: 50px
}

.stm-slider-price-unit .stm-slider-labels {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100px;
    vertical-align: top;
    line-height: 14px;
    color: #232628;
    font-weight: 700
}

.stm-slider-price-unit .stm-slider-labels .stm-slider-time-label {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700
}

.stm-slider-price-unit .stm-slider-labels .stm-slider-time-value {
    padding-left: 4px;
    display: block;
    white-space: normal;
    font-size: 16px;
    line-height: 14px !important;
    word-spacing: 0;
    text-transform: uppercase;
    font-weight: 700
}

#searchform .search-input {
    padding: 20px 75px 20px 25px !important;
    margin: 0;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
    color: #5f5f5f;
    border: 0;
    border-color: transparent;
    width: 100%;
    border-radius: 5px
}

#searchform .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 67px;
    width: 70px;
    border: 0;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none
}

#searchform .search-wrapper {
    position: relative
}

#searchModal .modal-body {
    padding: 0
}

#searchModal .modal-content {
    box-shadow: none !important;
    background-color: transparent;
    border: none
}

#searchModal .modal-dialog {
    margin-top: 20%
}

.search-title {
    margin-bottom: 18px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

#chat-widget:hover {
    cursor: pointer
}

#footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

#footer .panel {
    margin-bottom: 0
}

#footer .panel .panel-footer {
    border-top: 0
}

#footer #footer_top {
    padding: 15px 0
}

#footer #footer_top .widget_title h3 {
    color: #fff
}

.less_4 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.more_8 aside .widget-wrapper {
    border-bottom: 0 !important;
    padding-bottom: 30px !important
}

.cols_4 aside:nth-child(5) .widget-wrapper,
.cols_4 aside:nth-child(6) .widget-wrapper,
.cols_4 aside:nth-child(7) .widget-wrapper,
.cols_4 aside:nth-child(8) .widget-wrapper {
    padding-top: 39px;
    margin-top: 24px;
    border-top: 1px solid #444
}

.cols_3 aside:nth-child(1) .widget-wrapper,
.cols_3 aside:nth-child(2) .widget-wrapper,
.cols_3 aside:nth-child(3) .widget-wrapper {
    padding-bottom: 39px;
    margin-bottom: 24px;
    border-bottom: 1px solid #444
}

.cols_1 {
    margin: 0 -15px
}

.cols_1 aside {
    float: left;
    padding: 0 15px 0;
    width: 100%
}

.cols_1 aside:nth-child(1n+1) {
    clear: both
}

.cols_2 {
    margin: 0 -15px
}

.cols_2 aside {
    float: left;
    padding: 0 15px 0;
    width: 50%
}

.cols_2 aside:nth-child(2n+1) {
    clear: both
}

.cols_3 {
    margin: 0 -15px
}

.cols_3 aside {
    float: left;
    padding: 0 15px 0;
    width: 33.33333%
}

.cols_3 aside:nth-child(3n+1) {
    clear: both
}

.cols_4 {
    margin: 0 -15px
}

.cols_4 aside {
    float: left;
    padding: 0 15px 0;
    width: 25%
}

.cols_4 aside:nth-child(4n+1) {
    clear: both
}

aside.widget-default ul {
    list-style: none;
    margin: 0;
    padding: 0
}

aside.widget-default ul li a {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 20px;
    color: #888
}

aside.widget_product_search button {
    margin-top: 15px
}

#footer-copyright {
    padding: 20px 0 19px
}

#footer-copyright .footer-copyright {
    position: relative
}

#footer-copyright .footer-copyright:before {
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #444
}

#footer-copyright .copyright-text {
    font-size: 13px;
    color: #888
}

#footer-copyright .copyright-text a {
    color: #2a4046
}

#footer-copyright .copyright-text .divider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-color: #888;
    margin: 0 10px;
    height: 13px;
    width: 1px
}

.copyright-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 7px
}

.copyright-socials ul:after {
    display: table;
    content: "";
    clear: both
}

.copyright-socials ul li {
    float: left;
    margin-left: 37px
}

.copyright-socials ul li:first-child {
    margin-left: 0
}

.copyright-socials ul li a {
    color: #2a4046
}

#footer-copyright,
#footer-main {
    background-color: #232628
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading-font,
.button,
.load-more-btn,
.vc_tta-panel-title,
.page-numbers li>a,
.page-numbers li>span,
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,
.stm_auto_loan_calculator input,
.post-content blockquote,
.contact-us-label,
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a,
.stm-shop-sidebar-area .widget.widget_product_categories>ul,
#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,
#main .stm-shop-sidebar-area .widget .product_list_widget li a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_table td.product-name a,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal,
.header-listing .listing-menu li a {
    font-family: "Montserrat";
    color: #232628
}

.normal_font {
    font-family: "Open Sans"
}

h1,
.h1 {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 700
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 14px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 11px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 7px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700
}

body.stm-macintosh h1,
body.stm-macintosh .h1,
body.stm-macintosh h2,
body.stm-macintosh .h2,
body.stm-macintosh h3,
body.stm-macintosh .h3,
body.stm-macintosh h4,
body.stm-macintosh .h4,
body.stm-macintosh h5,
body.stm-macintosh .h5,
body.stm-macintosh h6,
body.stm-macintosh .h6,
body.stm-macintosh .heading-font {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul {
    padding-left: 20px
}

ul li {
    margin-bottom: 8px
}

ol {
    padding-left: 20px
}

ol li {
    margin-bottom: 8px
}

ul.header-menu ul {
    margin-top: 0
}

ul ol,
ol ol,
ol ul,
ul ul {
    margin-top: 8px
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #2a4046
}

a:hover {
    color: #2a4046;
    text-decoration: none !important
}

a:focus {
    color: #2a4046;
    text-decoration: none !important
}

a:active {
    color: #2a4046
}

blockquote {
    margin: 22px 0;
    padding: 2px 32px;
    border-left-width: 4px;
    border-left-color: #f0c542;
    font-size: 14px;
    line-height: 22px;
    color: #888;
    font-style: italic
}

label {
    font-weight: 400;
    margin-bottom: 0
}

p {
    margin: 0 0 14px
}

ul.list-style-1 {
    padding: 0;
    list-style: none
}

ul.list-style-1 li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px
}

ul.list-style-1 li:before {
    position: absolute;
    display: block;
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 0;
    top: 0;
    content: "\f00c";
    font-size: 11px;
    color: #f0c542
}

ul.list-style-2 {
    padding: 0;
    list-style: none
}

ul.list-style-2 li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 8px
}

ul.list-style-2 li:before {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 3px;
    top: 0;
    content: "\f058";
    font-size: 14px;
    color: #f0c542
}

ul.list-style-3 {
    padding: 0;
    list-style: none
}

ul.list-style-3 li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 8px
}

ul.list-style-3 li:before {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 0;
    top: 3px;
    content: "\f138";
    font-size: 17px;
    color: #f0c542
}

.lists-inline>ul {
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 23.7%
}

table {
    width: 100%;
    margin-bottom: 20px
}

table>thead tr th {
    text-transform: uppercase;
    font-size: 16px
}

table>tbody tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #d5d9e0
}

.calculator-alert {
    display: none;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0
}

.calculator-alert.visible-alert {
    transform: scale(1);
    max-height: 400px;
    visibility: visible;
    opacity: 1
}

.alert.alert-danger {
    margin: 4px 0;
    padding: 3px 10px;
    text-align: center;
    border: 2px solid #ff2325;
    background-color: transparent;
    color: #ff2325
}

.alert.alert-success {
    margin: 4px 0;
    padding: 3px 10px;
    text-align: center;
    border: 2px solid #3cb371;
    background-color: transparent;
    color: #3cb371
}

.header-menu li a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    color: #232628;
    font-size: 13px
}

.stm-mt-icon-box-adaptive-style-three,
.stm-mt-icon-box-adaptive-style-one {
    font-family: inherit !important;
    -webkit-font-smoothing: inherit !important
}

.inline-label {
    margin: 9px 0 5px
}

.stm-ajax-loader {
    display: none
}

.stm-ajax-loader.loading {
    display: inline-block;
    animation: rotating 2s infinite linear
}

.stm_calculator_results {
    display: none
}

.stm_calculator_results>h4>span {
    margin-left: 5px;
    font-weight: 700
}

.stm_calculator_results>h4:last-child {
    margin-bottom: 0
}

.filter {
    margin-bottom: 10px
}

.all_attrs:first-letter {
    text-transform: uppercase
}

.stm-ajax-row {
    position: relative
}

.stm-ajax-row:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.stm-ajax-row:after {
    content: "\e924";
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: rotating 2s infinite linear;
    font-size: 30px;
    color: #2a4046;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.stm-ajax-row.stm-loading:before {
    opacity: 1;
    visibility: visible;
    z-index: 50
}

.stm-ajax-row.stm-loading:after {
    opacity: 1;
    visibility: visible;
    z-index: 51
}

.rmv_txt_drctn {
    color: inherit;
    text-decoration: none !important
}

.rmv_txt_drctn:hover .image {
    overflow: hidden;
    position: relative
}

.rmv_txt_drctn:hover .image:before {
    opacity: 1
}

.global-alerts {
    padding: 15px 17px 15px 15px;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #d9edf7;
    color: #31708f;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0)
}

.global-alerts.warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

.global-alerts.success {
    color: #3c763d;
    background-color: #dff0d8
}

.global-alerts.danger {
    color: #a94442;
    background-color: #f2dede
}

.global-alerts.alerted {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.select2 {
    outline: none !important
}

.select2>* {
    outline: none !important
}

.modal-dialog {
    z-index: 1050
}

.modal-open {
    overflow: visible;
    padding-right: 0 !important
}

.form-error {
    border-color: #a94442
}

.alert-modal {
    margin: 20px 0 0
}

.vt-top {
    vertical-align: top
}

.vt-top {
    vertical-align: top
}

.lt-blue {
    color: #2a4046
}

.listing-car-items-units {
    margin: 0 -15px
}

.listing-car-items .listing-car-item {
    float: left;
    padding: 0 15px
}

.listing-cars-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.listing-cars-grid>.dp-in {
    width: 33.3%;
    margin-bottom: 40px
}

.listing-cars-grid>.dp-in .listing-car-item .image {
    margin-bottom: 0
}

.listing-cars-grid>.dp-in .listing-car-item .price {
    padding: 6px 15px 4px
}

.listing-cars-grid>.dp-in .listing-car-item .price:before {
    display: none
}

.listing-cars-grid>.dp-in .listing-car-item .car-meta-bottom ul li {
    font-size: 14px
}

.listing-cars-grid>.dp-in .listing-car-item .car-meta-bottom ul li i.stm-icon-road {
    font-size: 14px !important
}

.listing-cars-grid:before,
.listing-cars-grid:after {
    display: none
}

.listing-car-items .listing-car-item .listing-car-item-inner {
    max-width: 350px;
    width: auto;
    margin: 0 auto
}

.listing-car-items .listing-car-item .image {
    margin-bottom: 10px
}

.listing-car-items .listing-car-item .car-title {
    margin-top: 8px;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: left
}

.listing-car-items .listing-car-item .car-title .colored {
    color: #f0c542
}

.listing-car-items .listing-car-item .price {
    position: relative;
    float: right;
    padding: 6px 20px 4px 8px;
    margin-left: 23px;
    background-color: #2a4046;
    text-align: right
}

.listing-car-items .listing-car-item .price .regular-price,
.listing-car-items .listing-car-item .price .sale-price,
.listing-car-items .listing-car-item .price .normal-price {
    position: relative;
    z-index: 6
}

.listing-car-items .listing-car-item .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through
}

.listing-car-items .listing-car-item .price .normal-price,
.listing-car-items .listing-car-item .price .sale-price {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.car-listing-row .listing-car-item-meta .price .normal-price,
.car-listing-row .listing-car-item-meta .price .sale-price {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.listing-car-items .listing-car-item .price .normal-price {
    line-height: 36px
}

.listing-car-items .listing-car-item .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -14px;
    height: 100%;
    width: 32px;
    background-color: #2a4046;
    transform: skew(-18deg, 0deg);
    z-index: 5
}

.listing-car-items .listing-car-item .listing-car-item-meta {
    padding: 18px 20px 20px 23px;
    background-color: #373c3f;
    text-align: left
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-top {
    min-height: 67px;
    padding-bottom: 22px;
    border-bottom: 1px solid #4e5254
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 18px;
    margin-right: 27px;
    margin-bottom: 0;
    color: #c9c9c9;
    vertical-align: middle;
    line-height: 13px
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i {
    margin-right: 6px;
    font-size: 14px;
    color: #737373;
    vertical-align: middle
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 0;
    font-size: 16px
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li:last-child {
    margin-right: 0
}

.dp-in {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

@keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #2a4046
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }
}

.car-listing-actions {
    position: relative;
    height: 46px
}

.car-listing-actions.all-done {
    height: 0;
    padding: 0
}

.car-listing-row .col-md-3 {
    margin-bottom: 40px
}

.car-listing-row .listing-car-item-meta {
    padding-top: 17px
}

.car-listing-row .listing-car-item-meta .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.car-listing-row .listing-car-item-meta .car-title .colored {
    color: #f0c542
}

.car-listing-row .listing-car-item-meta .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #2a4046;
    text-align: right
}

.car-listing-row .listing-car-item-meta .price.discounted-price {
    padding: 1px 10px 2px 4px
}

.car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {
    line-height: 16px
}

.car-listing-row .listing-car-item-meta .price .regular-price,
.car-listing-row .listing-car-item-meta .price .sale-price,
.car-listing-row .listing-car-item-meta .price .normal-price {
    position: relative;
    z-index: 6
}

.car-listing-row .listing-car-item-meta .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through
}

.car-listing-row .listing-car-item-meta .price .normal-price,
.car-listing-row .listing-car-item-meta .price .sale-price {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.car-listing-row .listing-car-item-meta .price .normal-price {
    line-height: 25px
}

.car-listing-row .listing-car-item-meta .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #2a4046;
    transform: skew(-14deg, 0deg);
    z-index: 5
}

.car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc
}

.car-listing-row .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.car-listing-row .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle
}

.car-listing-row .car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #aaa;
    vertical-align: middle
}

.car-listing-row .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 1px
}

.car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px
}

.car-listing-row .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px
}

.car-listing-row .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase
}

.car-listing-row .car-meta-bottom ul li:last-child {
    margin-right: 0
}

.sold-listings-inventory .car-listing-actions {
    position: relative;
    height: 46px
}

.sold-listings-inventory .car-listing-actions.all-done {
    height: 0;
    padding: 0
}

.sold-listings-inventory .stm-car-listing-sort-units {
    margin-top: 4px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-sort-by-options {
    float: left
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-sort-by-options>span {
    float: left;
    margin-top: 7px;
    margin-right: 9px;
    text-transform: uppercase;
    font-size: 12px;
    color: #888
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {
    float: left
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {
    height: 32px
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px;
    line-height: 32px
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by {
    float: right
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by:after {
    display: table;
    content: "";
    clear: both
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by .view-type {
    display: block;
    float: left;
    color: #8f8f8f;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by .view-type:hover {
    color: #2a4046;
    cursor: pointer
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by .view-type:first-child {
    margin-left: 0
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by .view-type.view-list {
    font-size: 12px
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by .view-type.view-grid {
    text-indent: 2px;
    font-size: 16px
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by .view-type.active {
    background-color: #f0f2f5;
    color: #8f8f8f
}

.sold-listings-inventory .stm-car-listing-sort-units .stm-view-by .view-type.active:hover {
    color: #2a4046
}

.sold-listings-inventory .classic-filter-row {
    position: relative;
    margin-top: -60px;
    z-index: 48
}

.sold-listings-inventory .classic-filter-row input[type=text] {
    height: 40px;
    line-height: 40px
}

.sold-listings-inventory .classic-filter-row .form-group {
    margin-bottom: 16px
}

.sold-listings-inventory .classic-filter-row .filter-price {
    margin: 7px 0 31px
}

.sold-listings-inventory .classic-filter-row .filter-price h5 {
    margin-bottom: 19px
}

.sold-listings-inventory .classic-filter-row .select2-container--default .select2-selection--single,
.sold-listings-inventory .classic-filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px
}

.sold-listings-inventory .classic-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.sold-listings-inventory .classic-filter-row .filter-sidebar {
    padding: 0 22px 30px;
    background-color: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .18)
}

.sold-listings-inventory .classic-filter-row .sidebar-entry-header {
    position: relative;
    min-height: 40px;
    padding: 26px 22px 21px 76px;
    margin: 0 -22px;
    background-color: #232628
}

.sold-listings-inventory .classic-filter-row .sidebar-entry-header i {
    position: absolute;
    top: 32px;
    left: 21px;
    font-size: 29px;
    color: #fff
}

.sold-listings-inventory .classic-filter-row .sidebar-entry-header .h4 {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.3px
}

.sold-listings-inventory .classic-filter-row .stm-inventory-sidebar {
    margin-top: 25px
}

.sold-listings-inventory .classic-filter-row .stm-accordion-single-unit.price .stm-accordion-content {
    padding: 5px 25px 40px
}

.sold-listings-inventory .car-listing-row .col-md-3 {
    margin-bottom: 40px
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta {
    padding-top: 17px
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .car-title .colored {
    color: #f0c542
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #2a4046;
    text-align: right
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #2a4046;
    transform: skew(-14deg, 0deg);
    z-index: 5
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .price.discounted-price {
    padding: 1px 10px 2px 4px
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {
    line-height: 16px
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .price .regular-price,
.sold-listings-inventory .car-listing-row .listing-car-item-meta .price .sale-price,
.sold-listings-inventory .car-listing-row .listing-car-item-meta .price .normal-price {
    position: relative;
    z-index: 6
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .price .normal-price,
.sold-listings-inventory .car-listing-row .listing-car-item-meta .price .sale-price {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.sold-listings-inventory .car-listing-row .listing-car-item-meta .price .normal-price {
    line-height: 25px
}

.sold-listings-inventory .car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc
}

.sold-listings-inventory .car-listing-row .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sold-listings-inventory .car-listing-row .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle
}

.sold-listings-inventory .car-listing-row .car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #aaa;
    vertical-align: middle
}

.sold-listings-inventory .car-listing-row .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 1px
}

.sold-listings-inventory .car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px
}

.sold-listings-inventory .car-listing-row .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px
}

.sold-listings-inventory .car-listing-row .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase
}

.sold-listings-inventory .car-listing-row .car-meta-bottom ul li:last-child {
    margin-right: 0
}

.sold-listings-inventory .found-cars-cloned {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px
}

.sold-listings-inventory .found-cars,
.sold-listings-inventory .found-cars.heading-font {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaa !important
}

.sold-listings-inventory .found-cars i {
    position: absolute;
    content: "";
    display: block;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0
}

.sold-listings-inventory .found-cars .blue-lt {
    color: #2a4046;
    font-weight: 700
}

.sold-listings-inventory .found-cars-clone {
    display: none;
    visibility: hidden;
    opacity: 0
}

.sold-listings-inventory .tab-search-title {
    position: relative;
    padding-left: 71px;
    margin-bottom: 36px;
    min-height: 35px;
    font-size: 30px;
    color: #232628;
    font-weight: 700
}

.sold-listings-inventory .tab-search-title i {
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 34px
}

.sold-listings-inventory #car-listing-tab-search {
    padding-top: 20px
}

.sold-listings-inventory .reset-all:hover {
    cursor: pointer
}

.sold-listings-inventory .reset-all.reset-styled {
    display: block;
    border: 2px solid #ddd;
    border-radius: 3px;
    color: #ddd;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    text-decoration: none !important
}

.sold-listings-inventory .reset-all.reset-styled:hover {
    color: #2a4046;
    border-color: #2a4046
}

.sold-listings-inventory .reset-all.reset-styled:focus {
    color: #2a4046;
    border-color: #2a4046
}

.sold-listings-inventory .reset-all.reset-styled:active {
    color: #2a4046;
    border-color: #2a4046
}

.sold-listings-inventory .search-call-to-action {
    margin-top: 36px
}

.owl-controls {
    margin-top: 35px;
    text-align: center
}

.owl-dots {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    position: relative;
    top: 1px
}

.owl-dots button {
    background-color: transparent !important;
    box-shadow: none !important
}

.owl-dots .owl-dot {
    display: block;
    float: left;
    padding: 4px;
    box-shadow: none !important;
    background-color: transparent
}

.owl-dots .owl-dot.active span {
    transform: scale(1.3);
    background-color: #2a4046
}

.owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9d9d9d;
    border-radius: 50%
}

.slider-v1-title .h1 {
    font-size: 46px;
    color: #232628;
    font-weight: 400 !important
}

.stm-slider-rounded-style-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700
}

.stm-slider-rounded-style-title.text-left {
    padding-left: 37px
}

.stm-slider-rounded-style-title.style-2 span {
    display: block
}

.white {
    color: #fff !important
}

.button.stm-slider-button {
    padding: 16px 25px 15px 45px;
    font-weight: 700;
    line-height: 14px !important;
    visibility: inherit;
    white-space: nowrap
}

.button.stm-slider-button i {
    position: absolute;
    top: 50%;
    left: 16px;
    font-size: 18px;
    margin-top: -9px
}

.entry-header {
    position: relative;
    background-size: cover;
    background-color: #8f9fad;
    background-image: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/title-box-default-bg.jpg");
    background-position: 50% 0
}

.entry-header.small_title_box>.container {
    min-height: 222px
}

.entry-header.small_title_box .container .entry-title h1 {
    color: #fff
}

.entry-header.small_title_box .container .entry-title h2 {
    color: #fff
}

.entry-header.small_title_box .entry-title h1,
.entry-header.small_title_box .entry-title h2 {
    font-size: 36px;
    margin-bottom: 0
}

.entry-header>.container {
    min-height: 335px
}

.entry-header:after {
    position: absolute;
    content: "";
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 38, 40, .5);
    z-index: 10
}

.entry-header>.container {
    position: relative;
    z-index: 11
}

.entry-header .entry-title {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%)
}

.entry-header .entry-title h1,
.entry-header .entry-title h2 {
    color: #fff;
    margin-bottom: 13px;
    text-transform: uppercase
}

.entry-header .entry-title .colored-separator {
    color: #f0c542;
    margin-bottom: 8px;
    text-align: left
}

.entry-header .entry-title .colored-separator .first-long,
.entry-header .entry-title .colored-separator .last-short {
    background-color: #fab637
}

.entry-header .entry-title .sub-title {
    color: #fff;
    font-weight: 400;
    line-height: 17px
}

.entry-header.center .entry-title h1,
.entry-header.center .entry-title h2 {
    text-align: center
}

.entry-header.center .colored-separator {
    text-align: center
}

.entry-header.center .sub-title {
    text-align: center
}

.entry-header.right .entry-title h1,
.entry-header.right .entry-title h2 {
    text-align: right
}

.entry-header.right .colored-separator {
    text-align: right
}

.entry-header.right .sub-title {
    text-align: right
}

.stm_breadcrumbs_unit+.container .archive-listing-page .classic-filter-row {
    margin-top: 0
}

.stm_breadcrumbs_unit .navxtBreads {
    padding: 15px 0 8px 4px;
    margin-bottom: 20px;
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #ddd
}

.stm_breadcrumbs_unit .navxtBreads span:first-child {
    margin-left: 0
}

.stm_breadcrumbs_unit .navxtBreads span {
    margin: 0 3px
}

.stm_breadcrumbs_unit .navxtBreads span:last-child {
    margin-right: 0
}

.stm_breadcrumbs_unit .navxtBreads a {
    color: #888;
    text-decoration: none !important;
    font-size: 11px
}

.stm_breadcrumbs_unit .navxtBreads a:hover {
    color: #2a4046
}

.media-carousel-item {
    max-width: 270px;
    width: auto;
    margin: 0 auto
}

.media-carousel-item .stm_fancybox {
    display: block;
    position: relative
}

.media-carousel-item .stm_fancybox:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.media-carousel-item .stm_fancybox:hover:after {
    opacity: 1
}

.stm-carousel .owl-controls {
    margin-top: 30px
}

*:focus {
    outline: none !important
}

.stm-owl-next,
.stm-owl-prev {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding: 5px 15px;
    border: 2px solid transparent;
    color: #888
}

.stm-owl-next:hover,
.stm-owl-prev:hover {
    cursor: pointer;
    border-color: #2a4046;
    color: #2a4046
}

.owl-carousel .owl-item {
    transform: translateZ(0px) !important;
    -webkit-transform: translateZ(0px) !important
}

.stm-carousel-brands {
    position: relative;
    padding: 0 30px
}

.stm-carousel-brands .brands-carousel-item {
    float: left
}

.stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {
    opacity: .7;
    width: auto;
    margin: 0 auto
}

.stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner:hover {
    opacity: 1
}

.stm-carousel-brands .owl-controls {
    margin-top: 0
}

.stm-carousel-brands .owl-controls .owl-prev,
.stm-carousel-brands .owl-controls .owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa
}

.stm-carousel-brands .owl-controls .owl-prev:hover,
.stm-carousel-brands .owl-controls .owl-next:hover {
    color: #2a4046
}

.stm-carousel-brands .owl-controls .owl-prev {
    left: 0
}

.stm-carousel-brands .owl-controls .owl-next {
    right: 0
}

.stm-carousel-brands .owl-controls .owl-prev:after,
.stm-carousel-brands .owl-controls .owl-next:after {
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 26px
}

.stm-carousel-brands .owl-controls .owl-prev:after {
    content: "\f104"
}

.stm-carousel-brands .owl-controls .owl-next:after {
    content: "\f105"
}

.stm-services-archive-page {
    margin-top: 30px
}

.stm-service-unit {
    margin-bottom: 50px
}

.stm-service-unit>a {
    text-decoration: none !important
}

.stm-service-unit .image {
    position: relative;
    margin-bottom: 14px
}

.stm-service-unit .image .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    font-size: 33px;
    background-color: #2a4046;
    color: #fff;
    text-align: center
}

.stm-service-unit .image .icon>i {
    line-height: 70px
}

.stm-service-unit .stm-service-meta {
    border: 1px solid #ddd;
    padding: 21px 41px 10px 45px
}

.stm-service-unit .stm-service-meta .title {
    padding-bottom: 13px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd
}

.stm-service-unit .stm-service-meta .excerpt {
    font-size: 13px;
    line-height: 18px;
    color: #888
}

ul.page-numbers {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 45px 60px 0;
    border-top: 1px solid #ddd;
    text-align: center
}

ul.page-numbers li {
    display: inline-block;
    margin-bottom: 0
}

ul.page-numbers li>a {
    display: block;
    width: 34px;
    height: 35px;
    margin: 0 8px;
    padding: 0;
    background-color: #2a4046;
    color: #fff;
    border-top: none;
    border-radius: 3px;
    line-height: 35px;
    text-decoration: none !important
}

ul.page-numbers li>span {
    display: block;
    width: 34px;
    height: 35px;
    margin: 0 8px;
    padding: 0;
    background-color: #ddd;
    color: #fff;
    border-top: none;
    border-radius: 3px;
    line-height: 35px
}

ul.page-numbers li .prev,
ul.page-numbers li .next {
    width: 54px;
    height: 35px;
    font-size: 20px;
    border-radius: 3px;
    margin: 0
}

ul.page-numbers li .prev {
    position: absolute;
    left: 0;
    top: 45px
}

ul.page-numbers li .next {
    position: absolute;
    right: 0;
    top: 45px
}

.added_date {
    position: relative;
    display: block;
    padding: 0 15px;
    padding-left: 32px;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    border: 1px solid #ddd;
    line-height: 27px;
    border-radius: 15px;
    text-decoration: none !important
}

.added_date i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -1px;
    font-size: 17px;
    color: #2a4046;
    transform: translateY(-50%)
}

.single-car-actions>ul li {
    float: left;
    margin-right: 13px;
    margin-bottom: 12px
}

.single-car-actions>ul li:last-child {
    margin-right: 0
}

.single-car-actions .stock-num {
    padding: 4px 15px;
    background-color: #f0f2f5;
    border-radius: 15px;
    font-size: 14px;
    color: #232628
}

.single-car-actions .stock-num>span {
    font-size: 12px;
    text-transform: uppercase;
    color: #888
}

.car-action-unit {
    position: relative;
    display: block;
    padding: 0 15px;
    padding-left: 32px;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    border: 1px solid #ddd;
    line-height: 27px;
    border-radius: 15px;
    text-decoration: none !important
}

.car-action-unit>i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -1px;
    font-size: 17px;
    color: #2a4046;
    transform: translateY(-50%)
}

.car-action-unit:hover {
    border-color: #2a4046
}

.car-action-unit.add-to-compare {
    padding-right: 0;
    padding-left: 36px;
    white-space: nowrap
}

.car-action-unit.add-to-compare>i {
    font-size: 14px
}

.car-action-unit.add-to-compare.stm-added {
    position: relative;
    background-color: #2a4046;
    color: #fff;
    border-color: #2a4046
}

.car-action-unit.add-to-compare.stm-added>i {
    color: #fff
}

.car-action-unit.add-to-compare.stm-added .stm-unhover {
    opacity: 1
}

.car-action-unit.add-to-compare.stm-added .stm-show-on-hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding-left: 36px
}

.car-action-unit.add-to-compare.stm-added .stm-show-on-hover>i {
    position: absolute;
    left: 8px;
    top: 6px;
    font-size: 14px
}

.car-action-unit.add-to-compare.stm-added:hover .stm-unhover {
    opacity: 0
}

.car-action-unit.add-to-compare.stm-added:hover .stm-show-on-hover {
    opacity: 1
}

.car-action-unit.add-to-compare.disabled .stm-icon-add,
.car-action-unit.add-to-compare.disabled .stm-icon-added,
.car-action-unit.add-to-compare.disabled .stm-icon-remove {
    opacity: 0
}

.car-action-unit.add-to-compare.disabled:after {
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 14px;
    content: "\e924";
    height: 14px;
    width: 14px;
    animation: rotating 2s infinite linear;
    z-index: 20
}

.car-action-unit.stm-brochure {
    padding-left: 35px
}

.car-action-unit.stm-brochure>i {
    left: 11px
}

.car-action-unit.stm-share>i {
    left: 11px;
    font-size: 13px
}

.stm-single-car-content {
    padding-right: 27px
}

.stm-single-car-side {
    padding-top: 7px;
    margin-left: -30px
}

.stm-big-car-gallery .owl-nav,
.stm-carousel .owl-nav {
    display: none !important
}

.stm-carousel .owl-stage-outer {
    margin-bottom: 30px
}

.stm-big-car-gallery .owl-controls {
    margin-top: 25px
}

.stm-thumbs-car-gallery {
    position: relative
}

.stm-thumbs-car-gallery:after {
    display: table;
    content: "";
    clear: both
}

.stm-thumbs-car-gallery .stm-single-image {
    max-width: 142px;
    width: auto;
    margin: 0 auto
}

.stm-thumbs-car-gallery .stm-single-image:hover {
    cursor: pointer
}

.stm-thumbs-car-gallery .stm-single-image img {
    max-width: 100%;
    height: auto
}

.stm-thumbs-car-gallery .owl-item:hover {
    cursor: pointer
}

.stm-thumbs-car-gallery .owl-item:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 38, 40, .3);
    visibility: visible;
    opacity: 0;
    max-width: 142px;
    width: auto;
    margin: 0 auto
}

.stm-thumbs-car-gallery .owl-item.current:after {
    visibility: visible;
    opacity: 1
}

.stm-thumbs-car-gallery .owl-controls {
    margin-top: 0
}

.stm-thumbs-car-gallery .owl-prev {
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    background: rgba(0, 0, 0, .7);
    text-align: center
}

.stm-thumbs-car-gallery .owl-prev:after {
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f053";
    color: #fff;
    line-height: 82px
}

.stm-thumbs-car-gallery .owl-prev:hover {
    cursor: pointer
}

.stm-thumbs-car-gallery .owl-next {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    background: rgba(0, 0, 0, .7);
    text-align: center
}

.stm-thumbs-car-gallery .owl-next:after {
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    display: block;
    content: "\f054";
    color: #fff;
    line-height: 82px
}

.stm-thumbs-car-gallery .owl-next:hover {
    cursor: pointer
}

.stm-thumbs-car-gallery .video-preview {
    position: relative
}

.stm-thumbs-car-gallery .video-preview:before {
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f144";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 51px;
    height: 51px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    color: #2a4046;
    font-size: 30px;
    z-index: 20
}

.stm-big-car-gallery .video-preview a.fancy-iframe:before {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 63px;
    margin: -45px 0 0 -45px !important
}

.stm-car-carousels {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px
}

.stm-car-carousels:hover .stm-thumbs-car-gallery .owl-prev {
    left: 0
}

.stm-car-carousels:hover .stm-thumbs-car-gallery .owl-next {
    right: 0
}

.video-preview {
    position: relative
}

.video-preview a.fancy-iframe {
    display: block;
    position: relative
}

.video-preview a.fancy-iframe:before {
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f144";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 51px;
    height: 51px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    color: #232628;
    font-size: 30px;
    z-index: 20
}

.video-preview a.fancy-iframe:hover:before {
    color: #2a4046
}

.compose-mode .stm-tech-infos table {
    position: absolute;
    top: 44px;
    z-index: 1
}

.compose-mode .stm-tech-infos {
    position: relative;
    margin-top: 10px
}

.compose-mode .vc_element.vc_stm_tech_info {
    min-height: 40px
}

.compose-mode .vc_element {
    z-index: 10;
    position: relative
}

.stm-tech-infos {
    margin-top: -6px;
    margin-bottom: 25px
}

.stm-tech-infos .stm-tech-title {
    position: relative;
    padding-top: 10px;
    padding-left: 50px;
    margin-bottom: 9px;
    min-height: 35px
}

.stm-tech-infos .stm-tech-title i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 27px;
    color: #f0c542
}

.stm-tech-infos .stm-tech-title .title {
    font-size: 16px;
    font-weight: 400;
    color: #232628
}

.stm-tech-infos span.h6 {
    font-size: 14px;
    font-weight: 400
}

.stm-border-right {
    border-right: 1px solid #ddd
}

.special-label,
.special-label.h5 {
    position: absolute;
    top: 27px;
    left: -81px;
    height: 49px;
    padding: 0 100px;
    line-height: 49px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: #fab637;
    transform: rotate(-45deg) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 10
}

.special-label-small,
.special-label-small.h6 {
    top: 20px;
    left: -91px;
    height: 32px;
    line-height: 32px
}

.single-add-to-compare {
    position: fixed;
    top: -30%;
    left: 0;
    right: 0;
    padding-top: 17px;
    min-height: 71px;
    background-color: #2a4046;
    z-index: 99999;
    opacity: 0
}

.single-add-to-compare.danger,
.single-add-to-compare.overadded {
    background-color: red
}

.single-add-to-compare.danger .compare-fixed-link:hover,
.single-add-to-compare.overadded .compare-fixed-link:hover {
    color: red
}

.single-add-to-compare.warning {
    background-color: #f0c542
}

.single-add-to-compare.warning .compare-fixed-link:hover {
    color: #f0c542
}

.single-add-to-compare.single-add-to-compare-visible {
    top: 0;
    opacity: 1
}

.single-add-to-compare .compare-fixed-link {
    display: block;
    padding: 8px 23px 6px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none !important;
    text-align: center;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.single-add-to-compare .compare-fixed-link:hover {
    background-color: #fff;
    color: #2a4046
}

.single-add-to-compare .single-add-to-compare-left {
    position: relative;
    padding-left: 55px;
    min-height: 35px
}

.single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 35px;
    transform: translateY(-50%)
}

.single-add-to-compare .single-add-to-compare-left .add-to-compare-icon:before {
    content: "\f071";
    
    font-weight: 600;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.single-add-to-compare .single-add-to-compare-left .stm-title {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-weight: 400
}

.stm-single-car-page {
    margin: 12px 0 60px
}

.stm-single-car-page .stm_ev_title_attributes .stm_listing_title {
    color: #191d21
}

.stm-single-car-page .stm_ev_title_attributes .ev_title_attributes {
    text-transform: uppercase;
    color: #191d21;
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left
}

.stm-single-car-page .stm_all_in_one_price_block {
    padding: 22px;
    border-radius: 5px
}

.stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3 {
    display: block;
    color: #191d21;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0
}

.stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.regular_price,
.stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.price_label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.regular_price .crossed,
.stm-single-car-page .stm_all_in_one_price_block .prices_wrap .h3.price_label .crossed {
    text-decoration: line-through
}

.stm-single-car-page .stm_all_in_one_price_block .action-links a {
    color: #191d21;
    text-decoration: underline;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    opacity: .5
}

.stm-single-car-page .stm_all_in_one_price_block .action-links a:first-child {
    margin-bottom: 10px
}

.stm-single-car-page .stm_all_in_one_price_block .action-links a:hover {
    text-decoration: none
}

.stm-single-car-page .stm_all_in_one_price_block .contact-btn {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
    box-shadow: none !important
}

.stm-single-car-page .electric_vehicle_mpg {
    border-radius: 5px;
    border: 1px solid #bbbec1;
    margin-bottom: 0;
    padding: 20px 10px
}

.stm-single-car-page .electric_vehicle_mpg .units_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.stm-single-car-page .electric_vehicle_mpg .units_wrap .mpg-unit .mpg-label {
    color: #191d21;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    text-transform: initial
}

.stm-single-car-page .electric_vehicle_mpg .units_wrap .mpg-icon {
    background-color: #f0c542;
    display: flex;
    justify-content: center
}

.stm-single-car-page .electric_vehicle_mpg .units_wrap .mpg-icon i {
    position: relative
}

.stm-single-car-page .electric_vehicle_mpg .units_wrap .mpg-icon i:before {
    position: absolute;
    left: -19px
}

.stm-single-car-page .stm_battery_charging_time {
    border-radius: 5px;
    border: 1px solid #bbbec1
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap {
    margin-bottom: 0;
    border: none;
    padding-bottom: 25px
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap h3 {
    color: #191d21;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 0 14px
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-value {
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-align: center;
    margin-bottom: 10px
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-label {
    color: #191d21;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-align: center
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-label span {
    text-transform: capitalize
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-icon {
    background-color: #18d551;
    display: flex;
    justify-content: center
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-icon i {
    position: relative
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-icon i:before {
    position: absolute;
    left: -11px
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap .mpg-mobile-selector {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.stm-single-car-page .stm_battery_charging_time .charge_times_wrap .charge-range {
    opacity: .5;
    color: #191d21;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery {
    position: relative
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(25, 29, 33, .4);
    z-index: 10;
    overflow: hidden
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare {
    display: flex;
    position: absolute;
    z-index: 10;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn .stm-icon-remove,
.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn span.remove {
    display: none
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn:hover,
.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn:active,
.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn:focus {
    text-decoration: none;
    background-color: #f0c542;
    border: 2px solid #f0c542;
    cursor: pointer
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active {
    background-color: #f0c542;
    border: 2px solid #f0c542
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active .stm-icon-remove,
.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active span.remove {
    display: inline-block
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active .stm-icon-add,
.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.active span.add {
    display: none
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn i {
    margin-right: 7px
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .share_compare .gallery_btn.stm-shareble .stm-a2a-popup {
    top: 38px;
    opacity: 1;
    z-index: 30
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger {
    display: flex;
    position: absolute;
    z-index: 10;
    width: 100%;
    align-items: center;
    justify-content: center;
    top: 45%
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon {
    position: relative;
    width: 50px;
    height: 28.87px;
    background: 0 0;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    margin: 14.43px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:before,
.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 35.36px;
    height: 35.36px;
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 5.3223px
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:before {
    top: -17.6777px;
    border-top: solid 2.8284px #fff;
    border-right: solid 2.8284px #fff
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:after {
    bottom: -17.6777px;
    border-bottom: solid 2.8284px #fff;
    border-left: solid 2.8284px #fff
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:hover {
    background-color: #f0c542;
    border-left: solid 2px #f0c542;
    border-right: solid 2px #f0c542;
    cursor: pointer
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:hover:before {
    border-top: solid 2.8284px #f0c542;
    border-right: solid 2.8284px #f0c542
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon:hover:after {
    border-bottom: solid 2.8284px #f0c542;
    border-left: solid 2.8284px #f0c542
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .lightbox_trigger .hexagon .fas {
    position: absolute;
    color: #fff;
    font-size: 22px;
    z-index: 5
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .stm-badge-directory,
.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .special-label.h5 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 45px !important;
    right: -60px !important;
    height: 49px;
    padding: 0 65px;
    line-height: 49px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    transform: rotate(-45deg) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 10;
    min-width: 260px !important
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .stm-badge-directory {
    background-color: #f0c542
}

.stm-single-car-page .stm_gallery_with_buttons .ev_gallery .gallery_overlay .special-label.h5 {
    background-color: #fc4e4e
}

.stm-single-car-page .stm_gallery_with_buttons .gallery-buttons {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    justify-content: space-between
}

.stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn {
    margin-left: 0;
    width: 100%
}

.stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn:first-child {
    margin-left: 0
}

.stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn .button {
    text-transform: capitalize;
    min-width: 100%;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 20px;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #191d21
}

.stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn .button:hover {
    background-color: #f0c542
}

.stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn .button i {
    font-size: 18px;
    margin-right: 7px
}

@media (min-width:768px) {
    .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons .gallery_action_btn {
        margin-left: 12px
    }
}

@media (min-width:768px) {
    .stm-single-car-page .stm_gallery_with_buttons .gallery-buttons {
        flex-direction: row
    }
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery {
    position: relative
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls {
    margin-top: 0
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev,
.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next {
    position: absolute;
    top: 70px;
    padding: 5px 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 50px
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev:after,
.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next:after {
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f0c542;
    line-height: normal;
    display: block
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev:hover,
.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next:hover {
    cursor: pointer
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev {
    left: -10px
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-prev:after {
    content: "\f053"
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next {
    right: -10px
}

.stm-single-car-page .stm_highlight_photos .stm-highlight-gallery .owl-controls .owl-next:after {
    content: "\f054"
}

.stm-single-car-page .stm_multipurpose_link a {
    color: #f0c542;
    font-size: 14px;
    font-weight: 500;
    text-decoration-style: dotted;
    text-decoration-line: underline;
    text-underline-offset: 4px
}

.stm-single-car-page .stm_multipurpose_link a:hover {
    text-decoration: none
}

.stm-single-car-page .stm_multipurpose_link a.ev_add_compare_link.active {
    color: #191d21
}

.stm-single-car-page .stm_multipurpose_link a i {
    color: #f0c542;
    margin-left: 5px
}

.stm-single-car-page .stm_multipurpose_link a i:before {
    color: #f0c542
}

.stm-single-car-page .stm-attribute_boxes .attribute-box {
    min-height: 120px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    text-align: center;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.stm-single-car-page .stm-attribute_boxes .attribute-box i {
    font-size: 22px;
    margin-bottom: 8px
}

.stm-single-car-page .stm-attribute_boxes .attribute-box p {
    margin: 0
}

.stm-single-car-page .stm-attribute_boxes .attribute-box p.label-text {
    font-size: 13px;
    margin-bottom: -3px
}

.stm-single-car-page .stm-attribute_boxes .attribute-box p.value-text {
    font-weight: 700;
    font-size: 15px
}

.stm-shareble {
    position: relative
}

.stm-shareble:hover .stm-share {
    border-color: #2a4046;
    color: #2a4046
}

.stm-shareble .st_sharethis_large {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 20
}

.stm-shareble .st_sharethis_large:hover {
    cursor: pointer
}

.single-car-prices {
    background-color: #2a4046
}

.single-car-prices .h4 {
    font-size: 24px
}

.single-regular-price {
    padding: 22px 0 13px;
    vertical-align: middle
}

.single-regular-price>.labeled {
    margin-right: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase
}

.single-regular-price>.h3 {
    position: relative;
    top: -1px;
    left: 1px;
    color: #fff;
    vertical-align: middle
}

.price-description-single {
    padding: 4px 10px;
    background-color: #232628;
    font-size: 13px;
    text-align: center;
    color: #fff
}

.single-regular-sale-price {
    padding: 14px 25px 12px
}

.single-regular-sale-price>table {
    margin-bottom: 0;
    table-layout: fixed
}

.single-regular-sale-price>table tr td {
    padding: 0;
    border-bottom: none;
    color: #fff;
    text-transform: uppercase
}

.single-regular-sale-price>table tr td:first-child {
    width: 40%;
    font-size: 14px;
    border-right: 1px solid #89ade7
}

.single-regular-sale-price>table tr td:nth-child(2) {
    padding-left: 21px
}

.single-regular-sale-price>table tr td:nth-child(2) .h4 {
    margin: -5px 0 0;
    color: #fff;
    text-align: center
}

@media (min-width:992px) {
    .single-regular-sale-price>table tr td:nth-child(2) {
        text-align: left
    }

    .single-regular-sale-price>table tr td:nth-child(2) .h4 {
        text-align: left
    }
}

.regular-price-with-sale {
    line-height: 17px
}

.regular-price-with-sale strong {
    display: block
}

.sale-price-description-single {
    padding: 4px 10px;
    background-color: #232628;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.sale-price-description-single>strong {
    font-size: 14px
}

.single-car-data {
    padding: 12px 26px 13px 23px;
    margin-bottom: 26px;
    background-color: #f0f2f5
}

.single-car-data .stm-single-car-history-image {
    display: block
}

.single-car-data .stm-single-car-history-image a {
    display: block;
    padding: 10px 0
}

.single-car-data>table {
    margin-bottom: 0;
    table-layout: fixed
}

.single-car-data>table tr td {
    padding: 11px 0 6px
}

.single-car-data>table tr td.t-label {
    padding-right: 3px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px
}

.single-car-data>table tr td.t-value {
    padding-left: 3px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px
}

.single-car-data>table tr td.t-value.t-vin {
    font-size: 12px;
    text-transform: uppercase
}

.single-car-data>table tr:last-child td {
    border-bottom: none
}

.single-car-mpg {
    padding: 11px 15px;
    margin-bottom: 25px;
    border: 3px solid #e4e6ea
}

.single-car-mpg:after {
    display: table;
    content: "";
    clear: both
}

.single-car-mpg .mpg-unit {
    padding-top: 14px;
    float: left;
    width: 36%;
    text-align: center
}

.single-car-mpg .mpg-unit .mpg-value {
    padding: 0 3px;
    font-size: 26px;
    font-weight: 700
}

.single-car-mpg .mpg-unit .mpg-label {
    font-size: 12px;
    text-transform: uppercase
}

.single-car-mpg .mpg-icon {
    float: left;
    width: 26.36%;
    max-width: 64px;
    min-height: 64px;
    text-align: center;
    background-color: #f0c542;
    border-radius: 50%;
    text-indent: 5px
}

.single-car-mpg .mpg-icon i {
    position: relative;
    top: -1px;
    font-size: 26px;
    line-height: 64px;
    color: #fff
}

.stm_auto_loan_calculator {
    padding: 22px 17px 8px;
    border: 3px solid #e4e6ea
}

.stm_auto_loan_calculator>.title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-height: 42px;
    text-transform: uppercase
}

.stm_auto_loan_calculator>.title h5 {
    position: relative;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400
}

.stm_auto_loan_calculator>.title h1,
.stm_auto_loan_calculator>.title h2,
.stm_auto_loan_calculator>.title h3,
.stm_auto_loan_calculator>.title h4,
.stm_auto_loan_calculator>.title h5,
.stm_auto_loan_calculator>.title h6 {
    margin-left: 15px;
    margin-bottom: unset
}

.stm_auto_loan_calculator>.title>i {
    font-size: 42px;
    color: #f0c542
}

.stm_auto_loan_calculator .form-group {
    margin-bottom: 17px
}

.stm_auto_loan_calculator .labeled {
    margin-bottom: 6px;
    font-size: 13px;
    color: #888
}

.stm_auto_loan_calculator input {
    height: 37px;
    line-height: 37px
}

.stm_auto_loan_calculator .single-calculator-title {
    margin: 8px 0 28px -2px;
    text-transform: none
}

.stm_auto_loan_calculator .single-calculator-title h3 {
    position: relative;
    top: 4px
}

.stm_auto_loan_calculator.wide-version {
    padding-left: 32px;
    padding-right: 32px
}

.stm_auto_loan_calculator.wide-version .stm_calculator_results {
    padding-bottom: 26px
}

.stm_auto_loan_calculator.wide-version .form-group {
    margin-bottom: 24px
}

.stm_auto_loan_calculator .calculate_loan_payment {
    margin-bottom: 16px
}

.stm_auto_loan_calculator .stm_calculator_results {
    padding-top: 8px;
    padding-bottom: 20px;
    color: #fff
}

.stm_auto_loan_calculator .stm_calculator_results .stm-calc-results-inner {
    position: relative;
    background-color: #2a4046;
    padding: 18px 24px 14px
}

.stm_auto_loan_calculator .stm_calculator_results .stm-calc-results-inner:after {
    position: absolute;
    content: "";
    display: block;
    top: -8px;
    left: 26px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2a4046
}

.stm_auto_loan_calculator .stm_calculator_results .stm-calc-results-inner .h5 {
    min-height: 22px;
    margin-bottom: 5px;
    color: #fff
}

.stm_auto_loan_calculator .stm_calculator_results .stm-calc-label {
    margin-bottom: -2px;
    font-size: 13px
}

.stm_auto_loan_calculator.novo {
    background-color: #f0f2f5;
    border: none;
    padding: 35px 37px
}

.stm_auto_loan_calculator.novo .title {
    margin-bottom: 25px
}

.stm_auto_loan_calculator.novo .title h5 {
    color: #232628;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase
}

.stm_auto_loan_calculator.novo .form-group {
    margin-bottom: 28px
}

.stm_auto_loan_calculator.novo .form-group .labeled {
    color: #222;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: left
}

.stm_auto_loan_calculator.novo .form-group .labeled .orange {
    color: #222
}

.stm_auto_loan_calculator.novo .form-group input {
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    color: #232628;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase
}

.stm_auto_loan_calculator.novo .calculate_loan_payment {
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-transform: uppercase;
    min-width: 136px;
    min-height: 46px
}

.stm_auto_loan_calculator.novo .stm_calculator_results {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0
}

@media (min-width:768px) {
    .stm_auto_loan_calculator.novo .stm_calculator_results {
        flex-direction: row
    }
}

.stm_auto_loan_calculator.novo .stm_calculator_results .result {
    margin-top: 22px
}

@media (min-width:768px) {
    .stm_auto_loan_calculator.novo .stm_calculator_results .result {
        margin-right: 40px;
        margin-top: 0
    }
}

.stm_auto_loan_calculator.novo .stm_calculator_results .result:last-child {
    margin-right: 0
}

.stm_auto_loan_calculator.novo .stm_calculator_results .result .stm-calc-label {
    color: #232628;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    margin-bottom: 2px
}

.stm_auto_loan_calculator.novo .stm_calculator_results .result .h5 {
    color: #2a4046;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.orange {
    color: #f0c542
}

#request-trade-offer-form,
#get-car-price-form,
#request-test-drive-form {
    position: absolute;
    max-width: 100%;
    width: 580px;
    left: 50%;
    margin-left: -290px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999
}

#request-trade-offer-form .col-md-5,
#get-car-price-form .col-md-5,
#request-test-drive-form .col-md-5 {
    text-align: right
}

#request-trade-offer-form .col-md-5 .grecaptcha-badge,
#get-car-price-form .col-md-5 .grecaptcha-badge,
#request-test-drive-form .col-md-5 .grecaptcha-badge {
    width: 245px;
    position: absolute !important;
    bottom: -9px !important;
    right: unset !important;
    left: -133%
}

#request-trade-offer-form .col-md-5 button,
#get-car-price-form .col-md-5 button,
#request-test-drive-form .col-md-5 button {
    max-width: 90%
}

#request-trade-offer-form .modal-dialog,
#get-car-price-form .modal-dialog,
#request-test-drive-form .modal-dialog {
    max-width: 100%
}

#request-trade-offer-form .modal-body,
#get-car-price-form .modal-body,
#request-test-drive-form .modal-body {
    padding: 44px 37px 15px
}

#request-trade-offer-form .modal-body .form-group,
#get-car-price-form .modal-body .form-group,
#request-test-drive-form .modal-body .form-group {
    margin-bottom: 17px
}

#request-test-drive-form .modal-dialog .modal-content,
#request-trade-offer-form .modal-dialog .modal-content {
    border: none
}

#request-test-drive-form .modal-dialog .modal-content .modal-header,
#request-trade-offer-form .modal-dialog .modal-content .modal-header {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.modal-header {
    border-bottom: none
}

.modal-header-iconed {
    padding: 28px 10px 23px 105px;
    position: relative;
    background-color: #232628
}

.modal-header-iconed h3 {
    text-transform: uppercase;
    color: #fff
}

.modal-header-iconed .test-drive-car-name {
    margin-top: -5px;
    color: #aaa
}

.modal-header-iconed i {
    position: absolute;
    top: 33px;
    left: 32px;
    font-size: 47px;
    color: #2a4046
}

.modal-header-iconed .mobile-close-modal {
    display: none
}

@media (max-width:450px) {
    .modal-header-iconed {
        display: block;
        padding-rigth: 50px
    }

    .modal-header-iconed i {
        top: 28px
    }

    .modal-header-iconed .mobile-close-modal {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 10px
    }

    .modal-header-iconed .mobile-close-modal i {
        position: relative;
        top: 0;
        left: 0;
        font-size: 16px
    }
}

.stm-datepicker-input-icon {
    position: relative
}

.stm-datepicker-input-icon:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    right: 18px;
    top: 50%;
    color: #2a4046;
    font-size: 16px;
    content: "\f017"
}

.stm-datepicker-input-icon input {
    padding-right: 35px
}

.compare-title {
    margin-bottom: 25px;
    line-height: 36px;
    margin-top: 30px;
    text-transform: uppercase
}

.car-listing-row .compare-col-stm {
    margin-bottom: 6px
}

.car-listing-row .compare-col-stm .car-meta-top {
    border-bottom: none
}

.car-listing-row .compare-col-stm:hover .remove-from-compare {
    bottom: -13px;
    opacity: 1
}

.car-listing-row .compare-col-stm:hover .stm-compare-car-img:after {
    opacity: 1
}

.car-listing-row .compare-col-stm .listing-car-item-meta {
    padding-top: 35px
}

.title-box-disabled {
    height: 43px
}

.compare-options table>tbody tr td {
    text-transform: uppercase
}

.compare-values table>tbody tr td .h5 {
    margin: 0;
    font-weight: 700
}

.compare-value-hover:hover {
    cursor: pointer
}

.compare-value-hover.hovered {
    color: #f0c542
}

.compare-value-hover.hovered .h5 {
    color: #f0c542
}

.compare-value-hover .h5 .regular-price {
    font-size: 13px;
    text-decoration: line-through
}

.stm-compare-car-img {
    position: relative
}

.stm-compare-car-img:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0
}

.compare-col-stm-empty .image img.stm-compare-empty {
    opacity: .8
}

.compare-col-stm-empty:hover .image img.stm-compare-empty {
    opacity: 1
}

.compare-col-stm-empty>a {
    text-decoration: none !important
}

.compare-col-stm-empty>a:hover .h5 {
    color: #2a4046
}

.compare-col-stm-empty .image {
    position: relative
}

.compare-col-stm-empty .image .stm-icon-add_car {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -36px;
    font-size: 53px;
    color: #d1d7dc;
    z-index: 15
}

.compare-col-stm-empty .h5 {
    margin-top: 24px;
    color: #888;
    text-transform: uppercase;
    text-align: center
}

.stm-compare-row {
    margin-bottom: 30px
}

.stm-compare-features {
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 400
}

.row-compare-features {
    margin-bottom: 29px
}

.remove-compare-unlinkable {
    position: relative;
    height: 29px;
    margin-top: -29px;
    z-index: 20
}

.remove-from-compare {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -78px;
    width: 157px;
    padding: 0 6px 0 32px;
    height: 29px;
    line-height: 29px;
    text-transform: uppercase;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    background-color: #2a4046;
    opacity: 0
}

.remove-from-compare:hover {
    cursor: pointer
}

.remove-from-compare .stm-icon-remove {
    position: absolute;
    left: 7px;
    top: 6px;
    font-size: 15px
}

.remove-from-compare.loading .stm-icon-remove {
    left: 11px;
    top: 6px;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 17px;
    line-height: normal;
    animation: rotating 2s infinite linear
}

.remove-from-compare.loading .stm-icon-remove:before {
    content: "\f013";
    z-index: 20
}

.stm-car-compare-row {
    margin-top: 34px
}

.stm-working-days {
    padding: 28px 26px 23px 27px;
    border: 3px solid #ddd
}

.stm-working-days .title {
    position: relative;
    margin-bottom: 18px;
    padding-left: 31px
}

.stm-working-days .title i {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 21px;
    color: #2a4046
}

table.stm-working-days-table {
    margin-bottom: 0
}

table.stm-working-days-table>tbody>tr:last-child td {
    border-bottom: none
}

table.stm-working-days-table>tbody>tr td {
    padding: 7px 0 5px
}

table.stm-working-days-table>tbody>tr td.day-label {
    text-transform: uppercase;
    font-size: 12px;
    color: #888
}

table.stm-working-days-table>tbody>tr td.day-value {
    text-align: right;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase
}

table.stm-working-days-table>tbody>tr td.day-value.day-closed {
    color: #e81818
}

.compare-empty-car-bottom,
.compare-empty-car-top {
    display: none
}

.archive-listing-page {
    margin-top: 30px;
    margin-bottom: 46px
}

.listing-list-loop {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ddd
}

.listing-list-loop:after {
    display: table;
    content: "";
    clear: both
}

.listing-list-loop .video-preview {
    position: absolute;
    right: 9px;
    top: 17px;
    padding: 1px 11px 1px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #2a4046;
    z-index: 20
}

.listing-list-loop .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px
}

.listing-list-loop .image {
    position: relative;
    float: left;
    max-width: 257px;
    margin: 0 28px 0 0;
    padding-top: 8px;
    overflow: hidden
}

.listing-list-loop .image .image-inner {
    position: relative;
    overflow: hidden
}

.listing-list-loop .content {
    overflow: hidden
}

.listing-list-loop .content .title {
    margin-top: 3px;
    padding-top: 2px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden
}

.listing-list-loop .content .meta-top {
    margin-bottom: 18px
}

.listing-list-loop .content .meta-top:after {
    display: table;
    content: "";
    clear: both
}

.listing-list-loop .content .meta-top .price {
    min-width: 130px;
    position: relative;
    margin-left: 40px;
    float: right;
    text-align: right;
    background-color: #2a4046;
    color: #fff
}

.listing-list-loop .content .meta-top .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -11px;
    height: 100%;
    width: 32px;
    background-color: #2a4046;
    transform: skew(-23deg, 0deg);
    z-index: -1
}

.listing-list-loop .content .meta-top .price .heading-font {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}

.listing-list-loop .content .meta-top .price .normal-price {
    position: relative;
    left: -4px;
    padding: 13px 8px 12px 4px
}

.listing-list-loop .content .meta-top .price .normal-price .label-price {
    max-width: 26px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 2px;
    line-height: 10px;
    font-size: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: .7
}

.listing-list-loop .content .meta-top .price .normal-price .heading-font {
    position: relative;
    top: 1px;
    font-size: 22px
}

.listing-list-loop .content .meta-top .price .price-form-label {
    display: block;
    padding: 13px 8px 12px 4px
}

.listing-list-loop .content .meta-top .price.discounted-price {
    padding: 1px 7px 3px 0
}

.listing-list-loop .content .meta-top .price.discounted-price .regular-price {
    position: relative;
    left: -4px;
    padding-right: 4px;
    vertical-align: bottom;
    font-size: 13px
}

.listing-list-loop .content .meta-top .price.discounted-price .regular-price .label-price {
    opacity: .7;
    font-size: 10px
}

.listing-list-loop .content .meta-top .price.discounted-price .sale-price {
    position: relative;
    left: -4px;
    vertical-align: middle;
    margin-top: -2px;
    padding-right: 3px
}

.listing-list-loop .content .meta-top .price.discounted-price .sale-price .label-price {
    display: inline-block;
    max-width: 38px;
    margin-right: 2px;
    position: relative;
    top: -4px;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    opacity: .7
}

.listing-list-loop .content .meta-middle:after {
    display: table;
    content: "";
    clear: both
}

.listing-list-loop .content .meta-middle .meta-middle-unit {
    float: left;
    padding-right: 13px;
    margin-right: 9px;
    margin-bottom: 23px;
    border-right: 1px solid #ddd
}

.listing-list-loop .content .meta-middle .meta-middle-unit:after {
    display: table;
    content: "";
    clear: both
}

.listing-list-loop .content .meta-middle .meta-middle-unit:last-child {
    border-right: none
}

.listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top {
    padding-left: 25px
}

.listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .value {
    padding-left: 25px;
    font-weight: 700
}

.listing-list-loop .content .meta-middle .meta-middle-unit .meta-middle-unit-top {
    position: relative
}

.listing-list-loop .content .meta-middle .meta-middle-unit.fuel .meta-middle-unit-top {
    padding-left: 23px
}

.listing-list-loop .content .meta-middle .meta-middle-unit.fuel .value {
    padding-left: 23px
}

.listing-list-loop .content .meta-middle .meta-middle-unit.engine .meta-middle-unit-top,
.listing-list-loop .content .meta-middle .meta-middle-unit.engine .value,
.listing-list-loop .content .meta-middle .meta-middle-unit.drive .meta-middle-unit-top,
.listing-list-loop .content .meta-middle .meta-middle-unit.drive .value,
.listing-list-loop .content .meta-middle .meta-middle-unit.transmission .meta-middle-unit-top,
.listing-list-loop .content .meta-middle .meta-middle-unit.transmission .value {
    padding-left: 29px
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon {
    position: absolute;
    margin-top: 1px;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    color: #888;
    font-size: 15px
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-fuel {
    position: relative;
    top: -1px;
    font-size: 14px
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-engine_fill {
    position: relative;
    top: 0;
    left: 1px;
    font-size: 18px
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-transmission_fill {
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 17px
}

.listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-drive_2 {
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 17px
}

.listing-list-loop .content .meta-middle .meta-middle-unit .name {
    text-transform: uppercase;
    color: #888;
    font-size: 10px
}

.listing-list-loop .content .meta-middle .meta-middle-unit .value {
    margin-top: -5px;
    margin-bottom: 0;
    line-height: normal
}

.certified-logo-1,
.certified-logo-2 {
    opacity: .8
}

.certified-logo-1:hover,
.certified-logo-2:hover {
    opacity: 1
}

.stm-price-range {
    margin-bottom: 19px
}

.stm-modern-dynamic-slider .stm-accordion-content .ui-slider.ui-slider-horizontal {
    margin-bottom: 19px
}

.stm-price-range-unit {
    padding: 0 9px;
    background-color: #dfe1e5;
    border-radius: 2px
}

.row-pad-top-24 {
    padding-top: 24px
}

.col-md-wider-left {
    padding-left: 6px
}

.col-md-wider-right {
    padding-right: 6px
}

.sidebar-action-units:after {
    display: table;
    content: "";
    clear: both
}

.sidebar-action-units input[type=submit] {
    float: left;
    margin-right: 23px;
    padding: 13px 19px 9px;
    font-size: 12px
}

.stm-reset-classic-filter {
    margin-top: 8px;
    display: inline-block;
    position: relative;
    padding-left: 17px;
    color: #888;
    font-size: 13px
}

.stm-reset-classic-filter .fas {
    position: absolute;
    top: 5px;
    left: 0;
    color: #2a4046;
    font-size: 14px
}

.stm-reset-classic-filter span {
    display: inline-block;
    position: relative
}

.stm-reset-classic-filter span:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 3px;
    left: 1px;
    right: 0;
    height: 1px;
    background-color: #888
}

#stm_filter_max_price,
#stm_filter_min_price {
    text-align: center
}

.classic-filter-pagination .page-numbers {
    border-top: none
}

.stm-car-listing-sort-units {
    margin-top: 4px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd
}

.stm-car-listing-sort-units .stm-sort-by-options {
    float: left
}

.stm-car-listing-sort-units .stm-sort-by-options>span {
    float: left;
    margin-top: 7px;
    margin-right: 9px;
    text-transform: uppercase;
    font-size: 12px;
    color: #888
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {
    float: left
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {
    height: 32px
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px;
    line-height: 32px
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px
}

.stm-car-listing-sort-units .stm-view-by {
    float: right
}

.stm-car-listing-sort-units .stm-view-by:after {
    display: table;
    content: "";
    clear: both
}

.stm-car-listing-sort-units .stm-view-by .view-type {
    display: block;
    float: left;
    color: #8f8f8f;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important
}

.stm-car-listing-sort-units .stm-view-by .view-type:hover {
    color: #2a4046
}

.stm-car-listing-sort-units .stm-view-by .view-type.view-list {
    font-size: 12px
}

.stm-car-listing-sort-units .stm-view-by .view-type.view-grid {
    text-indent: 2px;
    font-size: 16px
}

.stm-car-listing-sort-units .stm-view-by .view-type:hover {
    cursor: pointer
}

.stm-car-listing-sort-units .stm-view-by .view-type:first-child {
    margin-left: 0
}

.stm-car-listing-sort-units .stm-view-by .view-type.active {
    background-color: #f0f2f5;
    color: #8f8f8f
}

.stm-car-listing-sort-units .stm-view-by .view-type.active:hover {
    color: #2a4046
}

.stm-isotope-sorting {
    position: relative
}

select {
    opacity: 0;
    visibility: hidden
}

.stm-isotope-listing-item {
    margin-bottom: 31px
}

.select2-search input[type=search] {
    height: 34px
}

.select2-search.select2-search--dropdown.select2-search--hide {
    display: block !important
}

.stm-multi-currency .select2-dropdown--below .select2-search--hide {
    display: none !important
}

.stm-filter-chosen-units {
    margin-bottom: 7px
}

#modern-filter-listing ul.stm-filter-chosen-units-list {
    height: 0
}

ul.stm-filter-chosen-units-list {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.stm-filter-chosen-units-list:after {
    display: table;
    content: "";
    clear: both
}

ul.stm-filter-chosen-units-list li {
    position: relative;
    float: left;
    padding: 4px 35px 6px 13px;
    margin: 0 15px 10px 0;
    font-size: 13px;
    box-shadow: 0 1px 3px rgba(59, 62, 68, .3);
    border-radius: 3px;
    color: #555
}

ul.stm-filter-chosen-units-list li:last-child {
    margin-right: 0
}

ul.stm-filter-chosen-units-list li>span {
    margin-right: -1px;
    color: #aaa
}

ul.stm-filter-chosen-units-list li>i {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 100%;
    line-height: 31px;
    text-align: center;
    font-size: 10px;
    color: #aaa
}

ul.stm-filter-chosen-units-list li>i:hover {
    cursor: pointer
}

.stm-accordion-single-unit {
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18)
}

.stm-accordion-single-unit>a.title {
    position: relative;
    display: block;
    padding: 27px 20px 20px 25px;
    background-color: #fff;
    border-top: 4px solid #232628;
    text-decoration: none !important
}

.stm-accordion-single-unit>a.title.collapsed {
    padding: 15px 20px 15px 25px;
    border-top-color: #2a4046
}

.stm-accordion-single-unit>a.title.collapsed .minus {
    margin-top: -2px
}

.stm-accordion-single-unit>a.title.collapsed .minus:after {
    opacity: 1
}

.stm-accordion-single-unit>a.title h5 {
    margin-bottom: 0;
    text-transform: uppercase
}

.stm-accordion-single-unit>a.title .minus {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: 1px;
    width: 11px;
    height: 3px;
    background-color: #ccc
}

.stm-accordion-single-unit>a.title .minus:after {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 4px;
    height: 11px;
    width: 3px;
    background-color: #ccc;
    opacity: 0
}

.stm-accordion-single-unit>a.title:hover .minus:after,
.stm-accordion-single-unit>a.title:hover .minus {
    background-color: #2a4046
}

.stm-accordion-single-unit .stm-accordion-content ul {
    padding: 5px 40px 17px 25px;
    margin-bottom: 0
}

.stm-accordion-single-unit .stm-accordion-content ul li {
    margin-bottom: 7px;
    font-size: 13px
}

.stm-accordion-single-unit .stm-accordion-content ul li:hover {
    cursor: pointer
}

.blog-meta {
    padding: 16px 18px 0;
    margin-bottom: 45px;
    background-color: #232628
}

.blog-meta .left {
    float: left
}

.blog-meta .right {
    float: right
}

.blog-meta .blog-meta-unit {
    position: relative;
    color: #fff;
    padding-left: 22px;
    margin-bottom: 14px;
    font-weight: 400
}

.blog-meta .blog-meta-unit .post_comments {
    font-weight: 400
}

.blog-meta .blog-meta-unit a {
    color: #fff
}

.blog-meta .blog-meta-unit a:hover {
    color: #2a4046;
    text-decoration: none
}

.blog-meta .blog-meta-unit i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    font-size: 15px;
    color: #2a4046
}

.blog-meta .blog-meta-unit i .stm-icon-message {
    font-size: 14px;
    margin-top: -7px
}

.blog-meta .clearfix .blog-meta-unit {
    float: left;
    margin-right: 41px
}

.post-content {
    padding-bottom: 35px;
    margin-bottom: 38px;
    border-bottom: 1px solid #ddd
}

.post-content iframe {
    width: 100% !important;
    max-width: 100% !important;
    vertical-align: top
}

.post-content.post-content-vc {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.post-content blockquote {
    position: relative;
    margin-top: 10px;
    padding-left: 72px;
    padding-right: 5px;
    border-left: none;
    font-size: 16px;
    line-height: 32px;
    color: #232628;
    font-style: normal
}

.post-content blockquote:after,
.post-content blockquote:before {
    position: absolute;
    content: "";
    display: block;
    top: 9px;
    left: 4px;
    font-size: 31px;
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f0c542;
    content: "\e923"
}

.blog-meta-bottom {
    margin-top: 30px;
    margin-bottom: 40px
}

.blog-meta-bottom .left {
    float: left
}

.blog-meta-bottom .right {
    float: right
}

.blog-meta-bottom span.h6 {
    text-transform: uppercase;
    font-weight: 700
}

.blog-meta-bottom .post-tags .post-tag,
.blog-meta-bottom .post-tags .post-category,
.blog-meta-bottom .post-cat .post-tag,
.blog-meta-bottom .post-cat .post-category {
    color: #888;
    font-weight: 400;
    font-size: 13px
}

.blog-meta-bottom .post-tags .post-tag:last-child .divider,
.blog-meta-bottom .post-tags .post-category:last-child .divider,
.blog-meta-bottom .post-cat .post-tag:last-child .divider,
.blog-meta-bottom .post-cat .post-category:last-child .divider {
    display: none
}

.blog-meta-bottom .post-tags .post-tag a,
.blog-meta-bottom .post-tags .post-category a,
.blog-meta-bottom .post-cat .post-tag a,
.blog-meta-bottom .post-cat .post-category a {
    color: #888;
    font-weight: 400;
    font-size: 13px
}

.blog-meta-bottom .post-tags .post-tag a:hover,
.blog-meta-bottom .post-tags .post-category a:hover,
.blog-meta-bottom .post-cat .post-tag a:hover,
.blog-meta-bottom .post-cat .post-category a:hover {
    text-decoration: none;
    color: #2a4046
}

.blog-meta-bottom .post-tags {
    margin-top: 2px
}

.blog-meta-bottom .stm-shareble {
    margin-top: 7px
}

.stm-author-box {
    padding: 30px 50px 30px 30px;
    margin-bottom: 58px;
    border-top: 4px solid #232628;
    background-color: #f3f4f5
}

.stm-author-box .author-image {
    float: left;
    margin-right: 29px
}

.stm-author-box .author-image>img {
    border-radius: 50%
}

.stm-author-box .author-content {
    overflow: hidden
}

.stm-author-box .author-content h6 {
    margin-bottom: 4px;
    color: #aaa
}

.stm-author-box .author-content h4 {
    margin-bottom: 10px
}

.stm-author-box .author-content .author-description {
    color: #555;
    font-size: 14px;
    line-height: 20px
}

.comment-reply-title {
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.comments-title {
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.single-post #main {
    margin-bottom: 36px
}

.single-post .wp-block-separator {
    border-top-width: 4px;
    margin: 25px auto 25px auto
}

@media (min-width:1024px) {
    .single-post .wp-block-embed-youtube iframe {
        min-height: 420px
    }
}

.comment.parent .comment-body {
    position: relative
}

.comment.parent .comment-body:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 40px;
    width: 36px;
    height: 1px;
    background-color: #ddd
}

.comment .comment-body {
    min-height: 80px;
    margin-bottom: 18px;
    overflow: hidden
}

.comment .comment-avatar {
    position: relative;
    float: left;
    margin-right: 29px
}

.comment .comment-avatar img {
    border-radius: 50%
}

.comment .comment-avatar:before {
    position: absolute;
    content: "";
    display: block;
    top: 88px;
    left: 50%;
    width: 1px;
    height: 2000px;
    background-color: #ddd
}

.comment .comment-info-wrapper {
    overflow: hidden
}

.comment .comment-info-wrapper .comment-info {
    margin-top: -4px;
    margin-bottom: 10px
}

.comment .comment-info-wrapper .comment-text {
    min-height: 70px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 22px;
    color: #888;
    font-style: italic
}

.comment .comment-info-wrapper .comment-reply-login {
    margin-left: 10px
}

.comment .comment-info-wrapper .comment-text p {
    margin-bottom: 5px
}

.comment .commentmetadata {
    color: #888;
    font-size: 12px
}

.comment .commentmetadata a {
    color: #888
}

.comment .commentmetadata a:hover {
    color: #2a4046;
    text-decoration: none
}

.comment .commentmetadata .comment-meta-data-unit {
    vertical-align: top
}

.comment .commentmetadata .comment-meta-data-unit a {
    color: #2a4046
}

.comment .commentmetadata .comment-meta-data-unit a i {
    font-size: 11px
}

.comment .comment-divider {
    margin: 0 7px;
    color: #888
}

.comment .comment-reply-link {
    margin-left: 2px
}

.comment .comment-reply-link i {
    margin-right: 7px
}

.comment .comment-edit-link {
    margin-left: -2px
}

.comment .comment-edit-link i {
    position: relative;
    top: 1px;
    font-size: 13px !important;
    margin-right: 7px
}

.comment .comment-author .h5 a {
    color: #232628;
    font-weight: 700
}

.comment .comment-date {
    margin-right: -5px
}

ul.comment-list li ul.children {
    padding-left: 43px;
    list-style: none
}

ul.comment-list li ul.children>li.parent .comment-avatar:before {
    position: absolute;
    content: "";
    display: block;
    top: 73px;
    left: 50%;
    width: 1px;
    height: 2000px;
    background-color: #ddd
}

ul.comment-list li ul.children .comment-body {
    padding-top: 18px;
    margin-top: -18px
}

ul.comment-list li ul.children .comment-body:after {
    display: none
}

ul.comment-list li ul.children .comment-avatar {
    position: relative;
    margin-right: 35px
}

ul.comment-list li ul.children .comment-avatar img {
    max-width: 65px
}

ul.comment-list li ul.children .comment-avatar:after {
    position: absolute;
    content: "";
    display: block;
    top: -18px;
    left: 50%;
    width: 1px;
    height: 10px;
    background-color: #ddd
}

ul.comment-list li ul.children ul.children {
    padding-left: 0
}

ul.children .comment:not(.parent) {
    position: relative;
    margin-bottom: 30px
}

ul.children .comment:not(.parent):after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    left: -43px;
    height: 1px;
    background-color: #ddd
}

ul.children .comment:not(.parent) .comment-avatar:before {
    display: none !important
}

ul.children .comment:not(.parent) .comment-body .comment-text {
    padding-bottom: 30px;
    border-bottom: none
}

.comment-list {
    margin-bottom: 57px
}

.comment-list>li.comment:not(.parent) {
    position: relative
}

.comment-list>li.comment:not(.parent):after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #ddd
}

.comment-list>li.comment:not(.parent) .comment-avatar:before {
    display: none !important
}

.comment-list>li.comment:not(.parent) .comment-body .comment-text {
    border-bottom: none
}

.logged-in-as {
    display: none
}

.stm-single-post {
    padding-top: 36px
}

.stm-single-post .post-title {
    margin-bottom: 35px;
    line-height: 50px
}

#cancel-comment-reply-link {
    margin-left: 10px
}

.comment-respond {
    padding-bottom: 20px
}

.stm-archives {
    padding-top: 30px
}

.contact-us-label {
    margin-bottom: 5px;
    font-size: 14px
}

.stm-contact-us-checkbox {
    margin: 17px 0 35px
}

.contact-us-submit {
    margin-top: -5px
}

.stm-view-type-list,
.stm-view-type-grid {
    padding-top: 57px;
    padding-bottom: 65px
}

.stm-view-type-grid .row-2 .col-md-6 .image img {
    width: 100%
}

.stm-blog-pagination {
    margin-top: 10px
}

.stm-blog-pagination .page-numbers {
    padding-top: 0;
    margin-top: 0;
    border-top: none
}

.stm-blog-pagination .page-numbers li a.next,
.stm-blog-pagination .page-numbers li a.prev {
    top: 0
}

.post-grid-single-unit {
    position: relative;
    margin-bottom: 50px
}

.post-grid-single-unit:hover .content {
    border-color: transparent;
    box-shadow: 0 1px 6px rgba(35, 38, 40, .4)
}

.post-grid-single-unit .image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

@media (max-width:767px) {
    .post-grid-single-unit .image a img {
        width: 100%
    }
}

.post-grid-single-unit .video-preview {
    position: absolute;
    right: 9px;
    top: 17px;
    padding: 1px 11px 1px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #2a4046;
    z-index: 20
}

.post-grid-single-unit .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px
}

.post-grid-single-unit .sticky-post {
    position: absolute;
    top: 20px;
    left: -90px;
    background-color: #f0c542;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 250px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transform: rotate(-45deg)
}

.post-grid-single-unit .sticky-post.blog-post-no-image {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    transform: rotate(0deg)
}

.post-grid-single-unit .content {
    box-shadow: none;
    border-radius: 1px;
    transition: all .5s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    padding: 25px 40px 14px;
    border: 1px solid #ddd
}

.post-grid-single-unit .content .title-relative {
    position: relative;
    min-height: 66px
}

.post-grid-single-unit .content .title-relative a {
    text-decoration: none !important
}

.post-grid-single-unit .content .title-relative a .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px
}

.post-grid-single-unit .content .post-meta-bottom {
    display: flex;
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid #ddd
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit {
    display: inline-block;
    margin-right: 19px;
    padding-left: 25px;
    position: relative;
    font-size: 12px;
    color: #888
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit:last-child {
    margin-right: 0
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments {
    padding-left: 22px
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments i {
    top: 3px;
    font-size: 14px
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #2a4046;
    font-size: 15px
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a {
    color: #888;
    text-decoration: none !important
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a:hover {
    color: #2a4046
}

.post-list-single-item {
    margin-bottom: 30px
}

.post-list-single-item .image {
    position: relative;
    vertical-align: top;
    overflow: hidden;
    max-height: 429px
}

.post-list-single-item .image img {
    vertical-align: top;
    width: 100%
}

.post-list-single-item .video-preview {
    position: absolute;
    right: 9px;
    top: 17px;
    padding: 1px 11px 1px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #2a4046;
    z-index: 20
}

.post-list-single-item .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px
}

.post-list-single-item .sticky-post {
    position: absolute;
    top: 20px;
    left: -90px;
    background-color: #f0c542;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 250px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transform: rotate(-45deg)
}

.post-list-single-item .blog-meta {
    position: relative;
    margin-top: -44px;
    padding-left: 36px;
    padding-right: 27px;
    margin-bottom: 0;
    background-color: #232628;
    z-index: 20
}

.post-list-single-item .absoluted-content {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0
}

.post-list-single-item .absoluted-content .relatived-content {
    padding: 0 36px 31px;
    position: relative;
    z-index: 10
}

.post-list-single-item .absoluted-content .relatived-content .title {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    line-height: 28px
}

.post-list-single-item .absoluted-content .relatived-content .video-preview {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    top: 0;
    left: 0
}

.post-list-single-item .absoluted-content:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 189px;
    background: linear-gradient(to top, rgba(35, 38, 40, .9), rgba(35, 38, 40, 0));
    z-index: 5
}

.stm-blog-pagination {
    position: relative
}

.stm-blog-pagination a {
    display: block
}

.stm-view-type-list .stm-blog-pagination {
    margin-top: 30px
}

.stm-prev-next {
    display: block;
    position: absolute;
    top: 0;
    width: 54px;
    height: 35px;
    background-color: #2a4046;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    z-index: 15
}

.stm-prev-next i {
    color: #fff
}

.stm-prev-next.stm-next-btn {
    right: 0
}

.stm-prev-next .stm-prev-btn {
    left: 0
}

.stm-prev-next.disabled {
    background-color: #ddd
}

.sidebar-margin-top {
    margin-top: 4px
}

.stm-blog-main-title {
    margin: -9px 0 51px;
    text-transform: uppercase
}

.stm-no-margin-bc .navxtBreads {
    margin-bottom: 0
}

body.woocommerce-account .woocommerce {
    margin-bottom: 60px
}

body.woocommerce-account .woocommerce input[type=submit] {
    margin-top: 30px
}

.error-header {
    position: relative;
    padding: 86px 0;
    background-color: #232628;
    z-index: 20
}

.error-header__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700
}

.error-header__title:focus,
.error-header__title:active,
.error-header__title:hover {
    text-decoration: none
}

body.error404 #wrapper {
    overflow: visible
}

body.error404 #wrapper #main {
    z-index: 15;
    display: block
}

body.error404 #wrapper #main .stm-error-page-unit {
    margin-top: 100px;
    width: 100%;
    text-align: center
}

body.error404 #wrapper #main .stm-error-page-unit h2 {
    width: auto;
    margin: 0 auto 40px auto;
    max-width: 650px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center
}

body.error404 #wrapper #main .stm-error-page-unit .button {
    display: inline-block
}

body.page-template-coming-soon-php {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed
}

body.page-template-coming-soon-php #wrapper {
    height: 100vh
}

body.page-template-coming-soon-php #wrapper:after {
    position: fixed;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1
}

body.page-template-coming-soon-php #wrapper #main {
    min-height: 400px;
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 75px
}

body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h1 {
    font-size: 70px;
    line-height: 65px;
    text-transform: uppercase
}

body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h5 {
    font-weight: 400
}

body.page-template-coming-soon-php #footer-copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent !important
}

body.page-template-coming-soon-php .coming-soon-header {
    position: relative;
    padding-top: 135px;
    z-index: 20
}

body.page-template-coming-soon-php .coming-soon-header .coming-soon-header-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.stm_gmap .dismissButton {
    background-color: #2a4046 !important;
    color: #fff !important;
    box-shadow: none !important
}

.stm-inline-form {
    margin-top: 35px
}

.stm-inline-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 235px;
    vertical-align: top;
    margin-right: 28px
}

.stm-inline-form input[type=submit] {
    vertical-align: top;
    display: inline-block
}

.stm-blog-fullwidth-info {
    position: relative
}

.stm-blog-fullwidth-info .post-thumbnail img {
    width: 100%
}

.stm-blog-fullwidth-info .absoluted-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.stm-blog-fullwidth-info .absoluted-content>.container {
    position: relative;
    z-index: 10
}

.stm-blog-fullwidth-info .absoluted-content .title {
    color: #fff;
    max-width: 800px
}

.stm-blog-fullwidth-info .absoluted-content .blog-meta {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    margin-bottom: 0;
    margin-top: 65px;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit {
    color: #aaa
}

.stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit a {
    color: #aaa
}

.stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit a:hover {
    color: #2a4046
}

.stm-blog-fullwidth-info .absoluted-content:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 347px;
    background: linear-gradient(to top, rgba(35, 38, 40, .9), rgba(35, 38, 40, 0));
    z-index: 5
}

.stm-modern-filter-sidebar-title {
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 40px
}

#modern-filter-listing {
    margin-top: 45px
}

#modern-filter-listing .stm-accordion-single-unit {
    margin: 0 0 30px
}

#modern-filter-listing .stm-accordion-content-wrapper {
    padding: 0 26px 20px
}

#modern-filter-listing .stm-accordion-content-wrapper .stm-single-unit {
    margin-bottom: 8px
}

.stm-modern-filter-unit-first-default {
    margin-bottom: 15px
}

.stm-modern-filter-unit-first-default .stm-single-unit {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 7px
}

.stm-modern-filter-unit-images {
    font-size: 0
}

.stm-modern-filter-unit-images .stm-single-unit-wrapper {
    margin: 3px -10px 0
}

.stm-modern-filter-unit-images .stm-single-unit-image {
    display: inline-block;
    width: 50%;
    margin: 0 0 25px;
    vertical-align: top;
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap
}

.stm-modern-filter-unit-images .stm-single-unit-image.stm-no-image {
    display: block;
    margin-bottom: 8px;
    width: 100%
}

.stm-modern-filter-unit-images .stm-single-unit-image .image {
    text-align: center;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.stm-modern-filter-unit-images .stm-single-unit-image .image.non-active {
    opacity: .5
}

.stm-modern-filter-unit-images .stm-single-unit-image img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.stm-modern-filter-unit-images .checker {
    margin-right: 3px !important
}

.stm-modern-filter-price {
    padding-top: 8px !important
}

.stm-show-all-modern-filter {
    display: inline-block !important;
    padding: 10px 20px 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -58px
}

.stm-show-all-modern-filter:active {
    top: inherit;
    bottom: -2px
}

.stm-show-all-modern-filter.stm-hidden-filter {
    display: none !important
}

#modern-filter-listing .stm-car-listing-sort-units {
    margin-top: 0
}

.stm-car-listing-sort-units.stm-modern-filter-actions .stm-sort-by-options {
    margin-top: -8px;
    float: right;
    margin-right: 25px
}

.stm-car-listing-sort-units.stm-modern-filter-actions .stm-view-by {
    margin-top: -8px
}

.modern-filter-badges ul.stm-filter-chosen-units-list li {
    margin-bottom: 15px
}

.stm-modern-view-others {
    margin-top: 11px;
    padding-left: 11px
}

.stm-modern-view-others a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px dashed #aaa;
    text-decoration: none !important
}

.stm-modern-view-others a:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f107";
    top: 50%;
    margin-top: -8px;
    right: -14px;
    font-size: 16px
}

.stm-modern-view-others a:hover {
    color: #2a4046;
    border-bottom-color: #2a4046
}

.stm-modern-filter-others {
    display: none;
    padding-top: 11px
}

.stm-modern-filter-others .checker {
    margin-right: 10px !important
}

.stm-modern-filter-found-cars {
    float: left
}

.stm-modern-filter-found-cars h4 {
    text-transform: uppercase
}

.stm-single-unit-image label:hover {
    cursor: pointer
}

.car-listing-modern-grid .stm-isotope-listing-item {
    margin-bottom: 45px
}

.car-listing-modern-grid .col-md-6 .image img {
    width: 100%
}

#listings-result .stm-isotope-listing-item .price-form-label {
    padding: 15px 10px 14px;
    display: block
}

.stm-fullwidth-with-parallax {
    position: static;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    overflow: hidden
}

.stm-blackout-overlay.stm-blackout-loaded:after {
    visibility: visible
}

.stm-blackout-overlay:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    visibility: hidden
}

.stm-fullwidth-with-parallax.stm-blackout-lvl-20 .stm-blackout-overlay:after {
    opacity: .2
}

.stm-fullwidth-with-parallax.stm-blackout-lvl-40 .stm-blackout-overlay:after {
    opacity: .4
}

.stm-fullwidth-with-parallax.stm-blackout-lvl-60 .stm-blackout-overlay:after {
    opacity: .6
}

.stm-fullwidth-with-parallax.stm-blackout-lvl-80 .stm-blackout-overlay:after {
    opacity: .8
}

.stm-blackout-overlay {
    position: absolute
}

.owl-carousel {
    display: none;
    visibility: hidden
}

.owl-carousel.owl-loaded {
    display: block;
    visibility: visible
}

.stm-carousel-brands {
    display: block !important
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li ul li a {
    font-size: 13px !important
}

.panel.wc-tab h3 {
    margin-top: 50px
}

.stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important
}

.classic-filter-pagination {
    margin-top: 8px
}

.car-listing-top-part .stm-hidden {
    display: block;
    visibility: visible
}

.stm-hidden {
    display: none;
    visibility: hidden
}

body.stm-boxed #wrapper {
    position: relative;
    max-width: 1220px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    background-color: #fff
}

body.stm-boxed #wrapper #header.stm-header-was-fixed {
    z-index: 1000
}

body.stm-boxed #wrapper #main {
    position: relative;
    z-index: 999
}

body.stm-boxed #footer {
    max-width: 1220px;
    width: auto;
    margin: 0 auto
}

body.stm-boxed .stm-fullwidth-with-parallax {
    background-attachment: scroll
}

.compare-car-visible {
    display: none
}

.stm-img-mobile-compare {
    margin-bottom: 30px
}

.blog-posts-excerpt {
    margin-top: 15px
}

.footer_widgets_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0
}

.page-links {
    margin: 0 0 20px
}

.page-links .page-links-title {
    text-transform: uppercase;
    border: none;
    margin-right: 20px
}

.page-links a {
    display: inline-block;
    vertical-align: top;
    min-width: 30px;
    height: 30px;
    line-height: 26px;
    margin-right: 10px;
    border: 2px solid #2a4046;
    text-align: center;
    color: #2a4046;
    text-decoration: none !important
}

.page-links a:hover {
    color: #fff;
    background-color: #2a4046
}

.page-links>span {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #888;
    color: #888;
    min-width: 30px;
    margin-right: 10px;
    text-align: center;
    height: 30px;
    line-height: 26px
}

.post-password-form input[type=submit] {
    display: inline-block;
    margin-left: 10px
}

.stm_post_comments li.pingback .comment-info {
    margin-bottom: 15px
}

.stm_post_comments li.pingback .h5 {
    text-transform: uppercase
}

.mpg-mobile-selector {
    min-width: 250px
}

.post-type-archive-product .page-numbers {
    margin-bottom: 40px
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.stm-base-background-color {
    background-color: #f0c542
}

.stm-base-color {
    color: #f0c542
}

.stm-button-secondary-color {
    background-color: #2a4046
}

.stm-secondary-background-color {
    background-color: #2a4046
}

.stm-secondary-color {
    color: #2a4046
}

.certified-logo-1 img {
    max-height: 25px
}

.certified-logo-2 img {
    max-height: 25px
}

#frontend_customizer_button:before {
    border-right-color: #f0c542
}

#frontend_customizer_button {
    background-color: #f0c542
}

.tp-caption.stm-slider-round,
.rs-layer.stm-slider-round,
.stm-slider-round {
    background: rgba(240, 197, 66, .901961) !important;
    padding: 58px 19px 50px 27px !important;
    border-radius: 50% !important
}

.stm-compact-sidebar {
    max-width: 250px;
    width: auto;
    margin: 0 auto;
    padding-top: 26px;
    border: 1px solid #ddd
}

.stm-compact-sidebar .text-image {
    margin-left: 25px;
    margin-bottom: 10px
}

.stm-compact-sidebar .icon {
    margin-left: 25px;
    margin-bottom: 10px;
    font-size: 62px;
    color: #2a4046
}

.stm-compact-sidebar .content {
    max-width: 220px;
    margin-bottom: 23px;
    padding: 0 10px 0 30px
}

.stm-compact-sidebar .content h4>span {
    display: block
}

.stm-single-post .post-thumbnail img {
    width: 100%
}

@media (min-width:768px) {
    .stm-single-post .post-thumbnail.stm-post-thumbnail-wide {
        height: 100vh;
        max-height: 100%
    }

    .stm-single-post .post-thumbnail.stm-post-thumbnail-wide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit {
    display: block;
    text-decoration: none !important;
    padding-bottom: 17px;
    border-bottom: 6px solid #eaedf0
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit.validated .number {
    text-indent: -200px !important
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit.validated .number:before {
    right: 0
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit[href="#step-two"] .number {
    text-indent: 2px
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit .number {
    position: relative;
    margin-bottom: 13px;
    width: 31px;
    height: 31px;
    border: 3px solid #f0c542;
    border-radius: 50%;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    color: #f0c542;
    font-size: 16px;
    text-indent: 3px;
    overflow: hidden
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit .number:before {
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    line-height: 25px;
    content: "\f00c";
    font-size: 16px;
    text-indent: 0 !important
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit .title {
    margin: 0 0 -1px 3px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit .sub-title {
    margin-left: 4px;
    color: rgba(35, 38, 40, .5);
    font-size: 13px
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit.active {
    border-bottom-color: #f0c542
}

.stm-sell-a-car-form .form-navigation .form-navigation-unit.active .number {
    background-color: #f0c542;
    color: #fff
}

.stm-sell-a-car-form .form-content {
    padding-top: 44px
}

.stm-sell-a-car-form .form-content .form-content-unit {
    display: none
}

.stm-sell-a-car-form .form-content .form-content-unit.active {
    display: block
}

.stm-sell-a-car-form .form-content .form-content-unit .contact-us-label {
    color: #555
}

.stm-sell-a-car-form .form-content .vehicle-condition {
    padding-top: 6px
}

.stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit {
    padding-bottom: 33px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e2e5e8
}

.stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon {
    margin-bottom: 13px;
    font-size: 30px;
    color: #232628
}

.stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon.buoy {
    font-size: 34px
}

.stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon.buoy-2 {
    font-size: 35px
}

.stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .title {
    margin-bottom: 16px
}

.stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {
    margin-right: 40px;
    color: #232628
}

.stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label:last-child {
    margin-right: 0
}

.stm-sell-a-car-form .form-content .contact-details {
    margin: 6px 0 43px;
    padding: 40px 41px 36px;
    background-color: #ebedef
}

.stm-sell-a-car-form .form-content .contact-details textarea {
    height: 106px
}

.stm-sell-a-car-form .form-content .contact-details .form-group {
    margin-bottom: 24px
}

.stm-sell-a-car-form .form-content .contact-details .contact-us-label {
    margin-bottom: 2px
}

.stm-sell-a-car-form .form-upload-files .stm-unit-photos {
    float: left;
    width: 38.48%;
    margin-right: 54px
}

.stm-sell-a-car-form .form-upload-files .stm-unit-url {
    overflow: hidden
}

.stm-sell-a-car-form input[type=submit] {
    width: 220px;
    margin-right: 48px
}

.stm-sell-a-car-form .disclaimer {
    padding-right: 20px;
    margin-top: 2px;
    line-height: 22px;
    overflow: hidden;
    color: #555
}

.sell-a-car-proceed {
    margin-top: 27px;
    max-width: 220px
}

.form-upload-files {
    padding: 30px 30px 35px;
    margin: 15px 0 5px;
    border: 3px solid #ebedef
}

.stm-pseudo-file-input {
    position: relative;
    z-index: 20
}

.stm-pseudo-file-input.generated {
    margin-top: 15px
}

.stm-pseudo-file-input.generated .stm-plus:after {
    display: none
}

.stm-pseudo-file-input:hover {
    cursor: pointer
}

.stm-pseudo-file-input:before {
    position: absolute;
    content: "";
    display: block;
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c0c1c3;
    content: "\e932";
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px
}

.stm-pseudo-file-input .stm-plus {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    right: 0;
    background-color: #ebedef;
    z-index: 20
}

.stm-pseudo-file-input .stm-plus:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -1px;
    width: 3px;
    height: 9px;
    background-color: #aaa
}

.stm-pseudo-file-input .stm-plus:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -4px;
    width: 9px;
    height: 3px;
    background-color: #aaa
}

.stm-pseudo-file-input .stm-filename {
    padding: 10px 10px 10px 40px;
    margin-right: 56px;
    background-color: #ebedef;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm-pseudo-file-input .stm-file-realfield {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 15
}

.stm-pseudo-file-input .stm-file-realfield:hover {
    cursor: pointer
}

#error-fields {
    margin-top: 20px !important
}

.lost_reset_password {
    border-top: 4px solid #232628;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    box-shadow: 0 1px 6px rgba(35, 38, 40, .4);
    max-width: 480px;
    width: 100%
}

body.woocommerce-account .woocommerce .lost_reset_password input[type=submit] {
    margin-top: 10px
}

.stm-single-filter-link a {
    color: #232628;
    text-decoration: none !important
}

.stm-single-filter-link a:hover {
    color: #f0c542
}

.stm-single-filter-link a span {
    color: #888
}

.tooltip {
    font-family: inherit
}

.tooltip.in {
    opacity: 1
}

.tooltip-inner {
    padding: 7px 8px;
    background-color: #232628;
    color: #fff
}

.tooltip.top .tooltip-arrow {
    border-top-color: #232628
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #232628
}

.stm-tooltip-link:hover {
    cursor: pointer
}

.stm-dots {
    color: #888
}

.stm-dots.dots-aligned {
    position: relative;
    top: 0 !important
}

select.ab-formElement {
    opacity: 1;
    visibility: visible
}

.special-label {
    padding: 0 50px !important;
    width: 261px !important;
    text-align: center !important
}

.special-label-small {
    width: 249px !important
}

.stm-site-preloader {
    overflow-y: hidden
}

.stm-site-preloader:before {
    position: absolute;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #191d21;
    opacity: 1;
    visibility: visible;
    z-index: 9999999999
}

.stm-site-preloader:after {
    content: "";
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    background: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/tmp/preloader.png") 0 0 no-repeat;
    animation: spin 2s linear infinite;
    z-index: 9999999999
}

.stm-site-preloader.stm-site-loaded {
    overflow-y: scroll
}

.stm-site-preloader.stm-site-loaded:before {
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.stm-site-preloader.stm-site-loaded:after {
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.single-regular-sale-price>table tr td:nth-child(2) .h4 {
    white-space: nowrap
}

.vc_row-no-padding .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.stm-material-parallax-container {
    position: relative;
    overflow: hidden;
    min-height: 410px;
    color: #fff
}

.stm-material-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.stm-material-parallax:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.stm-material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 70px;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%)
}

.stm-list-duty {
    padding: 0;
    color: #aaa;
    list-style: none
}

.stm-list-duty li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 20px
}

.stm-list-duty li:last-child {
    margin-bottom: 0
}

.stm-list-duty li .icon {
    position: absolute;
    top: 5px;
    left: 0;
    color: #f0c542
}

.stm-list-duty li .icon i {
    font-size: 22px;
    line-height: 22px
}

.footer_widgets_wrapper {
    padding: 66px 0 20px;
    color: #aaa
}

.footer_widgets_wrapper .widget_search .widget-title {
    margin-bottom: 21px
}

.footer_widgets_wrapper a {
    text-decoration: none !important
}

.footer_widgets_wrapper a:hover {
    color: #fff
}

.footer_widgets_wrapper .widget-title {
    margin-bottom: 15px
}

.footer_widgets_wrapper .widget-title h6 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.footer_widgets_wrapper .widget-title h6 .colored {
    color: #2a4046
}

.footer_widgets_wrapper .stm_wp_widget_text .textwidget {
    font-size: 13px;
    line-height: 20px;
    color: #aaa
}

.footer_widgets_wrapper .widget_text .textwidget {
    font-size: 13px;
    line-height: 20px;
    color: #fff
}

.footer_widgets_wrapper .widget_text .textwidget .date {
    color: #aaa;
    font-weight: 700
}

.footer_widgets_wrapper .widget_mc4wp_form_widget .widget-title {
    margin-bottom: 16px
}

.footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-label {
    color: #888
}

.footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit {
    position: relative;
    margin-bottom: 8px
}

.footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 40px;
    z-index: 10;
    opacity: 0
}

.footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f09e";
    top: 0;
    right: 0;
    height: 38px;
    width: 40px;
    background-color: #f0c542;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 17px;
    text-indent: 2px;
    z-index: 9
}

.footer_widgets_wrapper .widget_mc4wp_form_widget input[type=text],
.footer_widgets_wrapper .widget_mc4wp_form_widget input[type=email],
.footer_widgets_wrapper .widget_mc4wp_form_widget input[type=number] {
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 50px 0 17px;
    color: #aaa
}

.footer_widgets_wrapper .stm-instagram-unit .textwidget {
    margin: -4px -9px 0
}

.footer_widgets_wrapper .stm-instagram-unit .textwidget #sb_instagram {
    padding-bottom: 0 !important
}

.footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget {
    position: relative;
    top: -3px;
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 20px
}

.footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget:last-child {
    margin-bottom: 0
}

.footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number {
    position: relative;
    top: 3px;
    height: 20px
}

.footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number a {
    display: block;
    padding-left: 21px;
    color: #2a4046 !important;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important
}

.footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    font-size: 13px
}

.footer_widgets_wrapper .widget_socials {
    position: relative;
    left: 3px;
    margin: 0 -5px
}

.footer_widgets_wrapper .widget_socials:after {
    display: table;
    content: "";
    clear: both
}

.footer_widgets_wrapper .widget_socials li {
    float: left;
    margin: 5px 3px 10px 4px
}

.footer_widgets_wrapper .widget_socials li:first-child {
    margin-right: 3px
}

.footer_widgets_wrapper .widget_socials li:nth-child(2) {
    margin-right: 3px
}

.footer_widgets_wrapper .widget_socials li:nth-child(3) {
    margin-right: 3px
}

.footer_widgets_wrapper .widget_socials li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #3b3d3f;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff !important
}

.footer_widgets_wrapper .widget_socials li a:hover {
    background-color: #2a4046
}

.footer_widgets_wrapper .widget_search form {
    position: relative
}

.footer_widgets_wrapper .widget_search form label {
    display: block;
    overflow: hidden
}

.footer_widgets_wrapper .widget_search form input[type=search] {
    height: 38px;
    line-height: 38px
}

.footer_widgets_wrapper .widget_search form input[type=search]:focus {
    color: #000
}

.footer_widgets_wrapper .widget_search form:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
    top: 0;
    right: 0;
    width: 46px;
    height: 38px;
    line-height: 42px;
    background-color: #2a4046;
    font-size: 19px;
    color: #fff !important;
    text-align: center;
    z-index: 9
}

.footer_widgets_wrapper .widget_search form label {
    display: block;
    max-width: 79.2%
}

.footer_widgets_wrapper .widget_search form input[type=submit],
.footer_widgets_wrapper .widget_search form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 38px;
    z-index: 10;
    opacity: 0
}

#wp-calendar {
    width: 100%
}

#wp-calendar>caption {
    padding-top: 0;
    margin-top: -4px
}

.wp-block-tag-cloud,
.tagcloud {
    margin-right: -6px
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 4px 9px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 1, 1, .2);
    font-size: 13px !important;
    color: #aaa;
    text-decoration: none !important
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: #2a4046;
    color: #fff
}

#main .widget {
    margin-bottom: 27px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd
}

#main .widgettitle,
#main .widget-title,
#main .widget-default label {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase
}

#main .wc-block-product-search .widget-title,
#main .widget_search .widget-title {
    display: none
}

#main .wc-block-product-search .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
#main .widget_search .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none
}

#main .wc-block-product-search form,
#main .wc-block-product-search form.wp-block-search,
#main .wc-block-product-search form.search-form,
#main .widget_search form,
#main .widget_search form.wp-block-search,
#main .widget_search form.search-form {
    position: relative
}

#main .wc-block-product-search form input[type=search],
#main .wc-block-product-search form.wp-block-search input[type=search],
#main .wc-block-product-search form.search-form input[type=search],
#main .widget_search form input[type=search],
#main .widget_search form.wp-block-search input[type=search],
#main .widget_search form.search-form input[type=search] {
    box-sizing: border-box;
    height: 45px;
    line-height: 41px;
    padding-right: 57px
}

#main .wc-block-product-search form input[type=submit],
#main .wc-block-product-search form button[type=submit],
#main .wc-block-product-search form.wp-block-search input[type=submit],
#main .wc-block-product-search form.wp-block-search button[type=submit],
#main .wc-block-product-search form.search-form input[type=submit],
#main .wc-block-product-search form.search-form button[type=submit],
#main .widget_search form input[type=submit],
#main .widget_search form button[type=submit],
#main .widget_search form.wp-block-search input[type=submit],
#main .widget_search form.wp-block-search button[type=submit],
#main .widget_search form.search-form input[type=submit],
#main .widget_search form.search-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    text-indent: -9999px;
    opacity: 0;
    z-index: 20
}

#main .wc-block-product-search form label,
#main .wc-block-product-search form.wp-block-search label,
#main .wc-block-product-search form.search-form label,
#main .widget_search form label,
#main .widget_search form.wp-block-search label,
#main .widget_search form.search-form label {
    display: block;
    overflow: hidden
}

#main .wc-block-product-search form:before,
#main .wc-block-product-search form.wp-block-search:before,
#main .wc-block-product-search form.search-form:before,
#main .widget_search form:before,
#main .widget_search form.wp-block-search:before,
#main .widget_search form.search-form:before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    width: 5px;
    height: 45px;
    background-color: #2a4046;
    z-index: 10
}

#main .wc-block-product-search form:after,
#main .wc-block-product-search form.wp-block-search:after,
#main .wc-block-product-search form.search-form:after,
#main .widget_search form:after,
#main .widget_search form.wp-block-search:after,
#main .widget_search form.search-form:after {
    position: absolute;
    content: "";
    display: block;
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e810";
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    color: #2a4046;
    z-index: 10
}

#main .wc-block-product-search form:hover:before,
#main .wc-block-product-search form.wp-block-search:hover:before,
#main .wc-block-product-search form.search-form:hover:before,
#main .widget_search form:hover:before,
#main .widget_search form.wp-block-search:hover:before,
#main .widget_search form.search-form:hover:before {
    width: 45px
}

#main .wc-block-product-search form:hover:after,
#main .wc-block-product-search form.wp-block-search:hover:after,
#main .wc-block-product-search form.search-form:hover:after,
#main .widget_search form:hover:after,
#main .widget_search form.wp-block-search:hover:after,
#main .widget_search form.search-form:hover:after {
    color: #fff
}

#main .wc-block-product-search form.focus:before,
#main .wc-block-product-search form.wp-block-search.focus:before,
#main .wc-block-product-search form.search-form.focus:before,
#main .widget_search form.focus:before,
#main .widget_search form.wp-block-search.focus:before,
#main .widget_search form.search-form.focus:before {
    width: 45px
}

#main .wc-block-product-search form.focus:after,
#main .wc-block-product-search form.wp-block-search.focus:after,
#main .wc-block-product-search form.search-form.focus:after,
#main .widget_search form.focus:after,
#main .widget_search form.wp-block-search.focus:after,
#main .widget_search form.search-form.focus:after {
    color: #fff
}

#main .widget_text {
    font-size: 13px;
    line-height: 22px
}

#main .stm-last-post-widget {
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 20px;
    color: #888
}

#main .stm-last-post-widget .comments-number {
    position: relative;
    margin-top: 14px;
    height: 20px
}

#main .stm-last-post-widget .comments-number a {
    display: block;
    padding-left: 21px;
    color: #2a4046 !important;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important
}

#main .stm-last-post-widget .comments-number i {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -6px;
    font-size: 13px
}

#main .stm-last-post-widget:last-child {
    margin-bottom: 10px
}

#main .textwidget p:last-child {
    margin-bottom: 0
}

.stm-small-text {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #888
}

.widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 47px
}

.widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 50%;
    margin-left: -7px;
    z-index: 10
}

.widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    content: "";
    display: block;
    top: -1px;
    bottom: 0;
    right: 0;
    width: 4px;
    background-color: #2a4046;
    z-index: 1
}

.widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 50px
}

.widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #fff !important
}

.widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    width: 47px
}

.widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 50px
}

.widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #fff !important
}

.widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    width: 47px
}

.media-widget-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px
}

.media-widget-list .media-widget-item {
    float: left;
    width: 33.33%;
    margin-bottom: 16px
}

.media-widget-list .media-widget-item a {
    display: block;
    padding: 0 8px
}

.stm-service-primary-color {
    color: #2a4046
}

.stm-service-secondary-color {
    color: #f0c542
}

body.page-template-home-service-layout .tp-revslider-mainul .slotholder:after,
body.page-template-home-service-layout rs-slide:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1
}

body.page-template-home-service-layout .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {
    padding: 15px;
    opacity: 1
}

body.page-template-home-service-layout .footer_widgets_wrapper .widget_socials li a {
    border-radius: 50%
}

body.page-template-home-service-layout .footer_widgets_wrapper .widget-title h6 {
    font-size: 16px;
    font-weight: 900
}

body.page-template-home-service-layout #top-bar {
    background-color: #191d21
}

body.page-template-home-service-layout #top-bar .top-bar-wrapper {
    border-bottom: none
}

body.page-template-home-service-layout #site_style_default {
    background-color: #f0c542 !important
}

body.page-template-home-service-layout #footer {
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, .5);
    background: linear-gradient(180deg, #22262a 0%, #181c20 100%)
}

body.page-template-home-service-layout #footer #footer-copyright,
body.page-template-home-service-layout #footer #footer-main {
    background-color: transparent !important
}

.header-service {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 99
}

.header-service .service-logo-main {
    float: left;
    max-width: 30%;
    margin: 12px 10px 0 0;
    margin-right: 10px
}

.header-service .header-service-right .service-header-appointment {
    margin-top: 1px
}

.header-service .header-service-right .service-header-appointment div.default-state {
    display: block;
    position: relative;
    padding: 15px 17px 15px 51px !important;
    background-color: #2a4046;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important
}

.header-service .header-service-right .service-header-appointment div.default-state>i {
    position: absolute;
    top: 13px;
    left: 17px;
    font-size: 23px
}

.header-service .header-service-right .service-header-appointment span.active-state {
    padding: 13px 17px 13px 51px !important;
    background-color: #191d21;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important
}

.header-service .header-service-right .service-header-appointment span.active-state:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .15);
    z-index: -1
}

.header-service .header-service-right .service-header-appointment span.active-state>i {
    position: absolute;
    top: 10px;
    left: 17px;
    font-size: 23px
}

.header-service .header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0
}

.header-service .header-menu>li {
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

.header-service .header-menu>li.menu-item-has-children>a:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    top: 50%;
    right: 7px;
    font-size: 12px;
    content: "\f107"
}

.header-service .header-menu>li.current-menu-item>a,
.header-service .header-menu>li .current_page_item>a {
    color: #f0c542
}

.header-service .header-menu>li:hover>ul {
    visibility: visible;
    top: 100%;
    opacity: 1
}

.header-service .header-menu>li a {
    color: #fff
}

.header-service .header-menu>li>a {
    display: block;
    position: relative;
    height: 52px;
    padding: 0 21px;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none !important
}

.header-service .header-menu>li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 105%;
    left: 0;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.header-service .header-menu>li>ul li {
    position: relative;
    margin-bottom: 0;
    margin-left: 0 !important
}

.header-service .header-menu>li>ul li.menu-item-has-children>a:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    top: 50%;
    right: 20px;
    font-size: 14px;
    content: "\f105"
}

.header-service .header-menu>li>ul li a {
    position: relative;
    display: block;
    padding: 12px 30px 12px 34px;
    text-decoration: none !important;
    font-weight: 400;
    text-align: left;
    color: #191d21
}

.header-service .header-menu>li>ul li a:hover {
    color: #f0c542
}

.header-service .header-menu>li>ul li>ul,
.header-service .header-menu>li>ul li>ul li>ul,
.header-service .header-menu>li>ul li>ul li>ul li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    z-index: -1
}

.header-service .header-menu>li>ul li:hover>ul,
.header-service .header-menu>li>ul li>ul li:hover>ul,
.header-service .header-menu>li>ul li>ul li>ul li:hover>ul {
    visibility: visible;
    left: 100%;
    opacity: 1
}

.header-service.header-service-sticky {
    position: fixed;
    background: #191d21
}

.header-service.header-service-sticky .service-header-appointment {
    margin-top: 0 !important
}

.header-service.header-service-sticky .bloglogo img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    width: 74% !important;
    margin-top: -2px
}

.header-service.service-notransparent-header {
    padding-bottom: 15px;
    background-color: #191d21
}

.header-service.service-notransparent-header .header-service-right .service-header-appointment span.active-state {
    padding: 10px 16px 10px 50px;
    border: none !important
}

.header-service.service-notransparent-header .header-menu li a:hover {
    background-color: #f0c542;
    color: #191d21
}

.stm-service-slider-title {
    padding: 27px 37px 27px 30px;
    background: rgba(23, 27, 31, .9);
    text-transform: uppercase
}

.stm-service-slider-title.heading-font {
    letter-spacing: 1px !important
}

.stm-service-slider-title .yellow {
    color: #f0c542
}

.stm-service-slider-price {
    padding: 12px 39px 11px 32px;
    background-color: #2a4046;
    font-size: 12px;
    line-height: 12px
}

.stm-service-slider-price>span {
    display: block;
    margin-top: 3px;
    font-size: 24px;
    line-height: 24px
}

.stm-service-slider-title-centered {
    text-align: center;
    text-transform: uppercase
}

.stm-service-slider-title-centered>span.yellow {
    color: #f0c542
}

.page-template-home-service-layout .stm-slider-button {
    padding: 16px 34px 15px 56px;
    background-color: #2a4046;
    box-shadow: 0 2px 0 rgba(42, 64, 70, .8)
}

.page-template-home-service-layout .stm-slider-button i {
    left: 29px
}

.page-template-home-service-layout .stm-slider-button:active {
    box-shadow: none
}

.stm-service-layout-icon-box .inner {
    margin-bottom: 54px
}

.stm-service-layout-icon-box .inner.vertical_align_middle {
    margin-bottom: 0;
    padding: 48px 20px 26px 30px
}

.stm-service-layout-icon-box .inner.vertical_align_middle .icon {
    width: auto;
    margin-right: 20px
}

.stm-service-layout-icon-box .inner.vertical_align_middle .icon-box-content .title {
    margin-bottom: 5px
}

.stm-service-layout-icon-box .inner.vertical_align_middle .icon-box-content .content {
    color: #888;
    font-size: 16px;
    line-height: 24px
}

.stm-service-layout-icon-box .icon {
    width: 65px;
    margin-right: 15px;
    float: left;
    text-align: center
}

.stm-service-layout-icon-box .icon i {
    font-size: 40px
}

.stm-service-layout-icon-box .icon-box-content {
    overflow: hidden
}

.stm-service-layout-icon-box .icon-box-content .title {
    margin-bottom: 17px
}

.stm-service-layout-icon-box .icon-box-content .content {
    padding-right: 16px;
    color: #888;
    font-size: 13px;
    line-height: 19px
}

.ultra-bold {
    font-weight: 900
}

.stm-service-layout-info-box {
    max-width: 350px;
    width: auto;
    margin: 0 auto 30px !important
}

.stm-service-layout-info-box .inner {
    background-size: cover;
    background-position: 100% 0;
    padding: 50px 35px 29px;
    box-shadow: inset 0 0 92px rgba(0, 0, 0, .1)
}

.stm-service-layout-info-box .inner .title {
    min-height: 72px;
    margin-bottom: 18px;
    padding-right: 45px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase
}

.stm-service-layout-info-box .inner .service-price {
    display: inline-block;
    min-width: 108px;
    margin-bottom: 31px;
    padding: 12px 5px 11px 14px;
    background-color: #2a4046;
    font-weight: 900;
    color: #fff
}

.stm-service-layout-info-box .inner .service-price .price-label {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px
}

.stm-service-layout-info-box .inner .service-price .price-value {
    text-indent: -2px;
    font-size: 24px
}

.stm-service-layout-info-box .inner .content ul {
    list-style: none;
    padding: 0
}

.stm-service-layout-info-box .inner .content ul li {
    position: relative;
    padding-left: 7px;
    margin-bottom: 2px;
    font-size: 13px
}

.stm-service-layout-info-box .inner .content ul li:before {
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #555;
    border-radius: 50%
}

.stm-fullwidth-row-no-paddings>.wpb_column {
    padding: 0 !important
}

.stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:first-child>.vc_column-inner {
    padding: 99px 42px 68px 93px !important
}

.stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:nth-child(2)>.vc_column-inner {
    padding: 99px 50px 138px 109px !important
}

.stm-list-style-counter {
    padding-left: 0;
    counter-reset: section;
    list-style: none
}

.stm-list-style-counter li {
    position: relative;
    margin-bottom: 23px;
    padding-left: 56px;
    font-size: 13px;
    line-height: 18px
}

.stm-list-style-counter li:last-child {
    margin-bottom: 0
}

.stm-list-style-counter li:before {
    position: absolute;
    left: -1px;
    top: 1px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-weight: 900;
    font-size: 16px;
    color: #191d21;
    counter-increment: section;
    content: counter(section)
}

.stm-list-style-counter li h4 {
    margin-bottom: 3px;
    font-weight: 900
}

.stm-counter .stm-counter-circle {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 19px;
    border: 3px solid #2a4046;
    border-radius: 50%;
    line-height: 114px;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #fff
}

.stm-counter .stm-counter-label {
    overflow: hidden
}

.stm-counter .stm-counter-label .h4 {
    margin-top: 35px;
    color: #fff
}

.stm-carousel-fullwidth-wrapper {
    margin: 0 -15px
}

.stm-carousel-fullwidth {
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.stm-carousel-fullwidth.owl-loaded {
    height: inherit;
    visibility: visible;
    overflow: visible
}

.stm-image-links-4 .stm-image-link {
    width: 25%
}

.stm-image-links-3 .stm-image-link {
    width: 33.3%
}

.stm-image-links-2 .stm-image-link {
    width: 50%
}

.stm-image-links {
    font-size: 0;
    margin: 0 -7.5px
}

.stm-image-links .stm-image-link {
    display: inline-block;
    vertical-align: top
}

.stm-image-links .stm-image-link .inner {
    padding: 3px;
    margin: 0 7.5px 15px;
    height: 53px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 45px;
    text-align: center
}

.stm-image-links .stm-image-link .inner img {
    max-height: 100%;
    display: inline-block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.stm-image-links .stm-image-link .inner:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.stm-service-contact-us-form-wrapper {
    padding: 35px 43px 27px !important;
    background-size: cover
}

.stm-service-contact-us-form-wrapper .form-label {
    color: #fff
}

.stm-service-contact-us-form-wrapper input[type=text],
.stm-service-contact-us-form-wrapper input[type=email],
.stm-service-contact-us-form-wrapper input[type=tel] {
    background-color: #fff;
    border: 2px solid #fff
}

.stm-service-contact-us-form-wrapper input[type=text]:focus,
.stm-service-contact-us-form-wrapper input[type=email]:focus,
.stm-service-contact-us-form-wrapper input[type=tel]:focus {
    border-color: #2a4046
}

.stm-service-contact-us-form-wrapper textarea {
    padding-top: 15px;
    max-height: 80px;
    background-color: #fff;
    border: 2px solid #fff
}

.stm-service-contact-us-form-wrapper textarea:focus {
    border-color: #2a4046
}

.stm-service-contact-us-form-wrapper .wpcf7-response-output {
    background-color: #fff !important
}

.stm-service-contact-us-form-wrapper input[type=submit] {
    display: inline-block
}

.ab-booking-form {
    color: #999c9c
}

.ab-booking-form .ab-formGroup .ab-formField .ab-formElement {
    border: none !important;
    background-color: #191d21 !important;
    color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ab-booking-form .ab-formGroup .ab-formField .ab-formElement:focus {
    border-color: #2a4046 !important;
    color: #2a4046;
    box-shadow: none
}

.ab-booking-form .ab-formGroup .ab-formField .ab-formElement.ab-details-error {
    border: 1px solid #ff2325 !important
}

.ab-booking-form select {
    opacity: 1;
    visibility: visible;
    border: none !important;
    background-color: #191d21 !important;
    color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ab-booking-form div.ab-error,
.ab-booking-form .ab-label-error,
.ab-booking-form label.ab-category-title {
    color: #2a4046 !important
}

.ab-booking-form .ab-desc,
.ab-bold,
.ab-booking-form .ab-available-days li .ab-bold,
.ab-booking-form label,
.ab-booking-form label.ab-formLabel,
.ab-booking-form li.ab-step-tabs.active a {
    color: #fff !important
}

.ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon span,
.ab-booking-form .ab-time-next,
.ab-booking-form .ab-time-prev,
.ab-booking-form .ab-to-first-step,
.ab-booking-form .bookly-btn-submit,
.ab-booking-form .btn-apply-coupon,
.ab-booking-form .ab-to-third-step,
.ab-booking-form .ab-final-step,
.ab-booking-form a.ab-to-second-step,
.ab-booking-form .ab-to-second-step,
.ab-booking-form .ab-to-fourth-step,
.ab-booking-form a.ab-to-fourth-step,
.ab-booking-form .ab-first-step .ab-week-days li label.active,
.ab-booking-form .ab-next-step,
.ab-booking-form .ab-mobile-next-step,
.ab-booking-form .ab-mobile-prev-step,
.ab-booking-form li.ab-step-tabs.active div,
.ab-booking-form .picker__frame,
.ab-booking-form .ab-first-step .ab-week-days li label {
    background-color: #2a4046 !important
}

.ab-booking-form .ab-progress-bar .ab-step-tabs.ab-last .step,
.ab-booking-form .ab-progress-bar .ab-step-tabs.ab-first .step {
    border-radius: 0
}

.ab-booking-form .ab-progress-bar .ab-step-tabs .step {
    height: 22px;
    background-color: #555858
}

.ab-booking-form .ab-progress-bar .ab-step-tabs a {
    color: #999c9c
}

.ab-booking-form .ab-nav-steps {
    padding-top: 38px !important;
    margin-top: 10px;
    border-top: 1px solid #4d5051 !important;
    overflow: visible
}

.ab-booking-form .ab-nav-steps .ab-btn {
    width: 140px;
    height: 46px !important;
    line-height: 28px;
    box-shadow: 0 2px 0 rgba(42, 64, 70, .8);
    font-size: 14px;
    font-weight: 900;
    transition: 0s ease all !important
}

.ab-booking-form .ab-nav-steps .ab-btn:active {
    box-shadow: none
}

.ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev {
    margin-left: 25px
}

.ab-booking-form .ab-nav-steps .ab-btn.ab-time-next {
    width: 70px;
    position: relative;
    display: block;
    text-indent: -9999px
}

.ab-booking-form .ab-nav-steps .ab-btn.ab-time-next:after {
    text-indent: 0;
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -4px
}

.ab-booking-form .ab-nav-steps .ab-btn.ab-time-next[data-loading]:after {
    opacity: 0
}

.ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev {
    width: 70px;
    position: relative;
    display: block;
    text-indent: -9999px
}

.ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev:after {
    text-indent: 0;
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f053";
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -4px
}

.ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev[data-loading]:after {
    opacity: 0
}

.ab-booking-form .ab-nav-steps:after {
    display: table;
    content: "";
    clear: both
}

.ab-booking-form .intl-tel-input .country-list {
    background-color: #191d21 !important;
    border: none !important
}

.ab-booking-form .intl-tel-input .country-list .country-name {
    color: #fff !important
}

.ab-booking-form .ab-columnizer .ab-available-hour {
    background-color: #555858 !important;
    color: #fff !important;
    border-radius: 0 !important
}

.ab-booking-form .ab-columnizer .ab-available-day {
    border-radius: 0 !important
}

.ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon {
    padding: 0 !important;
    overflow: hidden;
    background-color: #2a4046 !important
}

.ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon span {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background-color: transparent !important;
    opacity: 0 !important
}

.ab-booking-form .ab-columnizer .ab-available-hour,
.ab-booking-form .ab-columnizer .ab-available-day {
    margin-bottom: 5px
}

.ab-booking-form .ab-columnizer .ab-available-hour {
    box-shadow: none !important;
    border-color: transparent !important
}

.ab-booking-form .ab-columnizer .ab-available-day {
    box-shadow: none !important;
    border-color: transparent !important;
    background-color: #2a4046 !important
}

.ab-booking-form .ab-columnizer .ab-available-hour:hover {
    border-color: transparent !important;
    color: #2a4046 !important
}

.ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon {
    border-color: #2a4046 !important;
    color: #2a4046 !important
}

.ab-booking-form .picker__header {
    margin: 20px 0;
    border: none !important
}

.ab-booking-form .picker__year {
    font-style: normal
}

.ab-booking-form .picker__nav--prev,
.ab-booking-form .picker__nav--next {
    background-color: #2a4046 !important;
    top: -6px
}

.ab-booking-form .picker__nav--prev:before {
    margin-left: 3px;
    border-right-color: #fff !important
}

.ab-booking-form .picker__nav--next:before {
    margin-right: 3px;
    border-left-color: #fff !important
}

.ab-booking-form .picker--opened .picker__holder {
    border: none
}

.ab-booking-form .picker__frame {
    background-color: #fff !important;
    color: #2a4046 !important;
    box-shadow: 0 1px 6px rgba(35, 38, 40, .4)
}

.ab-booking-form .picker__day:hover {
    background-color: #2a4046 !important;
    color: #fff !important
}

.ab-booking-form .picker__day,
.ab-booking-form .picker__weekday,
.ab-booking-form .picker__year {
    color: #2a4046 !important
}

.ab-booking-form .picker--focused .picker__day--selected {
    background-color: #2a4046 !important;
    color: #fff !important
}

.ab-booking-form .picker__button--today {
    padding: 12px 18px 10px !important;
    margin: 10px 0 25px !important;
    background-color: #2a4046 !important;
    color: #fff !important;
    box-shadow: 0 2px 0 rgba(42, 64, 70, .8);
    font-size: 12px !important
}

.ab-booking-form div.ab-error select {
    border-width: 1px !important;
    border-color: #ff2325 !important
}

.ab-booking-form .ab-select-service-error.ab-label-error {
    color: #ff2325 !important
}

.ab-booking-form .ab-progress-tracker {
    margin-bottom: 22px !important
}

.ab-progress-tracker.bookly-table {
    color: #fff
}

.ab-booking-form .ab-first-step>.ab-row-fluid {
    margin-bottom: 16px !important
}

.ab-booking-form .ab-first-step .ab-mobile-step_1 {
    margin-bottom: 25px !important
}

.ab-booking-form .intl-tel-input .country-list .flag {
    display: none !important
}

.ab-booking-form .intl-tel-input .flag-dropdown select.iti-mobile-select {
    opacity: 0
}

.ab-booking-form input::-webkit-input-placeholder {
    color: #444 !important
}

.stm-fullwidth-with-parallax.stm-service-bookly-form {
    overflow: visible
}

.stm-address-widget {
    position: relative;
    padding-left: 73px;
    color: #fff;
    font-size: 13px;
    line-height: normal
}

.stm-address-widget:before {
    position: absolute;
    content: "";
    display: block;
    top: -3px !important;
    left: 0;
    width: 66px;
    height: 65px;
    background: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/google-widget.png");
    background-size: cover
}

.stm-address-widget .fancy-iframe {
    display: inline-block;
    margin-top: 8px !important;
    color: #2a4046;
    border-bottom: 1px dashed #2a4046
}

.stm-address-widget .fancy-iframe:hover {
    color: #fff;
    border-bottom-color: #fff
}

.stm-service-bookly-form>.vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.button_3d {
    float: right;
    position: relative;
    text-decoration: none !important
}

.button_3d .default-state {
    position: relative;
    display: inline-block;
    transition: transform .3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d
}

.button_3d .active-state {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    background: #999;
    color: #4c4c4b;
    content: attr(data-hover);
    transition: background .3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0
}

.button_3d:hover .default-state {
    transform: rotateX(90deg) translateY(-22px)
}

.button_3d:hover .active-state {
    background: #fff;
    color: #4c4c4b
}

.service-mobile-menu-trigger {
    float: right;
    margin-top: 10px !important;
    width: 32px;
    height: 32px;
    padding: 5px 3px
}

.service-mobile-menu-trigger span {
    position: relative;
    top: 0;
    display: block;
    height: 3px;
    background: #2a4046;
    border-radius: 3px;
    width: 100%
}

.service-mobile-menu-trigger span:nth-child(2) {
    opacity: 1;
    margin-top: 5px
}

.service-mobile-menu-trigger span:nth-child(3) {
    margin-top: 5px
}

.service-mobile-menu-trigger.active span:first-child {
    position: relative;
    top: 8px;
    transform: rotate(45deg)
}

.service-mobile-menu-trigger.active span:nth-child(2) {
    opacity: 0
}

.service-mobile-menu-trigger.active span:nth-child(3) {
    position: relative;
    top: -8px;
    transform: rotate(-45deg)
}

.stm_automanager_features_list {
    margin: 0 -15px
}

.stm_automanager_features_list .stm_automanager_single {
    float: left;
    width: 33%;
    padding: 0 15px;
    margin-bottom: 25px
}

.stm_automanager_features_list .stm_automanager_single h3 {
    font-size: 18px;
    line-height: 20px
}

body.stm-boxed .stm-fullwidth-row-no-paddings {
    width: 100% !important;
    left: 15px !important
}

body.stm-boxed .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-sm-12 {
    width: 100% !important
}

.stm-box-shadow-bottom:before {
    position: absolute;
    content: "";
    display: block;
    content: "" !important;
    display: block !important;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: rgba(0, 0, 0, .1);
    z-index: 90
}

.stm-carousel-brands {
    padding: 0 40px
}

#gallery {
    box-shadow: inset 0px -5px 5px rgba(0, 0, 0, .5)
}

.stm-image-links .stm-image-link .inner img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.header-service .bloglogo img {
    margin-top: -5px
}

.header-service .header-service-right .service-header-appointment {
    margin-top: 0 !important
}

body.stm-boxed .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:nth-child(2)>.vc_column-inner,
body.stm-boxed .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:first-child>.vc_column-inner {
    margin: 0 -15px
}

.clear,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
    clear: both
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce form .form-row label.hidden {
    visibility: hidden
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}



p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
}

p.demo_store a {
    color: #fff
}

.admin-bar p.demo_store,
.admin-bar .header-nav-sticky,
.admin-bar .stm-fixed {
    top: 32px !important
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 1
}

.woocommerce a.remove {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #888 !important;
    text-decoration: none;
    border: 0
}

.woocommerce a.remove:hover {
    color: #f0c542 !important
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    padding: 15px 0 8px 4px;
    margin-bottom: 20px;
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #ddd
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb a {
    text-transform: uppercase;
    color: #888
}

.woocommerce .woocommerce-breadcrumb a:first-child {
    margin-left: 0
}

.woocommerce .quantity .qty {
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    font-size: 26px;
    clear: none;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce .products ul:after,
.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products:after {
    clear: both
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 9px;
    color: #f0c542;
    font-size: 16px
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 8px
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 15px;
    margin: 0 -7.5px
}

.woocommerce div.product div.images div.thumbnails a {
    display: inline-block;
    vertical-align: top;
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 33.3%
}

.woocommerce div.product div.images div.thumbnails a img {
    vertical-align: top
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    position: relative;
    background-color: #232628;
    border-left: 4px solid #232628;
    border-right: 4px solid #232628
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #232628;
    display: inline-block;
    position: relative;
    color: #232628;
    margin-bottom: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 13px 20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    display: table;
    content: " "
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #f0c542
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -6px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -6px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    box-shadow: none;
    border: none
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 14px
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 19px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table td.label {
    display: none
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    float: left
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .variations td {
    vertical-align: top
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce span.onsale {
    position: absolute;
    top: 20px;
    left: -36px;
    height: 33px;
    line-height: 33px;
    background-color: #f0c542;
    text-transform: uppercase;
    color: #fff !important;
    width: 140px;
    text-align: center;
    transform: rotate(-45deg);
    z-index: 1
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    clear: both
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    position: relative;
    margin-bottom: 0;
    list-style: none
}

.woocommerce .products ul li .stm-product-inner,
.woocommerce ul.products li .stm-product-inner {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 49px;
    min-height: 391px
}

.woocommerce ul.products li .stm-product-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.woocommerce ul.products li .stm-product-inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 100%
}

.woocommerce ul.products li .stm-product-inner a.added_to_cart {
    padding-top: 10px
}

.woocommerce ul.products li .stm-product-inner a.added_to_cart:after {
    top: 12px
}

.woocommerce .products ul li .stm-product-inner .product_thumbnail,
.woocommerce ul.products li .stm-product-inner .product_thumbnail {
    overflow: hidden;
    position: relative
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .star-rating {
    margin-top: 4px;
    float: right
}

.woocommerce ul.products li.product .button {
    position: relative;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #555;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 14px
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    margin-left: 4px;
    text-decoration: none;
    background: 0 0;
    font-weight: 400
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce-ordering {
    position: relative;
    float: right;
    margin: 0 0 28px;
    outline: none !important
}

.woocommerce .woocommerce-result-count {
    position: relative;
    float: left;
    padding: 13px 0 0;
    margin: 0 0 28px
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-block;
    text-align: center;
    padding: 12px 16px 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    background-color: #2a4046;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none
}

.woocommerce ul.products li.product.product-type-simple .button:after {
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";
    margin-left: 8.42px
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .5;
    padding-right: 37.723px
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-family: WooCommerce !important;
    content: "\e01c" !important;
    vertical-align: top !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400 !important;
    position: absolute;
    top: 12px !important;
    right: 15px !important;
    animation: spin 2s linear infinite !important
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    font-family: WooCommerce !important;
    content: "\e017" !important;
    margin-left: .53em !important;
    vertical-align: bottom !important
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    text-decoration: none;
    background-image: none
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #2a4046;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #2a4046;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    position: relative;
    padding-top: 23px;
    font-size: 13px;
    white-space: nowrap;
    display: inline-block;
    padding-left: 22px;
    color: #888
}

.woocommerce a.added_to_cart:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 57px;
    height: 1px;
    background-color: #888
}

.woocommerce a.added_to_cart:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 26px;
    left: 0;
    content: "\f07a";
    font-size: 16px;
    color: #2a4046
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews h3 {
    margin: 0;
    margin-bottom: 15px
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #review_form #respond:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce td.product-name dl.variation:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    padding-left: 0;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 35px;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: auto;
    margin: 0;
    box-shadow: none;
    background-color: #888
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 80px;
    border-radius: 4px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 7px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    color: #232628;
    font-weight: 400
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    font-size: 13px;
    color: #888
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating:before {
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e931\e931\e931\e931\e931";
    color: #888;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e931\e931\e931\e931\e931";
    top: 0;
    position: absolute;
    left: 0;
    color: #f0c542
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce table.shop_attributes td {
    font-size: 14px
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    font-size: 12px;
    border-top: 0;
    margin: 0
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0;
    padding-top: 42px;
    border-top: 1px solid #ddd
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond p {
    margin: 0 0 20px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 140px
}

.woocommerce p.stars {
    position: relative;
    font-size: 1em
}

.woocommerce p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0
}

.woocommerce p.stars a:last-child {
    border-right: 0
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
    border-right: 1px solid #ccc
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
    font-family: WooCommerce;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce p.stars a.star-1 {
    width: 2em
}

.woocommerce p.stars a.star-1:after {
    content: "\e021"
}

.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after {
    content: "\e020"
}

.woocommerce p.stars a.star-2 {
    width: 3em
}

.woocommerce p.stars a.star-2:after {
    content: "\e021\e021"
}

.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after {
    content: "\e020\e020"
}

.woocommerce p.stars a.star-3 {
    width: 4em
}

.woocommerce p.stars a.star-3:after {
    content: "\e021\e021\e021"
}

.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after {
    content: "\e020\e020\e020"
}

.woocommerce p.stars a.star-4 {
    width: 5em
}

.woocommerce p.stars a.star-4:after {
    content: "\e021\e021\e021\e021"
}

.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after {
    content: "\e020\e020\e020\e020"
}

.woocommerce p.stars a.star-5 {
    width: 6em;
    border: 0
}

.woocommerce p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021"
}

.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after {
    content: "\e020\e020\e020\e020\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    border-bottom: 1px solid #d5d9e0;
    color: #888;
    text-transform: uppercase;
    font-weight: 400;
    width: 150px
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    text-align: right;
    padding: 0;
    font-size: 14px
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table a.remove {
    text-align: left
}

.woocommerce table.shop_table th {
    font-size: 11px;
    font-weight: 700;
    padding: 9px 12px
}

.woocommerce table.shop_table th.product-remove {
    text-align: right
}

.woocommerce table.shop_table td {
    padding: 6px 12px;
    vertical-align: middle;
    border: none
}

.woocommerce table.shop_table td.product-name {
    color: #232628
}

.woocommerce table.shop_table td.product-name a {
    color: #232628;
    text-align: center
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 20px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders th {
    padding: 10px 8px
}

.woocommerce table.my_account_orders .button {
    color: #fff !important;
    white-space: nowrap
}

.woocommerce table.my_account_orders .order-actions {
    text-align: right
}

.woocommerce td.product-name dl.variation {
    margin: .25em 0
}

.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em
}

.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount {
    font-weight: 700
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
    font-weight: 400
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -9px
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.woocommerce form .form-row {
    margin: 0 0 15px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}

.woocommerce .colored-separator {
    margin-bottom: 20px
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-top: 4px solid #232628;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    box-shadow: 0 1px 6px rgba(35, 38, 40, .4)
}

.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .order_details {
    padding: 0;
    margin: 0 0 1.5em;
    list-style: none
}

.woocommerce .order_details:after,
.woocommerce .order_details:before {
    content: " ";
    display: table
}

.woocommerce .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0
}

.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce .order_details li:last-of-type {
    border: none
}

.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
    content: " ";
    display: table
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
    font-weight: 400;
    line-height: 1;
    content: "\e013";
    color: #a00;
    font-family: WooCommerce;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 1px 0
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
    margin-right: .618em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    margin-right: .618em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 30px
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column
}

@media (min-width:1050px) {
    .woocommerce .widget_price_filter .price_slider_amount {
        text-align: right;
        display: block
    }
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    padding-top: 9px;
    color: #888
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span {
    color: #232628
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .36);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -9px;
    margin-left: -10px;
    background-color: #fff;
    cursor: default;
    touch-action: none
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #2a4046
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #dfe1e5;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    position: relative;
    height: 4px
}

.woocommerce .widget_price_filter .ui-slider-horizontal:after {
    position: absolute;
    content: "";
    display: block;
    left: -7px;
    right: -7px;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #dfe1e5
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce-cart table.cart img {
    float: left;
    width: 50px;
    margin-right: 15px;
    box-shadow: none
}

.product-name_text {
    margin-top: 13px;
    font-size: 14px;
    text-transform: uppercase
}

.product-name_text dl {
    display: none
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    vertical-align: middle
}

.woocommerce-cart table.cart td.product-remove,
.woocommerce-cart table.cart th.product-remove {
    text-align: right
}

.woocommerce-cart table.cart th {
    padding-bottom: 15px;
    font-size: 14px;
    border-bottom: 4px solid #232628
}

.woocommerce-cart table.cart td {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd
}

.woocommerce-cart table.cart td.product-remove {
    max-width: 35px
}

.woocommerce-cart table.cart td.product-price {
    color: #232628
}

.woocommerce-cart table.cart td.product-subtotal {
    color: #232628
}

.woocommerce-cart table.cart td.actions {
    padding-right: 0;
    border-bottom: none
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 180px;
    height: 38px;
    line-height: 38px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 15px 0 0;
    outline: 0;
    background-color: transparent
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0
}

.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    text-align: center;
    margin-bottom: 1em
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 30px;
    padding: 0;
    border-left: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 25%
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 6px 0;
    line-height: 2em
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}

.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

.single-product .twentythirteen p.stars,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

.woocommerce-checkout #payment {
    border-radius: 5px
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    margin: 0;
    list-style: none
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: -1px 10px 0 0
}

.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #515151
}

.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/credit-cards/visa.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/credit-cards/mastercard.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/credit-cards/laser.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/credit-cards/diners.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/credit-cards/maestro.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/credit-cards/jcb.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/credit-cards/amex.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/icons/credit-cards/discover.png)
}

.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

.woocommerce-checkout #payment div.payment_box p {
    font-size: 13px;
    color: #888;
    font-style: italic
}

.woocommerce-checkout #payment div.payment_box:before {
    display: none;
    content: "";
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-checkout .colored-separator {
    margin-left: 2px;
    margin-bottom: 12px
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body.woocommerce .entry-header {
    margin-bottom: 60px
}

body.woocommerce .entry-header .no_woo_padding {
    margin-bottom: 0
}

#main .stm-shop-sidebar-area .widget {
    padding: 27px 30px 20px;
    margin-bottom: 34px;
    border-bottom: none;
    border-top: 4px solid #232628;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18)
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li {
    margin-bottom: 10px
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li>a {
    position: relative;
    padding-left: 18px;
    color: #232628;
    text-decoration: none !important
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li>a:hover {
    color: #f0c542
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li>a:hover:before {
    color: #f0c542
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li>a:before {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0da";
    left: 0;
    font-size: 15px;
    top: 1.5px;
    color: #aaa
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li ul {
    list-style: none
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li ul li a {
    font-size: 12px;
    color: #888;
    text-decoration: none !important
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li ul li a:hover {
    color: #f0c542
}

#main .stm-shop-sidebar-area .widget.widget_product_categories>ul>li ul li:last-child {
    margin-bottom: 0
}

#main .stm-shop-sidebar-area .widget .product_list_widget li {
    padding: 0;
    margin-bottom: 25px
}

#main .stm-shop-sidebar-area .widget .product_list_widget li:hover .product-title {
    color: #f0c542
}

#main .stm-shop-sidebar-area .widget .product_list_widget li:hover a {
    color: #f0c542
}

#main .stm-shop-sidebar-area .widget .product_list_widget li:last-child {
    margin-bottom: 10px
}

#main .stm-shop-sidebar-area .widget .product_list_widget li a {
    color: #232628;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none !important
}

#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title {
    margin-bottom: 3px;
    position: relative;
    top: -1px;
    font-size: 14px;
    color: #232628;
    font-weight: 400
}

#main .stm-shop-sidebar-area .widget .product_list_widget li .amount {
    font-size: 12px;
    color: #555
}

#main .stm-shop-sidebar-area .widget .product_list_widget li del .amount {
    color: #888
}

#main .stm-shop-sidebar-area .widget .product_list_widget li ins {
    text-decoration: none
}

#main .stm-shop-sidebar-area .widget .product_list_widget li .star-rating {
    margin-top: 3px;
    margin-bottom: 3px
}

#main .stm-shop-sidebar-area .widget_title {
    margin-bottom: 25px
}

#main .stm-shop-sidebar-area .widget_title h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

#main .stm-shop-sidebar-area .wc-block-price-filter__title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

#main .stm-shop-sidebar-area .wc-blocks-filter-wrapper h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__range-input-wrapper {
    margin: 23px 0
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-color: transparent
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__amount {
    padding: 0 5px 0 12px
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__amount:focus {
    border-color: #888 !important
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
    flex-basis: 46%;
    max-width: none
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
    flex-basis: 46%;
    margin-left: auto;
    margin-right: 0;
    max-width: none
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__button {
    margin: 12px 0 0 auto;
    padding: 12px 20px 10px
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__actions {
    gap: 10px
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-price-filter__button.wc-block-components-price-slider__button,
#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
    padding: 12px 20px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1.3;
    background-color: #2a4046;
    box-shadow: none
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
    background-color: #f0c542
}

#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
    background: linear-gradient(90deg, transparent var(--low), #2a4046 0, #2a4046 var(--high), transparent 0) no-repeat 0 100%/100% 100%
}

.mini_cart_item {
    position: relative
}

.mini_cart_item dl.variation {
    display: none
}

.widget_shopping_cart .buttons a.button:nth-child(2) {
    display: none
}

body.woocommerce .sidebar-margin-top {
    margin-top: 0
}

.woocommerce .products ul li h5,
.woocommerce ul.products li h5 {
    margin-bottom: 0;
    font-size: 16px
}

body.tax-product_cat .stm_breadcrumbs_unit {
    display: none
}

.woocommerce .quantity input {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 18px 0 17px;
    border-radius: 0;
    min-width: 65px
}

.woocommerce .quantity {
    position: relative;
    max-width: 65px
}

.woocommerce .quantity_actions {
    position: absolute;
    top: 5px;
    right: 6px
}

.woocommerce .quantity_actions span {
    display: block;
    height: 17px;
    width: 17px;
    line-height: 16px;
    font-size: 18px;
    color: #fff;
    background-color: #ccc;
    text-align: center;
    text-indent: 1px
}

.woocommerce .quantity_actions span.minus {
    line-height: 13px
}

.woocommerce .quantity_actions span.plus {
    margin-bottom: 3px
}

.woocommerce .quantity_actions span:hover {
    background-color: #2a4046;
    cursor: pointer
}

.woocommerce button.button.single_add_to_cart_button {
    padding: 15px 16px 15px 14px
}

.woocommerce button.button.single_add_to_cart_button:before {
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 14px;
    font-size: 15px;
    content: "\f07a"
}

.product_meta {
    font-size: 13px;
    color: #888
}

.product_meta a {
    color: #555;
    text-decoration: none !important
}

.product_meta a:hover {
    color: #2a4046
}

.product_meta .sku_wrapper {
    display: block
}

.product_meta .posted_in {
    display: block
}

.product_meta .tagged_as {
    display: block
}

.woocommerce-review-link {
    font-size: 13px;
    color: #888;
    text-decoration: none !important
}

.reset_variations {
    display: none !important;
    visibility: hidden !important
}

.related.products {
    margin-top: 40px
}

.related.products h3 {
    margin-bottom: 25px
}

.woocommerce .commentlist {
    list-style: none;
    padding: 0
}

.woocommerce .commentlist ul {
    padding-left: 30px
}

.woocommerce .commentlist li {
    border-top: 1px solid #ccc;
    padding: 30px 0
}

.woocommerce .comment .meta {
    margin-bottom: 13px
}

.woocommerce .comment .star-rating {
    display: inline-block;
    margin-left: 11px
}

.woocommerce .comment_container:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce .comment .avatar {
    float: left
}

.woocommerce .comment .author {
    color: #333;
    text-transform: uppercase
}

.woocommerce .comment .published-date {
    float: right
}

.woocommerce .comment-text {
    overflow: hidden;
    margin-left: 117px
}

.woocommerce .comment-form textarea,
.woocommerce .comment-form input[type=text],
.woocommerce .comment-form input[type=password],
.woocommerce .comment-form input[type=email] {
    width: 100%;
    border: 2px solid #efefef;
    background-color: #efefef;
    color: #777;
    padding: 12px 15px;
    font-size: 13px;
    border-radius: 0
}

.woocommerce .comment-form textarea:focus,
.woocommerce .comment-form input:focus {
    outline: none;
    border-color: #2a4046;
    background-color: transparent
}

.woocommerce .comment-form-comment textarea {
    height: 172px
}

.woocommerce .widget_product_search form input[type=search] {
    box-sizing: border-box
}

.woocommerce .comment-form-email,
.woocommerce .comment-form-author {
    margin-bottom: 30px
}

.woocommerce .comment-form-rating {
    margin-bottom: 30px
}

.woocommerce .comment-form-rating .select2 {
    display: none
}

.wc-tab #reviews {
    padding-top: 22px
}

.woocommerce-message {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #bee0a8;
    padding: 26px 143px 26px 26px
}

.woocommerce-message:after {
    content: "";
    clear: both;
    display: table
}

.woocommerce-message {
    margin-bottom: 30px;
    position: relative
}

.woocommerce-message .button {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -18px
}

.woocommerce-message i,
.woocommerce-message span {
    color: #7ec251
}

.woocommerce-error {
    list-style: none;
    font-weight: 900;
    padding: 0
}

.woocommerce-error li {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #ffb3b3;
    padding: 26px;
    margin-bottom: 30px
}

.woocommerce-error i,
.woocommerce-error span {
    color: #ff6868
}

.woocommerce-error i,
.woocommerce-info i,
.woocommerce-message i {
    margin-right: 9px
}

.woocommerce-info {
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid #99bcdb;
    padding: 26px;
    margin-bottom: 30px
}

.woocommerce-info i,
.woocommerce-info span {
    color: #337ab7
}

body.woocommerce-cart .entry-header {
    margin-bottom: 50px
}

.woocommerce .shop_table.cart .coupon {
    float: left
}

.woocommerce .shop_table.cart .button.update-cart {
    float: right
}

.cart_totals h4 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase
}

.wc-proceed-to-checkout .button {
    display: inline-block
}

.woocommerce .cart-totals_wrap {
    border: 5px solid #d5d5d5;
    padding: 38px 37px;
    margin-bottom: 60px
}

.woocommerce .cart-totals_wrap table td {
    border-bottom: none;
    font-size: 14px
}

.woocommerce table.shop_table a.remove {
    padding-right: 13px;
    text-align: right
}

.woocommerce-page .select2-container .select2-choice,
.woocommerce-page .woocommerce .select2-container .select2-choice {
    background-color: #ebedef;
    border-radius: 0;
    border: 2px solid #ebedef;
    color: #777;
    font-size: 13px;
    padding: 8px 0 7px 15px
}

.woocommerce-page .select2-dropdown-open .select2-choice {
    box-shadow: none
}

.woocommerce-page .select2-drop-active {
    border-color: #ebedef
}

.woocommerce-page .select2-results {
    padding: 0
}

.woocommerce-page .select2-results .select2-result-label {
    padding: 5px 16px
}

.woocommerce-checkout-review-order {
    margin-top: 30px
}

.woocommerce-checkout-review-order #payment_heading {
    text-transform: uppercase
}

.woocommerce-checkout-review-order #order_review_heading {
    text-transform: uppercase
}

.woocommerce #order_comments {
    height: 150px
}

.woocommerce form .form-row label {
    color: #888;
    font-size: 13px;
    margin-bottom: 5px
}

.woocommerce-billing-fields h4 {
    text-transform: uppercase
}

table.woocommerce-checkout-review-order-table {
    font-size: 14px
}

table.woocommerce-checkout-review-order-table tbody tr td {
    font-size: 14px
}

table.woocommerce-checkout-review-order-table tbody tr td:first-child {
    padding-left: 10px;
    font-size: 13px
}

table.woocommerce-checkout-review-order-table tbody tr td:nth-child(2) {
    text-align: right
}

table.woocommerce-checkout-review-order-table tbody tr td p {
    margin-bottom: 0
}

table.woocommerce-checkout-review-order-table tbody tr td dl.variation {
    display: none
}

table.woocommerce-checkout-review-order-table thead tr th {
    font-size: 14px
}

.woocommerce-checkout-review-order-table {
    table-layout: fixed
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table th {
    font-size: 13px;
    text-transform: uppercase
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table th:first-child {
    padding-left: 0
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table th:nth-child(2) {
    text-align: right
}

.payment_methods.methods label {
    text-transform: uppercase;
    font-weight: 700;
    color: #232628
}

.single-product .product_images {
    position: relative;
    overflow: hidden
}

.woocommerce-checkout-payment .place-order {
    padding-left: 0 !important
}

.myaccount_user {
    margin-bottom: 50px
}

.stm-margin-30 {
    margin-bottom: 30px
}

.myaccount_address {
    margin-bottom: 50px
}

.woocommerce-account .woocommerce .addresses th {
    border-bottom: 1px solid #ddd
}

.woocommerce-validated .select2-container .select2-choice {
    border-color: #69bf29 !important
}

.form-row-wide.create-account label {
    display: inline-block;
    text-decoration: underline
}

.woocommerce table.order_details {
    font-size: 14px
}

.woocommerce table.order_details th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important
}

.woocommerce table.order_details td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important
}

.woocommerce table.order_details td a {
    color: #555 !important
}

.woocommerce table.customer_details {
    font-size: 14px
}

.woocommerce table.customer_details th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important
}

.woocommerce table.customer_details td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important
}

.woocommerce table.customer_details td a {
    color: #555 !important
}

.woocommerce table.my_account_orders {
    font-size: 14px
}

.woocommerce table.my_account_orders th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important
}

.woocommerce table.my_account_orders td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400 !important
}

.woocommerce table.my_account_orders td a {
    color: #555 !important
}

.woocommerce form.login .form-row-login {
    display: flex;
    flex-direction: column-reverse;
    float: left
}

.woocommerce form.login .lost_password {
    float: right;
    margin: 37px 0 0
}

#customer_login .form-row label.inline {
    margin-left: 15px
}

.woocommerce table.shop_table .cart_item .amount {
    font-size: 14px
}

.return-to-shop {
    margin-bottom: 60px
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels {
    border-bottom: 1px solid #ddd
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    border-top: 1px solid #ddd
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
    border-color: transparent !important
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a {
    padding: 19px 20px 19px 39px;
    font-size: 16px
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    font-size: 22px;
    color: #2a4046
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon {
    position: absolute;
    right: 2px;
    left: inherit
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    border: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #aaa;
    transform: rotate(0deg)
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent;
    border-color: transparent
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-icon {
    color: #f0c542
}

.single-listings .stm-single-car-page .vc_tta.vc_general .vc_tta-panel {
    position: relative
}

.single-listings .stm-single-car-page .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #232628
}

.single-listings .stm-single-car-page .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a {
    color: #fff
}

.single-listings .stm-single-car-page .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    opacity: 1;
    background-color: #f0c542
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    transform: rotate(180deg)
}

.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    border: 0;
    padding: 3px 0 29px 1px
}

.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 0 0 37px 2px !important
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {
    padding-top: 4px
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    background-color: #232628;
    border-left: 4px solid #232628;
    border-right: 4px solid #232628;
    overflow: visible !important
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    text-align: center
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #f0c542;
    opacity: 0
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    padding: 13px 18px;
    background-color: #232628;
    border-radius: 0;
    border: none
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a .vc_tta-title-text:not(:empty):not(:first-child) {
    margin-left: 8px
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
    opacity: 1
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background-color: #fff
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #232628
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a span {
    color: #232628
}

.vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
    background-color: #fff !important;
    border: none !important
}

.vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    background-color: #fff;
    padding: 37px 20px 20px !important;
    border: none
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav {
    margin: 0;
    background-color: #232628;
    border-left: 4px solid #232628;
    border-right: 4px solid #232628;
    overflow: visible
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li {
    position: relative;
    margin: 0
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a {
    display: block;
    position: relative;
    padding: 18px;
    background-color: #232628;
    border-radius: 0;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #f0c542;
    opacity: 0
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li.ui-state-active>a:before {
    opacity: 1
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li.ui-state-active a {
    background-color: #fff;
    color: #232628
}

.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li.ui-state-active a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #232628
}

.wpb_tour_tabs_wrapper.ui-tabs .wpb_tab.ui-tabs-panel {
    padding: 37px 0 0 2px !important;
    background-color: transparent !important
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav {
    margin: 0;
    background-color: #232628;
    border: none;
    display: table;
    width: 100%;
    table-layout: fixed
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav:before {
    display: none
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav:after {
    display: none
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav>li {
    float: none;
    position: relative;
    margin: 0;
    display: table-cell
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav>li>a {
    display: block;
    position: relative;
    text-align: center;
    padding: 18px;
    background-color: #232628;
    border-radius: 0;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav>li>a:before {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #f0c542;
    opacity: 0
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav>li>a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #fff
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav>li>a .vc_tta-title-text {
    position: relative;
    top: 1px;
    left: 2px
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav>li.ui-state-active>a:before {
    display: none
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav>li.ui-state-active a {
    background-color: #fff;
    color: #f0c542
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav>li.ui-state-active a .vc_tta-icon {
    position: relative;
    top: 3px;
    color: #f0c542
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel {
    padding: 47px 40px 35px 36px !important;
    background-color: #fff !important
}

.wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel .icon-box .icon-text h4.title {
    margin-bottom: 8px;
    font-weight: 400
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav {
    display: block !important;
    vertical-align: top !important;
    width: inherit !important;
    background-color: transparent !important
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav:after {
    display: table;
    content: "";
    clear: both
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav>li {
    display: block !important;
    float: left !important;
    margin-right: 2px !important
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav>li:last-child {
    margin-right: 0 !important
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav>li.ui-state-active a {
    background-color: #fff !important
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav>li>a {
    font-weight: 900 !important;
    padding: 16px 31px 12px !important;
    background-color: #24292f !important;
    color: #aaa
}

.wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel.ui-tabs-panel {
    padding: 70px 0 30px !important;
    background-color: transparent !important
}

.vc_toggle {
    border-bottom: 1px solid #ddd
}

.vc_toggle .vc_toggle_title {
    position: relative;
    min-height: 28px;
    padding-bottom: 11px;
    padding-left: 56px
}

.vc_toggle .vc_toggle_title>h4 {
    display: inline-block;
    font-weight: 400
}

.vc_toggle .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: -4px;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #aaa
}

.vc_toggle .vc_toggle_icon:before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    top: 12px;
    left: 9px;
    background-color: #aaa
}

.vc_toggle .vc_toggle_icon:after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    top: 9px;
    left: 12px;
    background-color: #aaa;
    opacity: 1
}

.vc_toggle.vc_toggle_active .vc_toggle_icon {
    border-color: #f0c542
}

.vc_toggle.vc_toggle_active .vc_toggle_icon:before {
    background-color: #f0c542
}

.vc_toggle.vc_toggle_active .vc_toggle_icon:after {
    opacity: 0
}

.vc_toggle .vc_toggle_content {
    margin-bottom: 5px
}

body .wpb_button,
body .wpb_column>.vc_column-inner>.wpb_wrapper>:last-child {
    margin-bottom: 0
}

body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0
}

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.vc_column_container {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.selection:hover b {
    color: #2a4046
}

.select2-container--default .select2-selection--single {
    height: 48px;
    border: none;
    border-radius: 0;
    background-color: #eceff3;
    outline: none !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
    outline: none !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    width: 19px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(-50%);
    left: -3px;
    margin-left: 0;
    font-size: 16px;
    color: #888;
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    line-height: 16px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107"
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {
    height: 14px;
    font-size: 14px;
    margin-top: -7px;
    line-height: normal
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader:before {
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 1px;
    content: "\e924";
    animation: rotating 2s infinite linear
}

.select2 {
    width: 100% !important
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: .5
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg) translateY(50%)
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 350px
}

.select2-results__options li {
    margin-bottom: 0;
    padding-left: 14px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f2f5;
    border-bottom-color: #f0f2f5;
    color: #555
}

.select2-dropdown {
    border-radius: 0;
    border-color: #e7e8e8
}

.select2-results__options li {
    font-size: 13px;
    border-bottom: 1px solid #f0f2f5
}

.select2-results__options li:last-child {
    border-bottom: none
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none
}

.xdsoft_stm_datetimepicker,
.xdsoft_datetimepicker {
    font-family: inherit
}

.xdsoft_stm_datetimepicker .xdsoft_calendar td,
.xdsoft_stm_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    border-color: #fff
}

.xdsoft_stm_datetimepicker .xdsoft_calendar td .xdsoft_default,
.xdsoft_stm_datetimepicker .xdsoft_calendar td .xdsoft_current,
.xdsoft_stm_datetimepicker .xdsoft_calendar th .xdsoft_default,
.xdsoft_stm_datetimepicker .xdsoft_calendar th .xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td .xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td .xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar th .xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar th .xdsoft_current {
    background: #f0c542;
    box-shadow: none
}

.xdsoft_stm_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_stm_datetimepicker .xdsoft_calendar th:hover,
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_calendar th:hover {
    background: #2a4046 !important
}

.xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    border-color: #fff
}

.xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #f0c542;
    box-shadow: none
}

.xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #2a4046 !important
}

.xdsoft_stm_datetimepicker button,
.xdsoft_datetimepicker button {
    box-shadow: none
}

.xdsoft_scroller {
    display: none !important
}

.wpb_tour_tabs_wrapper .ui-state-default,
.wpb_tour_tabs_wrapper .ui-widget-content .ui-state-default,
.wpb_tour_tabs_wrapper .ui-widget-header .ui-state-default {
    border: none;
    background-color: transparent
}

.wpb_tour_tabs_wrapper .ui-widget-header {
    background-color: transparent;
    border: none
}

.wpb_tour_tabs_wrapper .ui-corner-all {
    border-radius: 0
}

.wpb_tour_tabs_wrapper .ui-widget-content {
    border: none
}

.wpb_tour_tabs_wrapper.ui-widget-content {
    border: none
}

.ui-slider-horizontal {
    height: 4px
}

.ui-slider {
    background-color: #dfe1e5
}

.ui-slider .ui-slider-range {
    background-color: #2a4046
}

.ui-slider .ui-slider-handle {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .36);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -9px;
    margin-left: -10px;
    background-color: #fff
}

.ui-slider .ui-slider-handle:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background-color: #2a4046;
    border-radius: 50%
}

.ui-slider .ui-slider-handle.ui-state-active:after {
    transform: scale(1.1)
}

#animated-blog-wrapper {
    position: relative;
    z-index: 10
}

#animated-blog-wrapper .blog-meta {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent
}

#animated-blog-wrapper .blog-meta .blog-meta-unit {
    color: #232628
}

#animated-blog-wrapper .blog-meta .blog-meta-unit a {
    color: #232628
}

#animated-blog-wrapper .blog-meta .blog-meta-unit i {
    color: #232628
}

#animated-blog-wrapper #container {
    margin: 0 -15px
}

#animated-blog-wrapper .header {
    position: relative;
    margin: 0 auto;
    min-height: 560px;
    width: 100%
}

#animated-blog-wrapper .bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#animated-blog-wrapper .bg-img:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    opacity: 1
}

#animated-blog-wrapper .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%
}

#animated-blog-wrapper .title {
    z-index: 1000;
    padding: 0 1.25em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -124px;
    transform: translateX(-50%)
}

#animated-blog-wrapper .title h1 {
    padding: 0 0 40px;
    color: #fff;
    margin: 0;
    letter-spacing: -2px;
    max-width: 70%;
    line-height: 1;
    font-weight: 700
}

#animated-blog-wrapper .title p {
    color: #fff;
    padding: 0 0 20px;
    margin: 0
}

#animated-blog-wrapper .title p.subline {
    max-width: 54%;
    line-height: 34px
}

#animated-blog-wrapper .title p.subline {
    font-size: 1.75em
}

#animated-blog-wrapper .container:not(.notrans) button.trigger {
    transition: opacity .3s .5s
}

#animated-blog-wrapper .container.modify:not(.notrans) button.trigger {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s
}

#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img {
    transition-property: transform
}

#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img:after {
    transition-property: opacity
}

#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header h1 {
    transition-property: color
}

#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header .blog-meta,
#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header p,
#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) #blog-animated-content>div {
    transition-property: transform, opacity
}

#animated-blog-wrapper .header,
#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img,
#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img:after,
#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img:before,
#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header h1,
#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header p,
#animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header .blog-meta,
#animated-blog-wrapper #blog-animated-content>div {
    transition-duration: .5s
}

#animated-blog-wrapper .intro-effect-fadeout .header {
    overflow: hidden
}

#animated-blog-wrapper .intro-effect-fadeout.modify .bg-img {
    transform: translateY(-25%)
}

#animated-blog-wrapper .intro-effect-fadeout .bg-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%)
}

#animated-blog-wrapper .intro-effect-fadeout.modify .bg-img:after {
    opacity: 1
}

#animated-blog-wrapper .intro-effect-fadeout.modify .bg-img:before {
    opacity: 0
}

#animated-blog-wrapper .intro-effect-fadeout .title {
    text-align: left
}

#animated-blog-wrapper .intro-effect-fadeout.modify .header h1,
#animated-blog-wrapper .intro-effect-fadeout .header p {
    color: #232628
}

#animated-blog-wrapper .intro-effect-fadeout .header .blog-meta,
#animated-blog-wrapper .intro-effect-fadeout .header p {
    opacity: 0
}

#animated-blog-wrapper .intro-effect-fadeout .header p:nth-child(2) {
    transform: translateX(150px)
}

#animated-blog-wrapper .intro-effect-fadeout .header .blog-meta {
    transform: translateX(-150px)
}

#animated-blog-wrapper .intro-effect-fadeout.modify .header p:nth-child(2),
#animated-blog-wrapper .intro-effect-fadeout.modify .header .blog-meta {
    opacity: 1;
    transform: translateX(0)
}

#animated-blog-wrapper #blog-animated-content {
    z-index: 1000;
    position: relative
}

#animated-blog-wrapper #blog-animated-content.modify {
    margin-bottom: -130px
}

#animated-blog-wrapper #blog-animated-content>div {
    opacity: 0;
    transform: translateY(350px)
}

#animated-blog-wrapper #blog-animated-content.modify>div {
    opacity: 1;
    transform: translateY(-160px)
}

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
    background-image: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/checks2x.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
    outline: 0
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
    margin: 0;
    padding: 0
}

.highContrastDetect {
    background: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/bg-input.png") repeat-x 0 0;
    width: 0;
    height: 0
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    background: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/bg-input.png") repeat-x 0 0;
    outline: 0
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    background: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/bg-input-focus.png") repeat-x 0 0
}

div.checker input,
input[type=search],
input[type=search]:active {
    -moz-appearance: none;
    -webkit-appearance: none
}

div.selector {
    background-position: 0 -130px;
    line-height: 26px;
    height: 26px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block
}

div.selector.fixedWidth {
    width: 190px
}

div.selector.fixedWidth span {
    width: 155px
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: 0 0;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0;
    width: 100%
}

div.selector {
    background-position: 0 -156px
}

div.selector span {
    background-position: right -26px
}

div.selector,
div.selector {
    background-position: 0 -182px
}

div.selector span,
div.selector span {
    background-position: right -52px
}

div.selector,
div.selector {
    background-position: 0 -208px
}

div.selector span,
div.selector span {
    background-position: right -78px
}

div.selector.disabled,
div.selector.disabled {
    background-position: 0 -234px
}

div.selector.disabled span,
div.selector.disabled span {
    background-position: right -104px
}

div.checker {
    position: relative
}

div.checker,
div.checker span,
div.checker input {
    width: 16px;
    height: 16px
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 0
}

div.checker span.checked {
    background-position: -16px 0
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: 0 0;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1
}

div.radio {
    position: relative
}

div.radio,
div.radio span,
div.radio input {
    width: 18px;
    height: 18px
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 10px
}

div.radio span.checked {
    background-position: -72px 10px
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: 0 0;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center
}

div.radio span {
    background-position: -18px 10px
}

div.radio span.checked {
    background-position: -90px 10px
}

div.radio span,
div.radio span {
    background-position: -36px 10px
}

div.radio span.checked,
div.radio span.checked {
    background-position: -108px 10px
}

div.radio span,
div.radio span {
    background-position: -54px 10px
}

div.radio span.checked,
div.radio span.checked {
    background-position: -126px 10px
}

div.radio.disabled span,
div.radio.disabled span {
    background-position: -144px 10px
}

div.radio.disabled span.checked,
div.radio.disabled span.checked {
    background-position: -162px 10px
}

div.uploader {
    background-position: 0 -8px;
    height: 28px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

div.uploader span.action {
    background-position: right -120px;
    height: 28px;
    line-height: 28px;
    width: 85px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer
}

div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 82px;
    padding: 0 10px
}

div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%
}

div.uploader span.action {
    background-position: right -176px
}

div.uploader,
div.uploader {
    background-position: 0 -64px
}

div.uploader span.action,
div.uploader span.action {
    background-position: right -148px
}

div.uploader span.action,
div.uploader span.action {
    background-position: right -204px
}

div.uploader.disabled,
div.uploader.disabled {
    background-position: 0 -36px
}

div.uploader.disabled span.action,
div.uploader.disabled span.action {
    background-position: right -92px
}

div.button {
    background-position: 0 -352px;
    height: 30px;
    cursor: pointer;
    position: relative
}

div.button a,
div.button button,
div.button input {
    opacity: .01;
    filter: alpha(opacity=1);
    -moz-opacity: .01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -232px;
    height: 30px;
    margin-left: 13px;
    padding: 0
}

div.button {
    background-position: 0 -382px
}

div.button span {
    background-position: right -262px;
    cursor: default
}

div.button,
div.button {
    background-position: 0 -412px
}

div.button span,
div.button span {
    background-position: right -292px
}

div.button.disabled,
div.button.disabled {
    background-position: 0 -442px
}

div.button.disabled span,
div.button.disabled span {
    background-position: right -322px;
    cursor: default
}

.checker {
    position: relative;
    top: -1px;
    margin-right: 10px !important
}

div.checker span {
    background-size: 32px
}

div.radio {
    margin-right: 4px
}

div.radio span,
div.radio span {
    width: 16px;
    height: 16px;
    background-image: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/radio.png");
    background-position: -16px 0;
    background-size: 32px
}

div.radio span.checked,
div.radio span.checked {
    background-position: 0 0
}

#shipping_method li {
    position: relative
}

#shipping_method li input[type=radio] {
    display: none
}

#shipping_method li input[type=radio]:checked+label:before {
    background-position: 0 0
}

#shipping_method li label {
    text-indent: 0;
    padding-left: 30px
}

#shipping_method li label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/radio.png");
    background-position: -16px 0;
    background-size: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.stm-current-slider-labels {
    display: none
}

.stm-slider-filter-type-unit .pull-left {
    margin-bottom: 19px
}

.stm-slider-filter-type-unit .row {
    margin-bottom: 16px
}

.stm-slider-filter-type-unit input[type=text] {
    padding: 0 11px
}

.stm-filter-type-slider {
    margin-bottom: 19px
}

.stm-car_dealer-buttons {
    margin-top: 11px
}

.stm-car_dealer-buttons a {
    position: relative;
    display: block;
    padding: 0 60px 0 25px;
    margin-bottom: 11px;
    height: 49px;
    line-height: 49px;
    background-color: #f0f2f5;
    color: #232628;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none !important
}

.stm-car_dealer-buttons a:hover {
    background-color: #2a4046;
    color: #fff
}

.stm-car_dealer-buttons a:hover i {
    color: #fff
}

.stm-car_dealer-buttons a i {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 16px;
    color: #2a4046
}

.modal-header .stm-moto-icon-cash {
    margin-top: -2px
}

#request-trade-in-offer .modal-dialog {
    width: 900px
}

#request-trade-in-offer .modal-dialog .modal-body {
    padding: 30px
}

.stm-similar-cars-units .stm-similar-car {
    text-decoration: none !important;
    display: block;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #d5d9e0
}

.stm-similar-cars-units .stm-similar-car:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

.stm-similar-cars-units .stm-similar-car .image {
    float: left;
    margin-right: 14px;
    max-width: 75px
}

.stm-similar-cars-units .stm-similar-car .right-unit {
    overflow: hidden
}

.stm-similar-cars-units .stm-similar-car .right-unit .title {
    padding-right: 50px;
    margin: -2px 0 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    color: #222
}

.stm-similar-cars-units .stm-similar-car .right-unit .stm-dealer-name {
    min-height: 6px;
    margin-bottom: 2px;
    letter-spacing: -.7px;
    color: #888
}

.stm-similar-cars-units .stm-similar-car .right-unit .stm-price {
    float: left;
    margin-right: 10px;
    padding: 1px 10px 1px 5px;
    color: #fff;
    font-weight: 700;
    background-color: #2a4046
}

.stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta {
    margin-top: 3px;
    color: #222;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.5px
}

.stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta i {
    position: relative;
    top: 2px;
    margin-right: 3px;
    font-size: 15px;
    color: #aaa
}

.stm-border-bottom-unit {
    padding-bottom: 19px;
    margin-bottom: 25px;
    border-bottom: 4px solid #2a4046
}

.stm-border-bottom-unit .title {
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #eceff3 !important
}

.bookly-form select {
    opacity: 1;
    visibility: visible;
    color: #333
}

.bookly-progress-tracker div {
    color: #fff
}

.bookly-form .bookly-box {
    color: #fff !important
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    color: #191919
}

.stm-single-title-wrap h1 {
    margin-bottom: 0
}

.stm-single-title-wrap span.normal_font {
    font-size: 11px;
    font-weight: 400;
    color: #ababab
}

.stm-single-title-wrap span.normal_font i {
    font-size: 13px
}

.stm-layout-header-service #top-bar {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: #aaa;
    font-size: 11px;
    text-transform: uppercase;
    line-height: normal
}

.stm-layout-header-service #top-bar a {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: #aaa;
    font-size: 11px
}

.stm-layout-header-service #top-bar .top_bar_menu {
    margin-left: 20px
}

@media (max-width:767px) {
    .stm-layout-header-service #top-bar .top_bar_menu {
        margin-left: 0;
        margin-top: 10px
    }
}

.stm-layout-header-service #top-bar .top_bar_menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.stm-layout-header-service #top-bar .top_bar_menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    margin-bottom: 0
}

.stm-layout-header-service #top-bar .top_bar_menu ul li:last-child {
    margin-right: 0
}

.stm-layout-header-service #top-bar .top_bar_menu ul li:last-child:after {
    content: "";
    display: none
}

.stm-layout-header-service #top-bar .top_bar_menu ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: -13px;
    top: 4px;
    background-color: #aaa;
    width: 1px;
    height: 9px
}

.stm-layout-header-service #top-bar .top-bar-wrapper {
    padding: 12px 0 9px
}

.stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {
    position: relative;
    margin-left: 20px;
    line-height: 13px
}

.stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: auto;
    border: none;
    border-radius: 0;
    outline: none !important
}

.stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aaa;
    line-height: 14px;
    font-size: 11px;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
    outline: none !important
}

.stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 14px;
    width: 19px
}

.stm-layout-header-service #top-bar .language-switcher-unit {
    position: relative
}

.stm-layout-header-service #top-bar .language-switcher-unit ul li a {
    color: #232628
}

.stm-layout-header-service #top-bar .language-switcher-unit ul li:last-child {
    margin-bottom: 0
}

.stm-layout-header-service #top-bar .language-switcher-unit .stm_current_language {
    text-transform: uppercase
}

.stm-layout-header-service #top-bar .language-switcher-unit .stm_current_language i {
    position: relative;
    top: -2px;
    margin-left: 15px;
    vertical-align: middle;
    font-size: 16px
}

.stm-layout-header-service #top-bar .language-switcher-unit:hover {
    cursor: pointer
}

.stm-layout-header-service #top-bar .header-login-url {
    margin-left: 30px
}

.stm-layout-header-service #top-bar .header-login-url a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important
}

.stm-layout-header-service #top-bar .header-login-url a:hover {
    color: #fff
}

.stm-layout-header-service #top-bar .header-login-url .fas {
    margin-right: 10px;
    font-size: 12px
}

.stm-layout-header-service #top-bar .header-top-bar-socs {
    margin-left: 30px
}

.stm-layout-header-service #top-bar .header-top-bar-socs ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.stm-layout-header-service #top-bar .header-top-bar-socs ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}

.stm-layout-header-service #top-bar .header-top-bar-socs ul li:first-child {
    margin-right: 14px
}

.stm-layout-header-service #top-bar .header-top-bar-socs ul li a .fab {
    font-size: 14px
}

.stm-layout-header-service #top-bar .header-top-bar-socs ul li a:hover {
    color: #fff
}

.stm-layout-header-service #top-bar .header-top-bar-socs ul li:last-child {
    margin-right: 0
}

.stm-layout-header-service #top-bar .top-bar-info {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.stm-layout-header-service #top-bar .top-bar-info li {
    float: right;
    margin-left: 30px;
    margin-bottom: 0;
    line-height: normal
}

.stm-layout-header-service #top-bar .top-bar-info li:hover {
    color: #fff
}

.stm-layout-header-service #top-bar .top-bar-info li .fancy-iframe {
    display: block
}

.stm-layout-header-service #top-bar .top-bar-info li .fas {
    font-size: 14px;
    margin-right: 5px
}

.stm-layout-header-service #top-bar .top-bar-info li .fas.fa-phone {
    position: relative;
    top: 1px
}

.stm-layout-header-service #top-bar .top-bar-info li:last-child {
    margin-left: 0
}

@media (max-width:991px) {
    .stm-layout-header-service #top-bar .header-top-bar-socs {
        margin-left: 15px
    }

    .stm-layout-header-service #top-bar .header-login-url {
        margin-left: 15px
    }

    .stm-layout-header-service #top-bar .top-bar-info li {
        margin-left: 15px
    }
}

@media (max-width:750px) {
    .stm-layout-header-service .header-top-bar-socs {
        display: none
    }
}

@media (max-width:610px) {
    .stm-layout-header-service #top-bar .top-bar-wrapper {
        display: flex;
        flex-wrap: wrap
    }

    .stm-layout-header-service #top-bar .top-bar-wrapper .top-bar-info-wrap {
        width: 100%
    }

    .stm-layout-header-service .top-bar-info .fancy-iframe {
        display: none !important
    }

    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-left,
    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-right {
        float: none !important
    }

    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm_current_language {
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding-right: 10px
    }

    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {
        max-width: 180px;
        margin-left: 0
    }

    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0
    }

    .stm-layout-header-service .top-bar-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: 10px
    }

    .stm-layout-header-service .top-bar-info li {
        margin: 0 0 8px !important
    }

    .stm-layout-header-service .top-bar-info li .fas.fa-phone {
        font-size: 12px !important
    }

    .stm-layout-header-service .top-bar-info .fancy-iframe {
        display: block !important
    }
}

@media (max-width:375px) {
    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-left {
        margin-bottom: 5px
    }

    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {
        margin-left: 0
    }

    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0
    }

    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-left,
    .stm-layout-header-service #top-bar .top-bar-wrapper .pull-right {
        clear: both
    }

    .stm-layout-header-service body #wrapper #header .header-listing .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .currency-switcher {
        float: none !important
    }
}

.stm-layout-header-service .header-main {
    position: relative;
    padding: 28px 0 25px;
    line-height: 14px
}

.stm-layout-header-service .header-main .blogname h1 {
    display: inline-block
}

.stm-layout-header-service .header-main .mobile-contacts-trigger {
    padding: 9px 15px 5px;
    float: right
}

.stm-layout-header-service .header-main .mobile-contacts-trigger:hover {
    cursor: pointer
}

.stm-layout-header-service .header-main .mobile-contacts-trigger i {
    color: #f0c542;
    font-size: 18px
}

.stm-layout-header-service .header-main .mobile-contacts-trigger i.stm-icon-phone-o {
    font-size: 20px;
    margin-top: 2px
}

.stm-layout-header-service .header-main .mobile-contacts-trigger i.stm-icon-close-times {
    display: none;
    font-size: 13px
}

.stm-layout-header-service .header-main .mobile-contacts-trigger.open {
    background: #2f3234;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 11px 15px 25px;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 20
}

.stm-layout-header-service .header-main .mobile-contacts-trigger.open i.stm-icon-phone-o {
    display: none
}

.stm-layout-header-service .header-main .mobile-contacts-trigger.open i.stm-icon-close-times {
    display: block
}

@media (max-width:991px) and (min-width:768px) {
    .stm-layout-header-service .header-main .logo-main {
        margin-bottom: 10px !important
    }
}

.stm-layout-header-service .header-main .top-info-wrap {
    position: relative
}

.stm-layout-header-service .header-main .header-top-info {
    position: absolute;
    background: #2f3234;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    top: -5px;
    right: 0;
    left: 0;
    display: none;
    z-index: 20
}

.stm-layout-header-service .header-main .header-top-info.open {
    display: block
}

@media (min-width:576px) {
    .stm-layout-header-service .header-main .header-top-info {
        max-width: -moz-fit-content;
        max-width: fit-content;
        right: 17px;
        left: unset
    }
}

@media (min-width:992px) {
    .stm-layout-header-service .header-main .header-top-info {
        position: initial;
        float: right;
        background: 0 0;
        display: block
    }
}

.stm-layout-header-service .header-main .header-main-socs {
    margin-left: 46px
}

.stm-layout-header-service .header-main .header-main-socs ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.stm-layout-header-service .header-main .header-main-socs ul:after {
    display: table;
    content: "";
    clear: both
}

.stm-layout-header-service .header-main .header-main-socs ul li {
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 0
}

.stm-layout-header-service .header-main .header-main-socs ul li:first-child {
    margin-left: 0
}

.stm-layout-header-service .header-main .header-main-socs ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #2f3234;
    color: #fff;
    text-indent: 1px
}

.stm-layout-header-service .header-main .header-main-socs ul li a i {
    font-size: 14px
}

.stm-layout-header-service .header-main .header-main-socs ul li a:hover {
    background-color: #2a4046
}

.stm-layout-header-service .header-main .header-main-socs ul li.facebook a {
    text-indent: 0
}

.stm-layout-header-service .header-main .header-secondary-phone {
    margin-left: 39px
}

.stm-layout-header-service .header-main .header-secondary-phone a {
    color: #fff;
    text-decoration: none
}

.stm-layout-header-service .header-main .header-secondary-phone .phone {
    margin-bottom: 3px;
    vertical-align: bottom
}

.stm-layout-header-service .header-main .header-secondary-phone .phone .phone-label {
    margin-bottom: 1px;
    margin-right: 2px;
    color: #f0c542;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.stm-layout-header-service .header-main .header-secondary-phone .phone .phone-number {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.stm-layout-header-service .header-main .header-main-phone {
    position: relative;
    padding-left: 41px;
    margin-left: 30px
}

.stm-layout-header-service .header-main .header-main-phone a {
    color: #fff;
    text-decoration: none
}

.stm-layout-header-service .header-main .header-main-phone i {
    position: absolute;
    top: 0;
    left: 0;
    color: #f0c542;
    font-size: 33px
}

.stm-layout-header-service .header-main .header-main-phone .phone {
    margin-top: 1px
}

.stm-layout-header-service .header-main .header-main-phone .phone .phone-label {
    margin-right: 2px;
    color: #f0c542;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1px;
    max-width: 150px
}

@media (min-width:992px) {
    .stm-layout-header-service .header-main .header-main-phone .phone .phone-label {
        max-width: unset
    }
}

.stm-layout-header-service .header-main .header-main-phone .phone .phone-number {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .5px
}

.stm-layout-header-service .header-main .header-address {
    position: relative;
    padding-left: 42px;
    max-width: 248px
}

.stm-layout-header-service .header-main .header-address i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    color: #f0c542
}

.stm-layout-header-service .header-main .header-address .address .heading-font {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase
}

.stm-layout-header-service .header-main .header-address .address .fancy-iframe {
    position: relative;
    top: -1px;
    margin-left: 3px;
    color: #f0c542;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dashed #f0c542
}

.stm-layout-header-service .header-main .header-address .address .fancy-iframe:hover {
    color: #2a4046;
    border-bottom-color: #2a4046
}

.stm-layout-header-service .header-nav {
    margin-bottom: 15px;
    background: #fff;
    z-index: 15
}

.stm-layout-header-service .header-nav.header-nav-default {
    background-color: #eaedf0;
    margin-bottom: 0
}

.stm-layout-header-service .header-nav.header-nav-default.header-nav-fixed.header-nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #eaedf0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 100
}

.stm-layout-header-service .header-nav.header-nav-transparent {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(234, 237, 240, .8);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.stm-layout-header-service .header-nav.header-nav-transparent.header-nav-fixed.header-nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #eaedf0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 100
}

.stm-layout-header-service .header-nav:after {
    display: table;
    content: "";
    clear: both
}

.stm-layout-header-service .main-menu {
    float: left
}

.stm-layout-header-service .main-menu .header-menu {
    padding: 0;
    margin: 0;
    margin-left: -21px;
    list-style: none
}

.stm-layout-header-service .main-menu .header-menu>li {
    position: relative;
    float: left;
    margin-bottom: 0
}

.stm-layout-header-service .main-menu .header-menu>li.menu-item-has-children>a:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    top: 50%;
    right: 7px;
    font-size: 12px;
    content: "\f107"
}

.stm-layout-header-service .main-menu .header-menu>li:first-child {
    margin-left: 0
}

.stm-layout-header-service .main-menu .header-menu>li.current-menu-item:first-child,
.stm-layout-header-service .main-menu .header-menu>li.current_page_item:first-child {
    margin-left: 21px
}

.stm-layout-header-service .main-menu .header-menu>li.current-menu-item>a,
.stm-layout-header-service .main-menu .header-menu>li.current_page_item>a {
    background-color: #f0c542;
    color: #fff !important
}

.stm-layout-header-service .main-menu .header-menu>li:hover>a {
    background-color: #f0c542;
    color: #fff
}

.stm-layout-header-service .main-menu .header-menu>li:hover>ul {
    visibility: visible;
    top: 100%;
    opacity: 1
}

.stm-layout-header-service .main-menu .header-menu>li:not(.stm_megamenu)>ul li>a:hover {
    background-color: #f0c542;
    color: #fff
}

.stm-layout-header-service .main-menu .header-menu>li>a {
    display: block;
    position: relative;
    min-height: 52px;
    padding: 0 21px;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none !important
}

.stm-layout-header-service .main-menu .header-menu>li .main-menu .header-menu {
    visibility: visible;
    left: 100%;
    opacity: 1
}

.stm-layout-header-service .main-menu .header-menu>li>ul li>ul,
.stm-layout-header-service .main-menu .header-menu>li>ul li>ul li>ul,
.stm-layout-header-service .main-menu .header-menu>li>ul li>ul li>ul li>ul,
.stm-layout-header-service .main-menu .header-menu>li>ul li>ul li>ul li>ul li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    z-index: -1
}

.stm-layout-header-service .main-menu .header-menu>li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 105%;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    z-index: 10
}

.stm-layout-header-service .main-menu .header-menu>li>ul li {
    position: relative;
    margin-bottom: 0;
    margin-left: 0 !important
}

.stm-layout-header-service .main-menu .header-menu>li>ul li.menu-item-has-children>a:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    top: 50%;
    right: 20px;
    font-size: 14px;
    content: "\f105"
}

.stm-layout-header-service .main-menu .header-menu>li>ul li a {
    position: relative;
    display: block;
    padding: 12px 30px 12px 34px;
    text-decoration: none !important;
    font-weight: 400
}

.stm-layout-header-service .main-menu .header-menu>li>ul li>ul li>ul li:hover>ul,
.stm-layout-header-service .main-menu .header-menu>li>ul li>ul li:hover>ul,
.stm-layout-header-service .main-menu .header-menu>li>ul li:hover>ul {
    visibility: visible;
    left: 100%;
    opacity: 1
}

.stm-layout-header-service .header-help-bar {
    float: right;
    margin-left: 15px
}

.stm-layout-header-service .header-help-bar>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.stm-layout-header-service .header-help-bar>ul:after {
    display: table;
    content: "";
    clear: both
}

.stm-layout-header-service .header-help-bar>ul li {
    display: block;
    float: left;
    margin-bottom: 0
}

.stm-layout-header-service .header-help-bar>ul li.help-bar-shop {
    padding-right: 15px
}

.stm-layout-header-service .header-help-bar>ul li.nav-search>a {
    padding: 0
}

.stm-layout-header-service .header-help-bar>ul li:first-child {
    margin-left: 0
}

.stm-layout-header-service .header-help-bar>ul li.mobile-search {
    display: none;
    visibility: hidden
}

.stm-layout-header-service .header-help-bar>ul li a {
    padding: 0 13px;
    display: block;
    position: relative;
    text-decoration: none !important;
    transition: all .2s ease-in-out
}

.stm-layout-header-service .header-help-bar>ul li a:hover {
    background-color: #f7f8f9
}

.stm-layout-header-service .header-help-bar>ul li a .list-label {
    position: relative;
    top: 1px;
    margin-right: 4px;
    text-transform: uppercase;
    color: #232628;
    font-size: 11px;
    line-height: 52px;
    font-weight: 700;
    transition: all .2s ease-in-out
}

.stm-layout-header-service .header-help-bar>ul li a .list-icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    color: #232628;
    font-size: 24px;
    transition: all .2s ease-in-out
}

.stm-layout-header-service .header-help-bar>ul li a .list-badge {
    position: absolute;
    top: 7px;
    right: 2px;
    min-width: 18px;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    background-color: #2a4046;
    padding: 0 2px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, .14)
}

.stm-layout-header-service .header-help-bar>ul li.help-bar-compare .list-label {
    margin-right: 3px
}

.stm-layout-header-service .header-help-bar>ul li.help-bar-live-chat .list-icon {
    top: 0;
    font-size: 26px
}

.stm-layout-header-service .header-help-bar>ul li.nav-search {
    margin-left: 13px
}

.stm-layout-header-service .header-help-bar>ul li.nav-search>a {
    display: block;
    margin-top: 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #232628;
    text-indent: 1px;
    font-size: 13px
}

.stm-layout-header-service .header-help-bar>ul li.nav-search>a i {
    position: relative;
    top: -1px
}

.stm-layout-header-service .header-help-bar>ul li.nav-search>a:hover {
    background-color: #2a4046;
    border-color: #2a4046;
    color: #fff
}

.stm-layout-header-service .help-bar-live-chat {
    display: none !important
}

.stm-layout-header-service .header-help-bar-trigger {
    display: none;
    float: right;
    margin-top: 10px;
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 12px;
    color: #232628
}

.stm-layout-header-service .header-help-bar-trigger.active i {
    transform: rotate(180deg)
}

.stm-layout-header-service .mobile-menu-trigger {
    position: absolute;
    top: 4px;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 5px 3px;
    z-index: 20
}

.stm-layout-header-service .mobile-menu-trigger span {
    display: block;
    height: 3px;
    background: #2a4046;
    border-radius: 3px;
    width: 100%
}

.stm-layout-header-service .mobile-menu-trigger span:nth-child(2) {
    margin-top: 5px
}

.stm-layout-header-service .mobile-menu-trigger span:nth-child(3) {
    margin-top: 5px
}

.stm-layout-header-service .mobile-menu-holder {
    display: none;
    margin: 0 -15px 25px;
    padding: 0 15px
}

.stm-layout-header-service .mobile-menu-holder .header-menu {
    margin: 0 -15px;
    padding: 10px 15px;
    background-color: #eaedf0;
    list-style: none
}

.stm-layout-header-service .mobile-menu-holder .header-menu>li .arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    width: 50px;
    font-size: 22px;
    text-align: right
}

.stm-layout-header-service .mobile-menu-holder .header-menu>li .arrow.active i {
    transform: rotate(90deg)
}

.stm-layout-header-service .mobile-menu-holder .header-menu>li .sub-menu {
    display: none;
    list-style: disc
}

.stm-layout-header-service .mobile-menu-holder .header-menu>li .sub-menu>li>.sub-menu>li:last-child {
    margin-bottom: 0
}

.stm-layout-header-service .mobile-menu-holder .header-menu>li.opened>a {
    color: #f0c542
}

.stm-layout-header-service .mobile-menu-holder .header-menu li {
    position: relative
}

.stm-layout-header-service .mobile-menu-holder .header-menu li a {
    position: relative;
    display: block;
    padding: 10px 0;
    padding-right: 60px;
    color: #232628;
    text-transform: uppercase;
    text-decoration: none !important
}

.stm-layout-header-service .mobile-menu-holder .header-menu li:last-child {
    margin-bottom: 0
}

body.post-type-archive-listings.stm-template-car_dealer .classic-filter-row {
    margin-top: 0
}

body.post-type-archive-listings .car-listing-actions {
    position: relative;
    height: 46px
}

body.post-type-archive-listings .car-listing-actions.all-done {
    height: 0;
    padding: 0
}

body.post-type-archive-listings .stm-car-listing-sort-units {
    margin-top: 4px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-directory-listing-top__right {
    margin-top: 0
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-sort-by-options {
    float: right
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-sort-by-options>span {
    float: left;
    margin-top: 7px;
    margin-right: 9px;
    text-transform: uppercase;
    font-size: 12px;
    color: #888
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {
    float: left
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {
    height: 32px
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px;
    line-height: 32px
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by {
    float: right
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by:after {
    display: table;
    content: "";
    clear: both
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by .view-type {
    display: block;
    float: left;
    color: #8f8f8f;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by .view-type:hover {
    color: #2a4046;
    cursor: pointer
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by .view-type:first-child {
    margin-left: 0
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by .view-type.view-list {
    font-size: 12px
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by .view-type.view-grid {
    text-indent: 2px;
    font-size: 16px
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by .view-type.active {
    background-color: #f0f2f5;
    color: #8f8f8f
}

body.post-type-archive-listings .stm-car-listing-sort-units .stm-view-by .view-type.active:hover {
    color: #2a4046
}

body.post-type-archive-listings .classic-filter-row {
    position: relative;
    margin-top: -60px;
    z-index: 48
}

body.post-type-archive-listings .classic-filter-row input[type=text] {
    height: 40px;
    line-height: 40px
}

body.post-type-archive-listings .classic-filter-row .form-group {
    margin-bottom: 16px
}

body.post-type-archive-listings .classic-filter-row .filter-price {
    margin: 7px 0 31px
}

body.post-type-archive-listings .classic-filter-row .filter-price h5 {
    margin-bottom: 19px
}

body.post-type-archive-listings .classic-filter-row .select2-container--default .select2-selection--single,
body.post-type-archive-listings .classic-filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px
}

body.post-type-archive-listings .classic-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

body.post-type-archive-listings .classic-filter-row .filter-sidebar {
    padding: 0 22px 30px;
    background-color: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .18)
}

body.post-type-archive-listings .classic-filter-row .sidebar-entry-header {
    position: relative;
    min-height: 40px;
    padding: 26px 22px 21px 76px;
    margin: 0 -22px;
    background-color: #232628
}

body.post-type-archive-listings .classic-filter-row .sidebar-entry-header i {
    position: absolute;
    top: 32px;
    left: 21px;
    font-size: 29px;
    color: #fff
}

body.post-type-archive-listings .classic-filter-row .sidebar-entry-header .h4 {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.3px
}

body.post-type-archive-listings .classic-filter-row .stm-inventory-sidebar {
    margin-top: 25px
}

body.post-type-archive-listings .classic-filter-row .stm-accordion-single-unit.price .stm-accordion-content {
    padding: 5px 25px 40px
}

body.post-type-archive-listings .classic-filter-row .stm-accordion-single-unit.price .stm-accordion-content-wrapper .col-md-6 input[type=text] {
    padding: 0 10px
}

body.post-type-archive-listings .car-listing-row .col-md-3 {
    margin-bottom: 40px
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta {
    padding-top: 17px
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .car-title .colored {
    color: #f0c542
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #2a4046;
    text-align: right
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #2a4046;
    transform: skew(-14deg, 0deg);
    z-index: 5
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price.discounted-price {
    padding: 1px 10px 2px 4px
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {
    line-height: 16px
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price .regular-price,
body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price .sale-price,
body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price .normal-price {
    position: relative;
    z-index: 6
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price .normal-price,
body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price .sale-price {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

body.post-type-archive-listings .car-listing-row .listing-car-item-meta .price .normal-price {
    line-height: 25px
}

body.post-type-archive-listings .car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc
}

body.post-type-archive-listings .car-listing-row .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0
}

body.post-type-archive-listings .car-listing-row .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle
}

body.post-type-archive-listings .car-listing-row .car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #aaa;
    vertical-align: middle
}

body.post-type-archive-listings .car-listing-row .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 1px
}

body.post-type-archive-listings .car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px
}

body.post-type-archive-listings .car-listing-row .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px
}

body.post-type-archive-listings .car-listing-row .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase
}

body.post-type-archive-listings .car-listing-row .car-meta-bottom ul li:last-child {
    margin-right: 0
}

body.post-type-archive-listings .found-cars-cloned {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px
}

body.post-type-archive-listings .found-cars,
body.post-type-archive-listings .found-cars.heading-font {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaa !important
}

body.post-type-archive-listings .found-cars i {
    position: absolute;
    content: "";
    display: block;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0
}

body.post-type-archive-listings .found-cars .blue-lt {
    color: #2a4046;
    font-weight: 700
}

body.post-type-archive-listings .found-cars-clone {
    display: none;
    visibility: hidden;
    opacity: 0
}

body.post-type-archive-listings .tab-search-title {
    position: relative;
    padding-left: 71px;
    margin-bottom: 36px;
    min-height: 35px;
    font-size: 30px;
    color: #232628;
    font-weight: 700
}

body.post-type-archive-listings .tab-search-title i {
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 34px
}

body.post-type-archive-listings #car-listing-tab-search {
    padding-top: 20px
}

body.post-type-archive-listings .reset-all:hover {
    cursor: pointer
}

body.post-type-archive-listings .reset-all.reset-styled {
    display: block;
    border: 2px solid #ddd;
    border-radius: 3px;
    color: #ddd;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    text-decoration: none !important
}

body.post-type-archive-listings .reset-all.reset-styled:hover {
    color: #2a4046;
    border-color: #2a4046
}

body.post-type-archive-listings .reset-all.reset-styled:focus {
    color: #2a4046;
    border-color: #2a4046
}

body.post-type-archive-listings .reset-all.reset-styled:active {
    color: #2a4046;
    border-color: #2a4046
}

body.post-type-archive-listings .search-call-to-action {
    margin-top: 36px
}

body.stm-template-car_dealer .stm-loading,
body.stm-template-car_dealer_elementor .stm-loading {
    opacity: 1
}

body.stm-template-car_dealer .stm-form-4-videos .step_number,
body.stm-template-car_dealer_elementor .stm-form-4-videos .step_number {
    right: 15px;
    top: 45px
}

body.stm-template-car_dealer .archive-listing-page,
body.stm-template-car_dealer_elementor .archive-listing-page {
    margin: 30px 0 46px
}

body.stm-template-car_dealer .stm-thumbs-car-gallery .owl-item.current,
body.stm-template-car_dealer_elementor .stm-thumbs-car-gallery .owl-item.current {
    border-color: transparent
}

body.stm-template-car_dealer .wpb_wrapper .archive-listing-page>.container {
    padding: 0
}

.stm-template-car_dealer .stm-car-carousels .stm-car-medias,
.stm-template-car_dealer_elementor .stm-car-carousels .stm-car-medias {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 20
}

.stm-template-car_dealer .stm-car-carousels .stm-car-medias>div,
.stm-template-car_dealer_elementor .stm-car-carousels .stm-car-medias>div {
    display: inline-block;
    margin-right: 9px;
    padding: 4px 15px 2px 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .3);
    transition: all .3s ease;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600
}

.stm-template-car_dealer .stm-car-carousels .stm-car-medias>div i,
.stm-template-car_dealer_elementor .stm-car-carousels .stm-car-medias>div i {
    font-size: 12px;
    margin-right: 2px
}

.stm-template-car_dealer .stm-car-carousels .stm-car-medias>div span,
.stm-template-car_dealer_elementor .stm-car-carousels .stm-car-medias>div span {
    position: relative;
    top: -1px;
    text-transform: uppercase
}

.stm-template-car_dealer .stm-car-carousels .stm-car-medias>div:hover,
.stm-template-car_dealer_elementor .stm-car-carousels .stm-car-medias>div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .6)
}

.stm-template-car_dealer .stm-car-carousels .stm-car-medias>div.stm-listing-videos-unit i,
.stm-template-car_dealer_elementor .stm-car-carousels .stm-car-medias>div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px
}

body.stm-template-car_dealer.header_remove_compare .stm_compare_mobile,
body.stm-template-car_dealer.header_remove_compare .help-bar-compare {
    display: none
}

body.stm-template-car_dealer.header_remove_cart .stm_cart_mobile,
body.stm-template-car_dealer.header_remove_cart .help-bar-shop {
    display: none
}

.stm-template-car_dealer .stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-padded,
.stm-template-car_dealer_elementor .stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-padded {
    display: block;
    overflow: hidden;
    padding: 0 25px 30px
}

.stm-template-car_dealer .stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-padded .stm-option-label .checker,
.stm-template-car_dealer_elementor .stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-padded .stm-option-label .checker {
    margin-right: 5px !important
}

.stm-template-car_dealer .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label .stm-option-image,
.stm-template-car_dealer_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label .stm-option-image {
    max-width: 130px;
    margin-bottom: 5px
}

.stm-template-car_dealer .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content .stm-accordion-content-padded .stm-option-label,
.stm-template-car_dealer_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content .stm-accordion-content-padded .stm-option-label {
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 20px
}

.stm-template-car_dealer .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content .stm-accordion-content-padded .stm-option-label:nth-child(odd),
.stm-template-car_dealer_elementor .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content .stm-accordion-content-padded .stm-option-label:nth-child(odd) {
    padding: 0 3px 0 0
}

.stm-template-car_dealer .stm-listing-directory-checkboxes.stm-one_col .stm-accordion-content-wrapper .stm-option-label .stm-option-image,
.stm-template-car_dealer_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-accordion-content-wrapper .stm-option-label .stm-option-image {
    max-width: 130px;
    margin-bottom: 5px
}

.stm-template-car_dealer .stm-listing-directory-checkboxes.stm-one_col .stm-accordion-content .stm-accordion-content-padded .stm-option-label,
.stm-template-car_dealer_elementor .stm-listing-directory-checkboxes.stm-one_col .stm-accordion-content .stm-accordion-content-padded .stm-option-label {
    width: 100%;
    display: block;
    padding: 0 15px;
    float: left;
    margin-bottom: 25px
}

.stm-template-car_dealer .woocommerce-cart-form__cart-item .quantity input[type=number],
.stm-template-car_dealer_elementor .woocommerce-cart-form__cart-item .quantity input[type=number] {
    padding: 0 0 3px;
    text-align: center !important
}

.widget_car_location #stm-dealer-gmap {
    width: 100%;
    height: 253px
}

.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:first-child>div,
.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:nth-child(2)>div {
    transform: none !important
}

.gm-style .gm-style-mtc button {
    color: #555 !important
}

.gm-style-mtc>ul>div>span {
    line-height: 18px
}

.stm-shareble {
    position: relative;
    transition: all .1s ease-in
}

.stm-shareble:hover .stm-a2a-popup {
    display: block
}

.stm-shareble .stm-a2a-popup {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0 0 4px
}

.stm-shareble .stm-a2a-popup.stm-a2a-popup-active {
    top: -160%;
    opacity: 1;
    z-index: 30
}

.stm-shareble .stm-a2a-popup .addtoany_shortcode {
    background: #fff;
    padding: 5px 5px 1px;
    border-radius: 3px;
    border: 1px solid #ddd
}

.stm-shareble .stm-a2a-popup .addtoany_shortcode .a2a_kit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.blog-meta-bottom .stm-shareble .stm-a2a-popup.stm-a2a-popup-active {
    top: 106%
}

.border-btn {
    border: 2px solid #2a4046;
    background-color: transparent !important;
    box-shadow: none !important
}

.stm-filter-tab-selects .row:before,
.stm-filter-tab-selects .row:after {
    display: none !important
}

.car-listing-modern-grid .image .stm-listing-compare {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    opacity: 0;
    z-index: 20
}

.car-listing-modern-grid .image .stm-listing-compare:hover {
    cursor: pointer
}

.car-listing-modern-grid .image .stm-listing-compare.active {
    background: linear-gradient(180deg, #2a4046 0%, #232628 100%);
    opacity: 1
}

.car-listing-modern-grid .image:hover .stm-listing-compare {
    opacity: 1
}

.stm-listing-with-rating-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 27px -15px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop {
    width: 25%;
    padding: 0 15px;
    margin-top: 30px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-top .title {
    margin-bottom: 19px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-top .title a {
    display: block;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    min-height: 44px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image {
    display: block;
    width: 100%;
    position: relative
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image .stm_compare_unit {
    display: none
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image a .image-inner {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image a .image-inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all .2s ease-in
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image a .image-inner img {
    display: block;
    width: 100%
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image a .image-inner .fa-round {
    display: flex;
    overflow: hidden;
    width: 57px;
    height: 57px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    transition: all .2s ease-in;
    z-index: 2
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image a .image-inner .fa-round .fa-share {
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
    left: 4px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image a:hover .image-inner:before {
    opacity: 1
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image a:hover .image-inner .fa-round {
    opacity: 1
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image .stm-listing-compare {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    opacity: 0;
    z-index: 20
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image .stm-listing-compare:hover {
    cursor: pointer
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image .stm-listing-compare.active {
    opacity: 1
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .image:hover .stm-listing-compare {
    opacity: 1
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 22px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info.middle-rating {
    margin-bottom: 13px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .car_info .starting-at {
    line-height: 19px;
    font-size: 12px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .car_info .price {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.5px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .car_info .mpg {
    font-size: 12px;
    line-height: 20px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .no-review {
    width: 100px;
    font-style: italic;
    font-size: 13px;
    opacity: .5;
    text-align: right;
    line-height: 17px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px 10px 0 4px;
    position: relative;
    top: -9px;
    right: -10px;
    z-index: 1;
    border-radius: 0
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating:hover .rating-details-popup {
    visibility: visible;
    opacity: 1
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-stars {
    display: block;
    overflow: hidden;
    width: 77px;
    position: relative;
    margin-bottom: 5px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-stars .rating-empty {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-stars .rating-empty:before {
    content: "\e900\e900\e900\e900\e900";
    display: block;
    width: 100%;
    font-family: "stm-review-font";
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    overflow: hidden
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-stars .rating-color {
    display: block;
    width: 0;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-stars .rating-color:before {
    content: "ስስስስስ";
    display: block;
    width: 100%;
    font-family: "stm-review-font";
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    overflow: hidden
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-text {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.2px;
    position: relative
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup {
    display: block;
    background-color: #fff;
    padding: 28px 19px 14px 23px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease-in;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, .3))
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup:before {
    display: block;
    content: "";
    width: 100px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: -2
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup .rating-params {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup .rating-params li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    transition: all .2s ease-in
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup .rating-params li span {
    display: block;
    font-size: 12px;
    line-height: 10px;
    width: 60%;
    font-weight: 500;
    margin-right: 13px;
    text-align: left
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup .rating-params li .rating-stars {
    margin-bottom: 0
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup .rating-params li .rating-stars .rating-empty {
    height: 10px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup .rating-params li .rating-stars .rating-empty:before {
    font-size: 10px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-middle .middle_info .rating .rating-details-popup .rating-params li .rating-stars .rating-color:before {
    font-size: 10px
}

.stm-listing-with-rating-wrap .listing-list-with-rating-loop .meta-bottom {
    line-height: 20px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    min-height: 71px
}

.listing-features .rating {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
    border-radius: 0
}

.listing-features .rating .rating-stars {
    display: block;
    overflow: hidden;
    width: 77px;
    position: relative;
    margin-bottom: 5px
}

.listing-features .rating .rating-stars .rating-empty {
    position: relative;
    width: 100%
}

.listing-features .rating .rating-stars .rating-empty:before {
    content: "\e900\e900\e900\e900\e900";
    display: block;
    width: 100%;
    font-family: "stm-review-font";
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    overflow: hidden
}

.listing-features .rating .rating-stars .rating-color {
    display: block;
    width: 0;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.listing-features .rating .rating-stars .rating-color:before {
    content: "ስስስስስ";
    display: block;
    width: 100%;
    font-family: "stm-review-font";
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    overflow: hidden
}

.listing-features .rating .rating-text {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.2px;
    position: relative
}

@keyframes stm_zoom {
    0% {
        transform: scale(1);
        opacity: .6
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

#youtube-play-video-wrap {
    display: block;
    position: relative;
    min-height: 150px;
    max-width: 150px;
    margin: 0 auto
}

#youtube-play-video-wrap .youtube-play-circle {
    display: block;
    width: 73px;
    height: 73px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 39;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    border-radius: 50%;
    text-align: center
}

#youtube-play-video-wrap .youtube-play-circle i {
    position: absolute;
    top: 50%;
    left: 56%;
    z-index: 39;
    transform: translateX(-56%) translateY(-50%);
    font-size: 20px;
    color: #fff
}

#youtube-play-video-wrap .youtube-play-circle:before,
#youtube-play-video-wrap .youtube-play-circle:after {
    content: "";
    border: 1px solid;
    border-color: #bcbbb7;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    animation: 1s stm_zoom linear infinite
}

#youtube-play-video-wrap .youtube-play-circle:before {
    animation-delay: .5s
}

#stm-gpdr-form p label {
    margin-bottom: 15px
}

#stm-gpdr-form p input[type=email] {
    max-width: 400px
}

.stm_gdpr_checker {
    display: flex;
    flex-direction: row;
    padding: 10px 0 0
}

.stm_gdpr_checker label {
    font-weight: 400
}

.stm_gdpr_checker .checker {
    margin-top: 3px
}

.wpcf7 .ajax-loader {
    top: 8px;
    margin: 0 0 0 14px
}

.wpcf7-form-control-wrap.stmgdpr {
    display: block;
    margin-bottom: 15px;
    padding-left: 7px
}

#stmgdpr_field label {
    display: flex;
    flex-direction: row;
    align-items: center
}

#stmgdpr_field label input[type=checkbox] {
    position: relative;
    margin-top: 3px
}

.woocommerce-form__label-for-checkbox {
    display: flex !important;
    flex-direction: row !important;
    align-items: center
}

.woocommerce-form__label-for-checkbox input[type=checkbox] {
    position: relative;
    margin-top: 3px !important
}

#ship-to-different-address {
    display: flex;
    align-items: center
}

#ship-to-different-address label {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

#ship-to-different-address .checker {
    margin-left: 10px
}

.stm-bg-fixed {
    background-attachment: fixed !important;
    background-position: top left
}

.select2-container {
    z-index: 999
}

.admin-bar:not(.woocommerce-checkout) .select2-dropdown {
    top: 32px
}

.price_range_wrap {
    padding-top: 30px;
    min-height: 50px
}

.price_range_wrap .price-tooltip {
    margin-top: 2px
}

.price_range_wrap .price-tooltip .tooltip-inner {
    padding: 1px 3px 0;
    background: #eceff3;
    color: #222
}

.stm-vc-spacer {
    display: block;
    position: relative;
    height: 0
}

@media (max-width:768px) {
    .stm-vc-spacer {
        height: 60px
    }
}

.woocommerce-terms-and-conditions {
    display: block;
    position: relative;
    overflow-x: hidden !important
}

.search_results_container.container {
    margin-bottom: 60px
}

.stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #f0c542
}

.stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-isearch-results-carousel-wrap .owl-nav {
    display: none !important
}

.stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .rmv_txt_drctn:hover .image:before {
    opacity: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .image:before {
    opacity: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .listing-car-item-meta,
.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .stm-badge-directory {
    z-index: 150
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap {
    border: 5px solid #2a4046
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap .listing-car-item-meta {
    bottom: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img {
    margin-bottom: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img:before {
    background: rgba(0, 0, 0, .2)
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .tmb-wrap {
    display: none
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta {
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap {
    position: relative
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .listing-car-item-meta {
    bottom: 10px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap img {
    max-width: 100%
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap {
    top: -4px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div {
    border-bottom-width: 3px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active {
    border-color: #2a4046;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active:first-child:last-child {
    border-color: transparent
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div:not(.active) {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: #ccc
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 6px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
    visibility: hidden
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining i {
    font-size: 48px;
    display: block
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining p {
    font-size: 16px;
    font-weight: 400
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining.active {
    visibility: visible
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .stm-badge-directory {
    position: absolute;
    top: 15px !important;
    left: -93px !important;
    height: 39px;
    padding: 0 42px;
    line-height: 39px;
    color: #fff !important;
    background-color: #f0c542;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    transform: rotate(-45deg) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 10;
    min-width: 260px !important
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop a {
    color: #000
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover,
.stm-isearch-results-carousel-wrap .stm-template-front-loop a:active,
.stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {
    color: #000
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price {
    color: #fff;
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    text-align: right
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    transform: skew(-14deg, 0deg);
    z-index: 1
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .price-form-label {
    z-index: 1;
    position: relative;
    font-weight: 700
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta {
    padding-top: 17px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top {
    border-bottom: none;
    padding-bottom: 17px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-hoverable-interactive-galleries.stm-template-car_dealer .listing-list-loop .interactive-hoverable,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .listing-list-loop .interactive-hoverable,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .listing-list-loop .interactive-hoverable {
    min-width: 257px;
    min-height: 206.5px
}

@media (min-width:768px) {

    .stm-hoverable-interactive-galleries.stm-template-car_dealer .listing-list-loop .interactive-hoverable,
    .stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .listing-list-loop .interactive-hoverable,
    .stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .listing-list-loop .interactive-hoverable {
        min-height: 163px
    }
}

.stm-hoverable-interactive-galleries.stm-template-car_dealer .listing-list-loop .interactive-hoverable .hoverable-wrap,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .listing-list-loop .interactive-hoverable .hoverable-wrap,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .listing-list-loop .interactive-hoverable .hoverable-wrap {
    min-height: 201.5px
}

@media (min-width:768px) {

    .stm-hoverable-interactive-galleries.stm-template-car_dealer .listing-list-loop .interactive-hoverable .hoverable-wrap,
    .stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .listing-list-loop .interactive-hoverable .hoverable-wrap,
    .stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .listing-list-loop .interactive-hoverable .hoverable-wrap {
        min-height: unset
    }
}

.stm-hoverable-interactive-galleries.stm-template-car_dealer .car-listing-modern-grid .interactive-hoverable,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .car-listing-modern-grid .interactive-hoverable,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .car-listing-modern-grid .interactive-hoverable {
    min-height: 218px
}

@media (min-width:768px) {

    .stm-hoverable-interactive-galleries.stm-template-car_dealer .car-listing-modern-grid .interactive-hoverable,
    .stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .car-listing-modern-grid .interactive-hoverable,
    .stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .car-listing-modern-grid .interactive-hoverable {
        min-height: 143px
    }
}

.stm-hoverable-interactive-galleries.stm-template-car_dealer #modern-filter-listing .car-listing-row .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer #modern-filter-listing .listing-car-item-inner .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer .archive-listing-page .car-listing-row .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer .archive-listing-page .listing-car-item-inner .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl #modern-filter-listing .car-listing-row .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl #modern-filter-listing .listing-car-item-inner .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .archive-listing-page .car-listing-row .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .archive-listing-page .listing-car-item-inner .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor #modern-filter-listing .car-listing-row .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor #modern-filter-listing .listing-car-item-inner .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .archive-listing-page .car-listing-row .image,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .archive-listing-page .listing-car-item-inner .image {
    min-height: 143px
}

.stm-hoverable-interactive-galleries.stm-template-car_dealer #modern-filter-listing .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer #modern-filter-listing .listing-car-item-inner .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer .archive-listing-page .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer .archive-listing-page .listing-car-item-inner .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl #modern-filter-listing .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl #modern-filter-listing .listing-car-item-inner .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .archive-listing-page .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .archive-listing-page .listing-car-item-inner .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor #modern-filter-listing .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor #modern-filter-listing .listing-car-item-inner .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .archive-listing-page .car-listing-row .image:before,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .archive-listing-page .listing-car-item-inner .image:before {
    background-color: transparent
}

.stm-hoverable-interactive-galleries.stm-template-car_dealer #modern-filter-listing .car-listing-row .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer #modern-filter-listing .car-listing-row .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer #modern-filter-listing .listing-car-item-inner .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer #modern-filter-listing .listing-car-item-inner .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer .archive-listing-page .car-listing-row .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer .archive-listing-page .car-listing-row .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer .archive-listing-page .listing-car-item-inner .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer .archive-listing-page .listing-car-item-inner .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl #modern-filter-listing .car-listing-row .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl #modern-filter-listing .car-listing-row .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl #modern-filter-listing .listing-car-item-inner .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl #modern-filter-listing .listing-car-item-inner .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .archive-listing-page .car-listing-row .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .archive-listing-page .car-listing-row .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .archive-listing-page .listing-car-item-inner .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor_rtl .archive-listing-page .listing-car-item-inner .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor #modern-filter-listing .car-listing-row .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor #modern-filter-listing .car-listing-row .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor #modern-filter-listing .listing-car-item-inner .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor #modern-filter-listing .listing-car-item-inner .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .archive-listing-page .car-listing-row .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .archive-listing-page .car-listing-row .image .stm-listing-favorite,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .archive-listing-page .listing-car-item-inner .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-car_dealer_elementor .archive-listing-page .listing-car-item-inner .image .stm-listing-favorite {
    bottom: 14px
}

.stm-hoverable-interactive-galleries .car-listing-tabs-unit .image:before {
    background-color: transparent
}

.stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {
    min-height: 218px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {
        min-height: 143px
    }
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap {
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    overflow: hidden
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit.active .thumb {
    opacity: 1;
    z-index: -2
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit {
    align-items: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    position: static
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .thumb {
    border: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -2
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .thumb img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .15s;
    width: 100%
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 55
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining i {
    font-size: 48px;
    display: block
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining p {
    font-size: 16px;
    font-weight: 400
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: space-between
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator {
    width: 100%;
    height: 3px;
    background-color: #ccc;
    z-index: 25;
    margin-right: 2px
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator:last-child {
    margin-right: 0
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #2a4046
}

.theme-motors .stm_add_car_form #stm_motors_vin_decoder {
    justify-content: left;
    margin-bottom: 30px
}

.theme-motors .stm_add_car_form button#checkVin {
    background-color: #2a4046;
    border-color: #2a4046;
    border: 2px solid #2a4046
}

.stm-single-car-listing-data table.stm-table-main {
    margin: -13px 0 15px
}

.stm-single-car-listing-data table.stm-table-main>tbody>tr {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .stm-single-car-listing-data table.stm-table-main>tbody>tr {
        display: table-row;
        flex-direction: unset
    }
}

@media (min-width:768px) {
    .stm-single-car-listing-data table.stm-table-main>tbody>tr:last-child td {
        border: 0
    }
}

.stm-single-car-listing-data table.stm-table-main>tbody>tr>td {
    padding: 13px 0 14px;
    width: 100%
}

@media (min-width:768px) {
    .stm-single-car-listing-data table.stm-table-main>tbody>tr>td {
        width: unset
    }
}

.stm-single-car-listing-data table.stm-table-main>tbody>tr>td.divider-td {
    width: 30px;
    border: 0;
    display: none
}

@media (min-width:768px) {
    .stm-single-car-listing-data table.stm-table-main>tbody>tr>td.divider-td {
        display: block
    }
}

.stm-single-car-listing-data table.stm-table-main>tbody>tr>td.divider-td:last-child {
    display: none
}

.stm-single-car-listing-data table.inner-table {
    margin-bottom: 0;
    table-layout: fixed
}

.stm-single-car-listing-data table.inner-table tr td {
    border: 0;
    padding: 0;
    vertical-align: middle
}

.stm-single-car-listing-data table.inner-table tr td i {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 16px;
    min-width: 33px;
    padding-right: 5px;
    text-align: center;
    vertical-align: top;
    max-height: 22px
}

.stm-single-car-listing-data table.inner-table tr td i.stm-service-icon-body_type {
    font-size: 11px;
    top: 5px
}

.stm-single-car-listing-data table.inner-table tr td i.stm-service-icon-hashtag {
    font-size: 13px;
    top: 4px
}

.stm-single-car-listing-data table.inner-table tr td i.stm-icon-engine_fill {
    font-size: 18px;
    top: 1px
}

.stm-single-car-listing-data table.inner-table tr td i.stm-icon-time {
    font-size: 18px;
    top: 1px
}

.stm-single-car-listing-data table.inner-table tr td i.stm-icon-drive_2 {
    font-size: 18px
}

.stm-single-car-listing-data table.inner-table tr td i.stm-icon-key {
    top: 2px;
    font-size: 19px
}

.stm-single-car-listing-data table.inner-table tr td i.stm-icon-transmission_fill {
    font-size: 17px
}

.stm-single-car-listing-data table.inner-table tr td i.stm-service-icon-vin_check {
    font-size: 18px
}

.stm-single-car-listing-data table.inner-table tr td.heading-font {
    padding-left: 10px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm-single-car-listing-data table.inner-table tr td.heading-font a {
    letter-spacing: -1px;
    word-spacing: 2px
}

.stm-single-car-listing-data table.inner-table tr td.label-td {
    padding-right: 5px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm-button,
input[type=submit],
button,
html body .button,
#main .button,
#wrapper .button,
#wrapper button,
.stm-template-listing button,
#main button.heading-font,
#main .load-more-btn {
    color: #fff
}

.stm-button:hover,
input[type=submit]:hover,
button:hover,
html body .button:hover,
#main .button:hover,
#wrapper .button:hover,
#wrapper button:hover,
#main button.heading-font:hover,
.stm-template-listing button:hover,
#main .load-more-btn:hover {
    color: #fff
}

.notification-wrapper {
    display: block
}

.notification-wrapper.shown .notification-wrap {
    right: 10px
}

.notification-wrapper .notification-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 10px;
    right: -500px;
    z-index: 100000;
    overflow: hidden;
    padding: 20px;
    transition: all .3s ease-in-out
}

.notification-wrapper .notification-wrap.success {
    background: #f0c542
}

.notification-wrapper .notification-wrap.error {
    background: #e41515
}

.notification-wrapper .notification-wrap .message-container {
    display: block;
    max-width: 250px
}

.notification-wrapper .notification-wrap .message-container .message {
    color: #fff
}

.notification-wrapper .notification-wrap .btn-container {
    display: block
}

.notification-wrapper .notification-wrap .btn-container button {
    background: 0 0;
    padding: 10px 0 10px 20px;
    margin: 0 0 0 20px;
    font-weight: 400;
    text-transform: capitalize;
    box-shadow: none;
    border-left: 1px solid #fff;
    border-radius: 0
}

.notification-wrapper .notification-wrap .btn-container button:before,
.notification-wrapper .notification-wrap .btn-container button:after {
    display: none
}

.notification-wrapper .notification-wrap .btn-container button:focus,
.notification-wrapper .notification-wrap .btn-container button:active {
    top: 0
}

.swiper-container {
    overflow: hidden
}

.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel .image:before {
    background-color: transparent
}

.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_2 .interactive-hoverable {
    min-width: 530px;
    min-height: 332.5px
}

.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_3 .interactive-hoverable {
    min-width: 346.6px;
    min-height: 217.5px
}

.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_4 .interactive-hoverable {
    min-width: 255px;
    min-height: 160px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap {
    display: block;
    margin-top: -49px;
    z-index: 10;
    position: relative
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    border: none
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li:last-child a {
    border-right: 0
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .8);
    padding: 12px 22px 12px;
    border: 0;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, .2);
    border-right: 1px solid #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 49px
}

@media (max-width:450px) {
    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a {
        padding: 12px 10px
    }
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a.active {
    background: #fff;
    border-top-color: #2a4046;
    border-left: none
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a i {
    font-size: 22px;
    margin-right: 10px
}

@media (max-width:767px) {
    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap {
        margin-top: 10px !important
    }

    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap>.nav.nav-tabs {
        flex-direction: column
    }

    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap>.nav.nav-tabs li {
        width: 100%;
        border-bottom: 1px solid #222
    }

    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap>.nav.nav-tabs li a {
        justify-content: flex-start
    }
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content input {
    background-color: #e5e5e5 !important;
    border: 1px solid #e5e5e5 !important;
    height: 46px;
    line-height: 46px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] {
    position: relative;
    top: -1px;
    float: right;
    margin-left: 16px;
    min-width: 170px;
    padding: 16px 25px 13px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    font-size: 14px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] span {
    margin-right: 4px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] i {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit]:active {
    top: -1px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-select-col {
    min-height: 46px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 15%;
    padding-top: 39px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search a {
    height: 46px;
    line-height: 46px;
    padding-top: 0
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single {
    display: block;
    height: 46px !important;
    line-height: 46px;
    background: #e5e5e5;
    border: none;
    box-shadow: none
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__rendered {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 22px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow {
    right: 12px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow b {
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    top: 50%;
    left: -3px;
    margin-left: 0;
    font-size: 17px;
    color: #888;
    width: 15px;
    height: 17px;
    border: none;
    text-align: center;
    border: none;
    line-height: 22px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-size: 20px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects {
    width: 100%;
    overflow: visible !important;
    transition: all .3s ease-in
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .stm-select-col {
    margin-bottom: 30px;
    padding: 0 8px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .col-md-12 {
    padding: 0 15px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects>.row {
    margin: 0 -8px
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .taxonomy_range_wrap label {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane {
        flex-direction: column
    }

    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .row {
        width: 100%;
        padding-bottom: 0;
        margin: 0
    }

    .stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search {
        width: 33%;
        padding-top: 15px;
        margin-bottom: 30px;
        margin-left: 15px
    }
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card {
    border-radius: 0;
    border: none;
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background: #e5e5e5;
    border-radius: 0;
    padding: 28px 20px 28px 30px;
    transition: all .2s ease-in-out
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon {
    display: block;
    width: auto;
    min-width: 35px;
    height: 30px;
    position: relative;
    margin-right: 20px
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon img {
    display: block;
    width: auto;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 0 0;
    transition: all .2s ease-in-out
}

@media (max-width:450px) {
    .stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon {
        max-width: 35px
    }
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-title {
    font-size: 18px;
    margin: 0;
    transition: all .2s ease-in-out;
    color: #333
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .btn {
    background: 0 0;
    margin: 0 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0;
    transition: all .2s ease-in-out
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .btn i {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin-top: 4px;
    font-weight: 900
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover {
    background: #2a4046
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .card-icon img {
    filter: brightness(100%) contrast(200%) invert(100%)
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .card-title {
    color: #fff
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .btn {
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover i {
    color: #fff
}

@media (max-width:1023px) {
    .stm_motors_listing_types_multilisting_active .listing-type-list>.stm-row {
        flex-wrap: wrap
    }

    .stm_motors_listing_types_multilisting_active .listing-type-list>.stm-row>.stm-col-3 {
        width: 100%;
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
}

@media (max-width:450px) {
    .stm_motors_listing_types_multilisting_active .listing-type-list>.stm-row {
        flex-wrap: wrap
    }

    .stm_motors_listing_types_multilisting_active .listing-type-list>.stm-row>.stm-col-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
}

.stm_motors_listing_types_multilisting_active .plus-added-emeht-mts {
    position: relative
}

.stm_motors_listing_types_multilisting_active .plus-added-emeht-mts .add-new-term {
    display: block;
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 20px;
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_listing_tabs_style_2 {
    border-top: none
}

.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap div.title h2 {
    font-size: 28px
}

.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls {
    top: -76px !important
}

.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-prev,
.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-next {
    background-color: #ddd
}

.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-prev:hover,
.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-next:hover {
    background: #2a4046
}

.stm_motors_listing_types_multilisting_active .car-listing-row .listing-car-item-meta .price {
    background-color: #2a4046;
    color: #fff
}

.stm_motors_listing_types_multilisting_active .car-listing-row .listing-car-item-meta .price:before {
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .price.discounted-price .regular-price {
    text-decoration: line-through
}

.stm_motors_listing_types_multilisting_active .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price,
.stm_motors_listing_types_multilisting_active .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price:before {
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .archive-listing-page .image .image-inner {
    min-height: 152px
}

.stm_motors_listing_types_multilisting_active .listing-list-loop .content .meta-middle .meta-middle-unit .icon {
    font-size: 12px
}

.stm_motors_listing_types_multilisting_active .classic-filter-row {
    margin-top: 0
}

.stm_motors_listing_types_multilisting_active .filter-sidebar .sidebar-entry-header .h4 {
    font-size: 18px
}

.stm_motors_listing_types_multilisting_active .select2-container.statistics-period {
    z-index: 2000
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form {
    margin-top: 3px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form #stm_sell_a_car_form {
    margin-bottom: 40px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-border-top-unit {
    position: relative;
    padding-right: 30px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-border-top-unit .step_number {
    position: absolute;
    top: 30px;
    right: 0;
    text-transform: uppercase;
    color: #2a4046;
    font-weight: 700
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-car-listing-data-single {
    margin-bottom: 17px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit {
    padding: 23px 30px 11px;
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-label {
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-form-1-selects {
    margin-bottom: 15px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single {
    background-color: transparent !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit {
    margin: 41px -15px 30px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
    position: relative;
    float: left;
    padding: 0 15px;
    margin-bottom: 12px;
    width: 33.333%;
    min-height: 48px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter a {
    clear: both;
    float: left;
    margin-top: 5px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-car-listing-data-single {
    padding: 15px;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 20px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-car-listing-data-single .title {
    color: #2a4046;
    font-size: 18px;
    font-weight: 500
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap {
    display: flex;
    overflow: hidden;
    float: left;
    width: 100%;
    flex-direction: column
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap {
    display: flex;
    overflow: hidden;
    width: 31.5%;
    justify-content: space-between;
    align-items: center
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap .stm-label {
    margin-top: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {
    display: block;
    width: 100%;
    text-align: right
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap a {
    float: right
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter:hover i {
    color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number] {
    float: right;
    max-width: 220px;
    padding-left: 13px;
    border-width: 1px !important;
    color: #555
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text]:nth-child(2),
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]:nth-child(2) {
    margin: 5px 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]::-webkit-outer-spin-button,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text].stm_has_value,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number].stm_has_value {
    background-color: #fff;
    border-color: #efefef
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text]:focus,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]:focus {
    border-color: #2a4046;
    box-shadow: none
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
    float: right;
    max-width: 220px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label {
    margin-top: 9px;
    color: #2a4046;
    font-size: 13px;
    vertical-align: top
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i {
    display: inline-block;
    position: relative;
    min-width: 20px;
    margin-right: 5px;
    top: 3px;
    font-size: 14px;
    vertical-align: top;
    text-align: center
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-road {
    font-size: 16px;
    top: 4px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-body_type {
    font-size: 11px;
    top: 6px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-hashtag {
    font-size: 13px;
    top: 4px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-engine_fill {
    font-size: 18px;
    top: 1px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-time {
    font-size: 18px;
    top: 1px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-drive_2 {
    font-size: 18px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-key {
    top: 2px;
    font-size: 19px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-transmission_fill {
    font-size: 17px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-vin_check {
    font-size: 18px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-pin_2 {
    top: 4px;
    font-size: 16px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-color_type {
    font-size: 16px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
    border: 1px solid #efefef
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-border-top-unit {
    margin-bottom: 7px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {
    float: left;
    width: 16.6666%;
    margin-bottom: 38px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .heading-font {
    margin-bottom: 15px;
    font-weight: 700
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label {
    width: 100%;
    padding: 8px 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label:hover {
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-border-top-unit {
    margin-bottom: 8px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car {
    padding-right: 9px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input {
    position: relative;
    width: 100%;
    min-height: 474px;
    margin-bottom: 20px;
    background-color: #eee;
    text-align: center
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-service-icon-photos {
    display: block;
    font-size: 92px;
    margin-bottom: 34px;
    color: #bebebe
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-image-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-image-preview .fas {
    display: none
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 30
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input input[type=file]:hover {
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .button {
    display: inline-block;
    max-height: 46px;
    overflow: hidden
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 29
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder.hasPreviews .stm_fake_button {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    max-height: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder.hasPreviews .stm-service-icon-photos {
    margin-bottom: 0;
    font-size: 67px;
    color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder.hasPreviews .stm-service-icon-photos:after {
    position: absolute;
    content: "";
    display: block;
    width: 135px;
    height: 135px;
    top: 0;
    left: 50%;
    margin-left: -67px;
    margin-top: -27px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input:hover .hasPreviews .stm-service-icon-photos {
    color: #fff
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input:hover .hasPreviews .stm-service-icon-photos:after {
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery {
    margin: 0 -15px 46px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder {
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
    width: 20%
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native {
    display: none
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(1),
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(2),
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(3),
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(4),
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(5) {
    display: block
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(1):hover,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(2):hover,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(3):hover,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(4):hover,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(5):hover {
    cursor: default !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(1) .inner,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(2) .inner,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(3) .inner,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(4) .inner,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.stm-placeholder-native:nth-child(5) .inner {
    background-color: #eee
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner {
    position: relative;
    min-height: 81px;
    line-height: 81px;
    color: #bebebe;
    font-size: 41px;
    text-align: center;
    transition: .3s ease;
    border: 1px solid #ddd
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .inner {
    border-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable-dragging {
    border: 3px solid #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable-dragging:before {
    opacity: 1 !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable-dragging .fas {
    opacity: 0 !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable-dragging:hover .fas {
    opacity: 1 !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable:before {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0b2";
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    text-indent: -2px;
    background-color: #2a4046;
    color: #fff;
    opacity: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 13px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #2a4046;
    border-radius: 50%;
    color: #fff;
    opacity: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas:before {
    display: block;
    margin-top: 5px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas:hover {
    background-color: #f80b0b;
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner.active .stm-image-preview .fas {
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner.active .stm-image-preview:before {
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable-dragging {
    z-index: 99
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder:hover .inner.deleting {
    border: 3px solid #f80b0b
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder:hover .inner.deleting .stm-image-preview:before {
    opacity: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication {
    margin-top: -2px;
    font-size: 13px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication span {
    line-height: 22px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication h4 {
    margin-bottom: 27px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication strong {
    display: inline-block;
    line-height: 18px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos {
    margin-bottom: 60px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-border-top-unit {
    margin-bottom: 7px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit {
    padding: 23px 30px 14px;
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit .heading-font {
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit input[type=text] {
    margin-bottom: 26px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice {
    position: relative;
    padding-left: 25px;
    margin-top: 27px;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 22px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice i {
    position: absolute;
    top: 5px;
    left: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit {
    position: relative;
    padding-right: 46px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .5)
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:hover {
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:before {
    position: absolute;
    content: "";
    display: block;
    top: 15px;
    left: 18px;
    width: 3px;
    height: 11px;
    background-color: #fff
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:after {
    position: absolute;
    content: "";
    display: block;
    top: 19px;
    left: 14px;
    width: 11px;
    height: 3px;
    background-color: #fff
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active {
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:hover {
    cursor: default
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:before {
    top: 17px;
    left: 13px;
    height: 8px;
    transform: rotate(-40deg)
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:after {
    top: 18px;
    left: 14px;
    width: 17px;
    transform: rotate(-45deg)
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes {
    margin-bottom: 53px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-border-top-unit {
    margin-bottom: 10px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes textarea {
    height: 202px;
    padding: 10px 10px 10px 12px;
    font-size: 13px;
    color: #888;
    background-color: #efefef;
    border: 1px solid #e1e2e4
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes textarea:focus {
    background-color: #fff
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases {
    position: relative;
    margin-top: 75px;
    text-align: center
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:after {
    position: absolute;
    display: block;
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f067";
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    top: 0;
    left: 7px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases span {
    border-bottom: 1px dashed #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:hover {
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases {
    position: absolute;
    width: 445px;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid #2a4046;
    opacity: 0;
    visibility: hidden;
    z-index: 20
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 5px 29px rgba(0, 0, 0, .24);
    z-index: 2
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner .fas {
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #888;
    opacity: .5
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner .fas:hover {
    cursor: pointer;
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background-color: #fff;
    z-index: 3
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    background-color: #fff;
    transform: rotate(-45deg);
    box-shadow: 0 5px 29px rgba(0, 0, 0, .24);
    z-index: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases.activated {
    right: 0;
    opacity: 1;
    visibility: visible
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases h5 {
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .clearfix {
    margin: 0 -15px 20px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .clearfix label {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .button {
    display: inline-block;
    font-size: 12px;
    padding: 12px 30px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user {
    padding: 45px 0;
    background-color: #f0f2f5;
    position: relative
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 50px;
    list-style: none
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li {
    margin: 0 7px 0 0;
    padding: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip-inner {
    background-color: #2a4046;
    font-size: 14px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip.top .tooltip-arrow {
    border-top-color: #2a4046;
    border-width: 5px 5px 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .form-group-submit .stm-icon-load1 {
    top: 12px;
    font-size: 18px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -2000px;
    bottom: 0;
    right: -2000px;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    visibility: hidden;
    z-index: 40
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-icon-load1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    font-size: 30px;
    color: #2a4046;
    animation: rotating 2s infinite linear;
    opacity: 0;
    visibility: hidden;
    z-index: 50
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated .stm-icon-load1,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated:before {
    opacity: 1;
    visibility: visible
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-title {
    margin: -5px 0 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-text {
    font-size: 13px;
    line-height: 24px;
    color: #888
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title {
    margin-bottom: 20px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title h3 {
    float: left;
    margin-right: 42px;
    font-size: 20px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title .stm_login_me {
    margin-top: 3px;
    font-size: 13px;
    color: #888
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user:before {
    position: absolute;
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    left: -2000px;
    top: 0;
    background-color: #f0f2f5
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user:after {
    position: absolute;
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    right: -2000px;
    top: 0;
    background-color: #f0f2f5
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-login-register-form {
    margin-top: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-login-register-form .stm-register-form form .stm-listing-loader.visible i {
    margin-left: 10px;
    visibility: visible;
    color: #2a4046;
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 17px 20px 11px 62px;
    font-size: 12px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit] i {
    position: absolute;
    top: 12px;
    left: 21px;
    font-size: 20px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit].disabled {
    background-color: #838588;
    opacity: .33;
    box-shadow: 0 2px 0 #686a6d
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit].disabled:hover {
    cursor: not-allowed
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup {
    position: absolute;
    bottom: 100%;
    z-index: 1000
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner {
    position: relative;
    width: 486px;
    padding: 30px 23px 30px;
    background-color: #fff;
    border-top: 4px solid #2a4046;
    box-shadow: 0 5px 29px rgba(0, 0, 0, .24);
    z-index: 2;
    overflow: hidden
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner .fa-times {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 10px;
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
    z-index: 3
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background-color: #fff;
    transform: rotate(-45deg);
    box-shadow: 0 5px 29px rgba(0, 0, 0, .24);
    z-index: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup h5 {
    margin-bottom: 25px;
    font-weight: 700
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units {
    margin: 0 -15px 15px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units label {
    display: inline-block;
    margin: 0 13px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup input[type=text] {
    float: none !important;
    max-width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .button {
    display: inline-block
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup.stm-invisible {
    opacity: 0;
    visibility: hidden;
    bottom: 110%
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-video-link-unit-wrap .video-label {
    display: inline-block
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-price-edit .stm_price_input {
    padding: 30px 40px 45px;
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-price-edit .stm_price_input .stm_label {
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: .3px;
    font-weight: 700
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup {
    position: absolute;
    bottom: 100%;
    z-index: 1000
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner {
    position: relative;
    width: 486px;
    padding: 30px 23px 30px;
    background-color: #fff;
    border-top: 4px solid #2a4046;
    box-shadow: 0 5px 29px rgba(0, 0, 0, .24);
    z-index: 2;
    overflow: hidden
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner .fa-times {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 10px;
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
    z-index: 3
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background-color: #fff;
    transform: rotate(-45deg);
    box-shadow: 0 5px 29px rgba(0, 0, 0, .24);
    z-index: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup h5 {
    margin-bottom: 25px;
    font-weight: 700
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units {
    margin: 0 -15px 15px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units label {
    display: inline-block;
    margin: 0 13px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup input[type=text] {
    float: none !important;
    max-width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .button {
    display: inline-block
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup.stm-invisible {
    opacity: 0;
    visibility: hidden;
    bottom: 110%
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-video-link-unit-wrap .video-label {
    display: inline-block
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-plans {
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-plans .user-plans-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 220px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-non-relative {
    position: static
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-relative {
    position: relative
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user {
    position: relative;
    z-index: 5
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user-wrapper {
    display: flex;
    justify-content: space-between
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info {
    display: flex;
    align-items: center
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .avatar {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 23px;
    overflow: hidden;
    background-color: #eee;
    text-align: center
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .avatar .stm-service-icon-user {
    position: relative;
    left: 1px;
    line-height: 75px;
    text-align: center;
    font-size: 34px;
    color: #acb9bd
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info.left-dealer-info .stm-dealer-image-custom-view {
    margin-bottom: 14px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info.left-dealer-info h4 {
    margin: 0 15px 7px 20px;
    font-size: 20px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .user-info {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .user-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .user-info .stm-label {
    font-size: 13px;
    color: #888
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info {
    overflow: hidden;
    text-align: right;
    margin-top: 13px;
    font-size: 13px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info .fas.fa-external-link-alt {
    position: relative;
    top: 1px;
    margin-right: 7px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info .stm_logout {
    margin-top: 6px;
    letter-spacing: .2px;
    color: #888
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-not-enabled {
    display: none
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .89);
    z-index: 9999;
    opacity: 0;
    visibility: hidden
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login-overlay.visiblity {
    opacity: 1;
    visibility: visible
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login {
    position: fixed;
    top: 50%;
    width: 350px;
    left: 50%;
    margin: -198px 0 0 -175px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login.visiblity {
    opacity: 1;
    visibility: visible
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-listing-loader .stm-icon-load1 {
    margin-left: 10px !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-listing-loader.visible .stm-icon-load1 {
    font-size: 18px;
    visibility: visible;
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form {
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -.5px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, .5);
    font-size: 13px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-checker label:hover {
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-group {
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-group.form-checker {
    margin-top: -5px;
    font-size: 13px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-group.form-checker .checker {
    margin-right: 5px !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=text],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=number],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=tel],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=email],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=search],
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=text].form-error,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=number].form-error,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=tel].form-error,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=email].form-error,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=search].form-error,
.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
    padding: 16px 46px 12px;
    visibility: inherit;
    font-weight: 700
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader .stm-icon-load1 {
    margin: 12px 0 0 !important;
    position: static !important;
    font-size: 18px !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader.activated i {
    opacity: 1 !important;
    visibility: visible !important
}

.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-message {
    display: none;
    margin: 25px 0 0;
    padding: 15px 30px;
    background-color: #2a4046;
    color: #fff !important;
    font-weight: 700;
    border-radius: 4px
}

.stm_motors_listing_types_multilisting_active .stm-show-password {
    position: relative
}

.stm_motors_listing_types_multilisting_active .stm-show-password .fas {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    opacity: .8
}

.stm_motors_listing_types_multilisting_active .stm-show-password .fas:hover {
    cursor: pointer;
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm-show-password input {
    padding-right: 45px !important
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form {
    margin: 27px 0 0
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form h3 {
    margin-bottom: 28px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form {
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form {
    padding: 41px 30px 36px;
    background-color: #2a4046
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -.5px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-checker {
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, .5)
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-checker label:hover {
    cursor: pointer
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group {
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group.form-checker {
    margin-top: -5px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group.form-checker .checker {
    margin-right: 5px !important
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=text],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=number],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=tel],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=email],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=search],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=password] {
    padding-left: 17px;
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=text].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=number].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=tel].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=email].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=search].form-error,
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=password].form-error {
    border-color: #ff2325 !important
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
    padding: 16px 46px 12px;
    font-weight: 700
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form {
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form {
    padding: 37px 30px 4px;
    background-color: #fff;
    border-top: 4px solid #2a4046;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form h4 {
    font-size: 15px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group {
    margin-bottom: 30px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group h4 {
    margin-bottom: 14px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group.form-checker {
    margin-bottom: 25px;
    color: #888;
    font-size: 13px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    padding: 16px 22px 12px;
    font-size: 12px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=submit][disabled] {
    background-color: #c9cccf !important;
    box-shadow: 0 2px 0 rgba(201, 204, 207, .5)
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=submit][disabled]:hover {
    cursor: not-allowed
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=submit].cptch_nbld {
    margin-top: 16px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=text],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=number],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=tel],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=email],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=search],
.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=password] {
    padding-left: 17px
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #2a4046;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1
}

.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-message-ajax-validation {
    margin-bottom: 20px;
    background-color: #2a4046;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px
}

.stm_motors_listing_types_multilisting_active .stm-user-public-profile .tab-content .multilisting-select {
    margin-right: 10px;
    float: right
}

@media (max-width:1100px) {

    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],
    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number],
    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {
        max-width: 170px
    }
}

@media (max-width:991px) {
    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {
        width: 50%
    }

    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 33.33333%
    }

    .stm_motors_listing_types_multilisting_active .stm-add-media-car {
        margin-top: 20px
    }

    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice {
        margin: 10px 0 15px
    }

    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:after {
        top: -27px;
        left: 50%;
        margin-left: -5px
    }

    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {
        top: -27px;
        left: 50%;
        margin-left: -12px
    }

    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap {
        width: 48%
    }

    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {
        width: 48%
    }
}

@media (max-width:767px) {
    .stm_motors_listing_types_multilisting_active .stm-form-price-edit .stm_price_input {
        padding: 20px 15px 25px;
        margin-bottom: 30px
    }
}

@media (max-width:430px) {
    .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {
        width: 100%
    }
}

.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-login-form form {
    background-color: #232628 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-border-top-unit {
    border-top: 4px solid #232628;
    padding-top: 27px
}

.stm_motors_listing_types_multilisting_active.stm-template-car_dealer_two .mce-container .mce-btn>button {
    background-color: unset !important
}

.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user:before,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user:after,
.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-login-form form {
    background-color: #232628 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_add_car_form .stm-border-top-unit {
    padding-right: 0 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-equipment .add-car-btns-wrap button {
    box-shadow: 0 2px 0 #2a4046 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-login-form form {
    background-color: #161e21 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user:before,
.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user:after {
    background-color: #0e1315 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_add_car_form .stm-border-top-unit {
    padding-right: 0 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-boats .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-boats .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-boats .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-boats .stm-login-form form {
    background-color: #232628 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-listing .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-login-form form {
    background-color: #153e4d !important
}

.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-login-form form {
    background-color: #153e4d !important
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-login-form form {
    background-color: #153e4d !important
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #153e4d
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm_price_input,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm-form1-intro-unit,
.stm_motors_listing_types_multilisting_active .stm-login-form form .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,
.stm_motors_listing_types_multilisting_active .stm-login-form form .stm_price_input,
.stm_motors_listing_types_multilisting_active .stm-login-form form .stm-form1-intro-unit {
    background-color: #232628 !important
}

.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm-login-register-form .stm-register-form form,
.stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form,
.stm_motors_listing_types_multilisting_active .stm-login-form form .stm-login-register-form .stm-register-form form {
    border-top: 4px solid #232628
}

@media (max-width:767px) {
    .stm-add-a-car-user-wrapper {
        flex-direction: column;
        align-items: center !important
    }

    .stm_add_car_form .stm-add-a-car-user .right-info {
        text-align: center !important
    }

    .add-car-btns-wrap,
    .add-car-btns-wrap li {
        flex-direction: column !important;
        align-items: center;
        margin-right: 0 !important
    }
}

.make_featured_switcher {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px
}

.make_featured_switcher .make_featured_label {
    display: block;
    margin-left: 10px;
    font-weight: 600
}

.make_featured_switcher .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.make_featured_switcher .switch input {
    display: none
}

.make_featured_switcher .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

.make_featured_switcher .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s
}

.make_featured_switcher input:checked+.slider {
    background-color: #2a4046
}

.make_featured_switcher input:focus+.slider {
    box-shadow: 0 0 1px #2a4046
}

.make_featured_switcher input:checked+.slider:before {
    transform: translateX(26px)
}

.make_featured_switcher .slider.round {
    border-radius: 34px
}

.make_featured_switcher .slider.round:before {
    border-radius: 50%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .stm-template-car_dealer.page-template-home-service-layout .button_3d:hover .default-state {
        transform: none
    }

    .stm-template-car_dealer.page-template-home-service-layout .button_3d:hover .active-state {
        top: 0;
        transform: none
    }
}

@media (max-width:1740px) {
    body.stm-boxed .stm-counter .stm-counter-label .h4 {
        padding-right: 35px
    }

    .stm-counter .stm-counter-label {
        text-align: center
    }

    .stm-counter .stm-counter-circle {
        float: none !important;
        margin: 0 auto !important
    }

    .page-template-home-service-layout .stm-counter .stm-counter-label .h4 {
        text-align: center
    }
}

@media (max-width:1450px) {
    body.home.stm-layout-header-listing_five #wrapper .header-main:not(.stm-fixed) {
        padding: 72px 0 25px
    }

    body.home.stm-layout-header-listing_five #wrapper .header-main:not(.stm-fixed) .stm-header-right .head-phone-wrap {
        margin-left: 20px
    }
}

@media (max-width:1430px) {

    .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:nth-child(2)>.vc_column-inner,
    .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:first-child>.vc_column-inner {
        padding-right: 30px !important;
        padding-left: 30px !important
    }
}

@media (min-width:1200px) {

    body.stm-boxed .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:nth-child(2)>.vc_column-inner,
    body.stm-boxed .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:first-child>.vc_column-inner {
        margin: 0 -55px
    }

    .stm-vc-single-car-content-left {
        padding-right: 42px !important
    }

    .stm-vc-single-car-content-right {
        padding-left: 42px !important
    }

    .stm-vc-single-car-sidebar-left>.wpb_wrapper {
        margin-right: -30px
    }

    .stm-vc-single-car-sidebar-right>.vc_column-inner>.wpb_wrapper {
        margin-left: -30px
    }

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

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

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

    .lg-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }

    .stm-slider-nice-height {
        min-height: 600px !important
    }
}

@media (max-width:1140px) {

    .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:nth-child(2)>.vc_column-inner,
    .stm-fullwidth-row-no-paddings>.wpb_column.vc_col-has-fill:first-child>.vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    body.home.stm-layout-header-listing_five #wrapper .header-main .add-listing-btn {
        font-size: 0px;
        padding: 5px 4px;
        margin-left: 30px
    }

    body.home.stm-layout-header-listing_five #wrapper .header-main .add-listing-btn i {
        margin: 0;
        font-size: 14px
    }

    body.home.stm-layout-header-listing_five #wrapper .header-main .lOffer-account {
        margin-left: 30px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    #top-bar .header-top-bar-socs {
        margin-left: 30px
    }

    #top-bar .header-login-url {
        margin-left: 30px
    }

    #top-bar .top-bar-info li {
        margin-left: 30px
    }

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

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

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

    .md-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }
}

@media (max-width:1025px) and (min-width:992px) {
    .stm-service-contact-us-form-wrapper {
        padding-bottom: 47px !important
    }

    .sm-xs-text-center {
        text-align: center !important
    }

    .stm-counter .stm-counter-label {
        padding: 0 10px !important
    }
}

@media (max-width:1025px) and (min-width:768px) {
    .listing-car-items .listing-car-item .listing-car-item-inner {
        max-width: 320px
    }

    .listing-car-items .listing-car-item .listing-car-item-meta {
        padding-top: 15px;
        padding-bottom: 8px
    }

    .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
        margin-top: 10px
    }
}

@media (max-width:1025px) {
    h2 br {
        display: none
    }

    .stm-image-links .stm-image-link .inner img {
        padding-top: 5px !important;
        max-height: 100%;
        filter: grayscale(0%) !important;
        -webkit-filter: grayscale(0%) !important
    }

    .header-service .header-service-right .service-header-appointment {
        margin: 7px 10px 0 !important
    }

    .header-service.header-service-sticky {
        position: absolute !important;
        padding-top: 22px !important;
        background: 0 0 !important
    }

    .header-service.header-service-sticky .bloglogo img {
        width: 100% !important;
        margin-top: 0 !important
    }

    .media-carousel-item .stm_fancybox:after {
        display: none !important;
        opacity: 0 !important
    }

    .stm-fullwidth-with-parallax {
        background-attachment: scroll;
        background-size: cover
    }

    .listing-car-items .listing-car-item .car-title {
        margin-top: 13px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
        margin-right: 10px
    }

    .single-car-prices {
        margin-top: 25px
    }

    .stm-vc-single-car-sidebar-right,
    .stm-single-car-side {
        margin-left: 0 !important
    }

    .stm-vc-single-car-content-left {
        padding-right: 15px !important
    }

    .stm-single-car-content {
        padding-right: 0 !important
    }

    .single-car-prices .h4 {
        font-size: 18px
    }

    .classic-filter-row .sidebar-entry-header {
        padding: 26px 40px 21px 108px;
        margin: 0 -40px 25px
    }

    .classic-filter-row .filter-sidebar {
        padding-right: 40px;
        padding-left: 40px
    }

    .single-car-actions>ul li {
        display: block
    }

    .single-car-actions>ul li:first-child {
        display: block
    }

    .single-car-actions>ul li:nth-child(2) {
        display: block
    }

    .single-car-actions>ul li:nth-child(3) {
        display: block
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: none
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit:first-child {
        display: block
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(2) {
        display: block
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(3) {
        display: block
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(4) {
        display: block;
        border-right: none
    }

    .classic-filter-row .sidebar-entry-header i {
        left: 39px
    }

    .classic-filter-row .filter-price {
        margin-top: 25px
    }

    .stm-adaptive-tablet-margins .stm-mt-icon-box-adaptive-style-three {
        padding: 0 15px
    }

    .stm-adaptive-tablet-margins .stm-mt-icon-box-adaptive-style-three .icon-box .icon-text h6.title {
        min-height: 36px
    }

    .header-nav {
        position: static !important
    }

    .header-nav.header-nav-transparent {
        position: static;
        margin-bottom: 0;
        background: #eaedf0
    }
}

@media (max-width:1024px) {
    .header-service .header-menu>li.menu-item-has-children>ul {
        visibility: visible;
        top: 100%;
        opacity: 1;
        position: relative;
        background: 0 0;
        box-shadow: none
    }

    .header-service .header-menu>li.menu-item-has-children>ul>li {
        text-transform: uppercase
    }

    .header-service .header-menu>li.menu-item-has-children>ul>li>a {
        font-weight: 500
    }

    .page-template-home-service-layout .service-mobile-menu-trigger {
        display: block !important
    }

    .page-template-home-service-layout .header-service .header-menu {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 15px !important;
        margin: 15px -15px 0;
        background-color: #232628
    }

    .page-template-home-service-layout .header-service .header-menu>li {
        display: block;
        text-align: left
    }

    .page-template-home-service-layout .header-service .header-menu>li a {
        color: #191d21
    }

    .page-template-home-service-layout .header-service .header-menu>li>ul>li a {
        background: #fff
    }

    .page-template-home-service-layout .header-service .header-menu>li>ul>li.current-menu-item>a:after {
        content: "\f107"
    }

    .page-template-home-service-layout .header-service .header-menu>li>ul>li>ul {
        position: relative;
        left: 10%;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        background: 0 0;
        box-shadow: none
    }

    body .stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {
        width: 16.6%
    }
}

@media (max-width:1024px) {
    body #wrapper #header .header-main .mobile-menu-holder .header-menu>li>a {
        line-height: 20px
    }

    body.home.stm-layout-header-listing_five #wrapper #header .header-main {
        padding: 5px 0 30px
    }

    body.home.stm-layout-header-listing_five #wrapper #header .header-main .stm-header-right .head-phone-wrap {
        margin-left: 20px
    }

    body.stm-layout-header-listing_five #wrapper #header .mobile-menu-holder {
        min-width: 300px
    }

    body.stm-layout-header-listing_five #wrapper #header .mobile-menu-holder .header-menu li a {
        margin-left: 0;
        line-height: 14px
    }

    body.stm-layout-header-listing_five #wrapper #header .mobile-menu-holder .header-menu li .add-listing-btn {
        position: relative;
        display: block;
        padding: 10px 80px 10px 10px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none !important;
        text-align: left;
        background: 0 0;
        margin: 0;
        width: auto;
        height: auto;
        font-size: 13px;
        border: none
    }
}

@media (max-width:960px) {
    .nav-search {
        display: none !important
    }

    .header-help-bar-trigger {
        display: block
    }

    .header-help-bar {
        display: block;
        position: relative;
        top: 52px
    }

    .header-help-bar ul {
        display: none;
        position: absolute;
        margin-right: -47px;
        padding-right: 5px;
        width: 200px;
        top: 100%;
        right: 100%;
        background-color: #eaedf0
    }

    .header-help-bar ul li {
        float: right;
        text-align: right;
        width: 100%
    }

    .header-help-bar ul li a {
        background-color: transparent !important
    }

    .header-help-bar ul li i {
        display: inline-block;
        min-width: 30px
    }

    .header-help-bar ul li.mobile-search {
        display: block;
        visibility: visible;
        padding: 5px 12px 20px 16px
    }

    .header-help-bar ul li.mobile-search #searchform .search-input {
        border-radius: 0;
        height: 30px;
        line-height: 30px;
        padding: 5px 10px !important;
        font-size: 13px;
        box-shadow: none;
        background-color: #fff
    }

    .header-help-bar ul li.mobile-search #searchform .search-submit {
        height: 30px;
        width: 30px;
        font-size: 13px;
        background-color: transparent;
        color: #2a4046 !important
    }
}

@media (min-width:992px) {
    .header-service .header-menu {
        display: block
    }

    .lg-md-text-center {
        text-align: center
    }

    .lg-md-text-left {
        text-align: left
    }

    .lg-md-text-right {
        text-align: right
    }

    .lg-md-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }

    .md-mg-rt {
        margin-right: -6px
    }

    .md-mg-lt {
        margin-left: -6px
    }

    .stm-carousel-fullwidth .media-carousel-item {
        max-width: inherit;
        width: auto;
        margin: 0 auto
    }

    .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases {
        padding-left: 24px
    }
}

@media (max-width:920px) {
    #request-trade-in-offer .modal-dialog {
        width: inherit !important
    }

    .stm-sell-a-car-form .form-upload-files .stm-unit-photos {
        width: 100%
    }

    .stm-sell-a-car-form input[type=submit] {
        margin-bottom: 20px
    }

    .stm-sell-a-car-form .form-content .contact-details {
        padding: 15px
    }

    .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {
        display: block
    }

    .stm-car-print i {
        top: 9px
    }

    .stm-car-carousels.stm-listing-car-gallery .car-action-unit>i {
        position: absolute !important;
        left: 8px !important;
        top: 50% !important;
        margin-top: -1px;
        font-size: 17px;
        color: #2a4046;
        transform: translateY(-50%)
    }
}

@media (max-width:991px) and (min-width:768px) {
    .vc_col-sm-12 .stm-service-layout-info-box {
        width: 50%;
        max-width: 50%
    }

    .vc_col-sm-12 .stm-service-layout-info-box .inner {
        max-width: 350px;
        margin: 0 auto
    }

    .vc_col-sm-12 .stm-service-layout-info-box:first-child {
        float: left
    }

    .vc_col-sm-12 .stm-service-layout-info-box:nth-child(2) {
        float: right
    }

    .vc_col-sm-12 .stm-service-layout-info-box:nth-child(3) {
        float: right
    }

    body.page-template-home-service-layout .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {
        padding: 25px !important
    }

    #advantages .stm-service-layout-icon-box {
        float: left;
        width: 50%
    }

    #advantages .stm-service-layout-icon-box .inner {
        margin-bottom: 30px !important
    }

    .stm-counter .stm-counter-circle {
        width: 140px !important;
        height: 140px !important;
        line-height: 134px !important
    }

    .stm-counter .stm-counter-label .h4 {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .stm-carousel-fullwidth-wrapper .media-carousel-item {
        max-width: 500px !important
    }

    #header .logo-main {
        float: none;
        margin-bottom: 25px
    }

    #header .logo-main a {
        display: inline-block;
        max-width: 100%
    }

    .car-listing-tabs-unit .row-4 .col-md-3:nth-child(4n+1) {
        float: left;
        clear: none
    }

    .car-listing-tabs-unit .row-4 .col-md-3:nth-child(3n+1) {
        clear: both
    }

    .footer_widgets_wrapper {
        padding-top: 50px !important
    }

    .cols_4 aside {
        width: 50%
    }

    .cols_4 aside:first-child .widget-wrapper {
        margin-top: 0 !important
    }

    .cols_4 aside:nth-child(2) .widget-wrapper {
        margin-top: 0 !important
    }

    .cols_4 aside .widget-wrapper {
        padding-top: 0 !important;
        border-top: none !important;
        margin-top: 30px !important
    }

    .cols_4 aside:nth-child(2n+1) {
        clear: both
    }

    .cols_4 aside:nth-child(4n+1) {
        clear: none
    }

    .listing-car-items .listing-car-item .car-title {
        margin-top: 13px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
        margin-right: 10px
    }

    .main-menu .header-menu>li:first-child {
        margin-left: 0 !important
    }

    .main-menu .header-menu>li>a {
        padding: 0 19px
    }

    body.page-template-coming-soon-php .coming-soon-header {
        padding-top: 55px
    }

    body.page-template-coming-soon-php #wrapper #main {
        top: 85px
    }

    .stm-modern-filter-unit-images .stm-single-unit-image {
        text-align: center
    }

    .stm-modern-filter-unit-images .stm-single-unit-image .image {
        max-width: 140px
    }

    .stm-modern-filter-others .stm-no-image {
        text-align: left
    }

    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 14px
    }

    .car-listing-tabs-unit .car-listing-row .col-md-3:last-child {
        display: block
    }

    .car-listing-tabs-unit .car-listing-row .col-md-3:nth-last-child(2) {
        display: block
    }

    .listing-car-items .listing-car-item .listing-car-item-inner {
        max-width: 320px
    }

    .listing-car-items .listing-car-item .listing-car-item-meta {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {
        margin-top: 12px
    }

    #car-listing-tab-search .icon-button {
        width: 100%
    }

    #car-listing-tab-search .icon-button i {
        position: relative;
        left: 0;
        top: 2px;
        margin-right: 5px
    }

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

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

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

    .sm-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }
}

@media (max-width:991px) {
    .header-service .header-service-right {
        overflow: visible
    }

    .header-service .header-menu {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 15px !important;
        margin: 15px -15px 0;
        background-color: #eaedf0
    }

    .header-service .header-menu li {
        display: block;
        margin-bottom: 0;
        width: 100%
    }

    .header-service .header-menu li a {
        text-align: left;
        color: #191d21
    }

    .header-service .header-menu li a:hover {
        background-color: transparent;
        color: #2a4046
    }

    .header-service .header-menu li.active a {
        color: #f0c542 !important;
        background-color: inherit
    }

    .wpb_wrapper.wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel {
        padding: 50px 0 30px !important
    }

    .stm-image-links .stm-image-link .inner img {
        filter: grayscale(0%) !important;
        -webkit-filter: grayscale(0%) !important
    }

    img {
        transform: translateZ(0);
        -webkit-transform: translateZ(0)
    }

    .wpb_column .wpb_wrapper.wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel {
        padding-bottom: 0 !important
    }

    .hidden-info {
        display: none
    }

    .car-listing-tabs-unit .car-listing-top-part {
        padding-top: 15px
    }

    .found-cars-cloned {
        display: none
    }

    .car-listing-row .listing-car-item-meta .car-title {
        margin-top: 10px;
        min-height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .special-offers .title {
        padding: 0
    }

    .special-offers .title .all-offers {
        display: none
    }

    .stm-contact-us-form-wrapper {
        padding: 40px 30px 10px
    }

    .stm_tabs_style_1 .wpb_tab .icon,
    .stm_tabs_style_2 .wpb_tab .icon {
        min-height: 30px !important
    }

    .wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel {
        padding: 15px !important
    }

    .compare-title {
        font-size: 20px;
        line-height: 24px
    }

    .stm-call-to-action-1 .stm-call-action-left {
        width: 70%
    }

    .stm-fullwidth-with-parallax {
        background-repeat: no-repeat;
        background-attachment: scroll
    }

    .stm-mt-icon-box-adaptive-style-three .icon-box {
        padding-left: 0 !important
    }

    .logo-main {
        position: relative;
        padding-right: 60px;
        min-height: 35px
    }

    .vc_toggle .vc_toggle_icon {
        top: 0
    }

    .single-car-prices {
        margin-top: 25px
    }

    .single-regular-sale-price table td {
        text-align: center
    }

    .single-regular-sale-price table td .regular-price-with-sale {
        text-align: center
    }

    .single-regular-sale-price table td .regular-price-with-sale strong {
        display: block
    }

    .stm-working-days .title {
        padding-left: 0
    }

    .stm-working-days .title>i {
        display: none
    }

    table.stm-working-days-table>tbody>tr td.day-label {
        font-size: 10px
    }

    table.stm-working-days-table>tbody>tr td.day-value {
        font-size: 10px
    }

    .post-grid-single-unit .content .title-relative {
        min-height: 86px
    }

    .post-grid-single-unit .content {
        padding: 20px 15px 10px 10px
    }

    .sidebar-sm-mg-bt {
        margin-bottom: 25px
    }

    #request-trade-offer-form,
    #get-car-price-form,
    #request-test-drive-form,
    #get-car-calculator .modal-calculator {
        position: relative;
        max-width: 580px;
        width: auto;
        margin: 0 auto;
        top: 25px;
        left: inherit;
        transform: translateY(0);
        z-index: 9999
    }

    .stm-compact-sidebar .text-image {
        margin-left: 10px
    }

    .stm-compact-sidebar .content {
        padding-left: 10px
    }

    .sm-xs-text-center {
        text-align: center !important
    }

    .sm-xs-text-left {
        text-align: left !important
    }

    .sm-xs-text-right {
        text-align: right !important
    }

    .sm-xs-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }

    .listing-cars-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .listing-cars-grid>.dp-in {
        display: block;
        overflow: hidden
    }

    .listing-cars-grid>.dp-in .listing-car-item {
        display: block;
        overflow: hidden;
        width: 100%
    }

    #wrapper .stm-modern-filter-found-cars {
        width: 100%;
        margin-bottom: 15px
    }

    #wrapper .stm-car-listing-sort-units.stm-modern-filter-actions .stm-sort-by-options {
        float: left
    }

    .modal-header-iconed .mobile-close-modal {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 10px
    }

    .modal-header-iconed .mobile-close-modal>i.fa-times {
        position: relative;
        top: 0;
        left: 0;
        font-size: 16px
    }
}

@media (max-width:830px) {
    .header-login-url {
        display: none
    }
}

@media (max-width:769px) {
    body .stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {
        width: 25%
    }
}

@media (max-width:768px) {
    #animated-blog-wrapper .intro-effect-fadeout .title {
        padding: 0 30px !important
    }

    .listing-cars-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .listing-cars-grid>.dp-in {
        display: block;
        overflow: hidden;
        width: 50%
    }

    .listing-cars-grid>.dp-in .listing-car-item {
        display: block;
        overflow: hidden;
        width: 100%;
        padding: 0 15px
    }

    .listing-cars-grid>.dp-in .listing-car-item .listing-car-item-inner {
        max-width: inherit
    }

    .stm-template-car_dealer.page-template-home-service-layout .stm-service-bookly-form {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .stm-template-car_dealer.page-template-home-service-layout .header-service .header-menu>li>ul>li.current-menu-item>a:after {
        content: "\f107"
    }

    .stm-template-car_dealer.page-template-home-service-layout .header-service .header-menu>li>ul>li>ul {
        position: relative;
        left: 10%;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        background: 0 0;
        box-shadow: none
    }
}

@media (max-width:767px) {
    .stm-compare-row .compare-values .remove-from-compare {
        bottom: 15px;
        opacity: 1
    }

    .blog .col-md-3.hidden-xs {
        display: block !important;
        float: left;
        margin-top: 30px !important
    }

    .stm-counter {
        margin-bottom: 30px
    }

    .stm_automanager_features_list .stm_automanager_single {
        width: 100%
    }

    .stm-sell-a-car-form .disclaimer {
        width: 100%;
        padding-top: 10px
    }

    .form-upload-files .stm-unit-photos {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px
    }

    .form-upload-files .stm-unit-url {
        width: 100% !important;
        margin-right: 0 !important
    }

    ul.list-style-2 {
        margin-bottom: 30px !important
    }

    .single-listings ul.list-style-1 {
        margin-bottom: 30px !important
    }

    .header-service .header-service-right .service-header-appointment {
        display: none
    }

    .stm-image-links-4 .stm-image-link {
        width: 50% !important
    }

    .page-template-home-service-layout .stm-slider-button i {
        display: none !important
    }

    .page-template-home-service-layout .stm-slider-button {
        padding: 16px 30px
    }

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

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

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

    .xs-dp-in {
        display: inline-block;
        max-width: 100%;
        vertical-align: top
    }

    .stm-listing-tabs ul li {
        display: block;
        margin-right: 0
    }

    .wpb_wrapper .icon-box {
        padding-left: 0 !important;
        margin-left: 0 !important;
        overflow: hidden
    }

    .wpb_wrapper .icon-box .icon {
        float: left
    }

    .wpb_wrapper .icon-box .icon-text {
        float: left;
        width: calc(100% - 101px)
    }

    .wpb_wrapper .icon-box.no-icon {
        padding-left: 30px !important
    }

    .wpb_wrapper .icon-box.no-icon .icon-text {
        width: 100%
    }

    .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {
        padding-left: 15px !important
    }

    .stm-contact-us-form-wrapper {
        padding: 40px 30px 10px
    }

    .stm-contact-us-form-wrapper .form-group {
        padding-left: 0 !important;
        margin-right: 0 !important
    }

    .stm-contact-us-form-wrapper .col-md-5 .contact-us-submit,
    .stm-contact-us-form-wrapper .col-md-5 .form-group {
        margin-left: 0 !important
    }

    .footer_widgets_wrapper {
        padding-top: 25px
    }

    .cols_4 aside,
    .cols_3 aside,
    .cols_2 aside,
    .cols_1 aside {
        width: 100%
    }

    .cols_4 aside:first-child .widget-wrapper,
    .cols_3 aside:first-child .widget-wrapper,
    .cols_2 aside:first-child .widget-wrapper,
    .cols_1 aside:first-child .widget-wrapper {
        margin-top: 0 !important
    }

    .cols_4 aside .widget-wrapper,
    .cols_3 aside .widget-wrapper,
    .cols_2 aside .widget-wrapper,
    .cols_1 aside .widget-wrapper {
        padding-top: 0 !important;
        border-top: none !important;
        margin-top: 30px !important;
        margin-bottom: 0 !important
    }

    .cols_4 aside:nth-child(2n+1) {
        clear: both
    }

    .cols_4 aside:nth-child(4n+1) {
        clear: none
    }

    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25% !important
    }

    #sb_instagram .sbi_photo {
        max-height: 80px !important
    }

    .compare-title {
        margin-top: 0
    }

    .compare-car-visible {
        display: block
    }

    .car-listing-row.stm-car-compare-row {
        display: none
    }

    .stm-compare-row .col-xs-4 {
        width: 100%
    }

    .mpg-mobile-selector {
        min-width: 100%
    }

    h1,
    .h1 {
        font-size: 36px
    }

    h2,
    .h2 {
        font-size: 26px
    }

    h3,
    .h3 {
        font-size: 20px
    }

    h4,
    .h4 {
        font-size: 18px
    }

    h5,
    .h5 {
        font-size: 16px
    }

    h6,
    .h6 {
        font-size: 14px
    }

    .car-listing-row .wp-post-image {
        width: 100%;
        height: auto
    }

    .car-listing-main-part {
        padding-top: 20px
    }

    .tab-search-title {
        font-size: 20px
    }

    .tab-search-title i {
        top: 0
    }

    #car-listing-tab-search .icon-button {
        width: 100%
    }

    #car-listing-tab-search .icon-button i {
        position: relative;
        left: 0;
        top: 2px;
        margin-right: 5px
    }

    .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {
        margin: 0 -15px !important;
        padding-left: 40px !important
    }

    .stm-fullwidth-with-parallax.stm-mt-icon-box-adaptive-style-one {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .listing-car-items .listing-car-item {
        padding: 0
    }

    .listing-car-items .listing-car-item .listing-car-item-inner {
        max-width: 290px
    }

    .listing-car-items .listing-car-item .car-title {
        display: block;
        padding-top: 20px;
        clear: both;
        white-space: normal;
        text-overflow: clip
    }

    .owl-dots {
        visibility: hidden;
        width: 30px;
        opacity: 0
    }

    .owl-dots button {
        background-color: transparent !important;
        box-shadow: none !important
    }

    .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {
        padding-right: 30px !important
    }

    .listing-car-items .listing-car-item .price {
        float: left
    }

    .footer-copyright .xs-pull-left {
        margin-top: 15px;
        float: left !important
    }

    .col-md-wider-right {
        padding-right: 15px;
        margin-bottom: 15px
    }

    .col-md-wider-left {
        padding-left: 15px
    }

    input#stm_filter_max_price {
        margin-top: 15px
    }

    .stm-car-listing-sort-units .stm-sort-by-options>span {
        display: none
    }

    .listing-list-loop .content {
        position: relative;
        z-index: 20
    }

    body:not(.stm-hoverable-interactive-galleries):not(.stm-template-car_dealer_two) .listing-list-loop .content {
        margin-top: -49px
    }

    .stm-hoverable-interactive-galleries .listing-list-loop .content {
        margin-top: 10px
    }

    .listing-list-loop .image {
        float: none;
        max-width: 100%;
        margin: 0
    }

    .listing-list-loop .content .meta-top .price.discounted-price {
        float: right
    }

    .listing-list-loop .content .meta-top .price-holder {
        float: right;
        height: 49px
    }

    .listing-list-loop .content .title {
        clear: both;
        display: block;
        padding-top: 30px
    }

    .stm-call-to-action-1 .stm-call-action-left:after {
        display: none
    }

    .stm-call-to-action-1 .stm-call-action-left,
    .stm-call-to-action-1 .stm-call-action-left:after {
        background-color: transparent !important
    }

    .stm-call-to-action-1 .stm-call-action-right {
        width: 100%;
        z-index: -1
    }

    .stm-call-to-action-1 .stm-call-action-right:after {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, .5)
    }

    .stm-car-view-more {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 20px
    }

    .listing-list-loop .content {
        padding-bottom: 3px
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit {
        display: block;
        float: none;
        border-right: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit:last-child {
        border-bottom: none
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top {
        display: inline-block
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .value {
        display: inline-block;
        padding-left: 5px
    }

    .listing-list-loop .content .meta-middle .meta-middle-unit .name {
        font-size: 14px;
        text-transform: none
    }

    .single-car-actions>ul {
        text-align: center
    }

    .single-car-actions>ul li {
        display: block;
        float: none;
        margin-right: 0;
        width: 100%
    }

    .single-car-actions>ul li.certified-logo-2,
    .single-car-actions>ul li.certified-logo-1 {
        padding-top: 15px;
        display: inline-block;
        width: 49%
    }

    .single-car-actions>ul li.certified-logo-1 {
        padding-left: 15px
    }

    .single-car-actions>ul li.certified-logo-2 {
        padding-right: 20px
    }

    .car-action-unit.add-to-compare {
        width: 100%;
        padding-left: 10px
    }

    .car-action-unit,
    .stm-template-ev_dealer #wrapper .single-car-actions .car-action-unit,
    .added_date {
        line-height: 36px
    }

    .car-action-unit>i {
        position: relative;
        top: 1px;
        left: -8px
    }

    .stm-template-car_dealer .car-action-unit>i.fa-print {
        top: 9px
    }

    .car-action-unit.add-to-compare.stm-added .stm-show-on-hover {
        padding-left: 10px
    }

    .car-action-unit.add-to-compare.stm-added .stm-show-on-hover>i {
        position: relative;
        left: -8px;
        top: 1px;
        font-size: 14px
    }

    .single-add-to-compare .single-add-to-compare-left {
        padding-left: 0
    }

    .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {
        display: none
    }

    .compare-fixed-link {
        display: inline-block;
        float: none !important;
        margin: 0 0 10px
    }

    .single-add-to-compare {
        padding-top: 0
    }

    .single-car-actions .stock-num {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .car-action-unit.add-to-compare.disabled:after {
        top: 11px
    }

    .stm-modern-filter-found-cars {
        float: none;
        padding-bottom: 15px
    }

    .stm-car-listing-sort-units.stm-modern-filter-actions .stm-sort-by-options {
        float: left
    }

    .car-action-unit.stm-brochure {
        width: 100%
    }

    .car-action-unit.stm-brochure>i {
        left: -11px;
        top: 2px
    }

    .car-action-unit.stm-share {
        width: 100%
    }

    .car-action-unit.stm-share>i {
        left: -11px
    }

    .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li {
        float: none;
        text-align: center
    }

    .lists-inline>ul {
        width: 100%;
        margin-bottom: 25px
    }

    .stm-col-pad-left {
        margin-top: 20px !important;
        padding-left: 15px !important
    }

    span.vc_tta-title-text {
        margin-left: 0 !important
    }

    div.stm_auto_loan_calculator {
        margin-bottom: 25px
    }

    body.page-template-coming-soon-php .coming-soon-header {
        padding-top: 25px
    }

    body.page-template-coming-soon-php #wrapper #main {
        position: static
    }

    body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered {
        position: static;
        transform: none;
        padding-top: 30px
    }

    body.page-template-coming-soon-php #footer-copyright {
        position: static
    }

    body.page-template-coming-soon-php #wrapper:after {
        display: none
    }

    body.page-template-coming-soon-php {
        position: relative
    }

    body.page-template-coming-soon-php:after {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        z-index: -1
    }

    body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h1 {
        font-size: 30px;
        line-height: 35px
    }

    body.page-template-coming-soon-php div.wpcf7 img.ajax-loader {
        display: none
    }

    .stm-inline-form .wpcf7-form-control-wrap {
        width: 100%
    }

    .stm-inline-form input[type=submit] {
        width: 100%;
        margin-top: 15px
    }

    .post-list-single-item .blog-meta {
        margin-top: 0
    }

    .post-list-single-item .absoluted-content {
        position: static;
        padding-top: 30px;
        background: #232628
    }

    .blog-meta .right {
        width: 100%;
        float: left
    }

    .post-list-single-item .absoluted-content .relatived-content {
        padding-bottom: 15px
    }

    .post-list-single-item .blog-meta {
        padding-bottom: 15px
    }

    .blog-meta-bottom .right {
        clear: both;
        float: left;
        margin-top: 20px
    }

    .stm-author-box .author-image {
        display: none
    }

    .stm-blog-fullwidth-info .absoluted-content {
        position: static;
        background: #232628
    }

    .stm-blog-fullwidth-info .absoluted-content .blog-meta {
        margin-top: 30px
    }

    .stm-blog-fullwidth-info .absoluted-content .title {
        padding-top: 30px
    }

    .stm-blog-fullwidth-info .absoluted-content .blog-meta {
        padding: 26px 0 25px
    }

    .error-header {
        padding: 26px 0
    }

    .comment .comment-avatar {
        display: none
    }

    ul.comment-list li ul.children {
        padding-left: 0
    }

    body.single-post .post-content-vc h4.vc_custom_heading {
        margin-top: 20px !important
    }

    .post-content blockquote {
        padding-left: 50px
    }

    .select2-results__options li:active {
        background-color: #f0f2f5
    }

    #car-listing-tab-search .icon-button {
        padding-left: 20px;
        padding-right: 20px
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 110px
    }

    .woocommerce .shop_table.cart .coupon {
        float: none
    }

    .woocommerce .shop_table.cart .button.update-cart {
        display: block;
        float: none;
        margin-top: 15px
    }

    .product-name_text {
        margin-top: 0
    }

    .woocommerce .cart-totals_wrap {
        padding: 18px
    }

    .woocommerce-cart .cart-collaterals .cart_totals table th {
        padding-right: 10px
    }

    .woocommerce-cart table.cart img,
    .woocommerce table.shop_table th.product-price,
    .woocommerce td.product-price,
    .woocommerce table.shop_table th.product-quantity,
    .woocommerce td.product-quantity {
        display: none
    }

    #frontend_customizer_button {
        display: none
    }
}

@media (max-width:610px) {
    .stm-call-to-action-1 .stm-call-action-left {
        width: 100%;
        padding: 10px 15px
    }

    .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {
        display: none
    }

    .compare-col-stm-empty .image .stm-icon-add_car {
        margin: -10px 0 0 -13px;
        font-size: 20px
    }
}

@media (max-width:500px) {
    #animated-blog-wrapper .intro-effect-fadeout .bg-img img {
        -o-object-fit: cover;
        object-fit: cover
    }

    #animated-blog-wrapper .intro-effect-fadeout .title {
        top: 30%;
        padding: 0 30px !important
    }

    .listing-cars-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .listing-cars-grid>.dp-in {
        display: block;
        overflow: hidden;
        width: 100%
    }

    .listing-cars-grid>.dp-in .listing-car-item {
        display: block;
        overflow: hidden;
        width: 100%;
        padding: 0 15px
    }

    .listing-cars-grid>.dp-in .listing-car-item .listing-car-item-inner {
        max-width: inherit
    }

    .listing-cars-grid>.dp-in .listing-car-item .listing-car-item-inner .car-meta-top {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: flex-start
    }

    .listing-cars-grid>.dp-in .listing-car-item .listing-car-item-inner .car-meta-top .car-title {
        margin-top: 0;
        padding-top: 0;
        -ms-word-wrap: break-word;
        word-wrap: break-word
    }

    .listing-cars-grid>.dp-in .listing-car-item .listing-car-item-inner .car-meta-top .price {
        margin-left: 10px
    }

    .listing-cars-grid>.dp-in .listing-car-item .listing-car-item-inner .car-meta-top .price>div {
        white-space: nowrap
    }
}

@media (max-width:480px) {
    body .stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {
        width: 50%
    }

    .car-listing-modern-grid .stm-isotope-listing-item .image img {
        width: 100%
    }

    .stm-isotope-sorting .stm-isotope-listing-item .image .image-inner {
        max-width: 100%;
        max-height: inherit
    }

    .stm-isotope-sorting .stm-isotope-listing-item .image .image-inner img {
        width: 100%
    }
}

@media (max-width:440px) {
    .stm-template-car_dealer.page-template-home-service-layout .stm-service-bookly-form {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .stm-template-car_dealer.page-template-home-service-layout .header-service .header-menu>li>ul>li.current-menu-item>a:after {
        content: "\f107"
    }

    .stm-template-car_dealer.page-template-home-service-layout .header-service .header-menu>li>ul>li>ul {
        position: relative;
        left: 10%;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        background: 0 0;
        box-shadow: none
    }

    .stm-template-car_dealer .car-listing-tabs-unit .car-listing-row .image {
        max-height: 200px
    }

    .stm-template-car_dealer .car-listing-tabs-unit .car-listing-row .image img {
        max-height: 200px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .stm-template-car_dealer_elementor .car-listing-tabs-unit .car-listing-row .image {
        max-height: 200px
    }

    .stm-template-car_dealer_elementor .car-listing-tabs-unit .car-listing-row .image img {
        max-height: 200px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:420px) {
    .woocommerce-message {
        padding: 26px 26px 66px
    }

    .woocommerce-message .button {
        top: inherit;
        left: 26px;
        right: inherit;
        bottom: 16px;
        margin-top: 0
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row {
        flex-direction: column !important;
        flex-wrap: wrap
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {
        width: 100% !important
    }
}

@media (max-width:400px) {
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 50% !important
    }
}

.wpb_wrapper button.report_button.stm-button,
aside button.report_button.stm-button {
    margin-bottom: 20px
}

#request-stm_vim_history .modal-body {
    color: #232629
}

#request-stm_vim_history .modal-body h4 {
    color: #232529 !important
}

.stm-template-listing #request-stm_vim_history .modal-header-iconed {
    background-color: #153e4d
}

.stm-template-listing #request-stm_vim_history .modal-header .close-history {
    color: #f0c542
}

.stm-template-listing_two #request-stm_vim_history .modal-header-iconed {
    background-color: #153e4d
}

.stm-template-listing_two #request-stm_vim_history .modal-header .close-history {
    color: #1e7bcc
}

.stm-template-listing_three #request-stm_vim_history .modal-header-iconed {
    background-color: #153e4d
}

.stm-template-listing_three #request-stm_vim_history .modal-header .close-history {
    color: #ff9500
}

.stm-template-car_dealer_two #request-stm_vim_history .modal-header-iconed {
    background-color: #232628
}

.stm-template-car_dealer_two #request-stm_vim_history .modal-header .close-history {
    color: #4971ff
}

.stm-template-motorcycle .wpb_wrapper button.report_button.stm-button,
.stm-template-motorcycle aside button.report_button.stm-button {
    color: #fff
}

.stm-template-motorcycle #request-stm_vim_history .modal-body {
    background-color: #fff
}

.stm-template-motorcycle #request-stm_vim_history .modal-header-iconed {
    background-color: #0e1315
}

.stm-template-motorcycle #request-stm_vim_history i,
.stm-template-motorcycle #request-stm_vim_history a {
    color: #df1d1d
}

.stm-template-motorcycle #request-stm_vim_history i.fa-lock,
.stm-template-motorcycle #request-stm_vim_history a.fa-lock {
    color: #fff !important
}

.stm-template-motorcycle #request-stm_vim_history .modal-header .close-history {
    color: #df1d1d
}

@media (max-width:767px) {
    .theme-motors .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare {
        right: auto;
        left: 7px;
        opacity: 1;
        z-index: 9999
    }

    .theme-motors .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite {
        right: auto;
        left: 45px;
        bottom: 7px;
        opacity: 1;
        z-index: 9999
    }

    .theme-motors .stm_edit_disable_car {
        opacity: 1;
        bottom: 40px
    }
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: 0 0;
    border: 0
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: 0 0
}

.xdsoft_noselect::-moz-selection {
    background: 0 0
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
    background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888.select2-container .select2-selection--single .select2-selection__rendered transparent;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}



.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: 0;
    border: none
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/stm_uploads/../images/lightGallery/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/stm_uploads/../images/lightGallery/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/stm_uploads/../images/lightGallery/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/stm_uploads/../images/lightGallery/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/stm_uploads/../images/lightGallery/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/themes/motors/assets/images/lightGallery/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles h3 {
    font-size: 16px;
    font-weight: 700;
    color: #002e5b;
    margin-bottom: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li {
    display: block;
    width: 47%;
    padding: 0;
    margin: 0 0 5px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a {
    display: block;
    overflow: hidden;
    padding: 9px 0 9px 13px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #f0c542;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:hover {
    background: 0 0;
    color: #f0c542
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu>.sub-menu>li .stm_mm_post_content .stm-mm-top-vehicles h3 {
    color: #fff
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu>.sub-menu>li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a {
    padding: 10px 0 0 15px
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu>.sub-menu>li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a:before {
    top: 21px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap {
    display: block
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs {
    border-bottom: 1px solid #dedede;
    margin: 0 0 23px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item {
    border: unset
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:last-child a {
    margin-right: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item .nav-link {
    background: 0 0;
    border: unset;
    font-size: 14px;
    font-weight: 400;
    color: #153e4d;
    text-align: left;
    padding: 10px 20px 13px 0;
    margin-right: 20px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item .nav-link:before {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: 0 0;
    position: absolute;
    bottom: -1px;
    left: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link,
html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link {
    color: #153e4d
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link:before,
html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link:before {
    background: #f0c542
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {
    display: block;
    width: 23%;
    margin-right: 20px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle:last-child {
    margin-right: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img img {
    display: block;
    width: 100%;
    position: relative;
    transform: translateZ(0)
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {
    display: block;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 2px 5px;
    background: #6d99e2;
    bottom: 0;
    right: 0;
    left: initial
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a {
    color: #153e4d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 10px;
    background: 0 0;
    letter-spacing: 0;
    padding: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a:hover {
    color: #f0c542
}

@media (max-width:780px) {
    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav .nav-item {
        margin-right: 0
    }

    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav .nav-item .nav-link {
        padding: 15px 20px 10px 0
    }
}

@media (max-width:550px) {
    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {
        flex-wrap: wrap;
        justify-content: space-between
    }

    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {
        width: 48%;
        margin: 0 0 20px !important
    }
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a,
.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a {
    padding: 12px 25px 12px 0
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a:active,
.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a:hover,
.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a:active,
.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a:hover {
    color: #153e4d
}

@media (min-width:992px) and (max-width:1169px) {
    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {
        font-size: .75em;
        padding: 0 4px;
        line-height: 1.6
    }

    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a {
        font-size: 11px
    }
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap h3 {
    font-size: 16px;
    font-weight: 700;
    color: #002e5b;
    margin-bottom: 3px
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:992px) {
    html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid {
        overflow: auto;
        height: 180px
    }
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a {
    display: block;
    width: 100%;
    max-width: 105px;
    height: 84px;
    padding: 5px;
    border: 1px solid #fff;
    transition: all .2s ease-in-out;
    background: 0 0;
    border-radius: 4px;
    margin-bottom: 19px
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(1),
html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(2),
html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(3) {
    margin-bottom: 0
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:before {
    display: none
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover {
    border-color: #d2d2d2
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover .inner .name {
    color: #f0c542
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .image {
    display: block;
    max-width: 67px;
    min-height: 46px
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .image img {
    display: block;
    position: relative;
    width: 100%
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .name {
    font-size: 13px;
    font-weight: 400;
    color: #777;
    transition: all .2s ease-in-out;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 20px;
    text-align: center
}

.stm-layout-header-equipment .stm_mm_top_categories_wrap h3 {
    color: #fff
}

.stm-layout-header-equipment .stm_mm_top_categories_wrap .stm_mm-cats-grid a {
    border-color: transparent
}

.stm-layout-header-equipment .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover {
    border-color: inherit
}

.stm-orange {
    color: #ffb129
}

.stm_cars_on_top h2 {
    margin-bottom: 34px
}

.stm_cars_on_top .row.car-listing-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.stm_cars_on_top .row .stm-directory-grid-loop {
    margin-bottom: 14px;
    margin-top: 13px
}

.stm_cars_on_top .row .stm-directory-grid-loop:nth-child(1) {
    margin-top: 0
}

.stm_cars_on_top .row .stm-directory-grid-loop:nth-child(2) {
    margin-top: 0
}

.stm_cars_on_top .row .stm-directory-grid-loop:nth-child(3) {
    margin-top: 0
}

.stm_cars_on_top .row .stm-directory-grid-loop:nth-child(4) {
    margin-top: 0
}

.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta {
    padding-top: 15px
}

.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top {
    padding-bottom: 3px
}

.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom {
    padding-bottom: 22px
}

.stm_cars_on_top .row .stm-directory-grid-loop .image {
    position: relative
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .special-label,
.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-badge-directory,
.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-badge-directory.heading-font {
    position: absolute;
    right: -65px;
    left: unset;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    background-color: #2a4046;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 20
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-compare,
.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-favorite {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    opacity: 0;
    z-index: 20
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-compare:hover,
.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-favorite:hover {
    cursor: pointer
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-compare.active,
.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: #2a4046;
    opacity: 1
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-favorite {
    left: 7px;
    right: unset;
    padding: 3px 5px 3px 6px
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 20
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias>div {
    display: inline-block;
    margin-right: 9px;
    padding: 2px 5px 0 6px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias>div i {
    font-size: 12px;
    margin-right: 2px
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias>div span {
    position: relative;
    top: -1px
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias>div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .6)
}

.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias>div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px
}

.stm_cars_on_top .row .stm-directory-grid-loop .image:hover .stm-listing-compare,
.stm_cars_on_top .row .stm-directory-grid-loop .image:hover .stm-listing-favorite,
.stm_cars_on_top .row .stm-directory-grid-loop .image:hover .stm-car-medias {
    opacity: 1
}

.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price {
    display: flex;
    flex-direction: column;
    align-items: center
}

.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .normal_font {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 12px;
    margin: 0;
    padding: 0;
    opacity: .7
}

.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .heading-font {
    line-height: 16px;
    margin: 5px 0 0;
    color: #fff
}

.stm_cars_on_top .btn-wrap {
    display: block;
    width: 100%;
    text-align: center
}

.stm_cars_on_top .btn-wrap a.button {
    display: inline-block
}

@media (max-width:991px) {
    .stm_cars_on_top .car-listing-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .stm_cars_on_top .car-listing-row {
        display: block
    }

    .stm_cars_on_top .car-listing-row .stm-directory-grid-loop:nth-child(4) {
        margin-top: 13px !important
    }
}

@media (min-width:600px) and (max-width:736px) {
    .stm_cars_on_top .car-listing-row .col-md-4 {
        width: 50%
    }

    .stm_cars_on_top .car-listing-row .col-md-4 a .image img {
        width: 100%
    }
}

@media (max-width:600px) {
    .stm_cars_on_top .car-listing-row a .image img {
        width: 100%
    }
}

.stm_cars_on_top.stm-reduced-cars .car-listing-row .car-meta-bottom ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.stm-template-ev_dealer .stm_cars_on_top .image img {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%
}

.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .special-label,
.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,
.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {
    background-color: #0d46ff !important
}

.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,
.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: #0d46ff !important
}

.stm-template-motorcycle .stm_cars_on_top .image {
    overflow: hidden
}

.stm-template-motorcycle .stm_cars_on_top .image .special-label {
    top: 25px !important;
    right: -85px !important
}

.stm-template-motorcycle .stm_cars_on_top .image img {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%
}

.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .special-label,
.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,
.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {
    background-color: #df1d1d !important
}

.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,
.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: #df1d1d !important
}

.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .special-label,
.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,
.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {
    background-color: #ceac61 !important
}

.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,
.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: #ceac61 !important
}

.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .special-label,
.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,
.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {
    background-color: #f0c542 !important
}

.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,
.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: #f0c542 !important
}

.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .special-label,
.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,
.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {
    background-color: #f0c542 !important
}

.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,
.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: #f0c542 !important
}

.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .special-label,
.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,
.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {
    background-color: #ff2325 !important
}

.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,
.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: #ff2325 !important
}

.stm-template-equipment .stm_cars_on_top .special-label {
    top: 25px !important;
    right: -82px !important
}

.stm-hoverable-interactive-galleries .stm_cars_on_top .image:before,
.stm-hoverable-interactive-galleries .stm_cars_on_top .image:after {
    display: none
}

.stm-hoverable-interactive-galleries .stm_cars_on_top .image .interactive-hoverable {
    min-width: 255px;
    min-height: 186px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries .stm_cars_on_top .image .interactive-hoverable {
        min-height: 160px
    }
}

.stm-hoverable-interactive-galleries .stm_cars_on_top .image .interactive-hoverable .hoverable-wrap {
    z-index: 1;
    overflow: hidden
}

.stm-hoverable-interactive-galleries .stm_cars_on_top .image .stm-listing-compare,
.stm-hoverable-interactive-galleries .stm_cars_on_top .image .stm-listing-favorite {
    bottom: 14px !important
}

.stm-hoverable-interactive-galleries.stm-template-ev_dealer .stm_cars_on_top .image .interactive-hoverable {
    min-height: 185px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-ev_dealer .stm_cars_on_top .image .interactive-hoverable {
        min-height: 170px
    }
}

.stm-hoverable-interactive-galleries.stm-template-car_dealer_two .stm_cars_on_top .image .interactive-hoverable {
    min-height: 185px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-car_dealer_two .stm_cars_on_top .image .interactive-hoverable {
        min-height: 142px
    }
}

.stm-hoverable-interactive-galleries.stm-template-boats .stm_cars_on_top .image .stm-listing-compare,
.stm-hoverable-interactive-galleries.stm-template-boats .stm_cars_on_top .image .stm-compare-directory-new {
    top: 7px !important;
    width: 26px;
    line-height: 17px
}

.stm-hoverable-interactive-galleries.stm-template-listing_two .stm_cars_on_top .image .interactive-hoverable {
    min-height: 185px !important
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_two .stm_cars_on_top .image .interactive-hoverable {
        min-height: 136px !important
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing_three .stm_cars_on_top .image .interactive-hoverable {
    min-height: 186px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_three .stm_cars_on_top .image .interactive-hoverable {
        min-height: 149px
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing_three .stm_cars_on_top .rmv_txt_drctn img {
    width: 100%
}

.stm-hoverable-interactive-galleries.stm-template-listing_three .stm_cars_on_top .row-3 .image .interactive-hoverable {
    min-height: 205px
}

.stm-hoverable-interactive-galleries.stm-template-listing_five .stm_cars_on_top .image .interactive-hoverable {
    min-height: 185px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_five .stm_cars_on_top .image .interactive-hoverable {
        min-height: 160px
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing_five .stm_cars_on_top .rmv_txt_drctn img {
    width: 100%
}

#wrapper .stm_dynamic_listing_dealer_filter {
    position: relative
}

#wrapper .stm_dynamic_listing_dealer_filter:before {
    position: absolute;
    content: "";
    display: block;
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/stm_uploads/../images/listing-filter-overlay.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 1
}

#wrapper .stm_dynamic_listing_dealer_filter .stm_dynamic_listing_filter_nav {
    padding: 0;
    margin: 0;
    list-style: none
}

#wrapper .stm_dynamic_listing_dealer_filter .stm_dynamic_listing_filter_nav li {
    float: left;
    margin-bottom: 0;
    background: #11323e;
    border-right: 1px solid #133340
}

#wrapper .stm_dynamic_listing_dealer_filter .stm_dynamic_listing_filter_nav li a {
    position: relative;
    display: block;
    padding: 15px 43px 12px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    letter-spacing: -.4px;
    z-index: 2
}

#wrapper .stm_dynamic_listing_dealer_filter .stm_dynamic_listing_filter_nav li.active {
    background-color: #153e4d;
    border-right-color: #153e4d
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content {
    padding: 42px 30px 20px;
    background-color: #153e4d
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane {
    position: relative;
    z-index: 2
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

@media (min-width:768px) {
    #wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form {
        flex-direction: row
    }
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=text],
#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=number],
#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=tel],
#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=email],
#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=search],
#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=password] {
    height: 46px;
    line-height: 46px;
    font-size: 14px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form .stm-filter-tab-selects {
    width: 100%
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-filter-tab-selects .stm-select-col {
    margin-bottom: 30px;
    padding: 0 8px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-filter-tab-selects>.row {
    margin: 0 -8px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-location-search-unit.loading {
    position: relative
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-location-search-unit .gm-err-autocomplete {
    background-position-y: center;
    background-position-x: 8px;
    padding-left: 30px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content button[type=submit] {
    min-width: 190px;
    position: relative;
    top: -1px;
    float: right;
    margin-left: 16px;
    padding: 16px 25px 13px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    font-size: 14px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content button[type=submit] span {
    margin-right: 4px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content button[type=submit] i {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content button[type=submit]:active {
    top: -1px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-slide-content {
    display: none;
    position: relative
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap {
    min-height: 50px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy {
    position: relative
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy label {
    color: #fff;
    line-height: 16px;
    vertical-align: top
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy .stm-taxonomy-range-unit {
    margin-top: 10px;
    padding: 0 10px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip {
    margin-top: 2px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip .tooltip-inner {
    padding: 1px 3px 0;
    background: #eceff3;
    color: #222
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-more-options-wrap {
    display: block;
    position: relative;
    float: right;
    clear: both;
    cursor: pointer;
    padding: 10px 0 10px 10px
}

#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-more-options-wrap span {
    border-bottom: 1px dotted
}

#wrapper .stm_dynamic_listing_dealer_filter .select2-container--default .select2-selection--single {
    height: 46px;
    opacity: 1 !important
}

#wrapper .stm_dynamic_listing_dealer_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px
}

#wrapper .stm_dynamic_listing_dealer_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px
}

#wrapper .stm_dynamic_listing_dealer_filter .stm_listing_filter_text {
    height: 46px;
    line-height: 46px
}

@media (max-width:991px) {
    .stm_dynamic_listing_dealer_filter:before {
        background: 0 0
    }
}

@media (max-width:767px) {
    .stm_dynamic_listing_dealer_filter.stm_dynamic_listing_filter_nav li {
        float: none;
        width: 100%
    }

    .stm_dynamic_listing_dealer_filter.tab-content button[type=submit] {
        margin-left: 0;
        margin-bottom: 35px;
        float: none
    }
}

.stm-data-table {
    margin-bottom: 46px
}

.stm-data-table h3 {
    font-size: 26px
}

.stm-data-table .stm-data-table-wrap .data-row-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.stm-data-table .stm-data-table-wrap .data-row-wrap .left {
    font-size: 15px;
    font-weight: 700;
    line-height: 50px
}

.stm-data-table .stm-data-table-wrap .data-row-wrap .right {
    font-size: 15px;
    line-height: 50px
}

@media (max-width:500px) {
    .stm-data-table .stm-data-table-wrap .data-row-wrap .right {
        text-align: right;
        line-height: 22px
    }
}

.stm-call-to-action-1 {
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden
}

.stm-call-to-action-1:after {
    display: table;
    content: "";
    clear: both
}

.stm-call-to-action-1 .stm-call-action-left {
    position: relative;
    padding: 30px 10px 22px 27px;
    float: left;
    width: 43%;
    background-color: #fff;
    z-index: 16
}

.stm-call-to-action-1 .stm-call-action-left:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: -48px;
    height: 100%;
    width: 200px;
    transform: skew(-45deg, 0deg);
    background-color: #fff;
    z-index: 16
}

@media (max-width:991px) {
    .stm-call-to-action-1 .stm-call-action-left {
        width: 70%
    }
}

@media (max-width:767px) {
    .stm-call-to-action-1 .stm-call-action-left {
        background-color: transparent !important
    }

    .stm-call-to-action-1 .stm-call-action-left:after {
        display: none;
        background-color: transparent !important
    }
}

@media (max-width:610px) {
    .stm-call-to-action-1 .stm-call-action-left {
        width: 100%;
        padding: 10px 15px
    }

    .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {
        display: none
    }
}

.stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {
    float: left;
    margin-top: -5px;
    margin-right: 28px
}

.stm-call-to-action-1 .stm-call-action-left .stm-call-action-image img {
    max-height: 50px
}

.stm-call-to-action-1 .stm-call-action-left .stm-call-action-icon {
    position: relative;
    left: 6px;
    min-width: 51px;
    float: left;
    margin-top: -4px;
    margin-right: 28px;
    font-size: 49px
}

.stm-call-to-action-1 .stm-call-action-left .stm-call-action-content {
    position: relative;
    z-index: 20
}

.stm-call-to-action-1 .stm-call-action-left .stm-call-action-content .content {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    overflow: hidden
}

.stm-call-to-action-1 .stm-call-action-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 65.947%;
    height: 100%;
    overflow: hidden;
    z-index: 15
}

@media (max-width:767px) {
    .stm-call-to-action-1 .stm-call-action-right {
        width: 100%;
        z-index: -1
    }

    .stm-call-to-action-1 .stm-call-action-right:after {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, .5)
    }
}

.stm-call-to-action-1 .stm-call-action-right .stm-call-action-right-banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 1px;
    background-size: cover
}

.stm-call-to-action {
    padding: 23px 46px 22px 28px;
    background-color: #fab637
}

.stm-call-to-action .call-to-action-meta {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 20px;
    padding-top: 14px;
    padding-left: 56px;
    min-height: 30px;
    font-weight: 400;
    text-align: left
}

.stm-call-to-action .call-to-action-meta i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 38px
}

.stm-call-to-action .call-to-action-meta .content {
    font-size: 30px;
    line-height: 1
}

.stm-call-to-action .call-to-action-right {
    overflow: hidden;
    min-height: 55px;
    text-align: right
}

.stm-call-to-action .call-to-action-content {
    position: relative;
    padding-left: 75px;
    min-height: 55px;
    color: #fff;
    overflow: hidden;
    font-weight: 400
}

.stm-call-to-action .call-to-action-content i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 55px
}

.stm-call-to-action .call-to-action-content .content {
    padding-top: 14px;
    font-size: 30px;
    line-height: 1
}

.stm-template-car_rental .stm-call-to-action,
.stm-template-car_dealer_two .stm-call-to-action {
    padding: 40px 46px 35px 28px
}

.stm-template-car_rental .stm-call-to-action .call-to-action-content,
.stm-template-car_dealer_two .stm-call-to-action .call-to-action-content {
    padding-left: 0
}

.stm-template-car_rental .stm-call-to-action .call-to-action-content .content,
.stm-template-car_dealer_two .stm-call-to-action .call-to-action-content .content {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700
}

.stm-template-car_rental .stm-call-to-action .call-to-action-content .content span,
.stm-template-car_dealer_two .stm-call-to-action .call-to-action-content .content span {
    color: #273f44
}

.stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta .content,
.stm-template-car_dealer_two .stm-call-to-action .call-to-action-right .call-to-action-meta .content {
    font-weight: 700;
    font-size: 24px;
    color: #273f44
}

.stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta .content i,
.stm-template-car_dealer_two .stm-call-to-action .call-to-action-right .call-to-action-meta .content i {
    left: 11px;
    top: 8px;
    font-size: 33px;
    color: #fff
}

.stm-template-car_rental .stm-call-to-action .stm-button-rental,
.stm-template-car_dealer_two .stm-call-to-action .stm-button-rental {
    float: right;
    position: relative;
    margin-left: 50px;
    padding: 15px 21px 15px 47px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none !important;
    background: 0 0 !important;
    color: #273f44 !important;
    transition: all .3s ease
}

.stm-template-car_rental .stm-call-to-action .stm-button-rental i,
.stm-template-car_dealer_two .stm-call-to-action .stm-button-rental i {
    position: absolute;
    left: 17px;
    top: 13px;
    color: #273f44;
    font-size: 18px
}

.stm-template-car_rental .stm-call-to-action .stm-button-rental:hover,
.stm-template-car_dealer_two .stm-call-to-action .stm-button-rental:hover {
    background-color: #fff !important
}

.stm-template-car_dealer_two .stm-call-to-action {
    padding: 40px 0 35px
}

@media (max-width:1050px) {
    .stm-template-car_rental .stm-call-to-action .call-to-action-content {
        margin-top: 0
    }

    .stm-template-car_rental .stm-call-to-action .call-to-action-right {
        overflow: visible
    }

    .stm-template-car_rental .stm-call-to-action .call-to-action-right .stm-button-rental {
        float: none;
        margin-left: 0
    }

    .stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta {
        padding: 10px 0 0;
        display: block;
        width: auto;
        margin: 0 auto;
        text-align: center
    }

    .stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta .content {
        padding-top: 10px
    }

    .stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta .content i {
        position: relative;
        top: 5px;
        left: -10px
    }
}

@media (max-width:1050px) {
    .stm-call-to-action {
        padding: 20px 10px;
        text-align: center
    }

    .stm-call-to-action .call-to-action-right {
        text-align: center
    }

    .stm-call-to-action .call-to-action-right .call-to-action-meta {
        margin-left: 0;
        display: inline-block
    }

    .stm-call-to-action .pull-left {
        text-align: center;
        float: none !important
    }

    .stm-call-to-action .call-to-action-content {
        margin-top: 15px;
        display: inline-block;
        text-align: center
    }
}

@media (max-width:767px) {
    .stm-call-to-action .call-to-action-content {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 0 !important
    }

    .stm-call-to-action .call-to-action-content .content {
        line-height: 1.2;
        font-size: 25px
    }

    .stm-call-to-action .call-to-action-content i {
        display: none
    }
}

.stm-orange {
    color: #ffb129
}

.stm-sidebar-mode-vc .stm-listing-car-dealer-info,
.stm-single-car-side .stm-listing-car-dealer-info,
.stm-single-listing-car-sidebar .stm-listing-car-dealer-info {
    padding: 0;
    box-shadow: none;
    border-top: none;
    margin-bottom: 40px
}

.stm-listing-car-dealer-info {
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .24), inset 0 4px 0 #153e4d;
    border-top: 1px solid #153e4d
}

.stm-listing-car-dealer-info .stm-no-text-decoration:hover,
.stm-listing-car-dealer-info .stm-no-text-decoration:active,
.stm-listing-car-dealer-info .stm-no-text-decoration:focus {
    text-decoration: none !important
}

.stm-listing-car-dealer-info .title {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: -.4px
}

.stm-listing-car-dealer-info .dealer-image {
    float: left;
    margin-right: 20px
}

.stm-listing-car-dealer-info .dealer-rating {
    padding-top: 6px;
    overflow: hidden
}

.stm-listing-car-dealer-info .dealer-rating .stm-rate-sum {
    color: #888;
    font-size: 13px
}

.stm-listing-car-dealer-info .dealer-contacts {
    margin: 29px 0 15px
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {
    position: relative;
    padding-left: 33px;
    padding-top: 24px;
    margin-top: 20px
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit:first-child {
    border-top: 1px solid #e5e8ec
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone {
    padding-right: 50px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone .phone {
    color: #153e4d
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone a {
    color: #153e4d
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span {
    font-size: 11px;
    cursor: pointer;
    -webkit-text-decoration: dotted;
    text-decoration: dotted;
    border-bottom: 1px dotted;
    line-height: 20px;
    position: relative;
    min-width: 20px
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span.load_number {
    color: transparent
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span.load_number:before {
    content: "\f1ce";
    display: block;
    
    font-weight: 600;
    color: #333;
    font-size: 15px;
    position: absolute;
    left: 0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp {
    padding-top: 7px
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail {
    margin-top: 10px;
    padding-top: 0
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail {
    padding-left: 0
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp a,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a {
    text-decoration: none
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp a:hover,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp a:active,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp a:focus,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:hover,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:active,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:focus {
    text-decoration: none
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn {
    display: flex;
    align-items: center;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .09);
    border: 1px solid #e0e3e7;
    background-color: #fff;
    border-radius: 5px;
    color: #153e4d;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 13px 17px
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn:hover,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn:hover,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn:hover,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn:hover {
    background-color: #f8f8f8
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn>span,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn>span,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn>span,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn i,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn i,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn i,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn i {
    position: initial
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn .stm-icon-whatsapp,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn .stm-icon-whatsapp,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn .stm-icon-whatsapp,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn .stm-icon-whatsapp {
    margin-right: 15px;
    font-size: 26px;
    color: #45c655
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn .fa-envelope,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn .fa-envelope,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn .fa-envelope,
.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn .fa-envelope {
    margin-right: 15px;
    font-size: 26px;
    color: #5c97cd
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.address {
    margin-top: 14px;
    color: #11323e;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: left
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone {
    margin-bottom: -1px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.5px
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone-label {
    font-size: 13px;
    color: #888
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i {
    position: absolute;
    top: 27px;
    left: 0;
    color: #f0c542;
    font-size: 13px
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i.stm-service-icon-pin_2 {
    font-size: 16px
}

.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .address {
    color: #153e4d;
    font-size: 13px;
    line-height: 18px
}

.stm-listing-car-dealer-info .stm-rate-unit {
    height: 13px;
    line-height: 13px;
    overflow: hidden
}

.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-not-filled {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px
}

.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-not-filled:after {
    color: #edab1f;
    
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 1px
}

.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-filled {
    font-size: 13px;
    overflow: hidden
}

.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-filled:after {
    color: #edab1f;
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 1px
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c a .title {
    margin: 1px 0 0;
    font-size: 16px
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c a .stm-label {
    font-size: 13px;
    color: #888
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image {
    float: left;
    margin-right: 14px;
    text-align: center;
    line-height: 40px;
    width: 40px
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image img {
    border-radius: 50%;
    overflow: hidden
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image .no-avatar {
    width: 40px;
    height: 40px;
    background-color: #eee;
    color: #5b6771;
    border-radius: 50%;
    font-size: 16px;
    text-indent: 2px
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image a {
    text-decoration: none !important
}

.stm-template-listing_four .stm-listing-car-dealer-info {
    padding: 22px 23px 8px;
    border: 3px solid #e4e6ea
}

.stm-template-listing_four .stm-listing-car-dealer-info .stm-border-bottom-unit {
    padding-bottom: 19px;
    margin-bottom: 0;
    border: 0
}

.stm-template-listing_four .stm-listing-car-dealer-info .dealer-contact-unit.phone {
    padding-right: 0 !important
}

.stm-template-listing_four .stm-listing-car-dealer-info .title {
    margin-top: 0
}

.stm-template-listing_four .stm-listing-car-dealer-info .dealer-contacts {
    margin: 29px 0 18px
}

@media (max-width:991px) {
    .stm-template-listing_four .stm-listing-car-dealer-info {
        margin-top: 25px
    }
}

@media (max-width:1100px) {
    .stm-template-listing_four .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {
        padding-left: 19px
    }
}

@media (max-width:991px) {
    .stm-template-listing .stm-listing-car-dealer-info {
        margin-top: 25px
    }
}

.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts {
    margin: 29px 0 28px
}

.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {
    border-top: 1px solid #e5e8ec
}

.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .whatsapp-btn,
.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .email-btn {
    color: #1a2c33 !important
}

.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 5px
}

.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone .phone {
    color: #1a2c33
}

.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone .phone a {
    color: #1a2c33 !important
}

.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i {
    top: 30px;
    left: 10px
}

.stm-template-listing_five .stm-user-public-profile .stm-user-sidebar .stm-listing-car-dealer-info {
    display: none !important
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts {
    margin: 29px 0 28px
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.address {
    margin-top: 14px
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail i {
    font-size: 15px;
    color: #4e90cc
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .stm-label {
    color: #888;
    font-size: 13px
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a {
    font-size: 14px
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:hover {
    color: #cc761a
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.5px
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone-label {
    font-size: 13px;
    color: #888
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i {
    position: absolute;
    top: 21px;
    left: 0;
    color: #ff9420;
    font-size: 13px
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i.stm-service-icon-pin_2 {
    font-size: 16px
}

.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .address {
    color: #cc761a;
    font-size: 13px;
    line-height: 18px
}

.stm-template-equipment .stm-listing-car-dealer-info {
    background-color: transparent
}

.stm-template-equipment .stm-listing-car-dealer-info .dealer-contacts .stm-show-number {
    color: #fff
}

.stm-template-equipment .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone a,
.stm-template-equipment .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone div.phone {
    color: #fff
}

.stm-template-motorcycle .stm-listing-car-dealer-info {
    background-color: transparent
}

.stm-template-motorcycle .stm-listing-car-dealer-info .dealer-contacts .stm-show-number {
    color: #fff
}

.stm-template-motorcycle .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone a,
.stm-template-motorcycle .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone div.phone {
    color: #fff
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c a .title {
    color: #121e24
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .stm-label {
    color: #121e24
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {
    padding-top: 17px;
    border-top: 1px solid #e5e8ec
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone {
    margin-bottom: 5px;
    color: #121e24
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span {
    color: #121e24
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.address {
    margin-top: 14px
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp,
.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail {
    border-top: none
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone {
    color: #121e24
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone-label {
    color: #121e24
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i {
    color: #ffb129
}

.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .address {
    color: #121e24
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info {
    background-color: transparent
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c a .title {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .stm-label {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .title {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .stm-show-number {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone a,
.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone div.phone {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span.load_number {
    color: transparent
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span.load_number:before {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.address {
    margin-top: 14px
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail i {
    color: #4e90cc
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .stm-label {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:hover {
    color: #3350b8
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone-label {
    color: #fff
}

.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .address {
    color: #fff
}

.stm-orange {
    color: #ffb129
}

.stm-car-leasing-wrap {
    display: block;
    text-align: center
}

.stm-car-leasing-wrap h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 25px
}

.stm-car-leasing-wrap .price_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start
}

.stm-car-leasing-wrap .price_wrap .left .price {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #fff
}

.stm-car-leasing-wrap .price_wrap .right {
    padding: 8px 0 0 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

.stm-car-leasing-wrap .subtitle {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
    text-align: center
}

.stm-car-leasing-wrap .btn-wrap {
    margin-top: 45px
}

.stm-car-leasing-wrap .btn-wrap .c-l-test-drive {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-color: #3350b8;
    padding: 16px 22px 16px 14px !important;
    color: #fff;
    font-weight: 700 !important;
    text-decoration: none;
    font-size: 14px;
    z-index: 2
}

.stm-car-leasing-wrap .btn-wrap .c-l-test-drive i {
    font-size: 18px !important;
    margin-right: 10px !important;
    vertical-align: middle
}

.stm-car-leasing-wrap .btn-wrap .c-l-test-drive:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    background: #ffb129;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform .3s, opacity .3s, background-color .3s
}

.stm-car-leasing-wrap .btn-wrap .c-l-test-drive:hover {
    color: #fff;
    opacity: 1
}

.stm-car-leasing-wrap .btn-wrap .c-l-test-drive:hover i {
    color: #fff !important
}

.stm-car-leasing-wrap .btn-wrap .c-l-test-drive:hover:before {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.stm-orange {
    color: #ffb129
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #2a4046
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #2a4046
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #2a4046
    }
}

.car-listing-tabs-unit .car-listing-top-part {
    position: relative;
    padding-top: 33px
}

.car-listing-tabs-unit .car-listing-top-part:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    z-index: -1
}

.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs {
    margin-top: 20px
}

.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul {
        flex-direction: row
    }
}

.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0
}

@media (min-width:768px) {
    .car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li:last-child {
        margin-right: 0
    }
}

.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li.active a {
    color: #f0c542;
    background-color: #fff
}

.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li a {
    display: block;
    padding: 0 25px;
    background: rgba(255, 255, 255, .1);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
    color: #aaa;
    line-height: 44px
}

.car-listing-tabs-unit .car-listing-main-part {
    padding-top: 59px
}

.car-listing-tabs-unit .car-listing-main-part .preloader {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 0;
    height: 46px;
    width: 54px
}

.car-listing-tabs-unit .car-listing-main-part .preloader span {
    display: block;
    bottom: 20px;
    width: 9px;
    height: 5px;
    background: #2a4046;
    position: absolute;
    -webkit-animation: preloader 1.5s infinite ease-in-out;
    animation: preloader 1.5s infinite ease-in-out
}

.car-listing-tabs-unit .car-listing-main-part .preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.car-listing-tabs-unit .car-listing-main-part .preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.car-listing-tabs-unit .car-listing-main-part .preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.car-listing-tabs-unit .car-listing-main-part .preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.car-listing-actions {
    position: relative;
    height: 46px
}

.car-listing-actions.all-done {
    height: 0;
    padding: 0
}

.car-listing-row .col-md-3 {
    margin-bottom: 40px
}

.car-listing-row .listing-car-item-meta {
    padding-top: 17px
}

.car-listing-row .listing-car-item-meta .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.car-listing-row .listing-car-item-meta .car-title .colored {
    color: #f0c542
}

.car-listing-row .listing-car-item-meta .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #2a4046;
    text-align: right
}

.car-listing-row .listing-car-item-meta .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #2a4046;
    transform: skew(-14deg, 0deg);
    z-index: 5
}

.car-listing-row .listing-car-item-meta .price.discounted-price {
    padding: 1px 10px 2px 4px
}

.car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {
    line-height: 16px
}

.car-listing-row .listing-car-item-meta .price .regular-price,
.car-listing-row .listing-car-item-meta .price .sale-price,
.car-listing-row .listing-car-item-meta .price .normal-price {
    position: relative;
    z-index: 6
}

.car-listing-row .listing-car-item-meta .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through
}

.car-listing-row .listing-car-item-meta .price .normal-price,
.car-listing-row .listing-car-item-meta .price .sale-price {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.car-listing-row .listing-car-item-meta .price .normal-price {
    line-height: 25px
}

.car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc
}

.car-listing-row .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.car-listing-row .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle
}

.car-listing-row .car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #aaa;
    vertical-align: middle
}

.car-listing-row .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 1px
}

.car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px
}

.car-listing-row .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px
}

.car-listing-row .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase
}

.car-listing-row .car-meta-bottom ul li:last-child {
    margin-right: 0
}

.found-cars-cloned {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px
}

.found-cars,
.found-cars.heading-font {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaa !important
}

.found-cars i {
    position: absolute;
    content: "";
    display: block;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0
}

.found-cars .blue-lt {
    color: #2a4046;
    font-weight: 700
}

.found-cars-clone {
    display: none;
    visibility: hidden;
    opacity: 0
}

.tab-search-title {
    position: relative;
    padding-left: 71px;
    margin-bottom: 36px;
    min-height: 35px;
    font-size: 30px;
    color: #232628;
    font-weight: 700
}

.tab-search-title i {
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 34px
}

#car-listing-tab-search {
    padding-top: 20px
}

.reset-all:hover {
    cursor: pointer
}

.reset-all.reset-styled {
    display: block;
    border: 2px solid #ddd;
    border-radius: 3px;
    color: #ddd;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    text-decoration: none !important
}

.reset-all.reset-styled:hover {
    color: #2a4046;
    border-color: #2a4046
}

.reset-all.reset-styled:focus {
    color: #2a4046;
    border-color: #2a4046
}

.reset-all.reset-styled:active {
    color: #2a4046;
    border-color: #2a4046
}

.search-call-to-action {
    margin-top: 36px
}

.stm-cat-info-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 27px 20px 24px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .1), inset 0px 3px 0px 0px rgba(76, 148, 250, .004)
}

.stm-cat-info-box i {
    font-size: 60px
}

.stm-cat-info-box .stm-cat-name {
    font-weight: 700;
    line-height: 22px;
    font-size: 13px;
    margin: 16px 0 0
}

.stm-cat-info-box .stm-cat-val {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}

@media (max-width:767px) {
    .stm-cat-info-box {
        margin-bottom: 30px !important
    }
}

.stm-orange {
    color: #ffb129
}

.car-listing-actions {
    position: relative;
    height: 46px
}

.car-listing-actions.all-done {
    height: 0;
    padding: 0
}

.stm-car-listing-sort-units {
    margin-top: 4px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd
}

.stm-car-listing-sort-units .stm-sort-by-options {
    float: left
}

.stm-car-listing-sort-units .stm-sort-by-options>span {
    float: left;
    margin-top: 7px;
    margin-right: 9px;
    text-transform: uppercase;
    font-size: 12px;
    color: #888
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {
    float: left
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {
    height: 32px
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px;
    line-height: 32px
}

.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px
}

.stm-car-listing-sort-units .stm-view-by {
    float: right
}

.stm-car-listing-sort-units .stm-view-by:after {
    display: table;
    content: "";
    clear: both
}

.stm-car-listing-sort-units .stm-view-by .view-type {
    display: block;
    float: left;
    color: #8f8f8f;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important
}

.stm-car-listing-sort-units .stm-view-by .view-type:hover {
    color: #2a4046;
    cursor: pointer
}

.stm-car-listing-sort-units .stm-view-by .view-type:first-child {
    margin-left: 0
}

.stm-car-listing-sort-units .stm-view-by .view-type.view-list {
    font-size: 12px
}

.stm-car-listing-sort-units .stm-view-by .view-type.view-grid {
    text-indent: 2px;
    font-size: 16px
}

.stm-car-listing-sort-units .stm-view-by .view-type.active {
    background-color: #f0f2f5;
    color: #8f8f8f
}

.stm-car-listing-sort-units .stm-view-by .view-type.active:hover {
    color: #2a4046
}

.classic-filter-row {
    position: relative;
    z-index: 48
}

.classic-filter-row input[type=text] {
    height: 40px;
    line-height: 40px
}

.classic-filter-row .form-group {
    margin-bottom: 16px
}

.classic-filter-row .filter-price {
    margin: 7px 0 31px
}

.classic-filter-row .filter-price h5 {
    margin-bottom: 19px
}

.classic-filter-row .select2-container--default .select2-selection--single,
.classic-filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px
}

.classic-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.classic-filter-row .filter-sidebar {
    padding: 0 22px 30px;
    background-color: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .18)
}

.classic-filter-row .sidebar-entry-header {
    position: relative;
    min-height: 40px;
    padding: 26px 22px 21px 76px;
    margin: 0 -22px;
    background-color: #232628
}

.classic-filter-row .sidebar-entry-header i {
    position: absolute;
    top: 32px;
    left: 21px;
    font-size: 29px;
    color: #fff
}

.classic-filter-row .sidebar-entry-header .h4 {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.3px
}

.classic-filter-row .stm-inventory-sidebar {
    margin-top: 25px
}

.classic-filter-row .stm-accordion-single-unit.price .stm-accordion-content {
    padding: 5px 25px 40px
}

.classic-filter-row .stm-accordion-single-unit.price .stm-accordion-content-wrapper .col-md-6 input[type=text] {
    padding: 0 10px
}

.car-listing-row .col-md-3 {
    margin-bottom: 40px
}

.car-listing-row .listing-car-item-meta {
    padding-top: 17px
}

.car-listing-row .listing-car-item-meta .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.car-listing-row .listing-car-item-meta .car-title .colored {
    color: #f0c542
}

.car-listing-row .listing-car-item-meta .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #2a4046;
    text-align: right
}

.car-listing-row .listing-car-item-meta .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #2a4046;
    transform: skew(-14deg, 0deg);
    z-index: 5
}

.car-listing-row .listing-car-item-meta .price.discounted-price {
    padding: 1px 10px 2px 4px
}

.car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {
    line-height: 16px
}

.car-listing-row .listing-car-item-meta .price .regular-price,
.car-listing-row .listing-car-item-meta .price .sale-price,
.car-listing-row .listing-car-item-meta .price .normal-price {
    position: relative;
    z-index: 6
}

.car-listing-row .listing-car-item-meta .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through
}

.car-listing-row .listing-car-item-meta .price .normal-price,
.car-listing-row .listing-car-item-meta .price .sale-price {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.car-listing-row .listing-car-item-meta .price .normal-price {
    line-height: 25px
}

.car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc
}

.car-listing-row .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.car-listing-row .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle
}

.car-listing-row .car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #aaa;
    vertical-align: middle
}

.car-listing-row .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 1px
}

.car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px
}

.car-listing-row .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px
}

.car-listing-row .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase
}

.car-listing-row .car-meta-bottom ul li:last-child {
    margin-right: 0
}

.found-cars-cloned {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px
}

.found-cars,
.found-cars.heading-font {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaa !important
}

.found-cars i {
    position: absolute;
    content: "";
    display: block;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0
}

.found-cars .blue-lt {
    color: #2a4046;
    font-weight: 700
}

.found-cars-clone {
    display: none;
    visibility: hidden;
    opacity: 0
}

.tab-search-title {
    position: relative;
    padding-left: 71px;
    margin-bottom: 36px;
    min-height: 35px;
    font-size: 30px;
    color: #232628;
    font-weight: 700
}

.tab-search-title i {
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 34px
}

#car-listing-tab-search {
    padding-top: 20px
}

.reset-all:hover {
    cursor: pointer
}

.reset-all.reset-styled {
    display: block;
    border: 2px solid #ddd;
    border-radius: 3px;
    color: #ddd;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    text-decoration: none !important
}

.reset-all.reset-styled:hover {
    color: #2a4046;
    border-color: #2a4046
}

.reset-all.reset-styled:focus {
    color: #2a4046;
    border-color: #2a4046
}

.reset-all.reset-styled:active {
    color: #2a4046;
    border-color: #2a4046
}

.search-call-to-action {
    margin-top: 36px
}

.colored-separator {
    text-align: center;
    vertical-align: top;
    font-size: 0
}

.colored-separator.text-left {
    text-align: left
}

.colored-separator.text-right {
    text-align: right
}

.colored-separator .first-long,
.colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background-color: #f0c542
}

.colored-separator .first-long {
    margin-right: 3px
}

.colored-separator .last-short {
    width: 16px
}

.stm-contact-us-form-wrapper {
    padding: 40px 30px 40px;
    background-color: #fff;
    box-shadow: 0px 3px 18px rgba(35, 38, 40, .3)
}

@media (min-width:992px) {
    .stm-contact-us-form-wrapper {
        padding: 60px 91px 11px
    }
}

.stm-contact-us-form-wrapper h2 {
    margin-bottom: 47px;
    text-transform: uppercase
}

.stm-contact-us-form-wrapper .form-group {
    margin-bottom: 30px
}

.stm-contact-us-form-wrapper .form-group input {
    font-size: 14px
}

.stm-contact-us-form-wrapper form {
    margin-left: 3px;
    margin-right: 3px
}

.stm-contact-us-form-wrapper form textarea {
    max-height: 143px;
    padding-top: 8px
}

.stm-contact-us-form-wrapper form input::-webkit-input-placeholder {
    font-size: 13px
}

.stm-contact-us-form-wrapper form input::-moz-placeholder {
    font-size: 13px
}

.stm-contact-us-form-wrapper form input:-moz-placeholder {
    font-size: 13px
}

.stm-contact-us-form-wrapper form input:-ms-input-placeholder {
    font-size: 13px
}

.stm-contact-us-form-wrapper form textarea::-webkit-input-placeholder {
    font-size: 13px
}

.stm-contact-us-form-wrapper form textarea::-moz-placeholder {
    font-size: 13px
}

.stm-contact-us-form-wrapper form textarea:-moz-placeholder {
    font-size: 13px
}

.stm-contact-us-form-wrapper form textarea:-ms-input-placeholder {
    font-size: 13px
}

.stm-contact-us-form-wrapper form input[type=text],
.stm-contact-us-form-wrapper form input[type=tel],
.stm-contact-us-form-wrapper form input[type=email],
.stm-contact-us-form-wrapper form input[type=search],
.stm-contact-us-form-wrapper form input[type=password] {
    height: 43px;
    line-height: 43px
}

.stm-contact-us-form-wrapper .col-md-5 .contact-us-submit,
.stm-contact-us-form-wrapper .col-md-5 .form-group {
    margin-left: 7px
}

.stm-contact-us-form-wrapper .col-md-7 .col-md-6:first-child .form-group {
    margin-right: 2px
}

.stm-contact-us-form-wrapper .col-md-7 .col-md-6:nth-child(2) .form-group {
    padding-left: 8px;
    margin-right: -5px
}

.stm-contact-us-form-wrapper .wpcf7-response-output {
    margin-bottom: 20px !important
}

.stm-hero-banner-wrap {
    display: block;
    position: relative;
    width: 100%
}

.stm-hero-banner-wrap .stm-image-wrap {
    display: block;
    width: 100%;
    margin: auto 0;
    overflow: hidden;
    max-height: 600px
}

.stm-hero-banner-wrap .stm-image-wrap img {
    display: block;
    width: 100%;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1, 1);
    transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .stm-hero-banner-wrap .stm-image-wrap img {
        min-height: 400px
    }
}

.stm-hero-banner-wrap:hover .stm-image-wrap img {
    transform: scale(1.01, 1.01)
}

.stm-hero-banner-wrap .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

@media (max-width:767px) {
    .stm-hero-banner-wrap .container .stm-info-wrap .stm-hb-round .stm-button {
        padding: 14px 18px 12px
    }
}

.stm-hero-banner-wrap.left .container {
    justify-content: flex-start
}

.stm-hero-banner-wrap.right .container {
    justify-content: flex-end
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap {
    display: inline-block;
    z-index: 5;
    transition: all .3s ease-in-out;
    width: 359px;
    height: 359px;
    position: relative
}

@media (max-width:1199px) {
    .stm-hero-banner-wrap.style_1 .stm-info-wrap {
        margin: 0 15px
    }
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_1 .stm-info-wrap {
        width: 280px;
        height: 280px
    }
}

@media (max-width:320px) {
    .stm-hero-banner-wrap.style_1 .stm-info-wrap {
        margin-left: 5px
    }
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border-radius: 50%;
    opacity: .25;
    z-index: -1;
    transform: scale(1, 1);
    transition: all .5s ease-in-out
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap:hover:after {
    transform: scale(1.05, 1.05);
    opacity: .5
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap:hover .stm-hb-round:after {
    opacity: 1
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round {
    width: 100%;
    height: 100%;
    z-index: 5;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 58px 19px 50px 27px;
    border-radius: 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px)
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: .85;
    z-index: -1;
    transition: all .5s ease-in-out
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {
    font-weight: 700;
    color: #232628;
    padding-left: 37px;
    padding-right: 45px;
    line-height: 1.1
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title span {
    display: block
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {
        font-size: 16px;
        padding: 0
    }
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    letter-spacing: 0px;
    font-weight: 400
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit>span {
    display: inline-block;
    position: relative
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {
    font-weight: 600;
    color: #fff;
    vertical-align: top;
    justify-content: space-between;
    line-height: 1
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
    text-align: left;
    letter-spacing: -6px;
    font-weight: 700;
    line-height: .7;
    vertical-align: top;
    color: #fff
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
        letter-spacing: 0
    }
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
    position: relative;
    left: 6px;
    color: #232628;
    line-height: 1;
    margin: 0 5px 0 3px
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
        line-height: 30px;
        font-size: 26px;
        top: 0;
        left: 0;
        padding: 0 6px
    }
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-width: 100px;
    vertical-align: top;
    color: #232628;
    font-weight: 700;
    padding: 0 0 0 5px
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
        padding: 0
    }
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {
    display: block;
    text-transform: uppercase;
    line-height: .7;
    margin-bottom: 5px
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
    display: block;
    white-space: normal;
    word-spacing: 0;
    text-transform: uppercase;
    padding-left: 3px;
    line-height: .9
}

.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-button {
    margin-left: 37px
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap {
    display: inline-block;
    z-index: 5
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round {
    z-index: 5;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 34px;
    opacity: 1
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-title {
    color: #232628;
    font-weight: 400
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-title {
        font-size: 26px
    }
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-weight: 700
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {
    color: #f0c542;
    vertical-align: top;
    line-height: 1
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
    text-align: left;
    color: #f0c542;
    line-height: .73
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
    position: relative;
    left: 6px;
    color: #fff;
    line-height: 1
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
        left: 4px
    }
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    padding-left: 6px
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {
    display: block;
    text-transform: uppercase;
    line-height: 1
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
    display: block;
    white-space: normal;
    word-spacing: 0;
    text-transform: uppercase;
    max-width: 70px;
    text-align: left;
    margin-left: 15px;
    line-height: 1
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
        margin-left: 3px
    }
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 11px
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button {
    margin-top: 12px;
    font-weight: 600
}

.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button i {
    font-size: 18px;
    vertical-align: middle
}

.stm-hero-banner-wrap.style_2.right .stm-info-wrap .stm-hb-round {
    text-align: right
}

.stm-hero-banner-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-align: right
}

.stm-hero-banner-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    justify-content: flex-end
}

.stm-hero-banner-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    text-align: right
}

.stm-hero-banner-wrap.style_2.left .stm-info-wrap .stm-hb-round {
    text-align: left
}

.stm-hero-banner-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-align: left
}

.stm-hero-banner-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    justify-content: flex-start
}

.stm-hero-banner-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    text-align: left
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap {
    display: block;
    cursor: pointer;
    padding: 55px 40px;
    color: #fff;
    max-width: 540px;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_3 .stm-info-wrap {
        padding: 30px
    }
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: -1;
    transform: scale(1, 1);
    transition: all .5s ease-in-out
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap:hover:after {
    opacity: .75
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-decoration: none;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 700;
    color: #fff
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title span.stm-white {
    color: #ffb129
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    color: #fff;
    font-weight: 500;
    margin: 13px 0
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {
    line-height: 1
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
    line-height: .7
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
    line-height: 1
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    padding-left: 6px
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {
    display: block;
    text-transform: uppercase;
    line-height: 1
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
    display: block;
    white-space: normal;
    word-spacing: 0;
    text-transform: uppercase;
    max-width: 70px;
    text-align: left;
    margin-left: 10px;
    line-height: 1
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
        margin-left: 3px
    }
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    color: #fff;
    font-weight: 500
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {
    margin-top: 12px;
    font-weight: 600
}

.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {
    font-size: 18px;
    vertical-align: middle
}

@media (max-width:767px) {
    .stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {
        line-height: 40px
    }

    .stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {
        font-size: 16px;
        line-height: 14px
    }
}

.stm-hero-banner-wrap.loaded .container .stm-info-wrap {
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes slidein {
    from {
        opacity: 0;
        margin-left: -100%
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@keyframes slidein {
    from {
        opacity: 0;
        margin-left: -100%
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@-webkit-keyframes opacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.stm-hero-slider {
    position: relative
}

.stm-hero-slider .stm-hero-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0
}

.stm-hero-slider .stm-hero-slider-nav-prev,
.stm-hero-slider .stm-hero-slider-nav-next {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 500;
    transform: translateY(-50%);
    transition: .2s ease
}

.stm-hero-slider .stm-hero-slider-nav-prev:hover,
.stm-hero-slider .stm-hero-slider-nav-next:hover {
    background-color: rgba(0, 0, 0, .4)
}

.stm-hero-slider .stm-hero-slider-nav-prev.swiper-button-disabled,
.stm-hero-slider .stm-hero-slider-nav-next.swiper-button-disabled {
    display: none;
    background-color: rgba(0, 0, 0, .2)
}

.stm-hero-slider .stm-hero-slider-nav-prev.swiper-button-disabled:hover,
.stm-hero-slider .stm-hero-slider-nav-next.swiper-button-disabled:hover {
    background-color: rgba(0, 0, 0, .2)
}

@media (max-width:1024px) {

    .stm-hero-slider .stm-hero-slider-nav-prev,
    .stm-hero-slider .stm-hero-slider-nav-next {
        width: 75px;
        height: 75px
    }
}

@media (max-width:767px) {

    .stm-hero-slider .stm-hero-slider-nav-prev,
    .stm-hero-slider .stm-hero-slider-nav-next {
        width: 35px;
        height: 85px
    }
}

.stm-hero-slider .stm-hero-slider-nav-prev:before,
.stm-hero-slider .stm-hero-slider-nav-next:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    opacity: .5;
    transition: .2s ease
}

@media (max-width:767px) {

    .stm-hero-slider .stm-hero-slider-nav-prev:before,
    .stm-hero-slider .stm-hero-slider-nav-next:before {
        width: 20px;
        height: 20px
    }
}

.stm-hero-slider .stm-hero-slider-nav-prev:hover:before,
.stm-hero-slider .stm-hero-slider-nav-next:hover:before {
    opacity: .8
}

.stm-hero-slider .stm-hero-slider-nav-prev.swiper-button-disabled:before,
.stm-hero-slider .stm-hero-slider-nav-next.swiper-button-disabled:before {
    opacity: .3
}

.stm-hero-slider .stm-hero-slider-nav-prev.swiper-button-disabled:hover:before,
.stm-hero-slider .stm-hero-slider-nav-next.swiper-button-disabled:hover:before {
    opacity: .3
}

.stm-hero-slider .stm-hero-slider-nav-prev {
    left: 50px
}

@media (max-width:1024px) {
    .stm-hero-slider .stm-hero-slider-nav-prev {
        left: 20px
    }
}

@media (max-width:767px) {
    .stm-hero-slider .stm-hero-slider-nav-prev {
        left: 1px
    }
}

.stm-hero-slider .stm-hero-slider-nav-prev:before {
    left: 56%;
    transform: translateY(-50%) translateX(-50%) rotate(-135deg)
}

.stm-hero-slider .stm-hero-slider-nav-next {
    right: 50px
}

@media (max-width:1024px) {
    .stm-hero-slider .stm-hero-slider-nav-next {
        right: 20px
    }
}

@media (max-width:767px) {
    .stm-hero-slider .stm-hero-slider-nav-next {
        right: 1px
    }
}

.stm-hero-slider .stm-hero-slider-nav-next:before {
    left: 44%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg)
}

.stm-hero-slider-wrap {
    display: block;
    position: relative;
    width: 100%;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    overflow: hidden
}

@media (max-width:767px) {
    .stm-hero-slider-wrap {
        min-height: 400px
    }
}

.stm-hero-slider-wrap .stm-image-wrap {
    display: block;
    width: 100%;
    margin: auto 0;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:767px) {
    .stm-hero-slider-wrap .stm-image-wrap {
        min-height: 400px
    }
}

.stm-hero-slider-wrap .stm-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1, 1);
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media (max-width:767px) {
    .stm-hero-slider-wrap .stm-image-wrap img {
        min-height: 400px
    }
}

.stm-hero-slider-wrap:hover .stm-image-wrap img {
    transform: scale(1.01, 1.01)
}

.stm-hero-slider-wrap .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

@media (max-width:767px) {
    .stm-hero-slider-wrap .container .stm-info-wrap .stm-hb-round .stm-button {
        padding: 14px 18px 12px
    }
}

.stm-hero-slider-wrap.left .container {
    justify-content: flex-start
}

.stm-hero-slider-wrap.right .container {
    justify-content: flex-end
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap {
    display: inline-block;
    z-index: 5;
    transition: all .3s ease-in-out;
    width: 359px;
    height: 359px;
    position: relative
}

@media (max-width:1199px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap {
        margin: 0 15px
    }
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap {
        width: 280px;
        height: 280px
    }
}

@media (max-width:320px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap {
        margin-left: 5px
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border-radius: 50%;
    opacity: .25;
    z-index: -1;
    transform: scale(1, 1);
    transition: all .5s ease-in-out
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap:hover:after {
    transform: scale(1.05, 1.05);
    opacity: .5
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap:hover .stm-hb-round:after {
    opacity: 1
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round {
    width: 100%;
    height: 100%;
    z-index: 5;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 58px 19px 50px 27px;
    border-radius: 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px)
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: .85;
    z-index: -1;
    transition: all .5s ease-in-out
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {
    font-weight: 700;
    color: #232628;
    padding-left: 37px;
    padding-right: 45px;
    line-height: 1.1
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title span {
    display: block
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {
        font-size: 16px;
        padding: 0
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    letter-spacing: 0px;
    font-weight: 400
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit>span {
    display: inline-block;
    position: relative
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {
    font-weight: 600;
    color: #fff;
    vertical-align: top;
    justify-content: space-between;
    line-height: 1
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
    text-align: left;
    letter-spacing: -6px;
    font-weight: 700;
    line-height: .7;
    vertical-align: top;
    color: #fff
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
        letter-spacing: 0
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
    position: relative;
    left: 6px;
    color: #232628;
    line-height: 1;
    margin: 0 5px 0 3px
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
        line-height: 30px;
        font-size: 26px;
        top: 0;
        left: 0;
        padding: 0 6px
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-width: 100px;
    vertical-align: top;
    color: #232628;
    font-weight: 700;
    padding: 0 0 0 5px
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
        padding: 0
    }
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {
    display: block;
    text-transform: uppercase;
    line-height: .7;
    margin-bottom: 5px
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
    display: block;
    white-space: normal;
    word-spacing: 0;
    text-transform: uppercase;
    padding-left: 3px;
    line-height: .9
}

.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-button {
    margin-left: 37px
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap {
    display: inline-block;
    z-index: 5
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round {
    z-index: 5;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 34px;
    opacity: 1
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-title {
    color: #232628;
    font-weight: 400
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-title {
        font-size: 26px
    }
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-weight: 700
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {
    color: #f0c542;
    vertical-align: top;
    line-height: 1
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
    text-align: left;
    color: #f0c542;
    line-height: .73
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
    position: relative;
    left: 6px;
    color: #fff;
    line-height: 1
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
        left: 4px
    }
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    padding-left: 6px
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {
    display: block;
    text-transform: uppercase;
    line-height: 1
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
    display: block;
    white-space: normal;
    word-spacing: 0;
    text-transform: uppercase;
    max-width: 70px;
    text-align: left;
    margin-left: 15px;
    line-height: 1
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
        margin-left: 3px
    }
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 11px
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button {
    margin-top: 12px;
    font-weight: 600
}

.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button i {
    font-size: 18px;
    vertical-align: middle
}

.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round {
    text-align: right
}

.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-align: right
}

.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    justify-content: flex-end
}

.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    text-align: right
}

.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round {
    text-align: left
}

.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-align: left
}

.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    justify-content: flex-start
}

.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    text-align: left
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap {
    display: block;
    cursor: pointer;
    padding: 55px 40px;
    color: #fff;
    max-width: 540px;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_3 .stm-info-wrap {
        padding: 30px
    }
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: -1;
    transform: scale(1, 1);
    transition: all .5s ease-in-out
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap:hover:after {
    opacity: .75
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title {
    text-decoration: none;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 700;
    color: #fff
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title span.stm-white {
    color: #ffb129
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    color: #fff;
    font-weight: 500;
    margin: 13px 0
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {
    line-height: 1
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {
    line-height: .7
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {
    line-height: 1
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    padding-left: 6px
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {
    display: block;
    text-transform: uppercase;
    line-height: 1
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
    display: block;
    white-space: normal;
    word-spacing: 0;
    text-transform: uppercase;
    max-width: 70px;
    text-align: left;
    margin-left: 10px;
    line-height: 1
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {
        margin-left: 3px
    }
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-round-text {
    color: #fff;
    font-weight: 500
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {
    margin-top: 12px;
    font-weight: 600
}

.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {
    font-size: 18px;
    vertical-align: middle
}

@media (max-width:767px) {
    .stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {
        line-height: 40px
    }

    .stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {
        font-size: 16px;
        line-height: 14px
    }
}

.stm-hero-slider-wrap.loaded .container .stm-info-wrap {
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes slidein {
    from {
        opacity: 0;
        margin-left: -100%
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@keyframes slidein {
    from {
        opacity: 0;
        margin-left: -100%
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@-webkit-keyframes opacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.stm-orange {
    color: #ffb129
}

.icon-box-link {
    text-decoration: none !important
}

.icon-box {
    position: relative;
    padding: 46px 50px 48px 34px;
    color: #232628;
    z-index: 10;
    display: flex
}

@media (max-width:991px) {
    .icon-box {
        padding-right: 25px
    }
}

.icon-box:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    z-index: -2
}

.icon-box:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0
}

.icon-box .icon {
    float: left;
    margin-top: 11px;
    margin-right: 27px;
    color: #f0c542;
    align-self: flex-start
}

@media (max-width:1025px) {
    .icon-box .icon {
        display: inline-block;
        float: none;
        margin: 10px 20px 10px 15px;
        min-height: 54px
    }
}

@media (max-width:991px) {
    .icon-box .icon {
        display: inline-block;
        float: none;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        min-height: 54px
    }
}

.icon-box .icon-text {
    overflow: hidden
}

.icon-box .icon-text h2 {
    line-height: 34px
}

.icon-box .icon-text h3.title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px
}

.icon-box .icon-text h4.title {
    font-weight: 700
}

.icon-box .icon-text h5 {
    font-weight: 400;
    line-height: 18px
}

.icon-box .icon-text h6.title {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px
}

.icon-box .icon-text .content {
    font-size: 13px
}

@media (max-width:991px) {
    .icon-box .icon-text .content {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .icon-box .icon-text .content {
        font-size: 14px
    }
}

.icon-box .icon-text .content p,
.icon-box .icon-text .content span {
    line-height: 18px
}

.icon-box .icon-text a {
    display: inline-block
}

.icon-box .icon-box-bottom-triangle {
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 55px solid #fab637;
    transform: skew(0deg, 23deg)
}

.icon-box:hover:before {
    opacity: 1
}

.stm-orange {
    color: #ffb129
}

.stm-mt-icon-counter {
    padding: 15px 0;
    color: #fff;
    text-align: center
}

@media (min-width:1200px) {
    .stm-mt-icon-counter {
        text-align: unset
    }
}

.stm-mt-icon-counter .stm-mt-icon-counter-left {
    float: none;
    margin-right: 0;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .stm-mt-icon-counter .stm-mt-icon-counter-left {
        float: left;
        margin-top: 8px;
        margin-right: 14px
    }
}

.stm-mt-icon-counter .stm-mt-icon-counter-left i {
    font-size: 56px
}

.stm-mt-icon-counter .stm-counter-meta {
    overflow: hidden;
    color: #fff
}

.stm-mt-icon-counter .stm-counter-meta .stm-value-wrapper {
    font-weight: 700;
    word-spacing: .2px;
    line-height: 43px;
    font-size: 0
}

.stm-mt-icon-counter .stm-counter-meta .stm-value-wrapper .stm-value {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 45px;
    letter-spacing: -1.5px
}

.stm-mt-icon-counter .stm-counter-meta .stm-value-wrapper .stm-value-affix {
    display: inline-block;
    vertical-align: top;
    font-size: 45px;
    max-width: 100%
}

.stm-mt-icon-counter .stm-counter-meta .stm-label {
    margin: 6px 0 0 4px;
    text-transform: uppercase;
    letter-spacing: -.4px
}

.stm-template-car_dealer_two .stm-mt-icon-counter {
    text-align: center
}

.stm-template-car_dealer_two .stm-mt-icon-counter:first-child {
    margin-bottom: 70px
}

.stm-template-car_dealer_two .stm-mt-icon-counter .stm-counter-meta {
    overflow: visible
}

.stm-template-car_dealer_two .stm-mt-icon-counter .stm-counter-meta .stm-value-wrapper .stm-value {
    letter-spacing: 6px
}

.stm-template-car_dealer_two .stm-mt-icon-counter .stm-counter-meta .stm-label {
    margin: 20px 0 0 4px
}

.stm_icon_filter_title {
    overflow: hidden;
    margin-bottom: 22px
}

.stm_icon_filter_label {
    margin-top: 9px;
    float: right;
    margin-left: 15px;
    margin-right: 20px;
    color: #777;
    border-bottom: 1px dashed #777;
    line-height: 17px
}

.stm_icon_filter_label.active {
    color: #4e90cc;
    border-bottom-color: #4e90cc
}

.stm_icon_filter_label:hover {
    color: #4e90cc;
    border-bottom-color: #4e90cc;
    cursor: pointer
}

.stm_listing_icon_filter {
    font-size: 0;
    margin: 0 -20px
}

.stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {
    width: 8.3%
}

.stm_listing_icon_filter.stm_listing_icon_filter_9 .stm_listing_icon_filter_single {
    width: 11.1%
}

.stm_listing_icon_filter.stm_listing_icon_filter_6 .stm_listing_icon_filter_single {
    width: 16.6%
}

.stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single {
    width: 25%
}

.stm_listing_icon_filter.stm_listing_icon_filter_3 .stm_listing_icon_filter_single {
    width: 33.3%
}

.stm_listing_icon_filter.stm_listing_icon_filter_2 .stm_listing_icon_filter_single {
    width: 50%
}

.stm_listing_icon_filter.stm_listing_icon_filter_1 .stm_listing_icon_filter_single {
    width: 100%
}

.stm_listing_icon_filter.active {
    margin: 0 -10px
}

.stm_listing_icon_filter.active .stm_listing_icon_filter_single {
    margin-bottom: 16px
}

.stm_listing_icon_filter.active .stm_listing_icon_filter_single .inner {
    padding: 0 10px
}

.stm_listing_icon_filter.active .stm_listing_icon_filter_single .name {
    text-align: left
}

.stm_listing_icon_filter.active .stm_listing_icon_filter_single.non-visible {
    display: inline-block
}

.stm_listing_icon_filter .stm_listing_icon_filter_single {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 44px;
    max-height: 300px;
    overflow: hidden
}

.stm_listing_icon_filter .stm_listing_icon_filter_single .inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    padding: 0 20px;
    text-align: center
}

.stm_listing_icon_filter .stm_listing_icon_filter_single .inner .image {
    padding: 0 10px;
    opacity: .9;
    min-height: 62px;
    line-height: 62px
}

.stm_listing_icon_filter .stm_listing_icon_filter_single .inner img {
    display: inline-block
}

.stm_listing_icon_filter .stm_listing_icon_filter_single .inner .name {
    margin-top: 5px;
    font-size: 13px;
    color: #777;
    text-decoration: underline
}

.stm_listing_icon_filter .stm_listing_icon_filter_single:hover .name {
    color: #4e90cc
}

.stm_listing_icon_filter .stm_listing_icon_filter_single:hover .image {
    opacity: 1
}

.stm_listing_icon_filter .stm_listing_icon_filter_single.non-visible {
    display: none
}

.stm_listing_icon_filter .stm_listing_icon_filter_single.non-visible .name {
    text-align: left
}

.stm_listing_icon_filter.owl-carousel .stm_listing_icon_filter_single {
    width: 100% !important;
    margin-bottom: 30px
}

.stm_listing_icon_filter.owl-carousel .stm_listing_icon_filter_single .inner .name {
    margin-top: 0
}

.stm_listing_icon_filter.owl-carousel .owl-item a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.stm_listing_icon_filter.owl-carousel .owl-controls {
    display: block;
    width: 100%;
    position: absolute;
    top: 38%;
    transform: translateY(-38%);
    margin: 0
}

.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav {
    display: block;
    z-index: 100;
    width: 100%;
    position: relative
}

.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #f0c542
}

.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev {
    display: block;
    width: 55px;
    height: 35px;
    color: transparent;
    font-size: 0;
    position: absolute;
    background: #ddd;
    border-radius: 5px;
    top: 50%;
    left: -85px;
    transform: translateY(-50%)
}

.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    display: block;
    content: "\f053";
    height: auto;
    
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto
}

.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next {
    display: block;
    width: 55px;
    height: 35px;
    color: transparent;
    font-size: 0;
    position: absolute;
    background: #ddd;
    border-radius: 5px;
    right: -85px;
    top: 50%;
    transform: translateY(-50%)
}

.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next:before {
    display: block;
    content: "\f054";
    height: auto;
    
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto
}

@media (max-width:991px) {
    .stm_icon_filter_label {
        margin-right: 0;
        margin-top: 2px
    }

    .stm_listing_icon_filter .stm_listing_icon_filter_single {
        text-align: center
    }

    .stm_listing_icon_filter .stm_listing_icon_filter_single .inner {
        max-width: 160px;
        width: auto;
        margin: 0 auto
    }
}

@media (max-width:767px) {

    .stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single,
    .stm_listing_icon_filter.stm_listing_icon_filter_6 .stm_listing_icon_filter_single,
    .stm_listing_icon_filter.stm_listing_icon_filter_9 .stm_listing_icon_filter_single,
    .stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {
        width: 33%
    }
}

@media (max-width:500px) {

    .stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single,
    .stm_listing_icon_filter.stm_listing_icon_filter_6 .stm_listing_icon_filter_single,
    .stm_listing_icon_filter.stm_listing_icon_filter_9 .stm_listing_icon_filter_single,
    .stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {
        width: 50%
    }
}

.stm-image-filter-wrap {
    padding-top: 33px
}

.stm-image-filter-wrap h2 {
    letter-spacing: -1px;
    margin-bottom: 33px
}

.stm-image-filter-wrap .stm-img-filter-container {
    position: relative
}

.stm-image-filter-wrap .stm-img-filter-container .carousel-container .img-filter-item a:hover .img-wrap img {
    transform: translateZ(0) scale(1.04)
}

.stm-image-filter-wrap .stm-img-filter-container .carousel-container .img-filter-item a .img-wrap {
    overflow: hidden
}

.stm-image-filter-wrap .stm-img-filter-container .carousel-container .img-filter-item a .img-wrap img {
    transform: translateZ(0);
    transition: all .3s ease-in-out
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls {
    display: block;
    width: 100%;
    position: absolute;
    top: -13.2%;
    margin: 0
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav {
    display: block;
    z-index: 100;
    width: 100%;
    position: relative;
    text-align: right
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev {
    display: inline-block;
    width: 55px;
    height: 35px;
    color: transparent;
    font-size: 0;
    border-radius: 3px;
    margin-right: 10px;
    position: relative
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev:before {
    display: block;
    content: "\f053";
    height: auto;
    
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next {
    display: inline-block;
    width: 55px;
    height: 35px;
    color: transparent;
    font-size: 0;
    position: relative;
    border-radius: 3px
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next:before {
    display: block;
    content: "\f054";
    height: auto;
    
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto
}

.stm-image-filter-wrap .stm-img-3 .carousel-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap {
    display: block
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(1) {
    width: 58.3%;
    padding: 0 15px
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(2) {
    width: 41.7%;
    padding: 0 15px
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 {
    display: block;
    width: 100%;
    position: relative
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .img-wrap,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .img-wrap,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .img-wrap {
    display: block;
    width: 100%;
    height: 100%
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .img-wrap img,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .img-wrap img,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .img-wrap img {
    display: block;
    width: 100%
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .body-type-data,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .body-type-data,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .body-type-data {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 1000;
    transform: translateZ(0)
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .body-type-data .bt-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .body-type-data .bt-count {
    color: #fff;
    font-size: 13px
}

.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 {
    margin-bottom: 30px
}

.stm-image-filter-wrap .stm-img-4 .carousel-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {
    width: 41.7%
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 {
    width: 58.3%
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {
    display: block;
    position: relative;
    padding: 0 15px
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .img-wrap,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .img-wrap,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .img-wrap,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .img-wrap {
    display: block;
    width: 100%
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .img-wrap img,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .img-wrap img,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .img-wrap img,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .img-wrap img {
    display: block;
    width: 100%
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .body-type-data,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .body-type-data,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .body-type-data,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .body-type-data {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 1000;
    transform: translateZ(0)
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .body-type-data .bt-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .body-type-data .bt-count {
    color: #fff;
    font-size: 13px
}

.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0,
.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 {
    margin-bottom: 30px
}

.stm-image-filter-wrap .stm-img-5 .carousel-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 {
    width: 58.3%
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 {
    width: 41.7%
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {
    width: 33.3%
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {
    display: block;
    position: relative;
    padding: 0 15px
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .img-wrap,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .img-wrap,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .img-wrap,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .img-wrap,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .img-wrap {
    display: block;
    width: 100%
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .img-wrap img,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .img-wrap img,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .img-wrap img,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .img-wrap img,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .img-wrap img {
    display: block;
    width: 100%
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .body-type-data,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .body-type-data,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .body-type-data,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .body-type-data,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .body-type-data {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 1000;
    transform: translateZ(0)
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .body-type-data .bt-title,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .body-type-data .bt-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .body-type-data .bt-count,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .body-type-data .bt-count {
    color: #fff;
    font-size: 13px
}

.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0,
.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 {
    margin-bottom: 30px
}

@media (max-width:1024px) {
    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(1) {
        width: 58.1%
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(2) {
        width: 41.9%
    }
}

@media (max-width:900px) {
    .stm-image-filter-wrap .stm-img-filter-container .owl-controls {
        top: -18%
    }
}

@media (max-width:670px) {
    .stm-image-filter-wrap .stm-img-filter-container .owl-controls {
        top: -23%
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container {
        margin: 0 -10px
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap {
        display: block
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(1) {
        width: 58.1%;
        padding: 0 10px
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(2) {
        width: 41.9%;
        padding: 0 10px
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 {
        margin-bottom: 20px
    }

    .stm-image-filter-wrap .stm-img-4 .carousel-container {
        margin: 0 -10px
    }

    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {
        width: 41.7%
    }

    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 {
        width: 58.3%
    }

    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {
        padding: 0 10px
    }

    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 {
        margin-bottom: 20px
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container {
        margin: 0 -10px
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 {
        width: 58.3%
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 {
        width: 41.7%
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {
        width: 33.3%
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {
        padding: 0 10px
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 {
        margin-bottom: 20px
    }
}

@media (max-width:500px) {
    .stm-image-filter-wrap .stm-img-filter-container .owl-controls {
        top: -8.7%
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container {
        margin: 0 -10px
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap {
        display: block
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(1) {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(2) {
        width: 100%;
        padding: 0 10px
    }

    .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 {
        margin-bottom: 20px
    }

    .stm-image-filter-wrap .stm-img-4 .carousel-container {
        margin: 0 -10px
    }

    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {
        width: 100%;
        padding: 0 10px
    }

    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1,
    .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 {
        margin-bottom: 20px
    }

    .stm-image-filter-wrap .stm-img-5 .owl-controls {
        top: -5.4%
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container {
        margin: 0 -10px
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {
        width: 100%;
        padding: 0 10px
    }

    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2,
    .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 {
        margin-bottom: 20px
    }
}

.info-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-around;
    background-size: cover;
    padding: 80px 0 77px;
    position: relative;
    z-index: 2
}

.info-wrap span {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative
}

.info-wrap span .stm_flipbox {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0;
    border: 0
}

.info-wrap span .stm_flipbox .stm_flipbox__front,
.info-wrap span .stm_flipbox .stm_flipbox__back {
    transform: rotateX(0deg);
    transform-style: preserve-3d;
    min-height: 283px;
    height: auto;
    transition: transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover
}

.info-wrap span .stm_flipbox .stm_flipbox__front:after,
.info-wrap span .stm_flipbox .stm_flipbox__back:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .75
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    outline: 1px solid transparent;
    perspective: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    z-index: 2
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-top: 53px
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {
    display: block;
    overflow: hidden;
    position: relative
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon img,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon img {
    display: block;
    width: 100%;
    max-height: 92px
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    display: block;
    max-width: 50%;
    font-size: 20px;
    margin: 31px auto 0;
    font-weight: 700;
    line-height: 24px
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    display: block;
    max-width: 86%;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: 28px;
    line-height: 26px;
    letter-spacing: 0;
    transition: color .2s ease-out
}

.info-wrap span .stm_flipbox .stm_flipbox__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    transform: rotateX(180deg);
    transform-style: preserve-3d
}

.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    margin-top: -5px !important
}

.info-wrap span .stm_flipbox .stm_flipbox__back:after {
    opacity: 1
}

.info-wrap span .stm_flipbox:hover .stm_flipbox__front {
    transform: rotateX(-180deg);
    transform-style: preserve-3d
}

.info-wrap span .stm_flipbox:hover .stm_flipbox__back {
    transform: rotateX(0deg);
    transform-style: preserve-3d
}

.stm-info-box .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.stm-info-box .inner img {
    display: block;
    max-width: 90px;
    max-height: 79px;
    position: relative
}

.stm-info-box .inner .title {
    font-size: 40px;
    font-weight: 700;
    margin: 36px 0 25px
}

.stm-info-box .inner .content {
    font-size: 13px;
    font-weight: 700
}

@media (max-width:767px) {
    .stm-info-box {
        margin: 20px 0
    }
}

.stm-orange {
    color: #ffb129
}

.stm-inventory-no-filter-wrap {
    display: block;
    position: relative
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting {
    opacity: 1;
    transition: all .2s ease-in-out
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting.loading {
    opacity: .5
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {
    margin-bottom: 30px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias {
    position: absolute;
    top: 15px;
    left: 7px;
    z-index: 20
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias>div {
    display: inline-block;
    margin-right: 9px;
    padding: 2px 5px 0 6px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias>div i {
    font-size: 12px;
    margin-right: 2px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias>div span {
    position: relative;
    top: -1px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias>div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .6)
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias>div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare {
    position: absolute;
    right: 7px;
    left: unset !important;
    bottom: 7px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    opacity: 0;
    z-index: 20
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare:hover {
    background: rgba(0, 0, 0, .6);
    cursor: pointer
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active {
    background: #2a4046;
    opacity: 1
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite {
    position: absolute;
    left: 7px;
    bottom: 7px;
    padding: 3px 5px 3px 6px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    opacity: 0;
    z-index: 20
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite:hover {
    background: rgba(0, 0, 0, .6);
    cursor: pointer
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {
    background: #2a4046;
    opacity: 1
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-listing-compare,
.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-listing-favorite,
.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-car-medias {
    opacity: 1
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image {
    max-width: 280px;
    padding-top: 0;
    margin: 0 21px 0 0
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .stm-car-medias {
    position: absolute;
    right: 0;
    top: 7px;
    left: inherit;
    z-index: 20
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .stm-car-medias .stm-listing-photos-unit,
.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .stm-car-medias .stm-listing-videos-unit {
    margin-right: 7px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner .stm-badge-directory,
.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner .stm-badge-directory.heading-font {
    z-index: 3;
    position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg) !important;
    background-color: #2a4046;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner img {
    z-index: 2;
    position: relative
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap {
    bottom: 5px;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit.active .thumb {
    opacity: 1;
    z-index: -2
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit {
    align-items: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    position: static
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .thumb {
    border: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -2
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .thumb img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .15s;
    width: 100%
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .indicator {
    height: 3px;
    width: 96%;
    margin: 0 auto -5px auto;
    background-color: #ccc;
    z-index: 25
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .remaining {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 55
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .remaining i {
    font-size: 48px;
    display: block
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .remaining p {
    font-size: 16px;
    font-weight: 400
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #2a4046
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top {
    margin-bottom: 21px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price {
    min-width: 100px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price>div {
    padding: 8px 4px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price>div span {
    font-size: 20px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price:before {
    left: -5px;
    transform: skew(-15deg, 0deg);
    z-index: -1
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price {
    min-height: 49px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price:before {
    left: -15px;
    transform: skew(-15deg, 0deg);
    height: auto;
    top: 0;
    bottom: 0
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price .regular-price {
    position: relative;
    left: -4px;
    padding: 0 4px 0 0;
    vertical-align: bottom;
    font-size: 13px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price .sale-price {
    position: relative;
    left: -4px;
    vertical-align: middle;
    margin-top: 0;
    padding: 0 3px 0 5px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price .sale-price .label-price {
    max-width: 40px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price .normal-price .label-price {
    font-size: 10px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .sell-online-wrap .normal-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 0 4px 6px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .sell-online-wrap .normal-price .normal_font {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 12px;
    margin: 0;
    padding: 0;
    opacity: .7
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .sell-online-wrap .normal-price .heading-font {
    line-height: 16px;
    margin: 3px 0 0;
    color: #fff
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title {
    padding-top: 0
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title a {
    font-size: 20px
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title a .labels {
    line-height: 12px;
    margin-bottom: 4px;
    font-size: 14px;
    margin-top: -1px
}

.stm-inventory-no-filter-wrap .stm_ajax_pagination {
    opacity: 1;
    transition: all .2s ease-in-out;
    margin: 60px 0 80px
}

.stm-inventory-no-filter-wrap .stm_ajax_pagination.loading {
    opacity: .5
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop.stm-isotope-listing-item .image a .image-inner .stm-badge-directory,
.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop.stm-isotope-listing-item .image a .image-inner .stm-badge-directory.heading-font {
    left: -65px !important;
    right: unset !important;
    transform: rotate(-45deg)
}

.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop.stm-isotope-listing-item .image .stm-car-medias {
    right: 7px;
    left: unset !important
}

@media (max-width:767px) {
    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {
        display: flex;
        flex-direction: row;
        position: relative
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content {
        margin-top: 0
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title {
        margin-left: 0;
        margin-right: auto
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-unit.meta-middle-divider {
        display: none
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-unit .meta-middle-unit-top,
    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-unit .value {
        display: inline-block
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions>ul {
        display: flex;
        flex-direction: row
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions>ul li {
        margin-right: 13px !important
    }
}

@media (max-width:750px) {
    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image {
        flex: 1;
        max-width: 240px
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content {
        flex: 1;
        width: 100%;
        margin-top: 0
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top {
        margin-bottom: 10px
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title {
        clear: none
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle {
        margin-bottom: 5px !important
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row {
        margin-bottom: 0
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul li {
        margin-right: 13px !important
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul li .car-action-unit.add-to-compare {
        padding-left: 20px
    }
}

@media (max-width:700px) {
    .stm-inventory-no-filter-wrap .stm-isotope-sorting {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {
        flex-direction: column;
        width: 50%;
        padding: 0 15px;
        border-bottom: 0
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image {
        max-width: 100%;
        width: 100%;
        margin: 0;
        flex: inherit
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image img {
        width: 100%
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content {
        flex: 1;
        width: 100%;
        margin-top: 15px;
        border-bottom: 1px solid #ddd
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top {
        display: block;
        margin-bottom: 10px
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle {
        margin-bottom: 10px !important
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit {
        width: 100% !important;
        margin-bottom: 15px
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit.meta-middle-divider {
        display: none !important
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit.font-exists {
        width: auto;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit.font-exists .value {
        display: block;
        padding-top: 0;
        margin-left: 4px
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul li {
        margin-right: 13px !important
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul li .car-action-unit.add-to-compare {
        padding-left: 20px
    }
}

@media (max-width:500px) {
    .stm-inventory-no-filter-wrap .stm-isotope-sorting {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
        border-bottom: 0
    }
}

.stm-template-equipment .stm-inventory-no-filter-wrap .image .image-inner .special-label {
    transform: rotate(-45deg) translateZ(0);
    left: -85px;
    top: 25px
}

.stm-template-motorcycle .stm-inventory-no-filter-wrap .image .image-inner {
    min-height: 165px !important
}

.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content {
    margin-top: 15px !important
}

.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,
.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {
    background: #df1d1d
}

.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,
.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {
    background-color: #df1d1d
}

.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #df1d1d
}

.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,
.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {
    background: #ceac61
}

.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,
.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {
    background-color: #ceac61
}

.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #ceac61
}

.stm-template-aircrafts .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #2a4046 !important
}

.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,
.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {
    background: #f0c542
}

.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,
.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {
    background-color: #f0c542
}

.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #f0c542
}

.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,
.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {
    background: #f0c542
}

.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,
.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {
    background-color: #f0c542
}

.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #f0c542
}

.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,
.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {
    background: #ff2325
}

.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,
.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {
    background-color: #ff2325
}

.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #ff2325
}

.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,
.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {
    background: #0d46ff
}

.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,
.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {
    background-color: #0d46ff
}

.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: #0d46ff
}

.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .image .interactive-hoverable {
    min-width: 280px;
    min-height: 207px
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .image .interactive-hoverable {
        min-height: 168px
    }
}

.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .image .stm-listing-compare,
.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .image .stm-listing-favorite {
    bottom: 13px !important
}

@media (max-width:700px) {
    .stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title {
        padding-top: 0;
        clear: none
    }
}

.stm-hoverable-interactive-galleries.stm-template-car_dealer_two .stm-inventory-no-filter-wrap .image .interactive-hoverable {
    min-height: 207px !important
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-car_dealer_two .stm-inventory-no-filter-wrap .image .interactive-hoverable {
        min-height: 165px !important
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing .stm-inventory-no-filter-wrap .image {
    min-height: 168px
}

.stm-hoverable-interactive-galleries.stm-template-listing_two .stm-inventory-no-filter-wrap .image {
    min-height: 168px
}

.stm-hoverable-interactive-galleries.stm-template-listing_three .stm-inventory-no-filter-wrap .image {
    min-height: 168px
}

.stm-hoverable-interactive-galleries.stm-template-listing_three .stm-inventory-no-filter-wrap .image .interactive-hoverable {
    min-height: 207px !important
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_three .stm-inventory-no-filter-wrap .image .interactive-hoverable {
        min-height: 168px !important
    }
}

.stm-hoverable-interactive-galleries.stm-template-listing_five .stm-inventory-no-filter-wrap .image {
    min-height: 168px
}

.stm-hoverable-interactive-galleries.stm-template-listing_five .stm-inventory-no-filter-wrap .image .interactive-hoverable {
    min-height: 171px !important
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-listing_five .stm-inventory-no-filter-wrap .image .interactive-hoverable {
        min-height: 168px !important
    }
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .stm-inventory-no-filter-wrap .image .interactive-hoverable {
    min-height: 207px !important
}

@media (min-width:768px) {
    .stm-hoverable-interactive-galleries.stm-template-motorcycle .stm-inventory-no-filter-wrap .image .interactive-hoverable {
        min-height: 165px !important
    }
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .stm-inventory-no-filter-wrap .image .interactive-hoverable .special-label {
    top: 25px;
    bottom: unset;
    left: -85px;
    right: unset
}

.stm-inventory-map-wrap {
    display: flex;
    flex-direction: row;
    height: 400px;
    overflow: hidden;
    position: relative
}

@media (max-width:500px) {
    .stm-inventory-map-wrap {
        height: 100% !important
    }
}

@media (max-width:430px) {
    .stm-inventory-map-wrap {
        flex-direction: column
    }
}

.stm-inventory-map-wrap .stm-listing-directory-checkboxes.stm-one_col .stm-checkbox-submit {
    display: none !important
}

.stm-inventory-map-wrap .stm_gmap {
    display: block
}

.stm-inventory-map-wrap .stm_gmap.stm-loading:before {
    display: block;
    content: "";
    background: #fff;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap {
    display: block;
    position: relative
}

.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow {
    display: block;
    position: absolute;
    top: 48%;
    left: -30px;
    transform: translateX(0) translateY(-48%);
    overflow: hidden;
    width: 30px;
    height: 70px;
    z-index: 100
}

.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-close:before {
    content: "\f053"
}

.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-close+div.stm-inventory-map-filter-wrap {
    width: 0;
    opacity: 0
}

.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-open:before {
    content: "\f054"
}

.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-open+div.stm-inventory-map-filter-wrap {
    opacity: 1
}

.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow:before {
    display: inline-block;
    width: 30px;
    height: 50px;
    background: #fff;
    
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 15px
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap {
    display: block;
    width: 350px;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: ease-out .2s;
    box-shadow: 0 0 30px rgba(0, 0, 0, .16)
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-filter-scrollbar {
    display: block;
    width: 350px;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 140px
}

@media (max-width:500px) {
    .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-filter-scrollbar {
        padding-bottom: 0
    }
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .mCSB_inside>.mCSB_container {
    margin-right: 10px !important
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text] {
    line-height: 40px;
    background-color: #eceff3 !important;
    color: #000 !important
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text]::-moz-placeholder {
    color: #000 !important
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text]:-ms-input-placeholder {
    color: #000 !important
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text]::placeholder {
    color: #000 !important
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap h5 {
    color: #232628
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar {
    position: relative;
    box-shadow: none;
    padding: 0 53px 24px 50px
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar:before {
    background: 0 0
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .sidebar-entry-header {
    display: flex;
    padding: 20px 0 0;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .sidebar-entry-header i {
    color: #f0c542;
    padding: 4px 2px 0 0
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar>.row.row-pad-top-24 {
    padding-top: 16px
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--multiple {
    line-height: 25px;
    background-color: #eceff3;
    color: #000
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    background-color: #eceff3;
    color: #000
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit {
    margin-top: 0;
    box-shadow: none
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit a.title {
    padding: 27px 50px 20px;
    border-top: 1px solid #ccc
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit a.title .minus {
    right: 54px
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper {
    padding: 5px 50px 40px
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label {
    display: block;
    width: 45%;
    text-align: left
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label .stm-option-image img {
    margin-left: -5px
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label .checker {
    margin-right: 5px !important
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap #ca_location_listing_filter.empty::-webkit-input-placeholder {
    color: #000 !important
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .sidebar-action-units a {
    color: #232628 !important
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .sidebar-action-units a:before {
    color: #f0c542
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px 30px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    max-width: 340px;
    z-index: 20;
    border-top: 1px solid #ccc
}

@media (max-width:500px) {
    .stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn {
        position: relative;
        padding-bottom: 30px
    }
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn .stm-inventory-map-cars-count {
    display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -.7px;
    color: #f0c542 !important;
    background: #fff;
    padding: 20px;
    text-align: center
}

.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn input[type=submit] {
    width: 100%
}

.stm-inventory-map-wrap .stm_iw_link {
    display: block;
    background: #fff;
    text-decoration: none
}

.stm-inventory-map-wrap .stm_iw_link:hover {
    text-decoration: none
}

.stm-inventory-map-wrap .gm-style-iw.gm-style-iw-c {
    box-shadow: none
}

.stm-inventory-map-wrap .stm_map_info_window_group_wrap {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 500px
}

.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_iw_link,
.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_iw_link {
    margin-top: 5px
}

.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_iw_link:first-child,
.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_iw_link:first-child {
    margin-top: 0
}

.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_if_scroll,
.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_if_scroll {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 462px
}

.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_if_scroll .mCustomScrollBox .mCSB_container,
.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_if_scroll .mCustomScrollBox .mCSB_container {
    margin-right: 15px
}

.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll {
    width: 315px
}

.stm-inventory-map-wrap .stm_map_info_window_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    width: 300px;
    font-family: "Montserrat";
    padding: 15px
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_condition {
    display: block;
    color: #f0c542;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_title {
    display: block;
    max-width: 250px;
    overflow: hidden;
    color: #153e4d;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 10px
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_img_wrap {
    display: block;
    max-width: 120px;
    min-height: 73px;
    width: 50%;
    float: left
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_img_wrap img {
    width: 100%
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info {
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
    padding-left: 15px
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt {
    display: flex;
    font-family: "Open Sans";
    font-size: 13px;
    color: #000;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt:nth-child(2) {
    margin: 10px 0
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt i {
    margin-right: 10px;
    color: #888
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f0c542;
    padding: 8px;
    color: #fff;
    font-weight: 600
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price .stm_iw_price_trap {
    display: inline;
    overflow: hidden;
    position: relative;
    top: 0;
    left: -13px
}

.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price .stm_iw_price_trap:before {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    top: -8px;
    left: 0;
    border-top: 32px solid #f0c542;
    border-left: 10px solid
}

.stm-inventory-map-wrap .gm-style>div:first-child>div:nth-child(4) {
    left: 18px !important;
    top: 45px !important
}

.stm-inventory-map-wrap .gm-style>div:first-child>div:last-child>div:last-child>div:last-child>div {
    width: 315px !important
}

.stm-inventory-map-wrap .gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div {
    width: 300px !important;
    height: auto !important
}

.stm-inventory-map-wrap .gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div>div>div:nth-child(2),
.stm-inventory-map-wrap .gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div>div>div:nth-child(4) {
    width: 299px !important;
    height: auto !important
}

.stm-inventory-map-wrap .gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div>div>div:nth-child(3) {
    display: none
}

.stm-inventory-map-wrap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div {
    border: none !important;
    box-shadow: rgba(0, 0, 0, .1) 5px 5px 5px !important
}

.stm-inventory-map-wrap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:first-child>div {
    left: 3px !important;
    box-shadow: none !important;
    z-index: 40
}

.stm-inventory-map-wrap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:nth-child(2)>div {
    left: 2px !important;
    transform: skewX(-36deg) !important;
    box-shadow: rgba(0, 0, 0, .1) 0px 1px 1px !important;
    z-index: 40
}

.stm-inventory-map-wrap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div:nth-child(2) {
    background-color: transparent !important;
    box-shadow: none !important
}

.stm-inventory-map-wrap .gm-style .gm-style-iw-t:before,
.stm-inventory-map-wrap .gm-style .gm-style-iw-t:after {
    display: none !important
}

.stm-inventory-map-wrap .gm-style .gm-style-iw {
    top: 40px !important;
    left: 24px !important
}

.stm-inventory-map-wrap .gm-style .gm-style-iw.gm-style-iw-c {
    padding: 30px !important;
    background: 0 0;
    border-radius: 0;
    max-height: inherit !important;
    max-width: 400px !important
}

.stm-inventory-map-wrap .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-height: inherit !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, .16)
}

.stm-inventory-map-wrap .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid #fff;
    z-index: 1
}

.stm-inventory-map-wrap .gm-style .gm-style-iw>div:first-child {
    max-width: 315px !important;
    overflow-y: hidden !important;
    overflow: hidden !important
}

.stm-inventory-map-wrap .gm-style .gm-style-iw button {
    display: none !important
}

.stm-inventory-map-wrap .gm-style .gm-style-iw>div>div {
    overflow: hidden !important
}

.stm-inventory-map-wrap .gm-style .gm-style-iw+div {
    display: none !important
}

.stm-inventory-map-wrap .gm-style .gm-style-iw h6 {
    margin-bottom: 0 !important;
    font-weight: 400 !important
}

@media (width:1024px) {
    .stm-inventory-map-wrap .gm-style .gm-style-iw {
        top: -5px !important
    }

    .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll.stm_is_mobile .stm_if_scroll,
    .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll.stm_is_mobile .stm_if_scroll {
        max-height: 308px !important;
        overflow-y: scroll !important
    }

    .stm-inventory-map-wrap .gm-style .gm-style-iw>div:first-child {
        max-height: 325px !important
    }
}

@media (max-width:736px) {
    .stm-inventory-map-wrap .gm-style .gm-style-iw {
        top: 0 !important
    }

    .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll.stm_is_mobile .stm_if_scroll,
    .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll.stm_is_mobile .stm_if_scroll {
        max-height: 160px !important;
        overflow-y: scroll !important
    }

    .stm-inventory-map-wrap .gm-style .gm-style-iw>div:first-child {
        max-height: 180px !important
    }
}

.stm-ios_safari .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price .stm_iw_price_trap:before {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    top: -8px;
    left: 16px;
    border-top: 42px solid #1bc742;
    border-left: 10px solid
}

.stm-orange {
    color: #ffb129
}

.search_results_container.container {
    margin-bottom: 60px
}

.stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #f0c542
}

.stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-isearch-results-carousel-wrap .owl-nav {
    display: none !important
}

.stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .rmv_txt_drctn:hover .image:before {
    opacity: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .image:before {
    opacity: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .listing-car-item-meta,
.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .stm-badge-directory {
    z-index: 150
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap {
    border: 5px solid #2a4046
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap .listing-car-item-meta {
    bottom: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img {
    margin-bottom: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img:before {
    background: rgba(0, 0, 0, .2)
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .tmb-wrap {
    display: none
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta {
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap {
    position: relative
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .listing-car-item-meta {
    bottom: 10px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap img {
    max-width: 100%
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap {
    top: -4px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div {
    border-bottom-width: 3px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active {
    border-color: #f0c542;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active:first-child:last-child {
    border-color: transparent
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div:not(.active) {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: #ccc
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 6px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
    visibility: hidden
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining i {
    font-size: 48px;
    display: block
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining p {
    font-size: 16px;
    font-weight: 400
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining.active {
    visibility: visible
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop a {
    color: #000
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover,
.stm-isearch-results-carousel-wrap .stm-template-front-loop a:active,
.stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {
    color: #000
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price {
    background-color: #2a4046;
    color: #fff;
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #2a4046;
    text-align: right
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price:before {
    background-color: #2a4046;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #2a4046;
    transform: skew(-14deg, 0deg);
    z-index: 1
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .heading-font {
    color: #fff
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .price-form-label {
    z-index: 1;
    position: relative;
    font-weight: 700
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price {
    padding: 1px 10px 2px 4px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price .regular-price {
    color: #232628;
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through;
    position: relative;
    z-index: 1
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .sale-price {
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    position: relative;
    z-index: 1
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .normal-price {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 700
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta {
    padding-top: 17px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top {
    border-bottom: none;
    padding-bottom: 17px
}

.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #ff9420
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .stm-badge-directory {
    left: -65px;
    transform: rotate(-45deg)
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {
    border-bottom: none
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-aircrafts .stm-isearch-results-carousel-wrap .price .price-form-label {
    z-index: 10;
    position: relative
}

.stm-template-equipment .stm-isearch-results-carousel-wrap .special-label {
    left: -91px !important;
    transform: rotate(-45deg) !important;
    z-index: 150
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px transparent, inset 0 4px 0 #102127
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .stm-badge-directory {
    position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg);
    background-color: #0d46ff;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px;
    transition: all .5s ease
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none;
    transition: all .5s ease
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    min-height: 137px
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .listing-car-item-meta .price {
    background-color: #0d46ff
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .listing-car-item-meta .price:before {
    background-color: #0d46ff
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {
    border-bottom: none
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .price .price-form-label {
    z-index: 10;
    position: relative
}

.stm-template-ev_dealer .search_results_container {
    margin-bottom: 0 !important
}

.stm-template-listing_five .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #1b232f
}

.stm-template-listing_five .stm-isearch-results-carousel-wrap .listing-car-item-meta .price {
    background-color: #ff2325 !important
}

.stm-template-listing_five .stm-isearch-results-carousel-wrap .listing-car-item-meta .price:before {
    background-color: #ff2325 !important
}

.stm-template-listing_five .stm-isearch-results-carousel-wrap .stm-badge-directory {
    left: -65px;
    transform: rotate(-45deg)
}

.stm-template-listing_five .stm-isearch-results-carousel-wrap .car-listing-row {
    margin-bottom: 0
}

.stm-template-listing_five .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-listing_six .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #f0c542
}

.stm-template-listing_six .stm-isearch-results-carousel-wrap .stm-template-front-loop.current {
    border: 2px solid #f0c542
}

.stm-template-listing_six .stm-isearch-results-carousel-wrap .stm-badge-directory {
    left: -65px;
    transform: rotate(-45deg)
}

.stm-template-listing_six .stm-isearch-results-carousel-wrap .car-listing-row {
    margin-bottom: 0
}

.stm-template-listing_six .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-boats .search_results_container.container {
    margin-bottom: 60px
}

.stm-template-boats .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #ceac61
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image:after {
    opacity: 1
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .boats-image-unit {
    display: none
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .listing-car-item-meta,
.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .stm-badge-directory {
    z-index: 150
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .boats-image-unit {
    display: none
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta,
.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .stm-badge-directory {
    z-index: 150
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .interactive-hoverable {
    min-height: 139.7px
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta .car-meta-top {
    border-bottom: none
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-badge-directory {
    left: -65px !important;
    transform: rotate(-45deg) !important;
    top: 20px;
    bottom: unset
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-template-boats .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-template-boats .stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-template-boats .stm-isearch-results-carousel-wrap .owl-nav {
    display: none !important
}

.stm-template-boats .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-boats .stm-isearch-results-carousel-wrap .owl-dots button {
    background-color: transparent !important;
    box-shadow: none !important
}

.stm-template-boats .stm-isearch-results-carousel-wrap .price .price-form-label {
    z-index: 10;
    position: relative
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #ffb129
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .stm-badge-directory {
    position: absolute;
    left: -65px !important;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg) !important;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ffb100;
    right: unset
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: -1px
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {
    border-bottom: none
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-dealer_two .stm-isearch-results-carousel-wrap .price .price-form-label {
    z-index: 10;
    position: relative
}

.stm-template-dealer_two.inventory-light:not(.home) .stm-isearch-results-carousel-wrap .car-title {
    color: #000
}

.stm-template-dealer_two.inventory-dark:not(.home) .search_results_container {
    background-color: #000 !important
}

.stm-template-dealer_two.inventory-dark:not(.home) .stm-isearch-results-carousel-wrap .back-search-results h4 {
    color: #fff
}

.stm-template-dealer_two.inventory-dark:not(.home) .stm-isearch-results-carousel-wrap .car-title {
    color: #fff
}

.stm-template-listing .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #f0c542
}

.stm-template-listing .stm-isearch-results-carousel-wrap .stm-badge-directory {
    left: -65px;
    transform: rotate(-45deg)
}

.stm-template-listing .stm-isearch-results-carousel-wrap .car-listing-row {
    margin-bottom: 0
}

.stm-template-listing .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-listing_four .stm-isearch-results-carousel-wrap .stm-badge-directory {
    left: -65px;
    transform: rotate(-45deg) !important
}

.stm-template-listing_four .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-listing_three .search_results_container.container {
    margin-bottom: 60px
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #232628
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .listing-car-item-meta .price {
    background-color: #f0c542
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .listing-car-item-meta .price:before {
    background-color: #f0c542
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .stm-badge-directory {
    position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg);
    background-color: #f0c542;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: -1px
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {
    border-bottom: none
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .car-listing-row .listing-car-item-meta .car-meta-top .car-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px
}

.stm-template-listing_three .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-listing_two .search_results_container.container {
    margin-bottom: 60px
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #269aff
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop a {
    color: #000
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover,
.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop a:active,
.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {
    color: #000
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-badge-directory {
    position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg);
    background-color: #269aff;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: -1px
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {
    border-bottom: none
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-template-listing_two .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18), inset 0 4px 0 #ff2325
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop {
    padding: 3px
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap {
    border: 5px solid #ff2325
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop a {
    color: #fff
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover,
.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop a:active,
.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {
    color: #fff
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {
    position: relative;
    overflow: hidden
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta,
.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .stm-badge-directory {
    z-index: 150
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta .car-meta-top {
    border-bottom: none
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta .price {
    background-color: #ff2325 !important
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta .price:before {
    background-color: #ff2325 !important
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap {
    position: relative
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .listing-car-item-meta {
    bottom: 10px
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap img {
    max-width: 100%
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap {
    top: -4px
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active {
    border-color: #ff2325
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div:not(.active) {
    border-color: #ccc
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top .car-title {
    color: #fff
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-badge-directory {
    position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg);
    background-color: #ff2325;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #2a4046
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls {
    padding: 30px 25px 25px;
    display: flex;
    justify-content: space-between
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {
    padding-top: 7px
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {
    font-size: 12px
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {
    text-decoration: none
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {
    text-decoration: none
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {
    display: flex
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev,
.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {
    padding: 9px 13px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1803921569);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas,
.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {
    font-size: 20px;
    color: #000
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled,
.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {
    cursor: unset
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {
    color: #c7c7c7
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {
    padding: 0 0 15px
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .owl-controls {
    margin-top: unset
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .owl-nav {
    display: none !important
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .owl-stage-outer {
    margin-bottom: 0 !important
}

.stm-template-motorcycle .stm-isearch-results-carousel-wrap .price .price-form-label {
    z-index: 10;
    position: relative
}

.stm-hoverable-interactive-galleries .owl-carousel.stm-isearch-results-carousel .stm-template-front-loop.current .image .brazzers-wrap .tmb-wrap {
    top: 0;
    height: unset;
    bottom: 10px
}

.stm-hoverable-interactive-galleries .owl-carousel.stm-isearch-results-carousel .stm-template-front-loop.current .image .brazzers-wrap .tmb-wrap .tmb-wrap-table.active {
    border-bottom: none !important;
    border-color: transparent !important
}

.stm_inventory_with_filter-wrap.is_page_inventory {
    margin-top: 53px;
    padding-bottom: 80px
}

.stm_inventory_with_filter-wrap.is_page_inventory .col-md-9 .stm-action-wrap {
    padding-top: 6px;
    padding-bottom: 28px;
    border-width: 3px;
    margin-bottom: 24px
}

.stm_inventory_with_filter-wrap .col-md-3 {
    margin-top: 0
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit {
    margin-top: 15px;
    box-shadow: 0px 2px 27px 0px rgba(35, 36, 58, .13)
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit:first-child {
    margin-top: 0
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-filter-listing-directory-price {
    margin-top: 15px
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-filter-listing-directory-price .stm-accordion-content-wrapper {
    padding: 15px 25px 25px
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-filter-listing-directory-price .stm-accordion-content-wrapper input[type=text] {
    padding: 0 10px
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 25px 25px
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label {
    padding: 5px 0 5px 20px;
    position: relative
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label:before {
    content: "\f061";
    
    font-weight: 600;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label input {
    display: none
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label span {
    line-height: 24px;
    font-weight: 500
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label span .count {
    margin-left: 5px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    line-height: 18px;
    padding-bottom: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d8e5e6;
    margin-top: -6px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap h2 {
    display: block;
    margin: 0
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .showing {
    font-size: 15px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
    border: 0
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options {
    border: 1px solid #d8e5e6;
    padding-left: 10px;
    border-radius: 3px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options>span {
    margin-top: 12px;
    margin-right: 0;
    color: #2c313e;
    text-transform: none;
    font-size: 15px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single {
    height: 43px;
    opacity: 1 !important;
    background: 0 0;
    border: 0;
    border-radius: 3px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    color: #2c313e;
    font-weight: 700;
    font-size: 15px !important;
    min-width: 170px;
    padding-left: 3px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-size: 0;
    margin-top: -5px;
    height: 7px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "";
    display: block;
    width: 10px;
    border-top: 7px solid #7f7f7f;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    left: -6px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by {
    margin-left: 30px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type {
    margin-left: 16px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type .view-grid {
    font-size: 15px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm_ajax_pagination {
    margin-bottom: 25px
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn {
    display: block;
    max-width: 200px;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:500px) {
    .stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap h2 {
        margin-bottom: 10px
    }

    .stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .showing {
        margin-bottom: 10px
    }

    .stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units {
        width: 100%;
        justify-content: space-between
    }

    .stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options {
        margin-left: 0;
        margin-right: auto
    }
}

.stm-template-aircrafts .stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner {
    padding: 0
}

#wrapper .stm-banner-fullwidth {
    position: static
}

#wrapper .stm-banner-image-filter {
    position: absolute;
    max-height: 410px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 37px;
    background-position: 50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1
}

#wrapper .stm-banner-image-filter:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

#wrapper #stm-vivus-arrow {
    position: absolute;
    left: -50px;
    top: 30px
}

@media (max-width:1199px) {
    #wrapper #stm-vivus-arrow {
        display: none
    }
}

#wrapper .centered-banner-content-listing {
    position: relative;
    padding: 160px 0 159px
}

#wrapper .centered-banner-content-listing .inner {
    position: relative
}

#wrapper .centered-banner-content-listing .inner h1 {
    margin-bottom: 5px;
    font-size: 70px;
    line-height: 50px;
    letter-spacing: -3px
}

.stm-listing-cetegories-grid-wrap h3 {
    display: block;
    width: 100%;
    margin-bottom: 27px
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    filter: drop-shadow(-1px 0 10px rgba(0, 0, 0, .1));
    position: relative
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 30px;
    left: 50%;
    bottom: 30px;
    background-color: #e4eeef;
    z-index: 4
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item {
    display: block;
    width: 50%;
    position: relative
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item:nth-child(odd):after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e4eeef;
    z-index: 4
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item:nth-child(even):after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e4eeef;
    z-index: 4
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item:nth-last-child(1):after,
.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item:nth-last-child(2):after {
    display: none
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 180px;
    background-color: #f9fdfe;
    transition: all .2s ease;
    position: relative;
    text-decoration: none;
    z-index: 2
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a:hover {
    background-color: #fff;
    filter: drop-shadow(-1px 0 8px rgba(0, 0, 0, .1));
    z-index: 3
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a:hover svg path {
    fill: #ff9420
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a img {
    max-height: 80px
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a svg {
    display: block;
    width: auto;
    max-width: 130px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateZ(0);
    overflow: hidden
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a svg path {
    transition: all .2s ease-in-out
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a span {
    font-size: 16px;
    line-height: 36px
}

.stm_dynamic_listing_filter {
    position: relative
}

.stm_dynamic_listing_filter:before {
    position: absolute;
    content: "";
    display: block;
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/stm_uploads/../images/listing-filter-overlay.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 1
}

.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav {
    padding: 0;
    margin: 0;
    list-style: none
}

.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {
    float: left;
    margin-bottom: 0;
    background: #11323e;
    border-right: 1px solid #133340
}

.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li a {
    position: relative;
    display: block;
    padding: 15px 43px 12px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    letter-spacing: -.4px;
    z-index: 2
}

.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li.active {
    background-color: #153e4d;
    border-right-color: #153e4d
}

.stm_dynamic_listing_filter .tab-content {
    padding: 42px 30px 20px;
    background-color: #153e4d
}

.stm_dynamic_listing_filter .tab-content .tab-pane {
    position: relative;
    z-index: 2
}

.stm_dynamic_listing_filter .tab-content .tab-pane form {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

@media (min-width:768px) {
    .stm_dynamic_listing_filter .tab-content .tab-pane form {
        flex-direction: row
    }
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects {
    width: 100%
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row {
    margin: 0 -8px
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col {
    margin-bottom: 15px;
    padding: 0 8px
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col input[type=text],
.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col input[type=number],
.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col input[type=tel],
.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col input[type=email],
.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col input[type=search],
.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col input[type=password] {
    height: 46px;
    line-height: 46px;
    font-size: 14px
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col .select2-container--default .select2-selection--single {
    height: 46px;
    opacity: 1 !important
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col .stm-location-search-unit.loading {
    position: relative
}

.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects>.row .stm-select-col .stm-location-search-unit .gm-err-autocomplete {
    background-position-y: center;
    background-position-x: 8px;
    padding-left: 30px
}

.stm_dynamic_listing_filter .tab-content .tab-pane form button[type=submit] {
    min-width: 170px;
    padding: 16px 25px 13px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    font-size: 14px
}

@media (min-width:768px) {
    .stm_dynamic_listing_filter .tab-content .tab-pane form button[type=submit] {
        margin-left: 16px
    }
}

.stm_dynamic_listing_filter .tab-content .tab-pane form button[type=submit] span {
    margin-right: 4px
}

.stm_dynamic_listing_filter .tab-content .tab-pane form button[type=submit] i {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px
}

.stm_dynamic_listing_filter .tab-content .stm-slide-content {
    display: none;
    position: relative
}

.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap {
    min-height: 50px
}

.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy {
    position: relative
}

.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy label {
    color: #fff;
    line-height: 16px;
    vertical-align: top
}

.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy .stm-taxonomy-range-unit {
    margin-top: 10px;
    padding: 0 10px
}

.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip {
    margin-top: 2px
}

.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip .tooltip-inner {
    padding: 1px 3px 0;
    background: #eceff3;
    color: #222
}

.stm_dynamic_listing_filter .tab-content .stm-more-options-wrap {
    display: block;
    position: relative;
    float: right;
    clear: both;
    cursor: pointer;
    padding: 10px 0 10px 10px
}

.stm_dynamic_listing_filter .tab-content .stm-more-options-wrap span {
    border-bottom: 1px dotted
}

.stm_dynamic_listing_filter .stm_listing_filter_text {
    height: 46px;
    line-height: 46px
}

@media (max-width:991px) {
    .stm_dynamic_listing_filter:before {
        background: 0 0
    }
}

@media (max-width:767px) {
    .stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {
        float: none;
        width: 100%
    }

    .stm_dynamic_listing_filter .tab-content button[type=submit] {
        margin-left: 0;
        margin-bottom: 35px;
        float: none
    }
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap {
    padding: 74px 0 32px
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px;
    position: relative;
    margin-bottom: 34px
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container:before {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container h3 {
    display: block;
    width: 70%;
    text-align: left;
    font-size: 28px !important;
    text-transform: uppercase
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    padding: 0;
    margin: 0;
    list-style: none
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li {
    margin: 0 0 0 20px;
    padding: 0
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li span {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li span.high:before {
    content: "\f062"
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li span.low:before {
    content: "\f063"
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li span:before {
    display: block;
    
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .selected-filter {
    font-size: 14px;
    font-weight: 600
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle {
    margin-top: 10px
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row:before,
.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row:after {
    display: block !important
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row .col-md-3:nth-child(1),
.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row .col-md-3:nth-child(2) {
    width: 31%
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row .col-md-3:nth-child(3),
.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row .col-md-3:nth-child(4) {
    width: 19%
}

.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .select2-container--default .select2-selection--single {
    background-color: #fff
}

.stm_dynamic_listing_filter_without_tabs {
    margin: 0 -45px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.stm_dynamic_listing_filter_without_tabs:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 1
}

.stm_dynamic_listing_filter_without_tabs .stm_dynamic_listing_filter_nav {
    padding: 0;
    margin: 0;
    list-style: none
}

.stm_dynamic_listing_filter_without_tabs .stm_dynamic_listing_filter_nav li {
    float: left;
    margin-bottom: 0;
    background: #121e24;
    border-right: 1px solid #121e24
}

.stm_dynamic_listing_filter_without_tabs .stm_dynamic_listing_filter_nav li.active {
    background-color: #121e24;
    border-right-color: #121e24
}

.stm_dynamic_listing_filter_without_tabs .stm_dynamic_listing_filter_nav li a {
    position: relative;
    display: block;
    padding: 15px 43px 12px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    letter-spacing: -.4px;
    z-index: 2
}

.stm_dynamic_listing_filter_without_tabs .tab-content {
    padding: 30px 45px 10px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .stm_listing_search_title {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: .6px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .stm_listing_search_title i {
    vertical-align: middle;
    margin-right: 7px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane {
    position: relative;
    z-index: 2
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {
    width: 26%
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap button[type=submit] {
    margin-right: 6px;
    font-size: 14px;
    position: relative;
    top: -1px;
    float: right;
    margin-left: 22px;
    min-width: 160px;
    padding: 17px 25px 15px;
    font-weight: 700
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap button[type=submit]:active {
    top: -1px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .reset-filter {
    min-width: 66px !important;
    margin-right: 0 !important;
    padding: 16px 23px 13px !important
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .reset-filter i.stm-icon-reset {
    font-size: 20px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects {
    display: block;
    width: 74%;
    overflow: hidden
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {
    display: block;
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-size: 22px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap {
    min-height: 50px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy {
    position: relative
}

.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy label {
    color: #fff;
    line-height: 16px;
    vertical-align: top
}

.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy .stm-taxonomy-range-unit {
    margin-top: 10px;
    padding: 0 10px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .taxonomy-tooltip {
    margin-top: 2px
}

.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .taxonomy-tooltip .tooltip-inner {
    padding: 1px 3px 0;
    background: #eceff3;
    color: #222
}

@media (max-width:420px) {
    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row {
        flex-direction: column !important;
        flex-wrap: wrap
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {
        width: 100% !important
    }
}

@media (max-width:1150px) {
    .stm_dynamic_listing_filter_without_tabs {
        margin: 0 15px
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {
        width: 30%
    }
}

@media (max-width:1100px) {
    .stm_dynamic_listing_filter_without_tabs {
        margin: 0
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {
        width: 30%
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .border-btn {
        margin: 0 !important;
        max-width: 140px;
        min-width: inherit !important;
        padding: 17px 15px 15px !important
    }
}

@media (max-width:860px) {
    .stm_dynamic_listing_filter_without_tabs {
        margin: 0
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form {
        flex-direction: column-reverse;
        flex-wrap: wrap
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects {
        width: 100%
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {
        width: 100%
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .border-btn {
        margin: 0 !important;
        max-width: 140px;
        min-width: inherit !important;
        padding: 17px 15px 15px !important
    }
}

@media (max-width:568px) {
    .stm_dynamic_listing_filter_without_tabs {
        margin: 0
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form {
        flex-direction: column-reverse;
        flex-wrap: wrap
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects {
        width: 100%
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {
        width: 50%
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {
        width: 100%
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .border-btn {
        margin: 0 !important;
        max-width: 140px;
        min-width: inherit !important;
        padding: 17px 15px 15px !important
    }
}

@media (max-width:500px) {
    .stm_dynamic_listing_filter_without_tabs .tab-content {
        padding: 0
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .heading-title {
        padding: 30px 15px
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: center
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects {
        width: 100%;
        padding: 0 15px
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row {
        flex-direction: column !important;
        flex-wrap: wrap
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {
        width: 100% !important
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {
        width: 100%;
        padding: 0 15px;
        flex-direction: row
    }

    .stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .border-btn {
        margin: 0 !important
    }
}

.stm_listing_tabs_style_2 {
    padding-top: 29px;
    border-top: 4px solid #153e4d
}

.stm_listing_tabs_style_2>.clearfix {
    padding-bottom: 32px
}

.stm_listing_tabs_style_2 .stm_listing_nav_list {
    margin-top: 35px;
    float: none;
    list-style: none;
    padding: 0;
    text-align: center
}

@media (min-width:768px) {
    .stm_listing_tabs_style_2 .stm_listing_nav_list {
        float: right;
        margin-top: 7px
    }
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li {
    margin-bottom: 25px
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li:last-child {
    margin-bottom: 0
}

@media (min-width:500px) {
    .stm_listing_tabs_style_2 .stm_listing_nav_list li {
        display: inline-block;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .stm_listing_tabs_style_2 .stm_listing_nav_list li {
        margin-left: 7px
    }
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li.active a {
    background-color: #f0c542;
    color: #fff
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li.active a:after {
    opacity: 1
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li.active a span {
    border: 0 !important
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li a {
    position: relative;
    padding: 14px 24px;
    color: #153e4d;
    text-decoration: none !important
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li a:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #f0c542;
    opacity: 0
}

.stm_listing_tabs_style_2 .stm_listing_nav_list li a span {
    border-bottom: 1px dashed #153e4d;
    letter-spacing: -.5px
}

.stm_listing_tabs_style_2 .tab-pane {
    padding-bottom: 33px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image {
    position: relative
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-badge-directory,
.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-badge-directory.heading-font {
    position: absolute;
    right: -65px;
    left: unset;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    background-color: #f0c542;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-compare {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    opacity: 0;
    z-index: 20
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-compare:hover {
    cursor: pointer
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-compare.active {
    background: linear-gradient(180deg, #f0c542 0%, #169f36 100%);
    opacity: 1
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-favorite {
    position: absolute;
    left: 7px;
    bottom: 7px;
    padding: 3px 5px 3px 6px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    opacity: 0;
    z-index: 20
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-favorite:hover {
    cursor: pointer
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-favorite.active {
    background: linear-gradient(180deg, #32cd57 0%, #19b33e 100%);
    opacity: 1
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 20
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias>div {
    display: inline-block;
    margin-right: 9px;
    padding: 2px 5px 0 6px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias>div i {
    font-size: 12px;
    margin-right: 2px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias>div span {
    position: relative;
    top: -1px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias>div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .6)
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias>div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image:hover .stm-listing-compare,
.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image:hover .stm-listing-favorite,
.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image:hover .stm-car-medias {
    opacity: 1
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta {
    padding-top: 17px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title .colored {
    color: #f0c542
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color: #f0c542;
    text-align: right
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: #f0c542;
    transform: skew(-14deg, 0deg);
    z-index: 5
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price.discounted-price {
    padding: 1px 10px 2px 4px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price.discounted-price .sale-price {
    line-height: 16px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .regular-price,
.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .sale-price,
.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price {
    position: relative;
    z-index: 6
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .regular-price {
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price,
.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .sale-price {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price {
    line-height: 25px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price {
    display: flex;
    flex-direction: column;
    align-items: center
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .normal_font {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 12px;
    margin: 0;
    padding: 0;
    opacity: .7
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .heading-font {
    line-height: 16px;
    margin: 5px 0 0;
    color: #fff
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #aaa;
    vertical-align: middle
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 1px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase
}

.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li:last-child {
    margin-right: 0
}

@media (max-width:991px) {

    .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(4n+1),
    .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(3n+1) {
        clear: none
    }

    .stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop {
        min-height: 290px
    }

    .stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop>a.rmv_txt_drctn {
        display: block;
        width: auto;
        max-width: 255px;
        margin: 0 auto
    }
}

@media (max-width:500px) {
    .stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop>a.rmv_txt_drctn {
        max-width: 100%
    }

    .stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop>a.rmv_txt_drctn .image img {
        width: 100%
    }
}

.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image:before {
    background-color: transparent
}

.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image .interactive-hoverable {
    min-width: 280px;
    min-height: 160px
}

.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image .stm-listing-compare,
.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image .stm-listing-favorite {
    bottom: 13px !important
}

.stm_dynamic_listing_two_filter {
    position: relative
}

.stm_dynamic_listing_two_filter:before {
    position: absolute;
    content: "";
    display: block;
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/stm_uploads/../images/listing-filter-overlay.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 1
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav {
    padding: 0;
    margin: 0;
    list-style: none
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {
    float: left;
    margin-bottom: 0;
    position: relative
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #fff;
    opacity: .75;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li:first-child:before {
    display: none
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active:first-child+li:before {
    display: none
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active:last-child:before {
    display: none
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active+li:before,
.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active:not(:first-child):not(:last-child):before {
    display: none
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active {
    z-index: 100
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li a {
    position: relative;
    display: block;
    padding: 16px 43px 13px 35px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    letter-spacing: -.4px;
    z-index: 2
}

.stm_dynamic_listing_two_filter .tab-content {
    padding: 38px 30px 38px
}

.stm_dynamic_listing_two_filter .tab-content .tab-pane {
    position: relative;
    z-index: 2
}

.stm_dynamic_listing_two_filter .tab-content .tab-pane.active.expanded {
    flex-direction: column
}

.stm_dynamic_listing_two_filter .tab-content .tab-pane.active.expanded .stm-filter-tab-selects {
    padding-right: 0
}

.stm_dynamic_listing_two_filter .tab-content .tab-pane .motors-gdpr {
    display: block;
    float: left;
    width: 64%;
    margin: 0 !important;
    line-height: 22px
}

.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap {
    display: block
}

.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap {
    float: left;
    width: 100%
}

.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap .input-file-holder {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #888;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3;
    position: relative;
    overflow: hidden
}

.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap .input-file-holder span {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%)
}

.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap .input-file-holder i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap .input-file-holder input[type=file] {
    width: 100%;
    opacity: 0;
    height: 47px;
    line-height: 47px;
    padding: 0
}

.stm_dynamic_listing_two_filter .tab-content .file-name-wrap {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 44px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3;
    position: relative
}

.stm_dynamic_listing_two_filter .tab-content .file-name-wrap i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    cursor: pointer
}

.stm_dynamic_listing_two_filter .tab-content form {
    width: 100%;
    padding-bottom: 40px;
    transition: all .2s ease-in
}

.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects {
    width: 100%;
    overflow: hidden;
    transition: all .3s ease-in;
    padding-right: 0
}

.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects .stm-select-col {
    margin-bottom: 30px;
    padding: 0 8px
}

.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects .col-md-12 {
    padding: 0 15px
}

.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects>.row {
    margin: 0 -8px
}

.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects.stm-filter-tab-selects-third {
    padding-right: 0
}

.stm_dynamic_listing_two_filter .tab-content .btn-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10
}

.stm_dynamic_listing_two_filter .tab-content .btn-wrap button {
    float: right;
    position: relative;
    text-transform: none
}

.stm_dynamic_listing_two_filter .tab-content .btn-wrap button i.fa-spinner {
    display: none;
    position: absolute;
    top: 36%;
    left: 46%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.stm_dynamic_listing_two_filter .tab-content .btn-wrap button.loading {
    color: transparent !important
}

.stm_dynamic_listing_two_filter .tab-content .btn-wrap button.loading i.fa-spinner {
    display: block;
    color: #fff !important
}

.stm_dynamic_listing_two_filter .tab-content button[type=submit] {
    margin-left: 10px;
    min-width: 170px;
    padding: 16px 25px 13px;
    font-weight: 700
}

.stm_dynamic_listing_two_filter .tab-content button[type=submit] i {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px
}

.stm_dynamic_listing_two_filter .tab-content button[type=submit]:active {
    top: -1px
}

.stm_dynamic_listing_two_filter .tab-content .stm-slide-content {
    transition: all .2s ease-in
}

.stm_dynamic_listing_two_filter .tab-content .stm-slide-content .stm-select-col {
    display: none
}

.stm_dynamic_listing_two_filter .tab-content .stm-more-options-wrap {
    display: block;
    cursor: pointer;
    padding: 10px 0;
    text-align: left
}

.stm_dynamic_listing_two_filter .tab-content .stm-more-options-wrap span {
    border-bottom: 1px dotted;
    transition: all .2s ease-in-out;
    color: #888
}

.stm_dynamic_listing_two_filter .tab-content .stm-more-options-wrap span:hover {
    color: #fff
}

.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap {
    min-height: 50px
}

.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy {
    position: relative
}

.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy label {
    color: #fff;
    line-height: 16px;
    vertical-align: top
}

.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy .stm-taxonomy-range-unit {
    margin-top: 10px;
    padding: 0 10px
}

.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip {
    margin-top: 2px
}

.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip .tooltip-inner {
    padding: 1px 3px 0;
    background: #eceff3;
    color: #222
}

.stm_dynamic_listing_two_filter .select2-container--default .select2-selection--single {
    height: 46px;
    opacity: 1 !important
}

.stm_dynamic_listing_two_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px
}

.stm_dynamic_listing_two_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px
}

.stm_dynamic_listing_two_filter .stm_listing_filter_text {
    height: 46px;
    line-height: 46px
}

.stm_dynamic_listing_two_filter .tab-content button[type=submit]:active {
    box-shadow: none !important
}

.stm_dynamic_listing_two_filter.stm_dynamic_listing_dealer_filter {
    margin-bottom: 70px !important
}

.stm_dynamic_listing_two_filter.stm_dynamic_listing_dealer_filter:before {
    display: none !important
}

.stm_dynamic_listing_two_filter.stm_dynamic_listing_dealer_filter .tab-content {
    padding: 38px 30px 13px
}

@media (max-width:991px) {
    .stm_dynamic_listing_two_filter:before {
        background: 0 0
    }
}

@media (max-width:768px) {
    .stm_dynamic_listing_two_filter .tab-content #stm_third_tab form {
        padding-bottom: 90px
    }

    .stm_dynamic_listing_two_filter .tab-content #stm_third_tab .btn-wrap .row .stm-select-col:last-child {
        display: flex;
        flex-direction: column-reverse
    }

    .stm_dynamic_listing_two_filter .tab-content #stm_third_tab .btn-wrap .row .stm-select-col:last-child .motors-gdpr {
        width: 100%;
        margin-left: -7 !important;
        margin-bottom: 10px !important
    }

    .stm_dynamic_listing_two_filter .tab-content #stm_third_tab .btn-wrap .row .stm-select-col:last-child button {
        display: inline-block;
        width: auto;
        align-self: flex-end;
        max-width: 180px
    }
}

@media (max-width:767px) {
    .stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {
        float: none;
        width: 100%
    }

    .stm_dynamic_listing_two_filter .tab-content button[type=submit] {
        margin-left: 0;
        margin-bottom: 0;
        float: none
    }

    .stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects .stm-select-col {
        padding: 0 15px
    }
}

@media (max-width:450px) {
    .stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {
        float: none;
        width: 100%
    }

    .stm_dynamic_listing_two_filter .tab-content button[type=submit] {
        margin-left: 0;
        margin-bottom: 0;
        float: none
    }

    .stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects .stm-select-col {
        padding: 0 15px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane form {
        padding-bottom: 130px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane form .btn-wrap {
        top: inherit;
        bottom: 0;
        right: 5px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane form .stm-filter-tab-selects {
        padding-right: 0
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_first_tab form {
        padding-bottom: 70px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_first_tab form .btn-wrap {
        padding-left: 4px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_second_tab form {
        padding-bottom: 50px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_second_tab form .btn-wrap {
        padding-bottom: 10px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_third_tab form {
        padding-bottom: 130px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_third_tab .btn-wrap .row .stm-select-col:last-child {
        display: flex;
        flex-direction: column-reverse
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_third_tab .btn-wrap .row .stm-select-col:last-child .motors-gdpr {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px !important
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_third_tab .btn-wrap .row .stm-select-col:last-child button {
        display: inline-block;
        width: auto;
        align-self: flex-start
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third {
        padding-right: 0
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third .stm-slide-content .vmc-file-wrap .file-wrap {
        width: 100%;
        padding-right: 0
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third .stm-slide-content .vmc-file-wrap .vmc-photos-list {
        margin-top: 10px
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third .stm-slide-content .vmc-file-wrap .vmc-photos-list ul {
        flex-direction: column;
        flex-wrap: wrap
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third .stm-slide-content .vmc-file-wrap .vmc-photos-list ul li {
        width: 100%;
        margin-right: 0
    }

    .stm_dynamic_listing_two_filter .tab-content .tab-pane .btn-wrap {
        top: inherit;
        bottom: 0
    }
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap h3 {
    font-size: 16px;
    font-weight: 700;
    color: #002e5b;
    margin-bottom: 3px
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
}

@media (min-width:992px) {
    html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid {
        overflow: auto;
        height: 180px
    }
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a {
    display: block;
    width: 100%;
    max-width: 105px;
    height: 84px;
    padding: 5px;
    border: 1px solid #fff;
    transition: all .2s ease-in-out;
    background: 0 0;
    border-radius: 4px;
    margin-bottom: 19px
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(1),
html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(2),
html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(3) {
    margin-bottom: 0
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:before {
    display: none
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover {
    border-color: #d2d2d2
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover .inner .name {
    color: #f0c542
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .image {
    display: block;
    max-width: 67px;
    min-height: 46px
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .image img {
    display: block;
    position: relative;
    width: 100%
}

html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .name {
    font-size: 13px;
    font-weight: 400;
    color: #777;
    transition: all .2s ease-in-out;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 20px;
    text-align: center
}

.stm-layout-header-equipment .stm_mm_top_categories_wrap h3 {
    color: #fff
}

.stm-layout-header-equipment .stm_mm_top_categories_wrap .stm_mm-cats-grid a {
    border-color: transparent
}

.stm-layout-header-equipment .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover {
    border-color: inherit
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap {
    display: block
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs {
    border-bottom: 1px solid #dedede;
    margin: 0 0 23px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item {
    border: unset
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:last-child a {
    margin-right: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item .nav-link {
    background: 0 0;
    border: unset;
    font-size: 14px;
    font-weight: 400;
    color: #153e4d;
    text-align: left;
    padding: 10px 20px 13px 0;
    margin-right: 20px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item .nav-link:before {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: 0 0;
    position: absolute;
    bottom: -1px;
    left: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link,
html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link {
    color: #153e4d
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link:before,
html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link:before {
    background: #f0c542
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {
    display: block;
    width: 23%;
    margin-right: 20px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle:last-child {
    margin-right: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img img {
    display: block;
    width: 100%;
    position: relative;
    transform: translateZ(0)
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {
    display: block;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 2px 5px;
    background: #6d99e2;
    bottom: 0;
    right: 0;
    left: initial
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a {
    color: #153e4d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 10px;
    background: 0 0;
    letter-spacing: 0;
    padding: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a:hover {
    color: #f0c542
}

@media (max-width:780px) {
    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav .nav-item {
        margin-right: 0
    }

    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav .nav-item .nav-link {
        padding: 15px 20px 10px 0
    }
}

@media (max-width:550px) {
    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {
        flex-wrap: wrap;
        justify-content: space-between
    }

    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {
        width: 48%;
        margin: 0 0 20px !important
    }
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a,
.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a {
    padding: 12px 25px 12px 0
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a:active,
.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a:hover,
.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a:active,
.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item>a:hover {
    color: #153e4d
}

@media (min-width:992px) and (max-width:1169px) {
    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {
        font-size: .75em;
        padding: 0 4px;
        line-height: 1.6
    }

    html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a {
        font-size: 11px
    }
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles h3 {
    font-size: 16px;
    font-weight: 700;
    color: #002e5b;
    margin-bottom: 0
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li {
    display: block;
    width: 47%;
    padding: 0;
    margin: 0 0 5px
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a {
    display: block;
    overflow: hidden;
    padding: 9px 0 9px 13px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #f0c542;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:hover {
    background: 0 0;
    color: #f0c542
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu>.sub-menu>li .stm_mm_post_content .stm-mm-top-vehicles h3 {
    color: #fff
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu>.sub-menu>li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a {
    padding: 10px 0 0 15px
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu>.sub-menu>li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a:before {
    top: 21px
}

.stm-orange {
    color: #ffb129
}

.stm-our-team {
    margin-bottom: 30px !important;
    max-width: 255px;
    width: auto;
    margin: 0 auto
}

.stm-our-team .image {
    margin-bottom: 13px;
    position: relative
}

.stm-our-team .image:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    opacity: 0
}

.stm-our-team .image .team-info {
    position: absolute;
    padding: 0 15px;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0
}

.stm-our-team .image .team-info .phone {
    position: relative;
    min-width: 160px;
    max-width: 100%;
    margin-top: 8px;
    display: inline-block;
    padding-left: 36px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 20px;
    text-align: left
}

.stm-our-team .image .team-info .phone i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #2a4046
}

.stm-our-team .image .team-info .email {
    display: inline-block;
    min-width: 160px;
    max-width: 100%;
    padding: 0 12px;
    background-color: #2a4046;
    border-radius: 20px;
    color: #fff !important;
    font-size: 13px;
    line-height: 33px;
    text-align: center;
    text-decoration: none !important
}

.stm-our-team .meta {
    background-color: #fff;
    padding: 21px 10px 23px;
    text-align: center
}

.stm-our-team .meta .name,
.stm-our-team .meta .name.h5 {
    margin-bottom: -2px;
    text-transform: uppercase;
    text-align: center
}

.stm-our-team .meta .position {
    color: #888;
    font-size: 13px
}

.stm-our-team:hover .image:before {
    opacity: 1
}

.stm-our-team:hover .meta {
    background-color: #232628
}

.stm-our-team:hover .meta .name,
.stm-our-team:hover .meta .position {
    color: #fff
}

.stm-our-team:hover .team-info {
    bottom: 18px;
    visibility: visible;
    opacity: 1
}

@media (max-width:1025px) {
    .stm-our-team {
        max-width: inherit !important
    }
}

.stm-template-motorcycle .stm-our-team:hover .meta {
    background-color: #0e1315
}

.stm-template-motorcycle .stm-our-team:hover .meta .name {
    color: #fff
}

.stm-template-motorcycle .stm-our-team .image .team-info .phone {
    background-color: #fff;
    color: #0e1315
}

.stm-template-motorcycle .stm-our-team .image .team-info .phone i {
    color: #df1d1d
}

.stm-template-motorcycle .stm-our-team .image .team-info .email {
    background-color: #df1d1d
}

.stm-template-motorcycle .stm-our-team .meta .name {
    color: #0e1315
}

@media (max-width:1025px) {
    .stm-template-motorcycle .stm-our-team {
        max-width: inherit !important
    }
}

.stm-template-auto_parts .stm-our-team:hover .meta {
    background-color: #191919
}

.stm-template-ev_dealer .stm-our-team:hover .meta {
    background-color: #102127
}

.stm-template-ev_dealer .stm-our-team .image .team-info .phone i {
    color: #0d46ff
}

.stm-template-ev_dealer .stm-our-team .image .team-info .email {
    background-color: #0d46ff
}

.stm-template-equipment .stm-our-team a,
.stm-template-equipment .stm-our-team .heading-font {
    color: #1d1f1f
}

.stm-template-listing_five .stm-our-team .image .team-info .phone i {
    color: #1a2c33
}

.stm-template-listing_five .stm-our-team .image .team-info .email {
    background-color: #1a2c33
}

.stm_popular_makes_unit {
    padding: 73px 0
}

.stm_popular_makes_unit .stm_popular_makes_title {
    margin-bottom: 50px
}

.stm_popular_makes_unit .stm_popular_makes_title h3 {
    color: #fff;
    font-size: 28px !important;
    text-transform: uppercase;
    text-align: center
}

.stm_popular_makes_unit .stm_listing_popular_makes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.stm_popular_makes_unit .stm_listing_popular_makes a {
    display: block;
    background: #fff;
    min-height: 130px;
    min-width: 160px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .2s ease-in
}

.stm_popular_makes_unit .stm_listing_popular_makes a.opacity_07 {
    opacity: .7
}

.stm_popular_makes_unit .stm_listing_popular_makes a.opacity_1 {
    opacity: 1
}

.stm_popular_makes_unit .stm_listing_popular_makes a .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 28px
}

.stm_popular_makes_unit .stm_listing_popular_makes a .inner .image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 55px
}

.stm_popular_makes_unit .stm_listing_popular_makes a .inner .image img {
    display: block;
    width: auto;
    height: auto;
    max-height: 55px;
    max-width: 85px
}

.stm_popular_makes_unit .stm_listing_popular_makes a .inner .name {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    margin-top: 9px
}

.stm_popular_makes_unit .description {
    display: block;
    width: 64%;
    margin: 52px auto 0;
    font-size: 14px;
    color: #fff;
    text-align: center
}

@media (max-width:991px) {
    .stm_popular_makes_unit .stm_listing_popular_makes {
        flex-wrap: wrap;
        padding: 0 10%
    }

    .stm_popular_makes_unit .stm_listing_popular_makes a {
        margin-bottom: 20px
    }

    .stm_popular_makes_unit .description {
        margin: 32px auto 0
    }
}

@media (max-width:568px) {
    .stm_popular_makes_unit .stm_listing_popular_makes {
        padding: 0 1%
    }
}

@media (max-width:340px) {
    .stm_popular_makes_unit .stm_listing_popular_makes {
        padding: 0;
        justify-content: center;
        align-items: center
    }
}

.stm-popular-searches {
    display: block;
    position: relative
}

.stm-popular-searches h3 {
    display: block;
    width: 100%;
    margin-bottom: 27px
}

.stm-popular-searches .stm-ps-list-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 23px
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item {
    display: block;
    width: 30%;
    margin: 7.5px 7px
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    padding: 12px 13px 11px;
    font-size: 13px;
    transition: all .2s ease-in-out;
    text-decoration: none
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a i {
    font-size: 10px;
    transition: all .2s ease-in-out
}

@media (max-width:850px) {
    .stm-popular-searches .stm-ps-list-wrap .stm-ps-item {
        margin: 7.5px 5px
    }
}

@media (max-width:767px) {
    .stm-popular-searches {
        margin-top: 40px
    }
}

@media (max-width:500px) {
    .stm-popular-searches .stm-ps-list-wrap .stm-ps-item {
        width: 47%
    }
}

@media (max-width:375px) {
    .stm-popular-searches .stm-ps-list-wrap .stm-ps-item {
        width: 100%
    }
}

.stm-single-car-page .stm_listing_title {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.4px;
    line-height: 45px;
    text-align: left
}

.special-offers .colored-separator {
    margin-bottom: 13px
}

.special-offers .title {
    position: relative;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    color: #fff
}

@media (min-width:768px) {
    .special-offers .title {
        padding: 0 130px
    }
}

.special-offers .title .all-offers {
    display: block;
    top: 14px;
    right: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: none !important
}

@media (min-width:768px) {
    .special-offers .title .all-offers {
        position: absolute
    }
}

.special-offers .title .all-offers>i {
    vertical-align: top;
    margin-right: 3px;
    font-size: 19px
}

.special-offers .title .all-offers .lt-blue {
    vertical-align: top
}

.special-offers .car-subtitle {
    color: #fff;
    font-size: 13px;
    font-weight: 700
}

.special-offers .car-title {
    font-size: 20px;
    font-weight: 700
}

.special-offers .image {
    position: relative
}

.special-offers .sell-online-wrap .normal-price {
    display: flex;
    flex-direction: column;
    align-items: center
}

.special-offers .sell-online-wrap .normal-price .normal_font {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 12px;
    margin: 0;
    padding: 0;
    opacity: .7
}

.special-offers .sell-online-wrap .normal-price .heading-font {
    line-height: 16px;
    margin: 5px 0 0;
    color: #fff
}

.special-offers.style_2 .price {
    position: absolute;
    bottom: 0;
    right: 0
}

.special-offers.style_2 .car-subtitle {
    color: #2c313e
}

.special-offers.style_2 .car-title {
    color: #2c313e;
    margin-top: 6px
}

.special-offers.style_2 .listing-car-item-meta {
    background: #fff;
    padding-bottom: 23px
}

.special-offers.style_2 .listing-car-item-meta .car-meta-top {
    padding-bottom: 19px;
    border-color: #2c313e
}

.special-offers.style_2 .listing-car-item-meta .car-meta-bottom ul li {
    max-width: 32%;
    margin-top: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px !important
}

.special-offers.style_2 .listing-car-item-meta .car-meta-bottom ul li:nth-child(3n) {
    margin-right: 0 !important
}

.special-offers.style_2 .listing-car-item-meta .car-meta-bottom ul li i {
    color: #2c313e
}

.special-offers.style_2 .listing-car-item-meta .car-meta-bottom ul li span {
    color: #2c313e
}

.special-offers.style_2 .stm-owl-prev,
.special-offers.style_2 .stm-owl-next {
    display: none
}

.special-offers.style_2 .owl-dots .owl-dot {
    padding: 4px 10px
}

.special-offers.style_2 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: 0 0;
    border: 2px solid #c9cbd2
}

.special-offers.style_2 .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    border: 0;
    transform: scale(1)
}

.special-offers.style_2 .owl-dots button {
    background-color: transparent !important;
    box-shadow: none !important
}

.stm-hoverable-interactive-galleries .special-offers .interactive-hoverable {
    min-width: 350px;
    min-height: 205px
}

.stm-hoverable-interactive-galleries .special-offers .interactive-hoverable .hoverable-wrap {
    z-index: 1
}

.stm-hoverable-interactive-galleries .special-offers .listing-car-item-inner a.rmv_txt_drctn:hover {
    opacity: unset
}

.stm-hoverable-interactive-galleries .special-offers .price {
    z-index: 1
}

.stm-hoverable-interactive-galleries.stm-template-aircrafts .special-offers .image:before {
    display: none !important
}

.stm-hoverable-interactive-galleries.stm-template-motorcycle .special-offers.view_type_grid .image .interactive-hoverable {
    min-height: 216px
}

.stm-orange {
    color: #ffb129
}

.testimonials-carousel-wrapper .testimonials-carousel {
    border: 0;
    padding: 62px 0 22px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
    visibility: visible
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit {
    padding-bottom: 22px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {
    float: left;
    margin-right: 31px
}

@media (max-width:991px) and (min-width:768px) {
    .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {
        max-width: 39%
    }
}

@media (max-width:991px) {
    .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {
        margin-right: 20px !important
    }
}

@media (max-width:767px) {
    .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {
        float: none !important;
        margin-left: 0;
        margin-bottom: 15px
    }
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content {
    margin-top: -3px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content>p:first-child {
    display: none
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content h4 {
    margin-bottom: 22px;
    letter-spacing: .5px;
    word-spacing: -1px;
    font-size: 17px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content h5 {
    margin-bottom: 19px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta {
    margin-top: 9px;
    padding-right: 55px;
    min-height: 22px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author {
    display: inline-block;
    margin-right: 25px;
    text-transform: uppercase
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car {
    display: inline-block;
    position: relative;
    padding-left: 31px;
    font-style: italic;
    color: #888
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    margin-top: -12px;
    font-size: 21px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 {
    padding: 0
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .image {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    overflow: hidden;
    border: 8px solid #fff;
    padding: 0;
    margin: 0 0 23px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
    transform: translateZ(0);
    border-radius: 50%
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .author_info {
    margin-bottom: 24px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .author_info .author_name {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.4px;
    margin-bottom: 5px;
    font-weight: 500
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .author_info .author_position {
    font-size: 16px;
    color: #fff;
    opacity: .5;
    font-weight: 400
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .content {
    display: block;
    max-width: 76%;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 28px
}

.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .icon i {
    color: #f0c542;
    font-size: 36px
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
    display: block;
    position: absolute;
    margin-top: 0;
    max-width: 55px;
    z-index: 100;
    bottom: 10px;
    right: 3px
}

@media (max-width:767px) {
    .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
        text-align: left;
        position: static;
        margin-top: 15px
    }
}

@media (max-width:991px) {
    .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
        display: none
    }
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev,
.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next {
    display: block;
    width: 24px;
    height: 24px;
    color: #aaa;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .23)
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:hover {
    color: #f0c542
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:after,
.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:after {
    
    font-weight: 600;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 26px
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 0
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:after {
    content: "\f104"
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    padding: 0
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:after {
    content: "\f105";
    margin-right: -4px
}

.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-docs {
    display: none
}

.stm-template-listing .testimonials-carousel .testimonial-unit .icon i {
    color: #f0c542
}

.stm-template-listing .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i {
    color: #f0c542
}

.stm-template-listing .testimonials-carousel .owl-controls .owl-prev:hover,
.stm-template-listing .testimonials-carousel .owl-controls .owl-next:hover {
    color: #f0c542
}

.page-template-home-service-layout .testimonials-carousel .testimonial-unit {
    padding-bottom: 30px
}

.page-template-home-service-layout .testimonials-carousel .testimonial-unit .testimonial-meta {
    padding-right: 65px
}

.page-template-home-service-layout .testimonials-carousel .testimonial-unit .testimonial-meta .author {
    font-weight: 900
}

.page-template-home-service-layout .testimonials-carousel .owl-controls {
    right: 13px;
    bottom: 21px
}

@media (max-width:991px) {
    .page-template-home-service-layout .testimonials-carousel .owl-controls {
        display: none
    }
}

.stm-template-equipment .testimonials-carousel {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333
}

.stm-template-equipment .testimonials-carousel .owl-controls {
    bottom: 40px
}

.stm-template-equipment .testimonials-carousel .owl-controls .owl-next,
.stm-template-equipment .testimonials-carousel .owl-controls .owl-prev {
    border: none
}

.stm-template-equipment .testimonials-carousel .owl-controls .owl-next:after,
.stm-template-equipment .testimonials-carousel .owl-controls .owl-prev:after {
    font-weight: 900
}

.stm-template-equipment .testimonials-carousel .owl-controls .owl-next:hover:after,
.stm-template-equipment .testimonials-carousel .owl-controls .owl-prev:hover:after {
    color: #f0c542
}

.stm-template-equipment .testimonials-carousel .owl-controls .owl-dots.disabled {
    display: none
}

@media (max-width:768px) {
    .stm-template-equipment .testimonial-unit {
        padding-bottom: 35px
    }
}

.stm-template-equipment .testimonial-unit .clearfix {
    padding-bottom: 10px
}

@media (max-width:767px) {
    .stm-template-equipment .testimonial-unit .image {
        margin-bottom: 25px
    }
}

.stm-template-equipment .testimonial-unit .content h5 {
    color: #f0c542
}

.stm-template-equipment .testimonial-unit .content p {
    color: #fff
}

.stm-template-equipment .testimonial-unit .testimonial-meta .author {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 0
}

.stm-template-equipment .testimonial-unit .testimonial-meta .author-car {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding-left: 9px
}

@media (max-width:375px) {
    .stm-template-equipment .testimonial-unit .testimonial-meta .author-car {
        padding-left: 0
    }
}

.stm-template-equipment .testimonial-unit .testimonial-meta .author-car i {
    display: none
}

.stm-template-ev_dealer .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .icon i {
    color: #0d46ff
}

.stm-template-ev_dealer .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:hover,
.stm-template-ev_dealer .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:hover {
    color: #0d46ff
}

.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel {
    padding-bottom: 14px
}

.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car {
    position: relative;
    padding-left: 31px;
    font-style: italic;
    color: #888
}

.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i {
    font-family: "boaticons" !important
}

.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i:before {
    content: "\e901"
}

.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
    bottom: 8px !important
}

.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:hover,
.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:hover {
    color: #ceac61
}

@media (max-width:430px) {
    .stm-template-listing_four .testimonial-unit.style_1 .clearfix {
        margin-bottom: 20px
    }

    .stm-template-listing_four .testimonial-unit.style_1 .testimonial-meta {
        line-height: 26px
    }
}

.stm-template-listing_five .testimonials-carousel {
    padding: 38px 0 27px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.stm-template-listing_five .testimonials-carousel .testimonial-unit {
    padding-bottom: 22px;
    position: relative
}

.stm-template-listing_five .testimonials-carousel .owl-controls {
    right: 3px
}

.stm-template-listing_five .testimonials-carousel .owl-controls .owl-prev,
.stm-template-listing_five .testimonials-carousel .owl-controls .owl-next {
    display: inline-block
}

.stm-template-listing_five .testimonials-carousel .owl-controls .owl-prev:hover,
.stm-template-listing_five .testimonials-carousel .owl-controls .owl-next:hover {
    color: #1a2c33
}

.stm-template-listing_five .testimonials-carousel .owl-controls .owl-prev:after,
.stm-template-listing_five .testimonials-carousel .owl-controls .owl-next:after {
    font-size: 26px
}

.stm-template-listing_five .testimonials-carousel .owl-controls .owl-prev {
    padding-right: 15px
}

.stm-template-listing_five .testimonials-carousel .owl-controls .owl-next {
    padding-left: 15px
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel {
    padding: 38px 0 27px
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit {
    padding-bottom: 30px;
    position: relative
}

@media (max-width:991px) {
    .stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {
        margin-right: 20px !important
    }
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author {
    font-weight: 900
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car {
    color: #4c4f51
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i {
    color: #4c4f51
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
    bottom: 26px
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev,
.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next {
    color: #aaa;
    border: none
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:hover,
.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:hover {
    color: #df1d1d
}

.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-dots.disabled {
    display: none
}

@media (max-width:767px) {
    .stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
        text-align: left;
        position: static;
        margin-top: 15px
    }
}

.stm-template-car_rental .testimonials-carousel-wrapper {
    margin: 0 -15px 51px
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit {
    padding: 0 15px
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit>.clearfix {
    padding: 30px 35px 58px;
    border: 1px dashed #bec5c7
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {
    margin: 0 0 20px;
    float: none;
    text-align: center
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image img {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    border-radius: 50%
}

@media (max-width:1025px) {
    .stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {
        max-width: 100%;
        margin: 0 0 20px !important
    }
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-info .author {
    font-size: 18px;
    text-align: center;
    color: #343743
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-info .author-car {
    text-align: center
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content {
    margin: 9px -5px 0;
    padding: 0 10px;
    text-align: center;
    color: #888;
    line-height: 20px;
    font-size: 13px
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
    position: static;
    margin: 43px 0 0
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 1px solid #c1c8c9;
    background-color: transparent
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-dots .owl-dot.active span {
    background-color: #f0c542;
    border-color: #f0c542;
    transform: scale(1)
}

.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-dots button {
    background-color: transparent !important;
    box-shadow: none !important
}

@media (max-width:600px) {
    .stm-template-car_dealer_two .testimonials-carousel-wrapper .testimonials-carousel {
        max-width: 100%
    }

    .stm-template-car_dealer_two .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {
        display: none
    }

    .stm-template-car_dealer_two .testimonial-unit.style_2 .clearfix .content {
        max-width: 95%
    }
}

@media (max-width:500px) and (min-width:320px) {
    .stm-template-equipment #stm_motors_vin_decoder {
        flex-direction: column;
        flex-wrap: wrap
    }
}

.stm-template-equipment #stm_motors_vin_decoder .vin {
    color: #fff
}

.stm-template-motorcycle #stm_motors_vin_decoder .vin {
    color: #fff
}

@media (max-width:768px) {
    .theme-motors .stm_vehicle_vin_check #request-stm_vim_history .stm_vin_info .vc_toggle_content {
        width: 100%
    }
}

.theme-motors #stm_vim_history {
    width: 100%
}

.theme-motors #stm_motors_vin_decoder {
    width: 100%;
    margin-bottom: 50px !important;
    display: flex;
    justify-content: center
}

@media (max-width:500px) and (min-width:320px) {
    .theme-motors #stm_motors_vin_decoder {
        flex-direction: column;
        flex-wrap: wrap
    }
}

.theme-motors #stm_motors_vin_decoder input[type=text].vin {
    width: 385px !important
}

.theme-motors #stm_motors_vin_decoder #checkVin {
    width: 150px
}

@media (max-width:500px) and (min-width:320px) {
    .theme-motors #stm_motors_vin_decoder #checkVin {
        margin-top: 10px
    }
}

.theme-motors #stm_motors_vin_decoder .sample_vin {
    letter-spacing: normal;
    font-style: normal;
    text-transform: none;
    top: 46px;
    opacity: .8;
    left: 17.7rem
}

@media (max-width:767px) and (min-width:500px) {
    .theme-motors #stm_motors_vin_decoder .sample_vin {
        left: 0
    }
}

@media (max-width:500px) and (min-width:320px) {
    .theme-motors #stm_motors_vin_decoder .sample_vin {
        right: 0 !important;
        left: 70% !important
    }
}

@media (max-width:800px) and (min-width:768px) {
    .theme-motors #stm_motors_vin_decoder .sample_vin {
        left: 6rem
    }
}

@media (max-width:1030px) and (min-width:900px) {
    .theme-motors #stm_motors_vin_decoder .sample_vin {
        left: 14rem
    }
}

.theme-motors #stm_motors_vin_decoder .success {
    border-color: #eceff3 !important
}

.theme-motors #stm_motors_vin_decoder #checkVin {
    background-color: #2a4046;
    box-shadow: none !important;
    border-radius: 3px;
    border-color: #2a4046
}

.theme-motors #stm_motors_vin_decoder #checkVin active {
    top: 1px
}

.theme-motors #stm_motors_vin_decoder #checkVin active~#stm_motors_vin_decoder {
    width: 100%
}

.theme-motors #stm_motors_vin_decoder .vin {
    background-color: transparent
}

.stm-orange {
    color: #ffb129
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    color: #fff
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    color: #fff
}

.info-wrap span .stm_flipbox .stm_flipbox__front {
    border: 1px solid rgba(255, 255, 255, .35)
}

.info-wrap span .stm_flipbox .stm_flipbox__back {
    background: rgba(34, 158, 255, .9)
}

.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    color: #fff
}

.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    color: #fff
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {
    background: #11323e;
    border-right: 1px solid #133340
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li a {
    color: #fff
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active {
    background-color: #153e4d;
    border-right-color: #153e4d
}

.stm_dynamic_listing_two_filter .tab-content {
    background-color: #153e4d
}

.stm_dynamic_listing_two_filter .tab-content .tab-pane .vmc-photos-list ul li {
    background: #fff
}

.stm-image-filter-wrap {
    border-top: 4px solid #153e4d
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev:hover,
.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next:hover {
    background: #f0c542
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev {
    background: #ddd
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next {
    background: #ddd
}

.stm-popular-searches .stm-ps-list-wrap {
    border: 2px solid #d8e5e6
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a {
    border: 1px solid #d8e5e6;
    color: #798494;
    background-color: #fff
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a:hover {
    color: #fff;
    background-color: #4c94fa
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a:hover i {
    color: #fff
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a i {
    color: #4c94fa
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit>a.title {
    border-color: #ff9420
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit>a.title.collapsed {
    border-color: #4c94fa
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label:before {
    color: #bfc2c8
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label.checked:before {
    color: #ff9420
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label span .count {
    color: #bfc2c8
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type i:before {
    color: #ff9420
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type.active {
    background: #ff9420
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type.active i:before {
    color: #fff
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn {
    color: #fff;
    background: #ff9420;
    box-shadow: 0 2px 0 #cc761a
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn:hover {
    background: #cc761a
}

.special-offers.style_2 .price {
    background: #ff9420
}

.special-offers.style_2 .price:before {
    background: #ff9420
}

.special-offers.style_2 .car-subtitle {
    color: #2c313e
}

.special-offers.style_2 .car-title {
    color: #2c313e
}

.special-offers.style_2 .owl-dots .owl-dot.active span {
    background: #ff9420
}

.special-offers.style_2 .owl-dots button {
    background-color: transparent !important;
    box-shadow: none !important
}

.stm-cat-info-box {
    border-top: 3px solid #4c94fa
}

.stm-cat-info-box i {
    color: #4c94fa
}

.stm-data-table .stm-data-table-wrap .data-row-wrap {
    border-bottom: 1px dashed #d8e5e6;
    color: #2c313e
}

.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a {
    color: #142e5d
}

.stm-layout-header-car_rental #top-bar {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: #aaa;
    font-size: 11px;
    text-transform: uppercase;
    line-height: normal
}

.stm-layout-header-car_rental #top-bar a {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: #aaa;
    font-size: 11px
}

.stm-layout-header-car_rental #top-bar .top_bar_menu {
    margin-left: 20px
}

@media (max-width:767px) {
    .stm-layout-header-car_rental #top-bar .top_bar_menu {
        margin-left: 0;
        margin-top: 10px
    }
}

.stm-layout-header-car_rental #top-bar .top_bar_menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.stm-layout-header-car_rental #top-bar .top_bar_menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    margin-bottom: 0
}

.stm-layout-header-car_rental #top-bar .top_bar_menu ul li:last-child {
    margin-right: 0
}

.stm-layout-header-car_rental #top-bar .top_bar_menu ul li:last-child:after {
    content: "";
    display: none
}

.stm-layout-header-car_rental #top-bar .top_bar_menu ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: -13px;
    top: 4px;
    background-color: #aaa;
    width: 1px;
    height: 9px
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper {
    padding: 12px 0 9px
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {
    position: relative;
    margin-left: 20px;
    line-height: 13px
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: auto;
    border: none;
    border-radius: 0;
    outline: none !important
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aaa;
    line-height: 14px;
    font-size: 11px;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
    outline: none !important
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 14px;
    width: 19px
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit {
    position: relative
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit ul li a {
    color: #232628
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit ul li:last-child {
    margin-bottom: 0
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit .stm_current_language {
    text-transform: uppercase
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit .stm_current_language i {
    position: relative;
    top: -2px;
    margin-left: 15px;
    vertical-align: middle;
    font-size: 16px
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit:hover {
    cursor: pointer
}

.stm-layout-header-car_rental #top-bar .header-login-url {
    margin-left: 30px
}

.stm-layout-header-car_rental #top-bar .header-login-url a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important
}

.stm-layout-header-car_rental #top-bar .header-login-url a:hover {
    color: #fff
}

.stm-layout-header-car_rental #top-bar .header-login-url .fas {
    margin-right: 10px;
    font-size: 12px
}

.stm-layout-header-car_rental #top-bar .header-top-bar-socs {
    margin-left: 30px
}

.stm-layout-header-car_rental #top-bar .header-top-bar-socs ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.stm-layout-header-car_rental #top-bar .header-top-bar-socs ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0
}

.stm-layout-header-car_rental #top-bar .header-top-bar-socs ul li:first-child {
    margin-right: 14px
}

.stm-layout-header-car_rental #top-bar .header-top-bar-socs ul li a .fab {
    font-size: 14px
}

.stm-layout-header-car_rental #top-bar .header-top-bar-socs ul li a:hover {
    color: #fff
}

.stm-layout-header-car_rental #top-bar .header-top-bar-socs ul li:last-child {
    margin-right: 0
}

.stm-layout-header-car_rental #top-bar .top-bar-info {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.stm-layout-header-car_rental #top-bar .top-bar-info li {
    float: right;
    margin-left: 30px;
    margin-bottom: 0;
    line-height: normal
}

.stm-layout-header-car_rental #top-bar .top-bar-info li:hover {
    color: #fff
}

.stm-layout-header-car_rental #top-bar .top-bar-info li .fancy-iframe {
    display: block
}

.stm-layout-header-car_rental #top-bar .top-bar-info li .fas {
    font-size: 14px;
    margin-right: 5px
}

.stm-layout-header-car_rental #top-bar .top-bar-info li .fas.fa-phone {
    position: relative;
    top: 1px
}

.stm-layout-header-car_rental #top-bar .top-bar-info li:last-child {
    margin-left: 0
}

@media (max-width:991px) {
    .stm-layout-header-car_rental #top-bar .header-top-bar-socs {
        margin-left: 15px
    }

    .stm-layout-header-car_rental #top-bar .header-login-url {
        margin-left: 15px
    }

    .stm-layout-header-car_rental #top-bar .top-bar-info li {
        margin-left: 15px
    }
}

@media (max-width:750px) {
    .stm-layout-header-car_rental .header-top-bar-socs {
        display: none
    }
}

@media (max-width:610px) {
    .stm-layout-header-car_rental #top-bar .top-bar-wrapper {
        display: flex;
        flex-wrap: wrap
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .top-bar-info-wrap {
        width: 100%
    }

    .stm-layout-header-car_rental .top-bar-info .fancy-iframe {
        display: none !important
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left,
    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-right {
        float: none !important
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm_current_language {
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding-right: 10px
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {
        max-width: 180px;
        margin-left: 0
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0
    }

    .stm-layout-header-car_rental .top-bar-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: 10px
    }

    .stm-layout-header-car_rental .top-bar-info li {
        margin: 0 0 8px !important
    }

    .stm-layout-header-car_rental .top-bar-info li .fas.fa-phone {
        font-size: 12px !important
    }

    .stm-layout-header-car_rental .top-bar-info .fancy-iframe {
        display: block !important
    }
}

@media (max-width:375px) {
    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left {
        margin-bottom: 5px
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {
        margin-left: 0
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left,
    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-right {
        clear: both
    }

    .stm-layout-header-car_rental body #wrapper #header .header-listing .listing-menu-mobile-wrapper .stm-opened-menu-listing .top-bar-wrapper .currency-switcher {
        float: none !important
    }
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit {
    margin: 0
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit ul.dropdown-menu {
    padding: 10px
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit ul.dropdown-menu li a {
    color: #aaa !important
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit ul.dropdown-menu li:not(:last-child) {
    margin-bottom: 10px
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit .stm_current_language.dropdown_toggle {
    padding: 10px;
    text-transform: uppercase
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit {
    width: 100%
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit .lang_dropdown_menu img {
    position: relative;
    top: -1px;
    left: -1px;
    margin-right: 5px
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit .stm_current_language {
    position: relative;
    top: 1px;
    text-transform: none;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -.2px
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit .stm_current_language img {
    position: relative;
    top: -1px;
    max-height: 11px;
    margin-right: 7px;
    transform: translateZ(0)
}

.stm-layout-header-car_rental #top-bar .language-switcher-unit .stm_current_language i {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 10px
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: none
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .currency-switcher {
    order: 2;
    margin: 0 auto 0 0
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .top-bar-info-wrap {
    order: 2;
    margin: auto
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .language-switcher-unit {
    order: 1;
    flex: 0;
    min-width: 170px
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .top-bar-menu-wrap {
    order: 4
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .top-bar-auth {
    order: 6;
    margin-right: 0
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .top-bar-socials {
    order: 5;
    margin-right: 0;
    margin-left: auto
}

.stm-layout-header-car_rental #top-bar .top-bar-wrapper .top-bar-info {
    order: 3;
    margin: 0 0 0 auto
}

.stm-layout-header-car_rental #header ul.mm-list {
    width: 100%
}

.stm-layout-header-car_rental #header .right .bloglogo {
    position: absolute;
    left: 49%;
    transform: translateX(-50%)
}

.stm-layout-header-car_rental #header .listing-service-right .listing-right-actions {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center
}

.stm-layout-header-car_rental #header .listing-service-right .listing-right-actions .help-bar-shop {
    position: relative;
    top: 0 !important;
    margin: 0 30px;
    line-height: 24px
}

.stm-layout-header-car_rental #header .listing-service-right .listing-right-actions .help-bar-shop a {
    text-decoration: none !important
}

.stm-layout-header-car_rental #header .listing-service-right .listing-right-actions .help-bar-shop i {
    font-size: 26px;
    color: #fff
}

.stm-layout-header-car_rental #header .listing-service-right .listing-right-actions .help-bar-shop .list-badge {
    display: none;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700
}

.stm-layout-header-car_rental #header .listing-service-right .listing-right-actions .lOffer-compare {
    line-height: 20px;
    text-decoration: none
}

.stm-layout-header-car_rental #header .listing-service-right .listing-right-actions .lOffer-compare span {
    display: none
}

.stm-layout-header-car_rental #header .listing-service-right .listing-right-actions .lOffer-compare i {
    font-size: 26px;
    color: #fff;
    vertical-align: middle
}

@media (max-width:767px) {
    .stm-layout-header-car_rental #header .listing-service-right .listing-right-actions .pull-right {
        display: none
    }
}

.stm-layout-header-car_rental #header .listing_add_cart {
    text-decoration: none !important
}

.stm-layout-header-car_rental #header .listing_add_cart>div {
    display: block;
    position: relative;
    padding: 12px 22px 10px 61px;
    background: #f0c542;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 2px
}

.stm-layout-header-car_rental #header .listing_add_cart>div:hover {
    background: rgba(240, 197, 66, .85)
}

.stm-layout-header-car_rental #header .listing_add_cart>div .list-label {
    color: #fff
}

.stm-layout-header-car_rental #header .listing_add_cart>div>i {
    position: absolute;
    top: 13px;
    left: 21px;
    font-size: 19px
}

.stm-layout-header-car_rental #header .lOffer-account-unit {
    margin: 0
}

.stm-layout-header-car_rental #header .lOffer-account-unit:hover .lOffer-account-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 24px 0 0;
    background-color: #eee;
    color: #5b6771;
    font-size: 12px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    text-decoration: none !important
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account:hover {
    color: #fff;
    background: #f0c542
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account .stm-dropdown-user-small-avatar {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account .stm-dropdown-user-small-avatar img {
    vertical-align: top;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account:hover {
    background: #f0c542
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown {
    position: absolute;
    top: 110%;
    padding: 21px 15px 0 30px;
    background-color: #fff;
    width: 215px;
    margin: 14px 0 0 -94px;
    opacity: 0;
    visibility: hidden;
    box-shadow: -1px 2px 10px rgba(0, 0, 0, .3)
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered {
    margin-left: -104px;
    width: 235px;
    padding: 25px 20px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered.active {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered.working {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-message-ajax-validation {
    margin-top: 20px;
    padding: 7px 15px;
    background-color: #232628;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader {
    margin: 0 10px;
    opacity: 0;
    visibility: hidden
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader i {
    display: inline-block;
    color: #f0c542;
    animation: rotating 2s infinite linear
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader.visible {
    opacity: 1;
    visibility: visible
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered h4 {
    font-size: 14px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .form-group {
    margin-bottom: 15px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=text],
.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=password] {
    padding-left: 8px;
    height: 40px;
    line-height: 40px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=submit] {
    visibility: inherit;
    display: inline-block;
    padding: 14px 15px 11px;
    font-size: 12px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm_label {
    display: inline-block;
    font-size: 13px;
    color: #888
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown:before {
    position: absolute;
    content: "";
    display: block;
    top: -14px;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 14px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 5px solid #fff
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .settings {
    display: block;
    position: absolute;
    right: 14px;
    top: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #eee;
    border-radius: 2px;
    text-decoration: none !important;
    padding: 0
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .settings .stm-settings-icon {
    line-height: 30px;
    font-size: 14px;
    color: #232628;
    opacity: .3
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .settings:hover .stm-settings-icon {
    opacity: 1
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .name {
    margin-bottom: 12px;
    padding-right: 37px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .name a {
    color: #232628;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
    padding: 0
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .name a:hover {
    color: #f0c542
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .account-list {
    display: block;
    padding: 0;
    margin: 0 0 14px;
    list-style: none;
    position: relative;
    overflow: hidden
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .account-list li {
    display: block;
    padding: 0;
    overflow: hidden;
    width: 100%
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .account-list li a {
    display: block;
    line-height: 26px;
    font-size: 13px;
    color: #232628;
    text-decoration: none !important;
    padding: 0
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .account-list li a:hover {
    color: #f0c542
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .logout {
    display: block;
    margin: 0 -15px 0 -30px;
    padding: 10px 15px 10px 30px;
    background-color: #e5e5e5;
    color: #232628;
    opacity: .7;
    font-size: 13px;
    text-decoration: none !important;
    text-align: left
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .logout .fas {
    position: relative;
    top: 1px;
    left: -1px;
    margin-right: 5px;
    color: #232628;
    font-size: 15px;
    letter-spacing: -.5px;
    opacity: .5
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .logout:hover {
    opacity: .9
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown .logout:hover .fas {
    opacity: .7
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper {
    display: block;
    position: absolute;
    height: 100vh;
    top: 74px;
    right: 0;
    background-color: #153e4d;
    padding: 16px 0 16px;
    width: 300px;
    box-shadow: -1px 3px 5px rgba(0, 0, 0, .2);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    transform: translateX(300px);
    transition: .3s ease;
    opacity: 0
}

@media (max-width:1024px) {
    .stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper {
        top: 58px;
        right: -43px
    }
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper.active {
    transform: translateX(0);
    opacity: 1
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered {
    padding: 25px 20px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm-message-ajax-validation {
    margin-top: 20px;
    padding: 7px 5px;
    background-color: #232628;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm-listing-loader {
    margin: 0 10px;
    opacity: 0;
    visibility: hidden
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm-listing-loader i {
    display: inline-block;
    color: #f0c542;
    animation: rotating 2s infinite linear
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm-listing-loader.visible {
    opacity: 1;
    visibility: visible
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered h4 {
    color: #fff;
    font-size: 14px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .form-group {
    margin-bottom: 15px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered input[type=text],
.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered input[type=password] {
    padding-left: 8px;
    height: 40px;
    line-height: 40px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered input[type=submit] {
    display: inline-block;
    padding: 18px 15px 14px;
    font-size: 12px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm_label {
    font-size: 13px;
    color: #fff
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .form-checker span {
    color: #fff
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-user-private-sidebar {
    padding: 15px 20px 0 30px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-user-private-sidebar .phone-label,
.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-user-private-sidebar .mail-label {
    margin-bottom: 6px
}

.stm-layout-header-car_rental #header .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-user-private-sidebar .show-my-profile i {
    top: 7px
}

@media (max-width:1100px) {
    .stm-layout-header-car_rental #header .lOffer-account-unit {
        margin-right: 40px
    }
}

@media (max-width:1000px) {
    .stm-layout-header-car_rental #header .lOffer-account-unit {
        margin-right: 0
    }

    .stm-layout-header-car_rental #header .lOffer-account-unit:hover .lOffer-account-dropdown {
        top: 0;
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width:991px) {
    .stm-layout-header-car_rental #header .lOffer-account-unit {
        margin-right: 20px;
        margin-left: 16px
    }
}

@media (max-width:500px) {
    .stm-layout-header-car_rental #header .lOffer-account-unit {
        margin-top: 3px;
        margin-right: 10px;
        margin-left: 10px
    }
}

.stm-layout-header-car_rental #header .lOffer-account-unit {
    margin-right: 0
}

.stm-layout-header-car_rental #header .lOffer-account-unit .lOffer-account-dropdown {
    z-index: 1
}

.stm-layout-header-car_rental #header .listing_add_cart {
    margin-top: 0
}

.stm-layout-header-car_rental #header .listing_add_cart>div {
    padding: 3px 5px !important;
    border-radius: 50%
}

.stm-layout-header-car_rental #header .listing_add_cart>div span {
    display: none
}

.stm-layout-header-car_rental #header .listing_add_cart>div>i {
    position: relative;
    top: unset;
    left: unset;
    font-size: 12px;
    transition: add .2s ease-in-out
}

.stm-layout-header-car_rental #header .stm_rental_button {
    top: 0;
    margin-left: 20px;
    line-height: 36px
}

.stm-layout-header-car_rental.stm-macintosh .header-rental.header-listing .listing-menu>li>a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-layout-header-car_rental.stm-boxed .header-rental.header-listing.stm-fixed {
    padding: 0 !important;
    top: 0;
    left: 0;
    position: fixed;
    background-color: transparent !important
}

.stm-layout-header-car_rental.stm-boxed .header-rental.header-listing.stm-fixed:after {
    opacity: 1
}

.stm-layout-header-car_rental.stm-boxed .header-rental.header-listing.stm-fixed .listing-header-bg {
    opacity: .3
}

.stm-layout-header-car_rental.stm-boxed .header-rental.header-listing.stm-fixed .header-inner-content {
    padding: 29px 55px 13px
}

.stm-layout-header-car_rental.stm-boxed .stm-rental-overlay {
    z-index: 999
}

.stm-layout-header-car_rental .stm-header-was-fixed {
    z-index: 9999 !important
}

.stm-layout-header-car_rental .stm-header-was-fixed .header-rental.header-listing {
    padding-top: 25px
}

.stm-layout-header-car_rental .stm-opened-menu-listing {
    display: none
}

.stm-layout-header-car_rental .header-rental.header-listing {
    min-height: 96px;
    width: 100%;
    padding: 29px 0 13px;
    background-color: transparent;
    transition: background-color .3s 0s, top .3s 0s
}

.stm-layout-header-car_rental .header-rental.header-listing.stm-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 25px 0 13px !important;
    z-index: 100
}

.stm-layout-header-car_rental .header-rental.header-listing .header-inner-content {
    display: block
}

.stm-layout-header-car_rental .header-rental.header-listing .header-inner-content .listing-logo-main {
    width: auto
}

.stm-layout-header-car_rental .header-rental.header-listing .header-inner-content .listing-service-right {
    width: auto
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    transition: opacity .3s 0s
}

.stm-layout-header-car_rental .header-rental.header-listing.stm-fixed-invisible {
    position: fixed;
    top: -100%;
    transition: top .3s 0s
}

.stm-layout-header-car_rental .header-rental.header-listing.stm-fixed {
    top: 0;
    left: 0;
    position: fixed
}

.stm-layout-header-car_rental .header-rental.header-listing.stm-fixed:after {
    opacity: 1
}

.stm-layout-header-car_rental .header-rental.header-listing.stm-fixed .listing-header-bg {
    opacity: .3
}

.stm-layout-header-car_rental .header-rental.header-listing .header-inner-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 5
}

.stm-layout-header-car_rental .header-rental.header-listing .header-inner-content .listing-logo-main {
    width: auto;
    margin: 0 auto 0 0
}

.stm-layout-header-car_rental .header-rental.header-listing .header-inner-content .listing-service-right {
    width: 85%
}

.stm-layout-header-car_rental .header-rental.header-listing .header-inner-content .listing-service-right ul {
    margin-bottom: 5px
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-logo-main {
    float: left;
    margin-right: 24px
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-right-actions {
    float: right;
    margin-left: 14px
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu {
    padding-left: 0;
    list-style: none;
    text-align: center
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li:not(.stm_megamenu) .sub-menu {
    margin-top: 0;
    text-align: left;
    z-index: 1
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li:not(.stm_megamenu) .sub-menu li.menu-item-has-children>a:after {
    position: absolute;
    content: "";
    display: block;
    
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    font-size: 14px;
    content: "\f105"
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li:not(.stm_megamenu) .sub-menu a {
    color: #2a4045;
    font-size: 14px
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li:not(.stm_megamenu) .sub-menu a:hover {
    background-color: #f0c542;
    color: #fff !important
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li:not(.stm_megamenu) .sub-menu:before {
    position: absolute;
    content: "";
    display: block;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: 0 0;
    opacity: 0
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    font-size: 0;
    letter-spacing: -.5px
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li.current-menu-item>a {
    color: #f0c542
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li:last-child {
    margin-right: 0
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul {
    margin-top: 8px !important;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 105%;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul li {
    position: relative;
    margin-bottom: 0;
    margin-left: 0 !important
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul li>a {
    position: relative;
    display: block;
    padding: 12px 30px 12px 34px;
    text-decoration: none !important;
    font-weight: 400
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    z-index: -1
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul li>ul li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    z-index: -1
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul li>ul li>ul li>ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 250px;
    top: 0;
    left: 105%;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    z-index: -1
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul li>ul li>ul li:hover>ul {
    visibility: visible;
    left: 100%;
    opacity: 1
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul li>ul li:hover>ul {
    visibility: visible;
    left: 100%;
    opacity: 1
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>ul li:hover>ul {
    visibility: visible;
    left: 100%;
    opacity: 1
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li:hover>a {
    color: #f0c542
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li:hover>ul {
    visibility: visible;
    top: 100%;
    opacity: 1
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none !important
}

.stm-layout-header-car_rental .header-rental.header-listing .listing-menu>li>a:hover {
    color: #f0c542
}

.stm-layout-header-car_rental .header-rental.header-listing .listing_add_cart {
    margin-top: 6px;
    margin-right: 2px;
    float: right;
    text-decoration: none !important
}

.stm-layout-header-car_rental .header-rental.header-listing .listing_add_cart>div {
    display: block;
    position: relative;
    padding: 12px 22px 10px 61px !important;
    background: #f0c542;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 2px
}

.stm-layout-header-car_rental .header-rental.header-listing .listing_add_cart>div:hover {
    background: rgba(240, 197, 66, .85)
}

.stm-layout-header-car_rental .header-rental.header-listing .listing_add_cart>div>i {
    position: absolute;
    top: 13px;
    left: 21px;
    font-size: 19px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account {
    position: relative;
    display: block;
    margin: 10px 0 0;
    background-color: #eee;
    color: #23393d;
    font-size: 12px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    text-decoration: none !important
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account:hover {
    color: #fff;
    background-color: #f0c542
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account .stm-dropdown-user-small-avatar {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account .stm-dropdown-user-small-avatar img {
    vertical-align: top;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit {
    position: relative;
    display: block;
    margin: 0 20px;
    float: right
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit:hover .lOffer-account-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown {
    position: absolute;
    top: 110%;
    padding: 21px 15px 0 30px;
    background-color: #fff;
    width: 215px;
    margin: 14px 0 0 -94px;
    opacity: 0;
    visibility: hidden;
    box-shadow: -1px 2px 10px rgba(0, 0, 0, .3)
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered {
    margin-left: -104px;
    width: 235px;
    padding: 25px 20px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered.working {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-message-ajax-validation {
    margin-top: 20px;
    padding: 7px 15px;
    background-color: #23393d;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader {
    margin: 0 10px;
    opacity: 0;
    visibility: hidden
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader i {
    display: inline-block;
    color: #f0c542;
    animation: rotating 2s infinite linear
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader.visible {
    opacity: 1;
    visibility: visible
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered h4 {
    font-size: 14px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .form-group {
    margin-bottom: 15px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=text],
.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=password] {
    padding-left: 8px;
    height: 40px;
    line-height: 40px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=submit] {
    visibility: inherit;
    display: inline-block;
    padding: 13px 15px 10px;
    font-size: 12px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm_label {
    font-size: 13px;
    color: #888
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown:before {
    position: absolute;
    content: "";
    display: block;
    top: -14px;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 14px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 5px solid #fff
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .settings {
    display: block;
    position: absolute;
    right: 14px;
    top: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #eee;
    border-radius: 2px;
    text-decoration: none !important
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .settings .stm-settings-icon {
    line-height: 30px;
    font-size: 14px;
    color: #23393d;
    opacity: .3
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .settings:hover .stm-settings-icon {
    opacity: 1
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .name {
    margin-bottom: 12px;
    padding-right: 37px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .name a {
    color: #23393d;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .name a:hover {
    color: #f0c542
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .account-list {
    padding: 0;
    margin: 0 0 14px;
    list-style: none
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .account-list li a {
    display: block;
    line-height: 26px;
    font-size: 13px;
    color: #23393d;
    text-decoration: none !important
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .account-list li a:hover {
    color: #f0c542
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .logout {
    display: block;
    margin: 0 -15px 0 -30px;
    padding: 10px 15px 10px 30px;
    background-color: #e5e5e5;
    color: #23393d;
    opacity: .7;
    font-size: 13px;
    text-decoration: none !important
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .logout .fas {
    position: relative;
    top: 1px;
    left: -1px;
    margin-right: 5px;
    color: #23393d;
    font-size: 15px;
    letter-spacing: -.5px;
    opacity: .5
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .logout:hover {
    opacity: .9
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .lOffer-account-dropdown .logout:hover .fas {
    opacity: .7
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-login-form-mobile-unregistered {
    padding: 20px 30px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper {
    display: block;
    position: fixed;
    top: 95px;
    bottom: 0;
    right: -279px;
    background-color: #23393d;
    padding: 0;
    width: 279px;
    box-shadow: -1px 3px 5px rgba(0, 0, 0, .2);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper.active {
    right: 0
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper h4,
.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .form-checker span {
    color: #fff;
    font-size: 12px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper h4 {
    text-transform: uppercase
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper input:-webkit-autofill,
.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper input:-webkit-autofill:focus,
.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper input:-webkit-autofill:hover {
    background-color: #fff !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-email {
    display: block;
    overflow: hidden;
    color: #fff;
    background: #26393e;
    padding: 20px 16px 20px 35px;
    margin-bottom: 0;
    position: relative
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-email:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item {
    display: block;
    margin: 0
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item.woocommerce-MyAccount-navigation-link--dashboard a:before {
    display: block;
    content: "\f0e4";
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 19px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item.woocommerce-MyAccount-navigation-link--orders a:before {
    display: block;
    content: "\f058" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item.woocommerce-MyAccount-navigation-link--downloads a:before {
    display: block;
    content: "\f0ed" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item.woocommerce-MyAccount-navigation-link--edit-address a:before {
    display: block;
    content: "\f041" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item.woocommerce-MyAccount-navigation-link--edit-account a:before {
    display: block;
    content: "\f013" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    display: block;
    content: "\f08b" !important;
    
    font-weight: 600;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item a {
    display: block;
    overflow: hidden;
    border: 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    padding: 20px 18px 20px 70px;
    text-decoration: none;
    text-transform: uppercase
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item a:before {
    opacity: 1;
    background: 0 0;
    top: 20px;
    right: inherit;
    position: absolute;
    left: 36px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item a:active,
.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item a:hover {
    background: #f0c542;
    color: #23393d
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-user-mobile-info-wrapper .stm-rent-user-menu ul .stm-rent-user-menu-item.is-active a {
    background: #f0c542;
    color: #23393d
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px !important;
    padding: 16px 46px 12px;
    font-weight: 700;
    background-color: #2a4045;
    box-shadow: 0 2px 0 #1f3236;
    color: #fff !important;
    top: 0;
    border: none;
    line-height: inherit;
    height: inherit
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit input[type=submit]:active,
.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit input[type=submit]:hover {
    top: 2px;
    background-color: #2a4045;
    box-shadow: none
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-listing-loader {
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-listing-loader i {
    display: inline-block;
    animation: rotating 2s infinite linear
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-listing-loader.visible {
    visibility: visible;
    opacity: 1
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit .stm-message-ajax-validation {
    margin-top: 18px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px
}

.stm-layout-header-car_rental .header-rental.header-listing .stm_rental_button {
    position: relative;
    top: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.stm-layout-header-car_rental .header-rental.header-listing .stm_rental_button i {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 27px;
    color: #f0c542
}

.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account,
.stm-layout-header-car_rental .header-rental.header-listing .stm-rent-lOffer-account-unit {
    display: none
}

@media (max-width:1024px) {
    .stm-layout-header-car_rental #top-bar {
        display: none
    }

    .stm-layout-header-car_rental .listing-menu {
        display: none
    }

    .stm-layout-header-car_rental .listing-right-actions {
        position: relative;
        padding-right: 30px
    }

    .stm-layout-header-car_rental .listing-right-actions .listing-menu-mobile-wrapper {
        display: block;
        position: absolute;
        right: 0
    }

    .stm-layout-header-car_rental .listing-right-actions .stm_rental_button span {
        padding-right: 15px
    }

    .stm-layout-header-car_rental .listing-right-actions .pull-right .listing_add_cart {
        margin-right: 15px
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger {
        margin-top: 0
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger span {
        display: block;
        width: 28px;
        height: 4px;
        margin-bottom: 7px;
        border-radius: 2px;
        background: rgba(255, 255, 255, .5)
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger span:first-child {
        position: relative;
        top: 0;
        transition: top .3s .3s, transform .3s 0s
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger span:nth-child(2) {
        opacity: 1;
        transition: opacity .3s
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger span:last-child {
        margin-bottom: 0;
        position: relative;
        top: 0;
        transition: top .3s .3s, transform .3s 0s
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger.opened span {
        background: #fff
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger.opened span:first-child {
        top: 11px;
        transform: rotate(-45deg);
        transition: top .3s 0s, transform .3s .3s
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger.opened span:nth-child(2) {
        opacity: 0
    }

    .stm-layout-header-car_rental .listing-right-actions .stm-menu-trigger.opened span:last-child {
        top: -11px;
        transform: rotate(45deg);
        transition: top .3s 0s, transform .3s .3s
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing {
        display: block;
        position: fixed;
        top: 96px;
        bottom: 0;
        right: -279px;
        background-color: #23393d;
        padding: 16px 0 16px;
        width: 279px;
        box-shadow: -1px 3px 5px rgba(0, 0, 0, .2);
        overflow-y: auto;
        overflow-x: hidden;
        transition: all .3s ease;
        z-index: 100
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing:before {
        position: absolute;
        content: "";
        display: block;
        top: -5px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #23393d
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 200px;
        top: -200px;
        background: #23393d;
        z-index: 99
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing.opened {
        right: 0
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar {
        display: block
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .top-bar-info {
        display: none
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .pull-right {
        float: none !important;
        width: 100%
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .header-login-url {
        display: none
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .header-top-bar-socs {
        display: block !important;
        background: rgba(0, 0, 0, .1);
        padding: 15px 20px 15px 36px;
        margin: 0 -15px !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .header-top-bar-socs li {
        margin-right: 26px !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .header-top-bar-socs li:last-child {
        margin-right: 0 !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .header-top-bar-socs li a i {
        font-size: 16px !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .top_bar_menu {
        display: block !important;
        padding-bottom: 10px
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .top_bar_menu li {
        width: 100%
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .top_bar_menu li a {
        display: block;
        padding: 10px 0 !important;
        font-size: 11px !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .top_bar_menu li:after {
        display: none;
        opacity: 0
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .language-switcher-unit {
        float: none !important;
        padding: 0
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .language-switcher-unit .stm_current_language {
        min-width: 117px;
        font-size: 13px !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .language-switcher-unit .stm_current_language i {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .language-switcher-unit .dropdown-menu {
        position: static;
        float: none !important;
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .language-switcher-unit .dropdown-menu li {
        box-shadow: none !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing #top-bar .top-bar-wrapper .language-switcher-unit .dropdown-menu li a {
        background-color: transparent !important;
        padding: 0;
        color: #aaa !important;
        font-size: 14px !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger {
        margin-top: 0;
        z-index: 100;
        position: relative;
        top: 7px
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger span {
        display: block;
        width: 28px;
        height: 4px;
        margin-bottom: 7px;
        border-radius: 2px;
        background: #fff
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger span:first-child {
        position: relative;
        top: 0;
        transition: top .3s .3s, transform .3s 0s
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger span:nth-child(2) {
        opacity: 1;
        transition: opacity .3s
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger span:last-child {
        margin-bottom: 0;
        position: relative;
        top: 0;
        transition: top .3s .3s, transform .3s 0s
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger.opened span {
        background: #fff
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger.opened span:first-child {
        top: 11px;
        transform: rotate(-45deg);
        transition: top .3s 0s, transform .3s .3s
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger.opened span:nth-child(2) {
        opacity: 0
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .stm-menu-trigger.opened span:last-child {
        top: -11px;
        transform: rotate(45deg);
        transition: top .3s 0s, transform .3s .3s
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile {
        padding: 0;
        list-style: none
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile li {
        margin-bottom: 0
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile li a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding-left: 36px;
        padding-right: 25px;
        text-decoration: none !important
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li {
        margin-bottom: 0
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>a {
        position: relative;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        height: auto;
        min-height: 50px;
        line-height: 20px;
        padding: 15px 25px 15px 36px
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>a .stm_frst_lvl_trigger {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        opacity: .5
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>a .stm_frst_lvl_trigger.active {
        opacity: 1
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>a .stm_frst_lvl_trigger.active:after,
    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>a .stm_frst_lvl_trigger.active:before {
        transform: rotate(-45deg)
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>a .stm_frst_lvl_trigger:after {
        position: absolute;
        content: "";
        display: block;
        top: 17px;
        left: 17px;
        width: 3px;
        height: 13px;
        background: #fff
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>a .stm_frst_lvl_trigger:before {
        position: absolute;
        content: "";
        display: block;
        top: 22px;
        left: 12px;
        width: 13px;
        height: 3px;
        background: #fff
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>ul {
        position: relative
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>ul:before {
        position: absolute;
        content: "";
        display: block;
        top: -5px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #fff
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>ul>li {
        border-bottom: 1px solid #e1e1e1
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>ul>li>a {
        background-color: #fff;
        color: #222
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>ul>li>ul {
        position: relative
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>ul>li>ul:before {
        position: absolute;
        content: "";
        display: block;
        top: -5px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 5px solid #e1e1e1
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile>li>ul>li>ul>li a {
        background-color: #e1e1e1;
        color: #222
    }

    .stm-layout-header-car_rental .stm-opened-menu-listing .listing-menu-mobile ul.sub-menu {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .stm-layout-header-car_rental.has_envato_iframe .stm-opened-menu-listing.opened {
        top: 150px
    }
}

@media (max-width:1024px) {
    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left {
        padding: 15px 10px 0 0
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left.currency-switcher {
        display: block;
        position: relative;
        float: none !important;
        margin-top: 20px;
        padding: 0
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .pull-left.currency-switcher .stm-multiple-currency-wrap {
        margin-left: 0;
        max-width: 100%
    }

    .stm-layout-header-car_rental #top-bar .top-bar-wrapper .hidden-xs {
        display: none
    }
}

@media (max-width:991px) {
    .stm-layout-header-car_rental #wrapper #header .header-listing .listing_add_cart div {
        padding: 4px 5px !important
    }

    .stm-layout-header-car_rental #wrapper #header .header-listing .listing_add_cart div i {
        left: 0
    }
}

@media (max-width:440px) {
    .stm-layout-header-car_rental .listing-right-actions {
        padding-right: 35px
    }

    .stm-layout-header-car_rental .stm_rental_button i {
        top: 5px
    }

    .stm-layout-header-car_rental .stm_rental_button span {
        display: none
    }
}

@charset "UTF-8";

.stm-prev-next,
.stm-prev-next i,
.stm-featured-boats-widget .stm-featured-boats-w-units .content .title,
.stm-boats-data .single-boat-data-units .stm-gallery-action-unit,
.stm-template-boats .boats-image-unit,
.stm-template-front-loop .image:after,
.stm-isotope-listing-item .image:after,
.boats-image-unit>div,
.stm-compare-directory-new,
.stm-filter-sidebar-boats #stm-classic-filter-submit,
.stm-boats-shorten-filter,
.stm-filter-sidebar-boats .form-group,
.testimonials-carousel-boats .owl-dots .owl-dot span,
.stm-boats-video-poster,
.stm-boats-video-iframe .stm-boats-video-poster:before,
.stm-boats-listing-icons>a .name,
.stm-layout-box-boats .boat-line,
.stm-layout-box-boats:after,
.stm-layout-box-boats:before,
.stm-boats-news .stm-post-content .title,
#stm-boats-header #header .header-inner-content .listing-service-right .listing-menu li a:after,
#stm-boats-header .lOffer-compare .heading-font,
#stm-boats-header #top-bar .language-switcher-unit .stm_current_language,
#stm-boats-header #top-bar .top-bar-info li,
.stm-user-mobile-info-wrapper,
.listing-menu-mobile-wrapper .stm-opened-menu-listing,
.listing-menu-mobile-wrapper .listing-menu-mobile>li>a .stm_frst_lvl_trigger,
.listing-menu-mobile-wrapper .listing-menu-mobile>li>a .stm_frst_lvl_trigger:before,
.listing-menu-mobile-wrapper .listing-menu-mobile>li>a .stm_frst_lvl_trigger:after,
.listing-menu ul,
.stm-write-dealer-review .right .stm-star-rating[data-width="0"] span,
.stm_add_car_form .stm-form-checking-user .stm-form-inner:before,
.stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-icon-load1,
.stm-history-popup,
.stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i,
.stm-delete-confirmation-overlay,
.stm-delete-confirmation-popup,
.listing-list-loop-edit,
.stm_edit_disable_car,
.stm-directory-grid-loop .image .stm-listing-compare,
.stm-directory-grid-loop .image .stm-listing-favorite,
.stm-user-private .stm-user-private-sidebar .stm-actions-list a i,
.stm-listing-loader,
.stm-pricing-table__action,
.stm-pricing__filters .stm-pricing__filter_fluid-hover,
.stm-listing-car-gallery .stm-car-medias>div,
.stm-listing-directory-checkboxes .stm-accordion-content-wrapper.loading:before,
.stm-listing-directory-checkboxes .stm-accordion-content-wrapper.loading:after,
.stm-listing-directory-checkboxes .stm-option-label .stm-option-image,
.listing-list-loop.stm-listing-directory-list-loop .stm-car-medias>div,
.listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare,
.listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite,
.listing-list-loop.stm-listing-directory-list-loop .stm-car-medias,
.stm-template-listing .archive-listing-page .listing-list-loop .image .image-inner:after,
.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li,
.lOffer-account-unit .lOffer-account-dropdown .logout .fa,
.stm-settings-icon,
.lOffer-account-dropdown,
.stm_listing_tabs_style_2 .stm_listing_nav_list li a:after,
.stm_listing_icon_filter .stm_listing_icon_filter_single .inner .image,
.stm_icon_filter_label,
.stm_listing_icon_filter .stm_listing_icon_filter_single .inner img,
.header-listing .listing_add_cart>div,
.stm-site-preloader:after,
.stm-site-preloader:before,
.header-service .bloglogo img,
.service-mobile-menu-trigger span,
.header-service,
.stm-image-links .stm-image-link .inner img,
.stm-filter-chosen-units-list,
.stm-ajax-row:before,
.stm-ajax-row:after,
.stm-sell-a-car-form .form-navigation .form-navigation-unit .number,
.stm-sell-a-car-form .form-navigation .form-navigation-unit.validated .number:before,
#animated-blog-wrapper .title,
.vc_toggle .vc_toggle_icon:after,
.mobile-menu-holder .header-menu>li .arrow i,
.header-help-bar-trigger i,
.media-carousel-item .stm_fancybox:after,
.select2-results__options li,
.modern-filter-badges .stm-filter-chosen-units-list,
.stm-modern-filter-unit-images .stm-single-unit-image .image,
.product-title,
.stm-shop-sidebar-area .widget>ul>li>a:hover:before,
.post-grid-single-unit .title,
.widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow:after,
#main .wc-block-product-search form:before,
#main .widget_search form.search-form:before,
#main .widget_search form.wp-block-search:before,
.stm-accordion-single-unit>a.title h5,
.stm-accordion-single-unit>a.title .minus,
.stm-accordion-single-unit>a.title .minus:after,
.certified-logo-1,
.certified-logo-2,
.listing-list-loop .title,
.icon-box .icon-text .content span,
.icon-box .icon-text .content p,
.stm-compare-car-img:after,
.compare-col-stm-empty .image img,
.remove-from-compare,
.stm-call-to-action-1 .stm-call-action-right .stm-call-action-right-banner,
.stm-call-action-right-banner,
.compare-col-stm-empty .h5,
.compare-col-stm-empty>a:hover .h5,
.compare-col-stm-empty .image .stm-icon-car_search,
.compare-col-stm-empty .image:hover .stm-icon-car_search,
.brands-carousel-item-inner,
.single-add-to-compare,
input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a:before,
.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before,
.stm-thumbs-car-gallery .owl-item:after,
.modal-open #wrapper,
.team-info,
.stm-our-team .image:before,
.stm-our-team .meta,
.stm-our-team .meta .name,
.stm-our-team .meta .position,
.owl-prev,
.owl-next,
.vc_tta-icon,
.load-more-btn,
.car-listing-actions,
.stm-owl-next,
.stm-owl-prev,
.icon-box-bottom-triangle,
.icon-box:before,
.home-slider .tp-bullet,
.fancy-iframe,
a,
.ajax-loader,
.global-alerts,
.stm-ajax-row,
.stm-ajax-row:before,
.calculator-alert {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.modern-filter-badges.activated,
.modern-filter-badges {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.stm-blackout-overlay {
    -webkit-transition: visiblity .25s ease;
    -moz-transition: visiblity .25s ease;
    -o-transition: visiblity .25s ease;
    transition: visiblity .25s ease
}

.widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow b,
#main .widget_search form.search-form:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease .1s
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease
}

.icon-box:before:hover {
    -webkit-transition: all .25s cubic-bezier(.2, 1, .3, 1);
    -moz-transition: all .25s cubic-bezier(.2, 1, .3, 1);
    -o-transition: all .25s cubic-bezier(.2, 1, .3, 1);
    transition: all .25s cubic-bezier(.2, 1, .3, 1)
}

.header-nav.header-nav-transparent {
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.stm_listing_icon_filter .stm_listing_icon_filter_single,
.stm-button,
.load-more-btn,
.button,
.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    75% {
        -webkit-transform: rotate(270deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    20% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.car-action-unit.add-to-compare.stm-added .stm-unhover,
.car-action-unit.add-to-compare.stm-added:hover .stm-show-on-hover {
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .4s ease .1s
}

.car-action-unit.add-to-compare.stm-added:hover .stm-unhover,
.car-action-unit.add-to-compare.stm-added .stm-show-on-hover {
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s
}

.main-menu .header-menu>li>ul li>ul,
.main-menu .header-menu>li>ul {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

.main-menu .header-menu>li>ul li:hover>ul,
.main-menu .header-menu>li:hover>ul {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.stm-add-a-car-login-overlay,
.stm-add-a-car-login,
.stm_phrases,
.stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable:before,
.stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fa,
.stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder .stm-service-icon-photos,
.stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder .stm-service-icon-photos:after,
.stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:before,
.stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:after {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

/*
	Theme Name: Motors
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: Automotive, Cars, Vehicle, Boat Dealership, Classifieds WordPress Theme by StylemixThemes.
	Version: 5.4.9
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, black, red, dark, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors
*/
:root {
    --motors-default-base-color: #f0c540;
    --motors-default-secondary-color: #2a4045;
    --motors-base-color: #f0c542;
    --motors-secondary-color: #2a4046
}

:root {
    --motors-default-base-color: #f0c540;
    --motors-default-secondary-color: #2a4045;
    --motors-base-color: #f0c542;
    --motors-secondary-color: #2a4046
}

#wrapper {
    background-color: #eee !important
}

.stm-single-car-page:before,
.stm-simple-parallax .stm-simple-parallax-gradient:before {
    background: -moz-linear-gradient(left, rgba(#eee) 0%, rgba(#eee) 100%);
    background: -webkit-linear-gradient(left, rgba(#eee, 1) 0%, rgba(#eee) 100%);
    background: linear-gradient(to right, rgba(#eee, 1) 0%, rgba(#eee) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e1315', endColorstr='#000e1315', GradientType=1)
}

.stm-single-car-page:after,
.stm-simple-parallax .stm-simple-parallax-gradient:after {
    background: -moz-linear-gradient(left, rgba(#eee) 0%, rgba(#eee) 99%, rgba(#eee) 100%);
    background: -webkit-linear-gradient(left, rgba(#eee) 0%, rgba(#eee) 99%, rgba(#eee) 100%);
    background: linear-gradient(to right, rgba(#eee) 0%, rgba(#eee) 99%, rgba(#eee) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000e1315', endColorstr='#0e1315', GradientType=1)
}

body {
    background-color: #eee
}

#wrapper #top-bar,
.top-bar-wrap,
#wrapper #header .top-bar-wrap,
body.page-template-home-service-layout #top-bar,
.stm-template-listing #top-bar,
.stm-layout-header-listing #wrapper #top-bar,
.stm-layout-header-ev_dealer .top-bar-wrap,
.stm-template-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar:after,
.stm-template-aircrafts #wrapper #top-bar,
.stm-template-listing_three #top-bar,
#wrapper #stm-boats-header #top-bar:after,
.stm-template-listing_five .top-bar-wrap {
    background-color: #2a4041
}

#wrapper #top-bar .container,
#wrapper .top-bar-wrap,
.stm-layout-header-listing #wrapper #top-bar .container,
#wrapper #top-bar .container .language-switcher-unit .stm_current_language,
.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .top-bar-wrapper .language-switcher-unit .stm_current_language,
#wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
#wrapper #stm-boats-header #top-bar .container .top-bar-info li,
#wrapper #top-bar .container .header-login-url a,
#wrapper #top-bar .container .select2-container--default .select2-selection--single .select2-selection__arrow b,
.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,
.stm-layout-header-aircrafts #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,
.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .header-login-url a,
#wrapper #header .top-bar-wrap .stm-c-f-top-bar .stm-top-address-wrap,
#wrapper #header .top-bar-wrap .stm-c-f-top-bar .language-switcher-unit .stm_current_language,
#wrapper #header .top-bar-wrap .stm-c-f-top-bar .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
#wrapper #header .top-bar-wrap .stm-c-f-top-bar .select2-container--default .select2-selection--single .select2-selection__arrow b,
.stm-layout-header-car_dealer #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-car_dealer_two #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-listing #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-listing_five #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-listing_five .top-bar-wrap .stm-c-f-top-bar .currency-switcher .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,
.stm-layout-header-motorcycle #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-car_rental #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-car_magazine #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-aircrafts #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-equipment #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.stm-layout-header-boats #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

#wrapper #top-bar .container .pull-right i,
#wrapper #top-bar .container .stm-boats-top-bar-centered i,
#wrapper #header .stm-c-f-top-bar i {
    color: #fff
}

body #wrapper #top-bar .container a,
body #wrapper .top-bar-wrap a,
body #wrapper #stm-boats-header #top-bar .container .top-bar-info li a,
body #wrapper #top-bar .container .top_bar_menu ul li a,
body #wrapper #top-bar .container .header-login-url a,
.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .header-login-url a,
body #wrapper #header .top-bar-wrap .stm-c-f-top-bar .stm-top-address-wrap a,
.stm-layout-header-car_dealer #wrapper #top-bar .container a,
.stm-layout-header-car_dealer_two #wrapper #top-bar .container a,
.stm-layout-header-listing #wrapper #top-bar .container a,
.stm-layout-header-listing_five #wrapper #top-bar .container a,
.stm-layout-header-boats #wrapper #top-bar .container a,
.stm-layout-header-motorcycle #wrapper #top-bar .container a,
.stm-layout-header-car_rental #wrapper #top-bar .container a,
.stm-layout-header-car_magazine #wrapper #top-bar .container a,
.stm-layout-header-aircrafts #wrapper #top-bar .container a,
.stm-layout-header-equipment #wrapper #top-bar .container a {
    color: #fff
}

#wrapper #top-bar .top_bar_menu ul li a,
#wrapper .stm-c-f-top-bar .top_bar_menu ul li a {
    font-size: 14px
}

body #wrapper #top-bar .container .top-bar-wrapper .pull-right .top_bar_menu ul li a,
body #wrapper #top-bar .container .top-bar-wrapper .stm-boats-top-bar-right .top_bar_menu ul li a,
#wrapper .stm-c-f-top-bar .top_bar_menu ul li a {
    color: #f1f1f1
}

body #wrapper #top-bar .container .top-bar-wrapper .pull-right .top_bar_menu ul li a:hover,
body #wrapper #top-bar .container .top-bar-wrapper .stm-boats-top-bar-right .top_bar_menu ul li a:hover,
#wrapper .stm-c-f-top-bar .top_bar_menu ul li a:hover {
    color: #fff
}

#header .header-main,
#header .stm_motorcycle-header .stm_mc-main.header-main,
.home #header .header-main-listing-five.stm-fixed,
#header .header-listing.stm-fixed,
.header-service.service-notransparent-header,
.stm-template-boats .header-listing.stm-fixed,
.stm-template-car_dealer_two.no_margin #wrapper #stm-boats-header #header:after,
.stm-template-aircrafts:not(.transparent-header) #wrapper #header,
.stm-template-ev_dealer.stm-layout-header-car_dealer_two #wrapper #stm-boats-header #header,
.stm-layout-header-ev_dealer #wrapper #header .header-main,
.stm-layout-header-listing #wrapper #header .header-listing.listing-nontransparent-header,
.stm-layout-header-listing #wrapper #header .header-listing:after,
.stm-layout-header-equipment #header .header-listing,
.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #header:after,
.stm-layout-header-boats #stm-boats-header #header:after,
.stm-template-rental_two #wrapper .header-main {
    background-color: #23393d !important
}

.header-service.header-service-fixed.header-service-sticky.service-notransparent-header,
.header-service.header-service-fixed.header-service-sticky,
.stm-layout-header-listing_five #wrapper #header .header-main.stm-fixed,
.header-nav-fixed.header-nav-sticky,
.stm-layout-header-car_dealer_two.no_margin #stm-boats-header #header .stm-fixed,
.stm-layout-header-ev_dealer #wrapper #header .header-main-ev_dealer.header-listing-fixed.stm-fixed,
#wrapper #header .header-listing.stm-fixed,
.stm-layout-header-car_magazine #wrapper #header .header-magazine.header-magazine-fixed.stm-fixed {
    padding-top: 25px !important;
    padding-bottom: 15px !important
}

#header .blogname h1 {
    font-family: Montserrat, Arial;
    color: #000;
    font-size: 24px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    letter-spacing: 0px;
    word-spacing: 0px
}

body #wrapper .main-menu .header-menu>li>a,
#wrapper #header .header-menu>li>a,
#wrapper #header .listing-menu>li>a,
#wrapper #header .header-listing .listing-menu>li>a,
#wrapper #header .header-inner-content .listing-service-right .listing-menu>li>a,
#wrapper #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu>li>a,
#wrapper #header .header-magazine .container .magazine-service-right ul.magazine-menu>li>a,
.stm-layout-header-listing_five .header-menu>li>a,
.stm-layout-header-aircrafts #wrapper #header .header-inner-content .listing-service-right .listing-menu>li>a,
.stm-template-rental_two #wrapper .header-main .header-menu>li>a,
body .stm-boats-mobile-menu .listing-menu li a {
    font-family: Montserrat, Arial;
    color: #ffffff !important;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    letter-spacing: 0px;
    word-spacing: 0px
}

.main-menu .header-menu>li:not(.stm_megamenu) .sub-menu a,
.header-menu>li:not(.stm_megamenu) .sub-menu a,
.listing-menu>li:not(.stm_megamenu) .sub-menu a,
.header-listing .listing-menu>li:not(.stm_megamenu) .sub-menu a,
.header-inner-content .listing-service-right .listing-menu>li:not(.stm_megamenu) .sub-menu a,
#stm-boats-header #header .header-inner-content .listing-service-right .listing-menu>li:not(.stm_megamenu) .sub-menu a,
.header-magazine .container .magazine-service-right ul.magazine-menu>li:not(.stm_megamenu) .sub-menu a,
.stm-layout-header-listing #wrapper #header .header-listing .listing-menu>li:not(.stm_megamenu) .sub-menu a,
.stm-layout-header-listing_five .header-menu>li:not(.stm_megamenu) .sub-menu a,
.stm-layout-header-aircrafts .header-inner-content .listing-service-right .listing-menu>li:not(.stm_megamenu) .sub-menu a,
.stm-layout-header-motorcycle .stm_motorcycle-header .stm_mc-nav .main-menu .inner .header-menu>li:not(.stm_megamenu)>.sub-menu li a,
.stm-layout-header-car_rental #wrapper #header .header-rental .stm-opened-menu-listing .listing-menu-mobile>li:not(.stm_megamenu) .sub-menu li a,
.stm-template-rental_two #wrapper .header-main .header-menu>li:not(.stm_megamenu) .sub-menu li a,
body .stm-boats-mobile-menu .listing-menu>li:not(.stm_megamenu) .sub-menu li a {
    font-family: Montserrat, Arial;
    color: #ffffff !important
}

body,
.normal_font {
    font-family: Open Sans, Arial;
    color: #2a4045;
    font-size: 14px;
    line-height: 22px;
    text-transform: normal
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading-font,
.button,
.event-head,
.load-more-btn,
.vc_tta-panel-title,
.page-numbers li>a,
.page-numbers li>span,
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,
.stm_auto_loan_calculator input,
.post-content blockquote,
.contact-us-label,
.stm-shop-sidebar-area .widget.widget_product_categories>ul,
#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,
#main .stm-shop-sidebar-area .widget .product_list_widget li a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_table td.product-name>a,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal,
.stm-shop-sidebar-area .widget button,
.stm-list-style-counter li:before,
.ab-booking-form .ab-nav-steps .ab-btn,
body.stm-template-motorcycle .stm_motorcycle-header .stm_mc-main.header-main .stm_top-menu li .sub-menu a,
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav>li>a,
.stm_post_comments .form-submit input[type=submit],
.review-comment-form .form-submit input[type=submit] {
    font-family: Montserrat, Arial;
    text-transform: normal
}

h1,
.h1,
h1.heading-font {
    ,
    Arial;
    color: #2a4045;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    letter-spacing: 0px;
    word-spacing: 0px
}

h2,
.h2,
h2.heading-font {
    ,
    Arial;
    color: #2a4045;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    letter-spacing: 0px;
    word-spacing: 0px
}

h3,
.h3,
h3.heading-font {
    ,
    Arial;
    color: #2a4045;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    letter-spacing: 0px;
    word-spacing: 0px
}

h4,
.h4,
h4.heading-font {
    ,
    Arial;
    color: #2a4045;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    letter-spacing: 0px;
    word-spacing: 0px
}

h5,
.h5,
h5.heading-font {
    ,
    Arial;
    color: #2a4045;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    letter-spacing: 0px;
    word-spacing: 0px
}

h6,
.h6,
h6.heading-font {
    ,
    Arial;
    color: #2a4045;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: normal;
    letter-spacing: 0px;
    word-spacing: 0px
}

#footer-main,
body.page-template-home-service-layout #footer #footer-main {
    background-color: #23393d !important
}

#footer-copyright,
body.page-template-home-service-layout #footer #footer-copyright {
    background-color: #23393d !important
}

/*!
 * WPBakery Page Builder v6.0.0 (https://wpbakery.com)
 * Copyright 2011-2022 Michael M, WPBakery
 * License: Commercial. More details: http://go.wpbakery.com/licensing
 */
.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}

@media (max-width:767px) {
    .vc_hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .vc_hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .vc_hidden-lg {
        display: none !important
    }
}

.vc_non_responsive .vc_row .vc_col-sm-1 {
    position: relative;
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
    position: relative;
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
    margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
    margin-left: 91.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
    margin-left: 83.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
    margin-left: 75%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
    margin-left: 66.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
    margin-left: 58.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
    margin-left: 50%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
    margin-left: 41.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
    margin-left: 33.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
    margin-left: 25%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
    margin-left: 16.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
    margin-left: 8.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
    margin-left: 0
}

.vc_non_responsive .vc_row .vc_hidden-sm {
    display: none !important
}

.vc_non_responsive .vc_row .vc_col-sm-1\/5 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2\/5 {
    position: relative;
    float: left;
    width: 40%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3\/5 {
    position: relative;
    float: left;
    width: 60%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4\/5 {
    position: relative;
    float: left;
    width: 80%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5\/5 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 {
    margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 {
    margin-left: 80%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 {
    margin-left: 60%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 {
    margin-left: 40%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 {
    margin-left: 20%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 {
    margin-left: 0
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    float: left
}

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-10,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-11,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-12,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-6,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-7,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-8,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-9 {
    float: right
}

.vc_col-xs-12 {
    width: 100%
}

.vc_col-xs-11 {
    width: 91.66666667%
}

.vc_col-xs-10 {
    width: 83.33333333%
}

.vc_col-xs-9 {
    width: 75%
}

.vc_col-xs-8 {
    width: 66.66666667%
}

.vc_col-xs-7 {
    width: 58.33333333%
}

.vc_col-xs-6 {
    width: 50%
}

.vc_col-xs-5 {
    width: 41.66666667%
}

.vc_col-xs-4 {
    width: 33.33333333%
}

.vc_col-xs-3 {
    width: 25%
}

.vc_col-xs-2 {
    width: 16.66666667%
}

.vc_col-xs-1 {
    width: 8.33333333%
}

.vc_col-xs-pull-12 {
    right: 100%
}

.vc_col-xs-pull-11 {
    right: 91.66666667%
}

.vc_col-xs-pull-10 {
    right: 83.33333333%
}

.vc_col-xs-pull-9 {
    right: 75%
}

.vc_col-xs-pull-8 {
    right: 66.66666667%
}

.vc_col-xs-pull-7 {
    right: 58.33333333%
}

.vc_col-xs-pull-6 {
    right: 50%
}

.vc_col-xs-pull-5 {
    right: 41.66666667%
}

.vc_col-xs-pull-4 {
    right: 33.33333333%
}

.vc_col-xs-pull-3 {
    right: 25%
}

.vc_col-xs-pull-2 {
    right: 16.66666667%
}

.vc_col-xs-pull-1 {
    right: 8.33333333%
}

.vc_col-xs-pull-0 {
    right: auto
}

.vc_col-xs-push-12 {
    left: 100%
}

.vc_col-xs-push-11 {
    left: 91.66666667%
}

.vc_col-xs-push-10 {
    left: 83.33333333%
}

.vc_col-xs-push-9 {
    left: 75%
}

.vc_col-xs-push-8 {
    left: 66.66666667%
}

.vc_col-xs-push-7 {
    left: 58.33333333%
}

.vc_col-xs-push-6 {
    left: 50%
}

.vc_col-xs-push-5 {
    left: 41.66666667%
}

.vc_col-xs-push-4 {
    left: 33.33333333%
}

.vc_col-xs-push-3 {
    left: 25%
}

.vc_col-xs-push-2 {
    left: 16.66666667%
}

.vc_col-xs-push-1 {
    left: 8.33333333%
}

.vc_col-xs-push-0 {
    left: auto
}

.vc_col-xs-offset-12 {
    margin-left: 100%
}

.vc_col-xs-offset-11 {
    margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
    margin-left: 83.33333333%
}

.vc_col-xs-offset-9 {
    margin-left: 75%
}

.vc_col-xs-offset-8 {
    margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
    margin-left: 58.33333333%
}

.vc_col-xs-offset-6 {
    margin-left: 50%
}

.vc_col-xs-offset-5 {
    margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
    margin-left: 33.33333333%
}

.vc_col-xs-offset-3 {
    margin-left: 25%
}

.vc_col-xs-offset-2 {
    margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
    margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
    margin-left: 0
}

.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    float: left
}

.vc_col-xs-5\/5 {
    width: 100%
}

.vc_col-xs-4\/5 {
    width: 80%
}

.vc_col-xs-3\/5 {
    width: 60%
}

.vc_col-xs-2\/5 {
    width: 40%
}

.vc_col-xs-1\/5 {
    width: 20%
}

.vc_col-xs-pull-5\/5 {
    right: 100%
}

.vc_col-xs-pull-4\/5 {
    right: 80%
}

.vc_col-xs-pull-3\/5 {
    right: 60%
}

.vc_col-xs-pull-2\/5 {
    right: 40%
}

.vc_col-xs-pull-1\/5 {
    right: 20%
}

.vc_col-xs-pull-0\/5 {
    right: auto
}

.vc_col-xs-push-5\/5 {
    left: 100%
}

.vc_col-xs-push-4\/5 {
    left: 80%
}

.vc_col-xs-push-3\/5 {
    left: 60%
}

.vc_col-xs-push-2\/5 {
    left: 40%
}

.vc_col-xs-push-1\/5 {
    left: 20%
}

.vc_col-xs-push-0\/5 {
    left: auto
}

.vc_col-xs-offset-5\/5 {
    margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
    margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
    margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
    margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
    margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
    margin-left: 0
}

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
    float: right
}

@media (min-width:768px) {

    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-10,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-11,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-12,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-6,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-7,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-8,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-9 {
        float: right
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-11 {
        width: 91.66666667%
    }

    .vc_col-sm-10 {
        width: 83.33333333%
    }

    .vc_col-sm-9 {
        width: 75%
    }

    .vc_col-sm-8 {
        width: 66.66666667%
    }

    .vc_col-sm-7 {
        width: 58.33333333%
    }

    .vc_col-sm-6 {
        width: 50%
    }

    .vc_col-sm-5 {
        width: 41.66666667%
    }

    .vc_col-sm-4 {
        width: 33.33333333%
    }

    .vc_col-sm-3 {
        width: 25%
    }

    .vc_col-sm-2 {
        width: 16.66666667%
    }

    .vc_col-sm-1 {
        width: 8.33333333%
    }

    .vc_col-sm-pull-12 {
        right: 100%
    }

    .vc_col-sm-pull-11 {
        right: 91.66666667%
    }

    .vc_col-sm-pull-10 {
        right: 83.33333333%
    }

    .vc_col-sm-pull-9 {
        right: 75%
    }

    .vc_col-sm-pull-8 {
        right: 66.66666667%
    }

    .vc_col-sm-pull-7 {
        right: 58.33333333%
    }

    .vc_col-sm-pull-6 {
        right: 50%
    }

    .vc_col-sm-pull-5 {
        right: 41.66666667%
    }

    .vc_col-sm-pull-4 {
        right: 33.33333333%
    }

    .vc_col-sm-pull-3 {
        right: 25%
    }

    .vc_col-sm-pull-2 {
        right: 16.66666667%
    }

    .vc_col-sm-pull-1 {
        right: 8.33333333%
    }

    .vc_col-sm-pull-0 {
        right: auto
    }

    .vc_col-sm-push-12 {
        left: 100%
    }

    .vc_col-sm-push-11 {
        left: 91.66666667%
    }

    .vc_col-sm-push-10 {
        left: 83.33333333%
    }

    .vc_col-sm-push-9 {
        left: 75%
    }

    .vc_col-sm-push-8 {
        left: 66.66666667%
    }

    .vc_col-sm-push-7 {
        left: 58.33333333%
    }

    .vc_col-sm-push-6 {
        left: 50%
    }

    .vc_col-sm-push-5 {
        left: 41.66666667%
    }

    .vc_col-sm-push-4 {
        left: 33.33333333%
    }

    .vc_col-sm-push-3 {
        left: 25%
    }

    .vc_col-sm-push-2 {
        left: 16.66666667%
    }

    .vc_col-sm-push-1 {
        left: 8.33333333%
    }

    .vc_col-sm-push-0 {
        left: auto
    }

    .vc_col-sm-offset-12 {
        margin-left: 100%
    }

    .vc_col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-sm-offset-9 {
        margin-left: 75%
    }

    .vc_col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-sm-offset-6 {
        margin-left: 50%
    }

    .vc_col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-sm-offset-3 {
        margin-left: 25%
    }

    .vc_col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-sm-offset-0 {
        margin-left: 0
    }

    .vc_col-sm-1\/5,
    .vc_col-sm-2\/5,
    .vc_col-sm-3\/5,
    .vc_col-sm-4\/5,
    .vc_col-sm-5\/5 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-sm-5\/5 {
        width: 100%
    }

    .vc_col-sm-4\/5 {
        width: 80%
    }

    .vc_col-sm-3\/5 {
        width: 60%
    }

    .vc_col-sm-2\/5 {
        width: 40%
    }

    .vc_col-sm-1\/5 {
        width: 20%
    }

    .vc_col-sm-pull-5\/5 {
        right: 100%
    }

    .vc_col-sm-pull-4\/5 {
        right: 80%
    }

    .vc_col-sm-pull-3\/5 {
        right: 60%
    }

    .vc_col-sm-pull-2\/5 {
        right: 40%
    }

    .vc_col-sm-pull-1\/5 {
        right: 20%
    }

    .vc_col-sm-pull-0\/5 {
        right: auto
    }

    .vc_col-sm-push-5\/5 {
        left: 100%
    }

    .vc_col-sm-push-4\/5 {
        left: 80%
    }

    .vc_col-sm-push-3\/5 {
        left: 60%
    }

    .vc_col-sm-push-2\/5 {
        left: 40%
    }

    .vc_col-sm-push-1\/5 {
        left: 20%
    }

    .vc_col-sm-push-0\/5 {
        left: auto
    }

    .vc_col-sm-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-sm-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-sm-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-sm-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-sm-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-sm-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .vc_col-md-1,
    .vc_col-md-10,
    .vc_col-md-11,
    .vc_col-md-12,
    .vc_col-md-2,
    .vc_col-md-3,
    .vc_col-md-4,
    .vc_col-md-5,
    .vc_col-md-6,
    .vc_col-md-7,
    .vc_col-md-8,
    .vc_col-md-9 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-1,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-10,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-11,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-12,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-2,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-3,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-4,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-6,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-7,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-8,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-9 {
        float: right
    }

    .vc_col-md-12 {
        width: 100%
    }

    .vc_col-md-11 {
        width: 91.66666667%
    }

    .vc_col-md-10 {
        width: 83.33333333%
    }

    .vc_col-md-9 {
        width: 75%
    }

    .vc_col-md-8 {
        width: 66.66666667%
    }

    .vc_col-md-7 {
        width: 58.33333333%
    }

    .vc_col-md-6 {
        width: 50%
    }

    .vc_col-md-5 {
        width: 41.66666667%
    }

    .vc_col-md-4 {
        width: 33.33333333%
    }

    .vc_col-md-3 {
        width: 25%
    }

    .vc_col-md-2 {
        width: 16.66666667%
    }

    .vc_col-md-1 {
        width: 8.33333333%
    }

    .vc_col-md-pull-12 {
        right: 100%
    }

    .vc_col-md-pull-11 {
        right: 91.66666667%
    }

    .vc_col-md-pull-10 {
        right: 83.33333333%
    }

    .vc_col-md-pull-9 {
        right: 75%
    }

    .vc_col-md-pull-8 {
        right: 66.66666667%
    }

    .vc_col-md-pull-7 {
        right: 58.33333333%
    }

    .vc_col-md-pull-6 {
        right: 50%
    }

    .vc_col-md-pull-5 {
        right: 41.66666667%
    }

    .vc_col-md-pull-4 {
        right: 33.33333333%
    }

    .vc_col-md-pull-3 {
        right: 25%
    }

    .vc_col-md-pull-2 {
        right: 16.66666667%
    }

    .vc_col-md-pull-1 {
        right: 8.33333333%
    }

    .vc_col-md-pull-0 {
        right: auto
    }

    .vc_col-md-push-12 {
        left: 100%
    }

    .vc_col-md-push-11 {
        left: 91.66666667%
    }

    .vc_col-md-push-10 {
        left: 83.33333333%
    }

    .vc_col-md-push-9 {
        left: 75%
    }

    .vc_col-md-push-8 {
        left: 66.66666667%
    }

    .vc_col-md-push-7 {
        left: 58.33333333%
    }

    .vc_col-md-push-6 {
        left: 50%
    }

    .vc_col-md-push-5 {
        left: 41.66666667%
    }

    .vc_col-md-push-4 {
        left: 33.33333333%
    }

    .vc_col-md-push-3 {
        left: 25%
    }

    .vc_col-md-push-2 {
        left: 16.66666667%
    }

    .vc_col-md-push-1 {
        left: 8.33333333%
    }

    .vc_col-md-push-0 {
        left: auto
    }

    .vc_col-md-offset-12 {
        margin-left: 100%
    }

    .vc_col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-md-offset-9 {
        margin-left: 75%
    }

    .vc_col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-md-offset-6 {
        margin-left: 50%
    }

    .vc_col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-md-offset-3 {
        margin-left: 25%
    }

    .vc_col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-md-offset-0 {
        margin-left: 0
    }

    .vc_col-md-1\/5,
    .vc_col-md-2\/5,
    .vc_col-md-3\/5,
    .vc_col-md-4\/5,
    .vc_col-md-5\/5 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-md-5\/5 {
        width: 100%
    }

    .vc_col-md-4\/5 {
        width: 80%
    }

    .vc_col-md-3\/5 {
        width: 60%
    }

    .vc_col-md-2\/5 {
        width: 40%
    }

    .vc_col-md-1\/5 {
        width: 20%
    }

    .vc_col-md-pull-5\/5 {
        right: 100%
    }

    .vc_col-md-pull-4\/5 {
        right: 80%
    }

    .vc_col-md-pull-3\/5 {
        right: 60%
    }

    .vc_col-md-pull-2\/5 {
        right: 40%
    }

    .vc_col-md-pull-1\/5 {
        right: 20%
    }

    .vc_col-md-pull-0\/5 {
        right: auto
    }

    .vc_col-md-push-5\/5 {
        left: 100%
    }

    .vc_col-md-push-4\/5 {
        left: 80%
    }

    .vc_col-md-push-3\/5 {
        left: 60%
    }

    .vc_col-md-push-2\/5 {
        left: 40%
    }

    .vc_col-md-push-1\/5 {
        left: 20%
    }

    .vc_col-md-push-0\/5 {
        left: auto
    }

    .vc_col-md-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-md-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-md-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-md-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-md-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-md-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .vc_col-lg-1,
    .vc_col-lg-10,
    .vc_col-lg-11,
    .vc_col-lg-12,
    .vc_col-lg-2,
    .vc_col-lg-3,
    .vc_col-lg-4,
    .vc_col-lg-5,
    .vc_col-lg-6,
    .vc_col-lg-7,
    .vc_col-lg-8,
    .vc_col-lg-9 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-1,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-10,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-11,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-12,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-2,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-3,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-4,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-6,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-7,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-8,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-9 {
        float: right
    }

    .vc_col-lg-12 {
        width: 100%
    }

    .vc_col-lg-11 {
        width: 91.66666667%
    }

    .vc_col-lg-10 {
        width: 83.33333333%
    }

    .vc_col-lg-9 {
        width: 75%
    }

    .vc_col-lg-8 {
        width: 66.66666667%
    }

    .vc_col-lg-7 {
        width: 58.33333333%
    }

    .vc_col-lg-6 {
        width: 50%
    }

    .vc_col-lg-5 {
        width: 41.66666667%
    }

    .vc_col-lg-4 {
        width: 33.33333333%
    }

    .vc_col-lg-3 {
        width: 25%
    }

    .vc_col-lg-2 {
        width: 16.66666667%
    }

    .vc_col-lg-1 {
        width: 8.33333333%
    }

    .vc_col-lg-pull-12 {
        right: 100%
    }

    .vc_col-lg-pull-11 {
        right: 91.66666667%
    }

    .vc_col-lg-pull-10 {
        right: 83.33333333%
    }

    .vc_col-lg-pull-9 {
        right: 75%
    }

    .vc_col-lg-pull-8 {
        right: 66.66666667%
    }

    .vc_col-lg-pull-7 {
        right: 58.33333333%
    }

    .vc_col-lg-pull-6 {
        right: 50%
    }

    .vc_col-lg-pull-5 {
        right: 41.66666667%
    }

    .vc_col-lg-pull-4 {
        right: 33.33333333%
    }

    .vc_col-lg-pull-3 {
        right: 25%
    }

    .vc_col-lg-pull-2 {
        right: 16.66666667%
    }

    .vc_col-lg-pull-1 {
        right: 8.33333333%
    }

    .vc_col-lg-pull-0 {
        right: auto
    }

    .vc_col-lg-push-12 {
        left: 100%
    }

    .vc_col-lg-push-11 {
        left: 91.66666667%
    }

    .vc_col-lg-push-10 {
        left: 83.33333333%
    }

    .vc_col-lg-push-9 {
        left: 75%
    }

    .vc_col-lg-push-8 {
        left: 66.66666667%
    }

    .vc_col-lg-push-7 {
        left: 58.33333333%
    }

    .vc_col-lg-push-6 {
        left: 50%
    }

    .vc_col-lg-push-5 {
        left: 41.66666667%
    }

    .vc_col-lg-push-4 {
        left: 33.33333333%
    }

    .vc_col-lg-push-3 {
        left: 25%
    }

    .vc_col-lg-push-2 {
        left: 16.66666667%
    }

    .vc_col-lg-push-1 {
        left: 8.33333333%
    }

    .vc_col-lg-push-0 {
        left: auto
    }

    .vc_col-lg-offset-12 {
        margin-left: 100%
    }

    .vc_col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-lg-offset-9 {
        margin-left: 75%
    }

    .vc_col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-lg-offset-6 {
        margin-left: 50%
    }

    .vc_col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-lg-offset-3 {
        margin-left: 25%
    }

    .vc_col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-lg-offset-0 {
        margin-left: 0
    }

    .vc_col-lg-1\/5,
    .vc_col-lg-2\/5,
    .vc_col-lg-3\/5,
    .vc_col-lg-4\/5,
    .vc_col-lg-5\/5 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-lg-5\/5 {
        width: 100%
    }

    .vc_col-lg-4\/5 {
        width: 80%
    }

    .vc_col-lg-3\/5 {
        width: 60%
    }

    .vc_col-lg-2\/5 {
        width: 40%
    }

    .vc_col-lg-1\/5 {
        width: 20%
    }

    .vc_col-lg-pull-5\/5 {
        right: 100%
    }

    .vc_col-lg-pull-4\/5 {
        right: 80%
    }

    .vc_col-lg-pull-3\/5 {
        right: 60%
    }

    .vc_col-lg-pull-2\/5 {
        right: 40%
    }

    .vc_col-lg-pull-1\/5 {
        right: 20%
    }

    .vc_col-lg-pull-0\/5 {
        right: auto
    }

    .vc_col-lg-push-5\/5 {
        left: 100%
    }

    .vc_col-lg-push-4\/5 {
        left: 80%
    }

    .vc_col-lg-push-3\/5 {
        left: 60%
    }

    .vc_col-lg-push-2\/5 {
        left: 40%
    }

    .vc_col-lg-push-1\/5 {
        left: 20%
    }

    .vc_col-lg-push-0\/5 {
        left: auto
    }

    .vc_col-lg-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-lg-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-lg-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-lg-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-lg-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-lg-offset-0\/5 {
        margin-left: 0
    }
}

.vc_pull-right {
    float: right !important
}

.vc_pull-left {
    float: left !important
}

.vc_clearfix:after,
.vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_clearfix:after,
.vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_el-clearfix {
    clear: both
}

@media (max-width:767px) {
    .vc_el-clearfix-xs {
        clear: both
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_el-clearfix-sm {
        clear: both
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .vc_el-clearfix-md {
        clear: both
    }
}

@media (min-width:1200px) {
    .vc_el-clearfix-lg {
        clear: both
    }
}

.vc_visible {
    display: block
}

.vc_table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse
}

.vc_table>tbody>tr>td,
.vc_table>tbody>tr>th,
.vc_table>tfoot>tr>td,
.vc_table>tfoot>tr>th,
.vc_table>thead>tr>td,
.vc_table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.vc_table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.vc_table>caption+thead>tr:first-child>td,
.vc_table>caption+thead>tr:first-child>th,
.vc_table>colgroup+thead>tr:first-child>td,
.vc_table>colgroup+thead>tr:first-child>th,
.vc_table>thead:first-child>tr:first-child>td,
.vc_table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.vc_table>tbody+tbody {
    border-top: 2px solid #ddd
}

.vc_table .table {
    background-color: #fff
}

.vc_table-bordered {
    border: 1px solid #ddd
}

.vc_table-bordered>tbody>tr>td,
.vc_table-bordered>tbody>tr>th,
.vc_table-bordered>tfoot>tr>td,
.vc_table-bordered>tfoot>tr>th,
.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.vc_pixel_icon {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.vc_pixel_icon-alert {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../vc/alert.png)
}

.vc_pixel_icon-info {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../vc/info.png)
}

.vc_pixel_icon-tick {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../vc/tick.png)
}

.vc_pixel_icon-explanation {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../vc/exclamation.png)
}

.vc_pixel_icon-address_book {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png)
}

.vc_pixel_icon-alarm_clock {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png)
}

.vc_pixel_icon-anchor {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png)
}

.vc_pixel_icon-application_image {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png)
}

.vc_pixel_icon-arrow {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png)
}

.vc_pixel_icon-asterisk {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png)
}

.vc_pixel_icon-hammer {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png)
}

.vc_pixel_icon-balloon {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png)
}

.vc_pixel_icon-balloon_buzz {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png)
}

.vc_pixel_icon-balloon_facebook {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png)
}

.vc_pixel_icon-balloon_twitter {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png)
}

.vc_pixel_icon-battery {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png)
}

.vc_pixel_icon-binocular {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png)
}

.vc_pixel_icon-document_excel {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png)
}

.vc_pixel_icon-document_image {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png)
}

.vc_pixel_icon-document_music {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png)
}

.vc_pixel_icon-document_office {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png)
}

.vc_pixel_icon-document_pdf {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png)
}

.vc_pixel_icon-document_powerpoint {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png)
}

.vc_pixel_icon-document_word {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png)
}

.vc_pixel_icon-bookmark {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png)
}

.vc_pixel_icon-camcorder {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png)
}

.vc_pixel_icon-camera {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png)
}

.vc_pixel_icon-chart {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png)
}

.vc_pixel_icon-chart_pie {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png)
}

.vc_pixel_icon-clock {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png)
}

.vc_pixel_icon-play {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/control.png)
}

.vc_pixel_icon-fire {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png)
}

.vc_pixel_icon-heart {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png)
}

.vc_pixel_icon-mail {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png)
}

.vc_pixel_icon-shield {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png)
}

.vc_pixel_icon-video {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/video.png)
}



.vc-composer-icon {
    font-family: vcpb-plugin-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc-c-icon-minimize:before {
    content: "\e91c"
}

.vc-c-icon-close:before {
    content: "\e5cd"
}

.vc-c-icon-1-6_4-6_1-6:before {
    content: "\e90e"
}

.vc-c-icon-add_template:before {
    content: "\e903"
}

.vc-c-icon-arrow_back:before {
    content: "\e5c4"
}

.vc-c-icon-arrow_drop_down:before {
    content: "\e5c5"
}

.vc-c-icon-arrow_drop_up:before {
    content: "\e5c7"
}

.vc-c-icon-arrow_forward:before {
    content: "\e5c8"
}

.vc-c-icon-check:before {
    content: "\e5ca"
}

.vc-c-icon-arrow_upward:before {
    content: "\e5d8"
}

.vc-c-icon-arrow_downward:before {
    content: "\e5db"
}

.vc-c-icon-sync:before {
    content: "\e627"
}

.vc-c-icon-search:before {
    content: "\e8b6"
}

.vc-c-icon-1-1:before {
    content: "\e900"
}

.vc-c-icon-1-2_1-2:before {
    content: "\e901"
}

.vc-c-icon-1-3_1-3_1-3:before {
    content: "\e902"
}

.vc-c-icon-1-4_1-2_1-4:before {
    content: "\e904"
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
    content: "\e905"
}

.vc-c-icon-1-4_3-4:before {
    content: "\e906"
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
    content: "\e907"
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
    content: "\e908"
}

.vc-c-icon-l_15_15_15_15_15:before {
    content: "\e909"
}

.vc-c-icon-1-6_2-3_1-6:before {
    content: "\e90a"
}

.vc-c-icon-2-3_1-3:before {
    content: "\e90b"
}

.vc-c-icon-5-6_1-6:before {
    content: "\e90c"
}

.vc-c-icon-add_element:before {
    content: "\e90d"
}

.vc-c-icon-add:before {
    content: "\e90f"
}

.vc-c-icon-cog:before {
    content: "\e910"
}

.vc-c-icon-content_copy:before {
    content: "\e911"
}

.vc-c-icon-delete_empty:before {
    content: "\e912"
}

.vc-c-icon-dragndrop:before {
    content: "\e913"
}

.vc-c-icon-fullscreen_exit:before {
    content: "\e914"
}

.vc-c-icon-fullscreen:before {
    content: "\e915"
}

.vc-c-icon-arrow_drop_right:before {
    content: "\e916"
}

.vc-c-icon-layout_default:before {
    content: "\e917"
}

.vc-c-icon-layout_landscape-smartphones:before {
    content: "\e918"
}

.vc-c-icon-layout_landscape-tablets:before {
    content: "\e919"
}

.vc-c-icon-layout_portrait-smartphones:before {
    content: "\e91a"
}

.vc-c-icon-layout_portrait-tablets:before {
    content: "\e91b"
}

.vc-c-icon-mode_edit:before {
    content: "\e91d"
}

.vc-c-icon-row_default_fe:before {
    content: "\e91e"
}

.vc-c-icon-text-block:before {
    content: "\e91f"
}

.vc_txt_align_left {
    text-align: left
}

.vc_txt_align_right {
    text-align: right
}

.vc_txt_align_center {
    text-align: center
}

.vc_txt_align_justify {
    text-align: justify;
    text-justify: inter-word
}

.vc_el_width_50 {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_60 {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_70 {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_80 {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_90 {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_100 {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_btn,
a.vc_btn,
button.vc_btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    box-shadow: none;
    padding: 9px 12px;
    font-size: 100%;
    line-height: 20px;
    border-radius: 4px
}

.vc_btn,
.vc_btn:focus,
.vc_btn:hover,
a.vc_btn,
a.vc_btn:focus,
a.vc_btn:hover,
button.vc_btn,
button.vc_btn:focus,
button.vc_btn:hover {
    border: 1px solid transparent;
    box-shadow: none
}

.vc_btn-lg,
a.vc_btn-lg,
button.vc_btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.vc_btn-sm,
a.vc_btn-sm,
button.vc_btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.vc_btn-xs,
a.vc_btn-xs,
button.vc_btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.vc_btn_square,
a.vc_btn_square,
button.vc_btn_square {
    border-radius: 0
}

.vc_btn_square_outlined,
a.vc_btn_square_outlined,
button.vc_btn_square_outlined {
    border-radius: 0;
    background: 0 0 !important
}

.vc_btn_square_outlined,
.vc_btn_square_outlined:focus,
.vc_btn_square_outlined:hover,
a.vc_btn_square_outlined,
a.vc_btn_square_outlined:focus,
a.vc_btn_square_outlined:hover,
button.vc_btn_square_outlined,
button.vc_btn_square_outlined:focus,
button.vc_btn_square_outlined:hover {
    border: 2px solid
}

.vc_btn_round,
a.vc_btn_round,
button.vc_btn_round {
    border-radius: 25px
}

.vc_btn_outlined,
a.vc_btn_outlined,
button.vc_btn_outlined {
    background: 0 0 !important
}

.vc_btn_outlined,
.vc_btn_outlined:focus,
.vc_btn_outlined:hover,
a.vc_btn_outlined,
a.vc_btn_outlined:focus,
a.vc_btn_outlined:hover,
button.vc_btn_outlined,
button.vc_btn_outlined:focus,
button.vc_btn_outlined:hover {
    border: 2px solid
}

.vc_btn-blue,
a.vc_btn-blue,
button.vc_btn-blue {
    background-color: #5472d2;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-blue:hover,
a.vc_btn-blue:hover,
button.vc_btn-blue:hover {
    background-color: #3c5ecc;
    color: #f7f7f7 !important
}

.vc_btn-blue.vc_btn_outlined,
.vc_btn-blue.vc_btn_square_outlined,
a.vc_btn-blue.vc_btn_outlined,
a.vc_btn-blue.vc_btn_square_outlined,
button.vc_btn-blue.vc_btn_outlined,
button.vc_btn-blue.vc_btn_square_outlined {
    color: #5472d2 !important
}

.vc_btn-blue.vc_btn_outlined:hover,
.vc_btn-blue.vc_btn_square_outlined:hover,
a.vc_btn-blue.vc_btn_outlined:hover,
a.vc_btn-blue.vc_btn_square_outlined:hover,
button.vc_btn-blue.vc_btn_outlined:hover,
button.vc_btn-blue.vc_btn_square_outlined:hover {
    border-color: #3c5ecc
}

.vc_btn-blue.vc_btn_3d,
a.vc_btn-blue.vc_btn_3d,
button.vc_btn-blue.vc_btn_3d {
    box-shadow: 0 5px 0 #3253bc;
    margin-bottom: 5px
}

.vc_btn-blue.vc_btn_3d.vc_btn_xs,
a.vc_btn-blue.vc_btn_3d.vc_btn_xs,
button.vc_btn-blue.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #3253bc;
    margin-bottom: 3px
}

.vc_btn-blue.vc_btn_3d.vc_btn_sm,
a.vc_btn-blue.vc_btn_3d.vc_btn_sm,
button.vc_btn-blue.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #3253bc;
    margin-bottom: 4px
}

.vc_btn-turquoise,
a.vc_btn-turquoise,
button.vc_btn-turquoise {
    background-color: #00c1cf;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-turquoise:hover,
a.vc_btn-turquoise:hover,
button.vc_btn-turquoise:hover {
    background-color: #00a4b0;
    color: #f7f7f7 !important
}

.vc_btn-turquoise.vc_btn_outlined,
.vc_btn-turquoise.vc_btn_square_outlined,
a.vc_btn-turquoise.vc_btn_outlined,
a.vc_btn-turquoise.vc_btn_square_outlined,
button.vc_btn-turquoise.vc_btn_outlined,
button.vc_btn-turquoise.vc_btn_square_outlined {
    color: #00c1cf !important
}

.vc_btn-turquoise.vc_btn_outlined:hover,
.vc_btn-turquoise.vc_btn_square_outlined:hover,
a.vc_btn-turquoise.vc_btn_outlined:hover,
a.vc_btn-turquoise.vc_btn_square_outlined:hover,
button.vc_btn-turquoise.vc_btn_outlined:hover,
button.vc_btn-turquoise.vc_btn_square_outlined:hover {
    border-color: #00a4b0
}

.vc_btn-turquoise.vc_btn_3d,
a.vc_btn-turquoise.vc_btn_3d,
button.vc_btn-turquoise.vc_btn_3d {
    box-shadow: 0 5px 0 #008d97;
    margin-bottom: 5px
}

.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #008d97;
    margin-bottom: 3px
}

.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #008d97;
    margin-bottom: 4px
}

.vc_btn-pink,
a.vc_btn-pink,
button.vc_btn-pink {
    background-color: #fe6c61;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-pink:hover,
a.vc_btn-pink:hover,
button.vc_btn-pink:hover {
    background-color: #fe5043;
    color: #f7f7f7 !important
}

.vc_btn-pink.vc_btn_outlined,
.vc_btn-pink.vc_btn_square_outlined,
a.vc_btn-pink.vc_btn_outlined,
a.vc_btn-pink.vc_btn_square_outlined,
button.vc_btn-pink.vc_btn_outlined,
button.vc_btn-pink.vc_btn_square_outlined {
    color: #fe6c61 !important
}

.vc_btn-pink.vc_btn_outlined:hover,
.vc_btn-pink.vc_btn_square_outlined:hover,
a.vc_btn-pink.vc_btn_outlined:hover,
a.vc_btn-pink.vc_btn_square_outlined:hover,
button.vc_btn-pink.vc_btn_outlined:hover,
button.vc_btn-pink.vc_btn_square_outlined:hover {
    border-color: #fe5043
}

.vc_btn-pink.vc_btn_3d,
a.vc_btn-pink.vc_btn_3d,
button.vc_btn-pink.vc_btn_3d {
    box-shadow: 0 5px 0 #fe3829;
    margin-bottom: 5px
}

.vc_btn-pink.vc_btn_3d.vc_btn_xs,
a.vc_btn-pink.vc_btn_3d.vc_btn_xs,
button.vc_btn-pink.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #fe3829;
    margin-bottom: 3px
}

.vc_btn-pink.vc_btn_3d.vc_btn_sm,
a.vc_btn-pink.vc_btn_3d.vc_btn_sm,
button.vc_btn-pink.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #fe3829;
    margin-bottom: 4px
}

.vc_btn-violet,
a.vc_btn-violet,
button.vc_btn-violet {
    background-color: #8d6dc4;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-violet:hover,
a.vc_btn-violet:hover,
button.vc_btn-violet:hover {
    background-color: #7c57bb;
    color: #f7f7f7 !important
}

.vc_btn-violet.vc_btn_outlined,
.vc_btn-violet.vc_btn_square_outlined,
a.vc_btn-violet.vc_btn_outlined,
a.vc_btn-violet.vc_btn_square_outlined,
button.vc_btn-violet.vc_btn_outlined,
button.vc_btn-violet.vc_btn_square_outlined {
    color: #8d6dc4 !important
}

.vc_btn-violet.vc_btn_outlined:hover,
.vc_btn-violet.vc_btn_square_outlined:hover,
a.vc_btn-violet.vc_btn_outlined:hover,
a.vc_btn-violet.vc_btn_square_outlined:hover,
button.vc_btn-violet.vc_btn_outlined:hover,
button.vc_btn-violet.vc_btn_square_outlined:hover {
    border-color: #7c57bb
}

.vc_btn-violet.vc_btn_3d,
a.vc_btn-violet.vc_btn_3d,
button.vc_btn-violet.vc_btn_3d {
    box-shadow: 0 5px 0 #6e48b1;
    margin-bottom: 5px
}

.vc_btn-violet.vc_btn_3d.vc_btn_xs,
a.vc_btn-violet.vc_btn_3d.vc_btn_xs,
button.vc_btn-violet.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #6e48b1;
    margin-bottom: 3px
}

.vc_btn-violet.vc_btn_3d.vc_btn_sm,
a.vc_btn-violet.vc_btn_3d.vc_btn_sm,
button.vc_btn-violet.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #6e48b1;
    margin-bottom: 4px
}

.vc_btn-peacoc,
a.vc_btn-peacoc,
button.vc_btn-peacoc {
    background-color: #4cadc9;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-peacoc:hover,
a.vc_btn-peacoc:hover,
button.vc_btn-peacoc:hover {
    background-color: #39a0bd;
    color: #f7f7f7 !important
}

.vc_btn-peacoc.vc_btn_outlined,
.vc_btn-peacoc.vc_btn_square_outlined,
a.vc_btn-peacoc.vc_btn_outlined,
a.vc_btn-peacoc.vc_btn_square_outlined,
button.vc_btn-peacoc.vc_btn_outlined,
button.vc_btn-peacoc.vc_btn_square_outlined {
    color: #4cadc9 !important
}

.vc_btn-peacoc.vc_btn_outlined:hover,
.vc_btn-peacoc.vc_btn_square_outlined:hover,
a.vc_btn-peacoc.vc_btn_outlined:hover,
a.vc_btn-peacoc.vc_btn_square_outlined:hover,
button.vc_btn-peacoc.vc_btn_outlined:hover,
button.vc_btn-peacoc.vc_btn_square_outlined:hover {
    border-color: #39a0bd
}

.vc_btn-peacoc.vc_btn_3d,
a.vc_btn-peacoc.vc_btn_3d,
button.vc_btn-peacoc.vc_btn_3d {
    box-shadow: 0 5px 0 #338faa;
    margin-bottom: 5px
}

.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #338faa;
    margin-bottom: 3px
}

.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #338faa;
    margin-bottom: 4px
}

.vc_btn-chino,
a.vc_btn-chino,
button.vc_btn-chino {
    background-color: #cec2ab;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-chino:hover,
a.vc_btn-chino:hover,
button.vc_btn-chino:hover {
    background-color: #c3b498;
    color: #f7f7f7 !important
}

.vc_btn-chino.vc_btn_outlined,
.vc_btn-chino.vc_btn_square_outlined,
a.vc_btn-chino.vc_btn_outlined,
a.vc_btn-chino.vc_btn_square_outlined,
button.vc_btn-chino.vc_btn_outlined,
button.vc_btn-chino.vc_btn_square_outlined {
    color: #cec2ab !important
}

.vc_btn-chino.vc_btn_outlined:hover,
.vc_btn-chino.vc_btn_square_outlined:hover,
a.vc_btn-chino.vc_btn_outlined:hover,
a.vc_btn-chino.vc_btn_square_outlined:hover,
button.vc_btn-chino.vc_btn_outlined:hover,
button.vc_btn-chino.vc_btn_square_outlined:hover {
    border-color: #c3b498
}

.vc_btn-chino.vc_btn_3d,
a.vc_btn-chino.vc_btn_3d,
button.vc_btn-chino.vc_btn_3d {
    box-shadow: 0 5px 0 #b9a888;
    margin-bottom: 5px
}

.vc_btn-chino.vc_btn_3d.vc_btn_xs,
a.vc_btn-chino.vc_btn_3d.vc_btn_xs,
button.vc_btn-chino.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #b9a888;
    margin-bottom: 3px
}

.vc_btn-chino.vc_btn_3d.vc_btn_sm,
a.vc_btn-chino.vc_btn_3d.vc_btn_sm,
button.vc_btn-chino.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #b9a888;
    margin-bottom: 4px
}

.vc_btn-mulled_wine,
a.vc_btn-mulled_wine,
button.vc_btn-mulled_wine {
    background-color: #50485b;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-mulled_wine:hover,
a.vc_btn-mulled_wine:hover,
button.vc_btn-mulled_wine:hover {
    background-color: #413a4a;
    color: #f7f7f7 !important
}

.vc_btn-mulled_wine.vc_btn_outlined,
.vc_btn-mulled_wine.vc_btn_square_outlined,
a.vc_btn-mulled_wine.vc_btn_outlined,
a.vc_btn-mulled_wine.vc_btn_square_outlined,
button.vc_btn-mulled_wine.vc_btn_outlined,
button.vc_btn-mulled_wine.vc_btn_square_outlined {
    color: #50485b !important
}

.vc_btn-mulled_wine.vc_btn_outlined:hover,
.vc_btn-mulled_wine.vc_btn_square_outlined:hover,
a.vc_btn-mulled_wine.vc_btn_outlined:hover,
a.vc_btn-mulled_wine.vc_btn_square_outlined:hover,
button.vc_btn-mulled_wine.vc_btn_outlined:hover,
button.vc_btn-mulled_wine.vc_btn_square_outlined:hover {
    border-color: #413a4a
}

.vc_btn-mulled_wine.vc_btn_3d,
a.vc_btn-mulled_wine.vc_btn_3d,
button.vc_btn-mulled_wine.vc_btn_3d {
    box-shadow: 0 5px 0 #342f3c;
    margin-bottom: 5px
}

.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #342f3c;
    margin-bottom: 3px
}

.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #342f3c;
    margin-bottom: 4px
}

.vc_btn-vista_blue,
a.vc_btn-vista_blue,
button.vc_btn-vista_blue {
    background-color: #75d69c;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-vista_blue:hover,
a.vc_btn-vista_blue:hover,
button.vc_btn-vista_blue:hover {
    background-color: #5dcf8b;
    color: #f7f7f7 !important
}

.vc_btn-vista_blue.vc_btn_outlined,
.vc_btn-vista_blue.vc_btn_square_outlined,
a.vc_btn-vista_blue.vc_btn_outlined,
a.vc_btn-vista_blue.vc_btn_square_outlined,
button.vc_btn-vista_blue.vc_btn_outlined,
button.vc_btn-vista_blue.vc_btn_square_outlined {
    color: #75d69c !important
}

.vc_btn-vista_blue.vc_btn_outlined:hover,
.vc_btn-vista_blue.vc_btn_square_outlined:hover,
a.vc_btn-vista_blue.vc_btn_outlined:hover,
a.vc_btn-vista_blue.vc_btn_square_outlined:hover,
button.vc_btn-vista_blue.vc_btn_outlined:hover,
button.vc_btn-vista_blue.vc_btn_square_outlined:hover {
    border-color: #5dcf8b
}

.vc_btn-vista_blue.vc_btn_3d,
a.vc_btn-vista_blue.vc_btn_3d,
button.vc_btn-vista_blue.vc_btn_3d {
    box-shadow: 0 5px 0 #4ac97d;
    margin-bottom: 5px
}

.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #4ac97d;
    margin-bottom: 3px
}

.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #4ac97d;
    margin-bottom: 4px
}

.vc_btn-black,
a.vc_btn-black,
button.vc_btn-black {
    background-color: #2a2a2a;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-black:hover,
a.vc_btn-black:hover,
button.vc_btn-black:hover {
    background-color: #1b1b1b;
    color: #f7f7f7 !important
}

.vc_btn-black.vc_btn_outlined,
.vc_btn-black.vc_btn_square_outlined,
a.vc_btn-black.vc_btn_outlined,
a.vc_btn-black.vc_btn_square_outlined,
button.vc_btn-black.vc_btn_outlined,
button.vc_btn-black.vc_btn_square_outlined {
    color: #2a2a2a !important
}

.vc_btn-black.vc_btn_outlined:hover,
.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover,
a.vc_btn-black.vc_btn_square_outlined:hover,
button.vc_btn-black.vc_btn_outlined:hover,
button.vc_btn-black.vc_btn_square_outlined:hover {
    border-color: #1b1b1b
}

.vc_btn-black.vc_btn_3d,
a.vc_btn-black.vc_btn_3d,
button.vc_btn-black.vc_btn_3d {
    box-shadow: 0 5px 0 #0e0e0e;
    margin-bottom: 5px
}

.vc_btn-black.vc_btn_3d.vc_btn_xs,
a.vc_btn-black.vc_btn_3d.vc_btn_xs,
button.vc_btn-black.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #0e0e0e;
    margin-bottom: 3px
}

.vc_btn-black.vc_btn_3d.vc_btn_sm,
a.vc_btn-black.vc_btn_3d.vc_btn_sm,
button.vc_btn-black.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #0e0e0e;
    margin-bottom: 4px
}

.vc_btn-grey,
a.vc_btn-grey,
button.vc_btn-grey {
    background-color: #ebebeb;
    color: #666 !important;
    transition: all .5s
}

.vc_btn-grey:hover,
a.vc_btn-grey:hover,
button.vc_btn-grey:hover {
    background-color: #dcdcdc;
    color: #5e5e5e !important
}

.vc_btn-grey.vc_btn_outlined,
.vc_btn-grey.vc_btn_square_outlined,
a.vc_btn-grey.vc_btn_outlined,
a.vc_btn-grey.vc_btn_square_outlined,
button.vc_btn-grey.vc_btn_outlined,
button.vc_btn-grey.vc_btn_square_outlined {
    color: #ebebeb !important
}

.vc_btn-grey.vc_btn_outlined:hover,
.vc_btn-grey.vc_btn_square_outlined:hover,
a.vc_btn-grey.vc_btn_outlined:hover,
a.vc_btn-grey.vc_btn_square_outlined:hover,
button.vc_btn-grey.vc_btn_outlined:hover,
button.vc_btn-grey.vc_btn_square_outlined:hover {
    border-color: #dcdcdc
}

.vc_btn-grey.vc_btn_3d,
a.vc_btn-grey.vc_btn_3d,
button.vc_btn-grey.vc_btn_3d {
    box-shadow: 0 5px 0 #cfcfcf;
    margin-bottom: 5px
}

.vc_btn-grey.vc_btn_3d.vc_btn_xs,
a.vc_btn-grey.vc_btn_3d.vc_btn_xs,
button.vc_btn-grey.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #cfcfcf;
    margin-bottom: 3px
}

.vc_btn-grey.vc_btn_3d.vc_btn_sm,
a.vc_btn-grey.vc_btn_3d.vc_btn_sm,
button.vc_btn-grey.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #cfcfcf;
    margin-bottom: 4px
}

.vc_btn-orange,
a.vc_btn-orange,
button.vc_btn-orange {
    background-color: #f7be68;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-orange:hover,
a.vc_btn-orange:hover,
button.vc_btn-orange:hover {
    background-color: #f5b14b;
    color: #f7f7f7 !important
}

.vc_btn-orange.vc_btn_outlined,
.vc_btn-orange.vc_btn_square_outlined,
a.vc_btn-orange.vc_btn_outlined,
a.vc_btn-orange.vc_btn_square_outlined,
button.vc_btn-orange.vc_btn_outlined,
button.vc_btn-orange.vc_btn_square_outlined {
    color: #f7be68 !important
}

.vc_btn-orange.vc_btn_outlined:hover,
.vc_btn-orange.vc_btn_square_outlined:hover,
a.vc_btn-orange.vc_btn_outlined:hover,
a.vc_btn-orange.vc_btn_square_outlined:hover,
button.vc_btn-orange.vc_btn_outlined:hover,
button.vc_btn-orange.vc_btn_square_outlined:hover {
    border-color: #f5b14b
}

.vc_btn-orange.vc_btn_3d,
a.vc_btn-orange.vc_btn_3d,
button.vc_btn-orange.vc_btn_3d {
    box-shadow: 0 5px 0 #f4a733;
    margin-bottom: 5px
}

.vc_btn-orange.vc_btn_3d.vc_btn_xs,
a.vc_btn-orange.vc_btn_3d.vc_btn_xs,
button.vc_btn-orange.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #f4a733;
    margin-bottom: 3px
}

.vc_btn-orange.vc_btn_3d.vc_btn_sm,
a.vc_btn-orange.vc_btn_3d.vc_btn_sm,
button.vc_btn-orange.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #f4a733;
    margin-bottom: 4px
}

.vc_btn-sky,
a.vc_btn-sky,
button.vc_btn-sky {
    background-color: #5aa1e3;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-sky:hover,
a.vc_btn-sky:hover,
button.vc_btn-sky:hover {
    background-color: #4092df;
    color: #f7f7f7 !important
}

.vc_btn-sky.vc_btn_outlined,
.vc_btn-sky.vc_btn_square_outlined,
a.vc_btn-sky.vc_btn_outlined,
a.vc_btn-sky.vc_btn_square_outlined,
button.vc_btn-sky.vc_btn_outlined,
button.vc_btn-sky.vc_btn_square_outlined {
    color: #5aa1e3 !important
}

.vc_btn-sky.vc_btn_outlined:hover,
.vc_btn-sky.vc_btn_square_outlined:hover,
a.vc_btn-sky.vc_btn_outlined:hover,
a.vc_btn-sky.vc_btn_square_outlined:hover,
button.vc_btn-sky.vc_btn_outlined:hover,
button.vc_btn-sky.vc_btn_square_outlined:hover {
    border-color: #4092df
}

.vc_btn-sky.vc_btn_3d,
a.vc_btn-sky.vc_btn_3d,
button.vc_btn-sky.vc_btn_3d {
    box-shadow: 0 5px 0 #2a86db;
    margin-bottom: 5px
}

.vc_btn-sky.vc_btn_3d.vc_btn_xs,
a.vc_btn-sky.vc_btn_3d.vc_btn_xs,
button.vc_btn-sky.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #2a86db;
    margin-bottom: 3px
}

.vc_btn-sky.vc_btn_3d.vc_btn_sm,
a.vc_btn-sky.vc_btn_3d.vc_btn_sm,
button.vc_btn-sky.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #2a86db;
    margin-bottom: 4px
}

.vc_btn-green,
a.vc_btn-green,
button.vc_btn-green {
    background-color: #6dab3c;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-green:hover,
a.vc_btn-green:hover,
button.vc_btn-green:hover {
    background-color: #5f9434;
    color: #f7f7f7 !important
}

.vc_btn-green.vc_btn_outlined,
.vc_btn-green.vc_btn_square_outlined,
a.vc_btn-green.vc_btn_outlined,
a.vc_btn-green.vc_btn_square_outlined,
button.vc_btn-green.vc_btn_outlined,
button.vc_btn-green.vc_btn_square_outlined {
    color: #6dab3c !important
}

.vc_btn-green.vc_btn_outlined:hover,
.vc_btn-green.vc_btn_square_outlined:hover,
a.vc_btn-green.vc_btn_outlined:hover,
a.vc_btn-green.vc_btn_square_outlined:hover,
button.vc_btn-green.vc_btn_outlined:hover,
button.vc_btn-green.vc_btn_square_outlined:hover {
    border-color: #5f9434
}

.vc_btn-green.vc_btn_3d,
a.vc_btn-green.vc_btn_3d,
button.vc_btn-green.vc_btn_3d {
    box-shadow: 0 5px 0 #53812d;
    margin-bottom: 5px
}

.vc_btn-green.vc_btn_3d.vc_btn_xs,
a.vc_btn-green.vc_btn_3d.vc_btn_xs,
button.vc_btn-green.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #53812d;
    margin-bottom: 3px
}

.vc_btn-green.vc_btn_3d.vc_btn_sm,
a.vc_btn-green.vc_btn_3d.vc_btn_sm,
button.vc_btn-green.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #53812d;
    margin-bottom: 4px
}

.vc_btn-juicy_pink,
a.vc_btn-juicy_pink,
button.vc_btn-juicy_pink {
    background-color: #f4524d;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-juicy_pink:hover,
a.vc_btn-juicy_pink:hover,
button.vc_btn-juicy_pink:hover {
    background-color: #f23630;
    color: #f7f7f7 !important
}

.vc_btn-juicy_pink.vc_btn_outlined,
.vc_btn-juicy_pink.vc_btn_square_outlined,
a.vc_btn-juicy_pink.vc_btn_outlined,
a.vc_btn-juicy_pink.vc_btn_square_outlined,
button.vc_btn-juicy_pink.vc_btn_outlined,
button.vc_btn-juicy_pink.vc_btn_square_outlined {
    color: #f4524d !important
}

.vc_btn-juicy_pink.vc_btn_outlined:hover,
.vc_btn-juicy_pink.vc_btn_square_outlined:hover,
a.vc_btn-juicy_pink.vc_btn_outlined:hover,
a.vc_btn-juicy_pink.vc_btn_square_outlined:hover,
button.vc_btn-juicy_pink.vc_btn_outlined:hover,
button.vc_btn-juicy_pink.vc_btn_square_outlined:hover {
    border-color: #f23630
}

.vc_btn-juicy_pink.vc_btn_3d,
a.vc_btn-juicy_pink.vc_btn_3d,
button.vc_btn-juicy_pink.vc_btn_3d {
    box-shadow: 0 5px 0 #f11f18;
    margin-bottom: 5px
}

.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #f11f18;
    margin-bottom: 3px
}

.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #f11f18;
    margin-bottom: 4px
}

.vc_btn-sandy_brown,
a.vc_btn-sandy_brown,
button.vc_btn-sandy_brown {
    background-color: #f79468;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-sandy_brown:hover,
a.vc_btn-sandy_brown:hover,
button.vc_btn-sandy_brown:hover {
    background-color: #f57f4b;
    color: #f7f7f7 !important
}

.vc_btn-sandy_brown.vc_btn_outlined,
.vc_btn-sandy_brown.vc_btn_square_outlined,
a.vc_btn-sandy_brown.vc_btn_outlined,
a.vc_btn-sandy_brown.vc_btn_square_outlined,
button.vc_btn-sandy_brown.vc_btn_outlined,
button.vc_btn-sandy_brown.vc_btn_square_outlined {
    color: #f79468 !important
}

.vc_btn-sandy_brown.vc_btn_outlined:hover,
.vc_btn-sandy_brown.vc_btn_square_outlined:hover,
a.vc_btn-sandy_brown.vc_btn_outlined:hover,
a.vc_btn-sandy_brown.vc_btn_square_outlined:hover,
button.vc_btn-sandy_brown.vc_btn_outlined:hover,
button.vc_btn-sandy_brown.vc_btn_square_outlined:hover {
    border-color: #f57f4b
}

.vc_btn-sandy_brown.vc_btn_3d,
a.vc_btn-sandy_brown.vc_btn_3d,
button.vc_btn-sandy_brown.vc_btn_3d {
    box-shadow: 0 5px 0 #f46e33;
    margin-bottom: 5px
}

.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #f46e33;
    margin-bottom: 3px
}

.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #f46e33;
    margin-bottom: 4px
}

.vc_btn-purple,
a.vc_btn-purple,
button.vc_btn-purple {
    background-color: #b97ebb;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-purple:hover,
a.vc_btn-purple:hover,
button.vc_btn-purple:hover {
    background-color: #ae6ab0;
    color: #f7f7f7 !important
}

.vc_btn-purple.vc_btn_outlined,
.vc_btn-purple.vc_btn_square_outlined,
a.vc_btn-purple.vc_btn_outlined,
a.vc_btn-purple.vc_btn_square_outlined,
button.vc_btn-purple.vc_btn_outlined,
button.vc_btn-purple.vc_btn_square_outlined {
    color: #b97ebb !important
}

.vc_btn-purple.vc_btn_outlined:hover,
.vc_btn-purple.vc_btn_square_outlined:hover,
a.vc_btn-purple.vc_btn_outlined:hover,
a.vc_btn-purple.vc_btn_square_outlined:hover,
button.vc_btn-purple.vc_btn_outlined:hover,
button.vc_btn-purple.vc_btn_square_outlined:hover {
    border-color: #ae6ab0
}

.vc_btn-purple.vc_btn_3d,
a.vc_btn-purple.vc_btn_3d,
button.vc_btn-purple.vc_btn_3d {
    box-shadow: 0 5px 0 #a559a8;
    margin-bottom: 5px
}

.vc_btn-purple.vc_btn_3d.vc_btn_xs,
a.vc_btn-purple.vc_btn_3d.vc_btn_xs,
button.vc_btn-purple.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #a559a8;
    margin-bottom: 3px
}

.vc_btn-purple.vc_btn_3d.vc_btn_sm,
a.vc_btn-purple.vc_btn_3d.vc_btn_sm,
button.vc_btn-purple.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #a559a8;
    margin-bottom: 4px
}

.vc_btn-white,
a.vc_btn-white,
button.vc_btn-white {
    background-color: #fff;
    color: #666 !important;
    transition: all .5s
}

.vc_btn-white:hover,
a.vc_btn-white:hover,
button.vc_btn-white:hover {
    background-color: #f0f0f0;
    color: #5e5e5e !important
}

.vc_btn-white.vc_btn_outlined,
.vc_btn-white.vc_btn_square_outlined,
a.vc_btn-white.vc_btn_outlined,
a.vc_btn-white.vc_btn_square_outlined,
button.vc_btn-white.vc_btn_outlined,
button.vc_btn-white.vc_btn_square_outlined {
    color: #fff !important
}

.vc_btn-white.vc_btn_outlined:hover,
.vc_btn-white.vc_btn_square_outlined:hover,
a.vc_btn-white.vc_btn_outlined:hover,
a.vc_btn-white.vc_btn_square_outlined:hover,
button.vc_btn-white.vc_btn_outlined:hover,
button.vc_btn-white.vc_btn_square_outlined:hover {
    border-color: #f0f0f0
}

.vc_btn-white.vc_btn_3d,
a.vc_btn-white.vc_btn_3d,
button.vc_btn-white.vc_btn_3d {
    box-shadow: 0 5px 0 #e3e3e3;
    margin-bottom: 5px
}

.vc_btn-white.vc_btn_3d.vc_btn_xs,
a.vc_btn-white.vc_btn_3d.vc_btn_xs,
button.vc_btn-white.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #e3e3e3;
    margin-bottom: 3px
}

.vc_btn-white.vc_btn_3d.vc_btn_sm,
a.vc_btn-white.vc_btn_3d.vc_btn_sm,
button.vc_btn-white.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #e3e3e3;
    margin-bottom: 4px
}

.vc_btn-grace,
a.vc_btn-grace,
button.vc_btn-grace {
    background-color: #aed13b;
    color: #fff !important;
    transition: all .5s
}

.vc_btn-grace:hover,
a.vc_btn-grace:hover,
button.vc_btn-grace:hover {
    background-color: #9ec02d;
    color: #f7f7f7 !important
}

.vc_btn-grace.vc_btn_outlined,
.vc_btn-grace.vc_btn_square_outlined,
a.vc_btn-grace.vc_btn_outlined,
a.vc_btn-grace.vc_btn_square_outlined,
button.vc_btn-grace.vc_btn_outlined,
button.vc_btn-grace.vc_btn_square_outlined {
    color: #aed13b !important
}

.vc_btn-grace.vc_btn_outlined:hover,
.vc_btn-grace.vc_btn_square_outlined:hover,
a.vc_btn-grace.vc_btn_outlined:hover,
a.vc_btn-grace.vc_btn_square_outlined:hover,
button.vc_btn-grace.vc_btn_outlined:hover,
button.vc_btn-grace.vc_btn_square_outlined:hover {
    border-color: #9ec02d
}

.vc_btn-grace.vc_btn_3d,
a.vc_btn-grace.vc_btn_3d,
button.vc_btn-grace.vc_btn_3d {
    box-shadow: 0 5px 0 #8dac28;
    margin-bottom: 5px
}

.vc_btn-grace.vc_btn_3d.vc_btn_xs,
a.vc_btn-grace.vc_btn_3d.vc_btn_xs,
button.vc_btn-grace.vc_btn_3d.vc_btn_xs {
    box-shadow: 0 3px 0 #8dac28;
    margin-bottom: 3px
}

.vc_btn-grace.vc_btn_3d.vc_btn_sm,
a.vc_btn-grace.vc_btn_3d.vc_btn_sm,
button.vc_btn-grace.vc_btn_3d.vc_btn_sm {
    box-shadow: 0 4px 0 #8dac28;
    margin-bottom: 4px
}

.vc_btn-default,
a.vc_btn-default,
button.vc_btn-default {
    color: #7d7d7d;
    background-color: #fff;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-default,
.open>.dropdown-togglea.vc_btn-default,
.open>.dropdown-togglebutton.vc_btn-default,
.vc_btn-default.active,
.vc_btn-default:active,
.vc_btn-default:focus,
.vc_btn-default:hover,
a.vc_btn-default.active,
a.vc_btn-default:active,
a.vc_btn-default:focus,
a.vc_btn-default:hover,
button.vc_btn-default.active,
button.vc_btn-default:active,
button.vc_btn-default:focus,
button.vc_btn-default:hover {
    color: #7d7d7d;
    background-color: #e6e6e6;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-default,
.open>.dropdown-togglea.vc_btn-default,
.open>.dropdown-togglebutton.vc_btn-default,
.vc_btn-default.active,
.vc_btn-default:active,
a.vc_btn-default.active,
a.vc_btn-default:active,
button.vc_btn-default.active,
button.vc_btn-default:active {
    background-image: none
}

.vc_btn-default.disabled,
.vc_btn-default.disabled.active,
.vc_btn-default.disabled:active,
.vc_btn-default.disabled:focus,
.vc_btn-default.disabled:hover,
.vc_btn-default[disabled],
.vc_btn-default[disabled].active,
.vc_btn-default[disabled]:active,
.vc_btn-default[disabled]:focus,
.vc_btn-default[disabled]:hover,
a.vc_btn-default.disabled,
a.vc_btn-default.disabled.active,
a.vc_btn-default.disabled:active,
a.vc_btn-default.disabled:focus,
a.vc_btn-default.disabled:hover,
a.vc_btn-default[disabled],
a.vc_btn-default[disabled].active,
a.vc_btn-default[disabled]:active,
a.vc_btn-default[disabled]:focus,
a.vc_btn-default[disabled]:hover,
button.vc_btn-default.disabled,
button.vc_btn-default.disabled.active,
button.vc_btn-default.disabled:active,
button.vc_btn-default.disabled:focus,
button.vc_btn-default.disabled:hover,
button.vc_btn-default[disabled],
button.vc_btn-default[disabled].active,
button.vc_btn-default[disabled]:active,
button.vc_btn-default[disabled]:focus,
button.vc_btn-default[disabled]:hover,
fieldset[disabled] .vc_btn-default,
fieldset[disabled] .vc_btn-default.active,
fieldset[disabled] .vc_btn-default:active,
fieldset[disabled] .vc_btn-default:focus,
fieldset[disabled] .vc_btn-default:hover,
fieldset[disabled] a.vc_btn-default,
fieldset[disabled] a.vc_btn-default.active,
fieldset[disabled] a.vc_btn-default:active,
fieldset[disabled] a.vc_btn-default:focus,
fieldset[disabled] a.vc_btn-default:hover,
fieldset[disabled] button.vc_btn-default,
fieldset[disabled] button.vc_btn-default.active,
fieldset[disabled] button.vc_btn-default:active,
fieldset[disabled] button.vc_btn-default:focus,
fieldset[disabled] button.vc_btn-default:hover {
    background-color: #fff;
    border-color: transparent
}

.vc_btn-default .badge,
a.vc_btn-default .badge,
button.vc_btn-default .badge {
    color: #fff;
    background-color: #7d7d7d
}

.vc_btn-primary,
a.vc_btn-primary,
button.vc_btn-primary {
    color: #fff;
    background-color: #00aef0;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-primary,
.open>.dropdown-togglea.vc_btn-primary,
.open>.dropdown-togglebutton.vc_btn-primary,
.vc_btn-primary.active,
.vc_btn-primary:active,
.vc_btn-primary:focus,
.vc_btn-primary:hover,
a.vc_btn-primary.active,
a.vc_btn-primary:active,
a.vc_btn-primary:focus,
a.vc_btn-primary:hover,
button.vc_btn-primary.active,
button.vc_btn-primary:active,
button.vc_btn-primary:focus,
button.vc_btn-primary:hover {
    color: #fff;
    background-color: #0089bd;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-primary,
.open>.dropdown-togglea.vc_btn-primary,
.open>.dropdown-togglebutton.vc_btn-primary,
.vc_btn-primary.active,
.vc_btn-primary:active,
a.vc_btn-primary.active,
a.vc_btn-primary:active,
button.vc_btn-primary.active,
button.vc_btn-primary:active {
    background-image: none
}

.vc_btn-primary.disabled,
.vc_btn-primary.disabled.active,
.vc_btn-primary.disabled:active,
.vc_btn-primary.disabled:focus,
.vc_btn-primary.disabled:hover,
.vc_btn-primary[disabled],
.vc_btn-primary[disabled].active,
.vc_btn-primary[disabled]:active,
.vc_btn-primary[disabled]:focus,
.vc_btn-primary[disabled]:hover,
a.vc_btn-primary.disabled,
a.vc_btn-primary.disabled.active,
a.vc_btn-primary.disabled:active,
a.vc_btn-primary.disabled:focus,
a.vc_btn-primary.disabled:hover,
a.vc_btn-primary[disabled],
a.vc_btn-primary[disabled].active,
a.vc_btn-primary[disabled]:active,
a.vc_btn-primary[disabled]:focus,
a.vc_btn-primary[disabled]:hover,
button.vc_btn-primary.disabled,
button.vc_btn-primary.disabled.active,
button.vc_btn-primary.disabled:active,
button.vc_btn-primary.disabled:focus,
button.vc_btn-primary.disabled:hover,
button.vc_btn-primary[disabled],
button.vc_btn-primary[disabled].active,
button.vc_btn-primary[disabled]:active,
button.vc_btn-primary[disabled]:focus,
button.vc_btn-primary[disabled]:hover,
fieldset[disabled] .vc_btn-primary,
fieldset[disabled] .vc_btn-primary.active,
fieldset[disabled] .vc_btn-primary:active,
fieldset[disabled] .vc_btn-primary:focus,
fieldset[disabled] .vc_btn-primary:hover,
fieldset[disabled] a.vc_btn-primary,
fieldset[disabled] a.vc_btn-primary.active,
fieldset[disabled] a.vc_btn-primary:active,
fieldset[disabled] a.vc_btn-primary:focus,
fieldset[disabled] a.vc_btn-primary:hover,
fieldset[disabled] button.vc_btn-primary,
fieldset[disabled] button.vc_btn-primary.active,
fieldset[disabled] button.vc_btn-primary:active,
fieldset[disabled] button.vc_btn-primary:focus,
fieldset[disabled] button.vc_btn-primary:hover {
    background-color: #00aef0;
    border-color: transparent
}

.vc_btn-primary .badge,
a.vc_btn-primary .badge,
button.vc_btn-primary .badge {
    color: #00aef0;
    background-color: #fff
}

.vc_btn-success,
a.vc_btn-success,
button.vc_btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-success,
.open>.dropdown-togglea.vc_btn-success,
.open>.dropdown-togglebutton.vc_btn-success,
.vc_btn-success.active,
.vc_btn-success:active,
.vc_btn-success:focus,
.vc_btn-success:hover,
a.vc_btn-success.active,
a.vc_btn-success:active,
a.vc_btn-success:focus,
a.vc_btn-success:hover,
button.vc_btn-success.active,
button.vc_btn-success:active,
button.vc_btn-success:focus,
button.vc_btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-success,
.open>.dropdown-togglea.vc_btn-success,
.open>.dropdown-togglebutton.vc_btn-success,
.vc_btn-success.active,
.vc_btn-success:active,
a.vc_btn-success.active,
a.vc_btn-success:active,
button.vc_btn-success.active,
button.vc_btn-success:active {
    background-image: none
}

.vc_btn-success.disabled,
.vc_btn-success.disabled.active,
.vc_btn-success.disabled:active,
.vc_btn-success.disabled:focus,
.vc_btn-success.disabled:hover,
.vc_btn-success[disabled],
.vc_btn-success[disabled].active,
.vc_btn-success[disabled]:active,
.vc_btn-success[disabled]:focus,
.vc_btn-success[disabled]:hover,
a.vc_btn-success.disabled,
a.vc_btn-success.disabled.active,
a.vc_btn-success.disabled:active,
a.vc_btn-success.disabled:focus,
a.vc_btn-success.disabled:hover,
a.vc_btn-success[disabled],
a.vc_btn-success[disabled].active,
a.vc_btn-success[disabled]:active,
a.vc_btn-success[disabled]:focus,
a.vc_btn-success[disabled]:hover,
button.vc_btn-success.disabled,
button.vc_btn-success.disabled.active,
button.vc_btn-success.disabled:active,
button.vc_btn-success.disabled:focus,
button.vc_btn-success.disabled:hover,
button.vc_btn-success[disabled],
button.vc_btn-success[disabled].active,
button.vc_btn-success[disabled]:active,
button.vc_btn-success[disabled]:focus,
button.vc_btn-success[disabled]:hover,
fieldset[disabled] .vc_btn-success,
fieldset[disabled] .vc_btn-success.active,
fieldset[disabled] .vc_btn-success:active,
fieldset[disabled] .vc_btn-success:focus,
fieldset[disabled] .vc_btn-success:hover,
fieldset[disabled] a.vc_btn-success,
fieldset[disabled] a.vc_btn-success.active,
fieldset[disabled] a.vc_btn-success:active,
fieldset[disabled] a.vc_btn-success:focus,
fieldset[disabled] a.vc_btn-success:hover,
fieldset[disabled] button.vc_btn-success,
fieldset[disabled] button.vc_btn-success.active,
fieldset[disabled] button.vc_btn-success:active,
fieldset[disabled] button.vc_btn-success:focus,
fieldset[disabled] button.vc_btn-success:hover {
    background-color: #5cb85c;
    border-color: transparent
}

.vc_btn-success .badge,
a.vc_btn-success .badge,
button.vc_btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.vc_btn-info,
a.vc_btn-info,
button.vc_btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-info,
.open>.dropdown-togglea.vc_btn-info,
.open>.dropdown-togglebutton.vc_btn-info,
.vc_btn-info.active,
.vc_btn-info:active,
.vc_btn-info:focus,
.vc_btn-info:hover,
a.vc_btn-info.active,
a.vc_btn-info:active,
a.vc_btn-info:focus,
a.vc_btn-info:hover,
button.vc_btn-info.active,
button.vc_btn-info:active,
button.vc_btn-info:focus,
button.vc_btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-info,
.open>.dropdown-togglea.vc_btn-info,
.open>.dropdown-togglebutton.vc_btn-info,
.vc_btn-info.active,
.vc_btn-info:active,
a.vc_btn-info.active,
a.vc_btn-info:active,
button.vc_btn-info.active,
button.vc_btn-info:active {
    background-image: none
}

.vc_btn-info.disabled,
.vc_btn-info.disabled.active,
.vc_btn-info.disabled:active,
.vc_btn-info.disabled:focus,
.vc_btn-info.disabled:hover,
.vc_btn-info[disabled],
.vc_btn-info[disabled].active,
.vc_btn-info[disabled]:active,
.vc_btn-info[disabled]:focus,
.vc_btn-info[disabled]:hover,
a.vc_btn-info.disabled,
a.vc_btn-info.disabled.active,
a.vc_btn-info.disabled:active,
a.vc_btn-info.disabled:focus,
a.vc_btn-info.disabled:hover,
a.vc_btn-info[disabled],
a.vc_btn-info[disabled].active,
a.vc_btn-info[disabled]:active,
a.vc_btn-info[disabled]:focus,
a.vc_btn-info[disabled]:hover,
button.vc_btn-info.disabled,
button.vc_btn-info.disabled.active,
button.vc_btn-info.disabled:active,
button.vc_btn-info.disabled:focus,
button.vc_btn-info.disabled:hover,
button.vc_btn-info[disabled],
button.vc_btn-info[disabled].active,
button.vc_btn-info[disabled]:active,
button.vc_btn-info[disabled]:focus,
button.vc_btn-info[disabled]:hover,
fieldset[disabled] .vc_btn-info,
fieldset[disabled] .vc_btn-info.active,
fieldset[disabled] .vc_btn-info:active,
fieldset[disabled] .vc_btn-info:focus,
fieldset[disabled] .vc_btn-info:hover,
fieldset[disabled] a.vc_btn-info,
fieldset[disabled] a.vc_btn-info.active,
fieldset[disabled] a.vc_btn-info:active,
fieldset[disabled] a.vc_btn-info:focus,
fieldset[disabled] a.vc_btn-info:hover,
fieldset[disabled] button.vc_btn-info,
fieldset[disabled] button.vc_btn-info.active,
fieldset[disabled] button.vc_btn-info:active,
fieldset[disabled] button.vc_btn-info:focus,
fieldset[disabled] button.vc_btn-info:hover {
    background-color: #5bc0de;
    border-color: transparent
}

.vc_btn-info .badge,
a.vc_btn-info .badge,
button.vc_btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.vc_btn-warning,
a.vc_btn-warning,
button.vc_btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-warning,
.open>.dropdown-togglea.vc_btn-warning,
.open>.dropdown-togglebutton.vc_btn-warning,
.vc_btn-warning.active,
.vc_btn-warning:active,
.vc_btn-warning:focus,
.vc_btn-warning:hover,
a.vc_btn-warning.active,
a.vc_btn-warning:active,
a.vc_btn-warning:focus,
a.vc_btn-warning:hover,
button.vc_btn-warning.active,
button.vc_btn-warning:active,
button.vc_btn-warning:focus,
button.vc_btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-warning,
.open>.dropdown-togglea.vc_btn-warning,
.open>.dropdown-togglebutton.vc_btn-warning,
.vc_btn-warning.active,
.vc_btn-warning:active,
a.vc_btn-warning.active,
a.vc_btn-warning:active,
button.vc_btn-warning.active,
button.vc_btn-warning:active {
    background-image: none
}

.vc_btn-warning.disabled,
.vc_btn-warning.disabled.active,
.vc_btn-warning.disabled:active,
.vc_btn-warning.disabled:focus,
.vc_btn-warning.disabled:hover,
.vc_btn-warning[disabled],
.vc_btn-warning[disabled].active,
.vc_btn-warning[disabled]:active,
.vc_btn-warning[disabled]:focus,
.vc_btn-warning[disabled]:hover,
a.vc_btn-warning.disabled,
a.vc_btn-warning.disabled.active,
a.vc_btn-warning.disabled:active,
a.vc_btn-warning.disabled:focus,
a.vc_btn-warning.disabled:hover,
a.vc_btn-warning[disabled],
a.vc_btn-warning[disabled].active,
a.vc_btn-warning[disabled]:active,
a.vc_btn-warning[disabled]:focus,
a.vc_btn-warning[disabled]:hover,
button.vc_btn-warning.disabled,
button.vc_btn-warning.disabled.active,
button.vc_btn-warning.disabled:active,
button.vc_btn-warning.disabled:focus,
button.vc_btn-warning.disabled:hover,
button.vc_btn-warning[disabled],
button.vc_btn-warning[disabled].active,
button.vc_btn-warning[disabled]:active,
button.vc_btn-warning[disabled]:focus,
button.vc_btn-warning[disabled]:hover,
fieldset[disabled] .vc_btn-warning,
fieldset[disabled] .vc_btn-warning.active,
fieldset[disabled] .vc_btn-warning:active,
fieldset[disabled] .vc_btn-warning:focus,
fieldset[disabled] .vc_btn-warning:hover,
fieldset[disabled] a.vc_btn-warning,
fieldset[disabled] a.vc_btn-warning.active,
fieldset[disabled] a.vc_btn-warning:active,
fieldset[disabled] a.vc_btn-warning:focus,
fieldset[disabled] a.vc_btn-warning:hover,
fieldset[disabled] button.vc_btn-warning,
fieldset[disabled] button.vc_btn-warning.active,
fieldset[disabled] button.vc_btn-warning:active,
fieldset[disabled] button.vc_btn-warning:focus,
fieldset[disabled] button.vc_btn-warning:hover {
    background-color: #f0ad4e;
    border-color: transparent
}

.vc_btn-warning .badge,
a.vc_btn-warning .badge,
button.vc_btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.vc_btn-danger,
a.vc_btn-danger,
button.vc_btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-danger,
.open>.dropdown-togglea.vc_btn-danger,
.open>.dropdown-togglebutton.vc_btn-danger,
.vc_btn-danger.active,
.vc_btn-danger:active,
.vc_btn-danger:focus,
.vc_btn-danger:hover,
a.vc_btn-danger.active,
a.vc_btn-danger:active,
a.vc_btn-danger:focus,
a.vc_btn-danger:hover,
button.vc_btn-danger.active,
button.vc_btn-danger:active,
button.vc_btn-danger:focus,
button.vc_btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: transparent
}

.open>.dropdown-toggle.vc_btn-danger,
.open>.dropdown-togglea.vc_btn-danger,
.open>.dropdown-togglebutton.vc_btn-danger,
.vc_btn-danger.active,
.vc_btn-danger:active,
a.vc_btn-danger.active,
a.vc_btn-danger:active,
button.vc_btn-danger.active,
button.vc_btn-danger:active {
    background-image: none
}

.vc_btn-danger.disabled,
.vc_btn-danger.disabled.active,
.vc_btn-danger.disabled:active,
.vc_btn-danger.disabled:focus,
.vc_btn-danger.disabled:hover,
.vc_btn-danger[disabled],
.vc_btn-danger[disabled].active,
.vc_btn-danger[disabled]:active,
.vc_btn-danger[disabled]:focus,
.vc_btn-danger[disabled]:hover,
a.vc_btn-danger.disabled,
a.vc_btn-danger.disabled.active,
a.vc_btn-danger.disabled:active,
a.vc_btn-danger.disabled:focus,
a.vc_btn-danger.disabled:hover,
a.vc_btn-danger[disabled],
a.vc_btn-danger[disabled].active,
a.vc_btn-danger[disabled]:active,
a.vc_btn-danger[disabled]:focus,
a.vc_btn-danger[disabled]:hover,
button.vc_btn-danger.disabled,
button.vc_btn-danger.disabled.active,
button.vc_btn-danger.disabled:active,
button.vc_btn-danger.disabled:focus,
button.vc_btn-danger.disabled:hover,
button.vc_btn-danger[disabled],
button.vc_btn-danger[disabled].active,
button.vc_btn-danger[disabled]:active,
button.vc_btn-danger[disabled]:focus,
button.vc_btn-danger[disabled]:hover,
fieldset[disabled] .vc_btn-danger,
fieldset[disabled] .vc_btn-danger.active,
fieldset[disabled] .vc_btn-danger:active,
fieldset[disabled] .vc_btn-danger:focus,
fieldset[disabled] .vc_btn-danger:hover,
fieldset[disabled] a.vc_btn-danger,
fieldset[disabled] a.vc_btn-danger.active,
fieldset[disabled] a.vc_btn-danger:active,
fieldset[disabled] a.vc_btn-danger:focus,
fieldset[disabled] a.vc_btn-danger:hover,
fieldset[disabled] button.vc_btn-danger,
fieldset[disabled] button.vc_btn-danger.active,
fieldset[disabled] button.vc_btn-danger:active,
fieldset[disabled] button.vc_btn-danger:focus,
fieldset[disabled] button.vc_btn-danger:hover {
    background-color: #d9534f;
    border-color: transparent
}

.vc_btn-danger .badge,
a.vc_btn-danger .badge,
button.vc_btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.vc_button-2-wrapper {
    display: inline-block;
    vertical-align: middle
}

.vc_button-2-wrapper.vc_button-2-align-left {
    display: block;
    text-align: left
}

.vc_button-2-wrapper.vc_button-2-align-right {
    display: block;
    text-align: right
}

.vc_button-2-wrapper.vc_button-2-align-center {
    display: block;
    text-align: center
}

i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

.wpb_btn-large i.icon {
    height: 19px;
    margin-left: 9px
}

.wpb_btn-small i.icon {
    height: 15px
}

.wpb_btn-mini i.icon {
    display: none
}

.wpb_address_book i.icon,
option.wpb_address_book {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png) no-repeat right center
}

.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png) no-repeat right center
}

.wpb_anchor i.icon,
option.wpb_anchor {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png) no-repeat right center
}

.wpb_application_image i.icon,
option.wpb_application_image {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png) no-repeat right center
}

.wpb_arrow i.icon,
option.wpb_arrow {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png) no-repeat right center
}

.wpb_asterisk i.icon,
option.wpb_asterisk {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png) no-repeat right center
}

.wpb_hammer i.icon,
option.wpb_hammer {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png) no-repeat right center
}

.wpb_balloon i.icon,
option.wpb_balloon {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png) no-repeat right center
}

.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png) no-repeat right center
}

.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png) no-repeat right center
}

.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png) no-repeat right center
}

.wpb_battery i.icon,
option.wpb_battery {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png) no-repeat right center
}

.wpb_binocular i.icon,
option.wpb_binocular {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png) no-repeat right center
}

.wpb_document_excel i.icon,
option.wpb_document_excel {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png) no-repeat right center
}

.wpb_document_image i.icon,
option.wpb_document_image {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png) no-repeat right center
}

.wpb_document_music i.icon,
option.wpb_document_music {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png) no-repeat right center
}

.wpb_document_office i.icon,
option.wpb_document_office {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png) no-repeat right center
}

.wpb_document_pdf i.icon,
option.wpb_document_pdf {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png) no-repeat right center
}

.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png) no-repeat right center
}

.wpb_document_word i.icon,
option.wpb_document_word {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png) no-repeat right center
}

.wpb_bookmark i.icon,
option.wpb_bookmark {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png) no-repeat right center
}

.wpb_camcorder i.icon,
option.wpb_camcorder {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png) no-repeat right center
}

.wpb_camera i.icon,
option.wpb_camera {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png) no-repeat right center
}

.wpb_chart i.icon,
option.wpb_chart {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png) no-repeat right center
}

.wpb_chart_pie i.icon,
option.wpb_chart_pie {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png) no-repeat right center
}

.wpb_clock i.icon,
option.wpb_clock {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png) no-repeat right center
}

.wpb_play i.icon,
option.wpb_play {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/control.png) no-repeat right center
}

.wpb_fire i.icon,
option.wpb_fire {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png) no-repeat right center
}

.wpb_heart i.icon,
option.wpb_heart {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png) no-repeat right center
}

.wpb_mail i.icon,
option.wpb_mail {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png) no-repeat right center
}

.wpb_shield i.icon,
option.wpb_shield {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png) no-repeat right center
}

.wpb_video i.icon,
option.wpb_video {
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/icons/video.png) no-repeat right center
}

.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
    margin-top: 5px;
    margin-bottom: 5px
}

.vc_message_box {
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    margin: 0 0 21.73913043px 0;
    padding: 1em 1em 1em 4em;
    position: relative;
    font-size: 1em;
    box-sizing: border-box
}

.vc_message_box>p:first-child {
    margin-top: 0
}

.vc_message_box>p:last-child {
    margin-bottom: 0
}

.vc_message_box-icon {
    bottom: 0;
    font-size: 1em;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
    width: 4em
}

.vc_message_box-icon>* {
    font-size: 1.7em;
    line-height: 1;
    font-style: normal;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.vc_message_box-icon>.fa {
    font-size: 1.7em;
    line-height: 1
}

.vc_color-blue.vc_message_box {
    color: #364a8a;
    border-color: #c5cff0;
    background-color: #edf1fa
}

.vc_color-blue.vc_message_box .vc_message_box-icon {
    color: #5472d2
}

.vc_color-blue.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #5472d2
}

.vc_color-blue.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-blue.vc_message_box-outline,
.vc_color-blue.vc_message_box-solid-icon {
    color: #364a8a;
    border-color: #5472d2;
    background-color: transparent
}

.vc_color-blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
    color: #5472d2
}

.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #5472d2
}

.vc_color-blue.vc_message_box-3d {
    box-shadow: 0 5px 0 #9daee5
}

.vc_color-turquoise.vc_message_box {
    color: #085b61;
    border-color: #c6ecee;
    background-color: #ebfcfd
}

.vc_color-turquoise.vc_message_box .vc_message_box-icon {
    color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-turquoise.vc_message_box-outline,
.vc_color-turquoise.vc_message_box-solid-icon {
    color: #085b61;
    border-color: #00c1cf;
    background-color: transparent
}

.vc_color-turquoise.vc_message_box-outline .vc_message_box-icon,
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
    color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #00c1cf
}

.vc_color-turquoise.vc_message_box-3d {
    box-shadow: 0 5px 0 #9fdee3
}

.vc_color-pink.vc_message_box {
    color: #d82e21;
    border-color: #ffd8d6;
    background-color: #fff0ef
}

.vc_color-pink.vc_message_box .vc_message_box-icon {
    color: #fe6c61
}

.vc_color-pink.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #fe6c61
}

.vc_color-pink.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-pink.vc_message_box-outline,
.vc_color-pink.vc_message_box-solid-icon {
    color: #d82e21;
    border-color: #fe6c61;
    background-color: transparent
}

.vc_color-pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fe6c61
}

.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #fe6c61
}

.vc_color-pink.vc_message_box-3d {
    box-shadow: 0 5px 0 #fea9a3
}

.vc_color-violet.vc_message_box {
    color: #5e4a81;
    border-color: #d4c8e9;
    background-color: #f0ecf7
}

.vc_color-violet.vc_message_box .vc_message_box-icon {
    color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-violet.vc_message_box-outline,
.vc_color-violet.vc_message_box-solid-icon {
    color: #5e4a81;
    border-color: #8d6dc4;
    background-color: transparent
}

.vc_color-violet.vc_message_box-outline .vc_message_box-icon,
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
    color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #8d6dc4
}

.vc_color-violet.vc_message_box-3d {
    box-shadow: 0 5px 0 #b8a3da
}

.vc_color-peacoc.vc_message_box {
    color: #366a79;
    border-color: #c2e3ec;
    background-color: #e9f5f8
}

.vc_color-peacoc.vc_message_box .vc_message_box-icon {
    color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-peacoc.vc_message_box-outline,
.vc_color-peacoc.vc_message_box-solid-icon {
    color: #366a79;
    border-color: #4cadc9;
    background-color: transparent
}

.vc_color-peacoc.vc_message_box-outline .vc_message_box-icon,
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
    color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #4cadc9
}

.vc_color-peacoc.vc_message_box-3d {
    box-shadow: 0 5px 0 #9ad1e1
}

.vc_color-chino.vc_message_box {
    color: #978258;
    border-color: #e5ded2;
    background-color: #f7f5f2
}

.vc_color-chino.vc_message_box .vc_message_box-icon {
    color: #cec2ab
}

.vc_color-chino.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #cec2ab
}

.vc_color-chino.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-chino.vc_message_box-outline,
.vc_color-chino.vc_message_box-solid-icon {
    color: #978258;
    border-color: #cec2ab;
    background-color: transparent
}

.vc_color-chino.vc_message_box-outline .vc_message_box-icon,
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
    color: #cec2ab
}

.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #cec2ab
}

.vc_color-chino.vc_message_box-3d {
    box-shadow: 0 5px 0 #d2c7b1
}

.vc_color-mulled_wine.vc_message_box {
    color: #1e1b22;
    border-color: #d0ccd6;
    background-color: #eae8ed
}

.vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
    color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-mulled_wine.vc_message_box-outline,
.vc_color-mulled_wine.vc_message_box-solid-icon {
    color: #1e1b22;
    border-color: #50485b;
    background-color: transparent
}

.vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon,
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
    color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #50485b
}

.vc_color-mulled_wine.vc_message_box-3d {
    box-shadow: 0 5px 0 #b6afc0
}

.vc_color-vista_blue.vc_message_box {
    color: #3e8e5e;
    border-color: #bcebcf;
    background-color: #e3f7eb
}

.vc_color-vista_blue.vc_message_box .vc_message_box-icon {
    color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-vista_blue.vc_message_box-outline,
.vc_color-vista_blue.vc_message_box-solid-icon {
    color: #3e8e5e;
    border-color: #75d69c;
    background-color: transparent
}

.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
    color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #75d69c
}

.vc_color-vista_blue.vc_message_box-3d {
    box-shadow: 0 5px 0 #94dfb3
}

.vc_color-orange.vc_message_box {
    color: #c3811c;
    border-color: #fbe1ba;
    background-color: #fef6eb
}

.vc_color-orange.vc_message_box .vc_message_box-icon {
    color: #f7be68
}

.vc_color-orange.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f7be68
}

.vc_color-orange.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-orange.vc_message_box-outline,
.vc_color-orange.vc_message_box-solid-icon {
    color: #c3811c;
    border-color: #f7be68;
    background-color: transparent
}

.vc_color-orange.vc_message_box-outline .vc_message_box-icon,
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f7be68
}

.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #f7be68
}

.vc_color-orange.vc_message_box-3d {
    box-shadow: 0 5px 0 #f9cd8a
}

.vc_color-sky.vc_message_box {
    color: #2a6194;
    border-color: #bedaf4;
    background-color: #eaf3fb
}

.vc_color-sky.vc_message_box .vc_message_box-icon {
    color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-sky.vc_message_box-outline,
.vc_color-sky.vc_message_box-solid-icon {
    color: #2a6194;
    border-color: #5aa1e3;
    background-color: transparent
}

.vc_color-sky.vc_message_box-outline .vc_message_box-icon,
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
    color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #5aa1e3
}

.vc_color-sky.vc_message_box-3d {
    box-shadow: 0 5px 0 #93c1ed
}

.vc_color-green.vc_message_box {
    color: #3e562b;
    border-color: #c2e1a9;
    background-color: #eaf5e2
}

.vc_color-green.vc_message_box .vc_message_box-icon {
    color: #6dab3c
}

.vc_color-green.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #6dab3c
}

.vc_color-green.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-green.vc_message_box-outline,
.vc_color-green.vc_message_box-solid-icon {
    color: #3e562b;
    border-color: #6dab3c;
    background-color: transparent
}

.vc_color-green.vc_message_box-outline .vc_message_box-icon,
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
    color: #6dab3c
}

.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #6dab3c
}

.vc_color-green.vc_message_box-3d {
    box-shadow: 0 5px 0 #a7d484
}

.vc_color-juicy_pink.vc_message_box {
    color: #a3231f;
    border-color: #fbc7c5;
    background-color: #fef5f5
}

.vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
    color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-juicy_pink.vc_message_box-outline,
.vc_color-juicy_pink.vc_message_box-solid-icon {
    color: #a3231f;
    border-color: #f4524d;
    background-color: transparent
}

.vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-3d {
    box-shadow: 0 5px 0 #f89895
}

.vc_color-sandy_brown.vc_message_box {
    color: #c3501c;
    border-color: #fbceba;
    background-color: #fef1eb
}

.vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
    color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-sandy_brown.vc_message_box-outline,
.vc_color-sandy_brown.vc_message_box-solid-icon {
    color: #c3501c;
    border-color: #f79468;
    background-color: transparent
}

.vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon,
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #f79468
}

.vc_color-sandy_brown.vc_message_box-3d {
    box-shadow: 0 5px 0 #f9ac8a
}

.vc_color-purple.vc_message_box {
    color: #886389;
    border-color: #e3cbe3;
    background-color: #f5ecf5
}

.vc_color-purple.vc_message_box .vc_message_box-icon {
    color: #b97ebb
}

.vc_color-purple.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #b97ebb
}

.vc_color-purple.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-purple.vc_message_box-outline,
.vc_color-purple.vc_message_box-solid-icon {
    color: #886389;
    border-color: #b97ebb;
    background-color: transparent
}

.vc_color-purple.vc_message_box-outline .vc_message_box-icon,
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
    color: #b97ebb
}

.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #b97ebb
}

.vc_color-purple.vc_message_box-3d {
    box-shadow: 0 5px 0 #d1a9d2
}

.vc_color-black.vc_message_box {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #3c3c3c
}

.vc_color-black.vc_message_box .vc_message_box-icon {
    color: #2a2a2a
}

.vc_color-black.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #2a2a2a
}

.vc_color-black.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-solid-icon {
    color: #fff;
    border-color: #2a2a2a;
    background-color: transparent
}

.vc_color-black.vc_message_box-outline .vc_message_box-icon,
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
    color: #2a2a2a
}

.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #2a2a2a
}

.vc_color-black.vc_message_box-3d {
    box-shadow: 0 5px 0 #101010
}

.vc_color-grey.vc_message_box {
    color: #858585;
    border-color: #d2d2d2;
    background-color: #ebebeb
}

.vc_color-grey.vc_message_box .vc_message_box-icon {
    color: #ebebeb
}

.vc_color-grey.vc_message_box-solid {
    color: #858585;
    border-color: transparent;
    background-color: #ebebeb
}

.vc_color-grey.vc_message_box-solid .vc_message_box-icon {
    color: #858585
}

.vc_color-grey.vc_message_box-outline,
.vc_color-grey.vc_message_box-solid-icon {
    color: #858585;
    border-color: #ebebeb;
    background-color: transparent
}

.vc_color-grey.vc_message_box-outline .vc_message_box-icon,
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
    color: #ebebeb
}

.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
    color: #858585;
    background-color: #ebebeb
}

.vc_color-grey.vc_message_box-3d {
    box-shadow: 0 5px 0 #b8b8b8
}

.vc_color-white.vc_message_box {
    color: #b3b3b3;
    border-color: #e6e6e6;
    background-color: #fff
}

.vc_color-white.vc_message_box .vc_message_box-icon {
    color: #fff
}

.vc_color-white.vc_message_box-solid {
    color: #b3b3b3;
    border-color: transparent;
    background-color: #fff
}

.vc_color-white.vc_message_box-solid .vc_message_box-icon {
    color: #b3b3b3
}

.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-solid-icon {
    color: #b3b3b3;
    border-color: #fff;
    background-color: transparent
}

.vc_color-white.vc_message_box-outline .vc_message_box-icon,
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff
}

.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
    color: #b3b3b3;
    background-color: #fff
}

.vc_color-white.vc_message_box-3d {
    box-shadow: 0 5px 0 #ccc
}

.vc_color-info.vc_message_box {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #dff2fe
}

.vc_color-info.vc_message_box .vc_message_box-icon {
    color: #56b0ee
}

.vc_color-info.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #56b0ee
}

.vc_color-info.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-info.vc_message_box-outline,
.vc_color-info.vc_message_box-solid-icon {
    color: #5e7f96;
    border-color: #56b0ee;
    background-color: transparent
}

.vc_color-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #56b0ee
}

.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #56b0ee
}

.vc_color-info.vc_message_box-3d {
    box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-success.vc_message_box {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #e6fdf8
}

.vc_color-success.vc_message_box .vc_message_box-icon {
    color: #1bbc9b
}

.vc_color-success.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #1bbc9b
}

.vc_color-success.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-success.vc_message_box-outline,
.vc_color-success.vc_message_box-solid-icon {
    color: #5e7f96;
    border-color: #1bbc9b;
    background-color: transparent
}

.vc_color-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #1bbc9b
}

.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #1bbc9b
}

.vc_color-success.vc_message_box-3d {
    box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-warning.vc_message_box {
    color: #9d8967;
    border-color: #ffeccc;
    background-color: #fff4e2
}

.vc_color-warning.vc_message_box .vc_message_box-icon {
    color: #fcb53f
}

.vc_color-warning.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #fcb53f
}

.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-warning.vc_message_box-outline,
.vc_color-warning.vc_message_box-solid-icon {
    color: #9d8967;
    border-color: #fcb53f;
    background-color: transparent
}

.vc_color-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fcb53f
}

.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #fcb53f
}

.vc_color-warning.vc_message_box-3d {
    box-shadow: 0 5px 0 #ffd999
}

.vc_color-danger.vc_message_box {
    color: #a85959;
    border-color: #fedede;
    background-color: #fdeaea
}

.vc_color-danger.vc_message_box .vc_message_box-icon {
    color: #ff7877
}

.vc_color-danger.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #ff7877
}

.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-danger.vc_message_box-outline,
.vc_color-danger.vc_message_box-solid-icon {
    color: #a85959;
    border-color: #ff7877;
    background-color: transparent
}

.vc_color-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #ff7877
}

.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #ff7877
}

.vc_color-danger.vc_message_box-3d {
    box-shadow: 0 5px 0 #fdacac
}

.vc_color-alert-info.vc_message_box {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7
}

.vc_color-alert-info.vc_message_box .vc_message_box-icon {
    color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-alert-info.vc_message_box-outline,
.vc_color-alert-info.vc_message_box-solid-icon {
    color: #31708f;
    border-color: #67cce0;
    background-color: transparent
}

.vc_color-alert-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #67cce0
}

.vc_color-alert-info.vc_message_box-3d {
    box-shadow: 0 5px 0 #91d9e8
}

.vc_color-alert-success.vc_message_box {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8
}

.vc_color-alert-success.vc_message_box .vc_message_box-icon {
    color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-alert-success.vc_message_box-outline,
.vc_color-alert-success.vc_message_box-solid-icon {
    color: #3c763d;
    border-color: #9ad36a;
    background-color: transparent
}

.vc_color-alert-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #9ad36a
}

.vc_color-alert-success.vc_message_box-3d {
    box-shadow: 0 5px 0 #bbdba1
}

.vc_color-alert-warning.vc_message_box {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3
}

.vc_color-alert-warning.vc_message_box .vc_message_box-icon {
    color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-alert-warning.vc_message_box-outline,
.vc_color-alert-warning.vc_message_box-solid-icon {
    color: #8a6d3b;
    border-color: #f9cf79;
    background-color: transparent
}

.vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-3d {
    box-shadow: 0 5px 0 #f5d89e
}

.vc_color-alert-danger.vc_message_box {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede
}

.vc_color-alert-danger.vc_message_box .vc_message_box-icon {
    color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-alert-danger.vc_message_box-outline,
.vc_color-alert-danger.vc_message_box-solid-icon {
    color: #a94442;
    border-color: #ef8495;
    background-color: transparent
}

.vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #ef8495
}

.vc_color-alert-danger.vc_message_box-3d {
    box-shadow: 0 5px 0 #dca7b0
}

.vc_color-black.vc_message_box .vc_message_box-icon {
    color: #fff
}

.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-outline .vc_message_box-icon {
    color: #2a2a2a
}

.vc_color-black.vc_message_box-solid-icon {
    color: #2a2a2a
}

.vc_color-grey.vc_message_box .vc_message_box-icon {
    color: #858585
}

.vc_color-white.vc_message_box .vc_message_box-icon {
    color: #b3b3b3
}

.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-outline .vc_message_box-icon {
    color: #fff
}

.vc_color-white.vc_message_box-solid-icon {
    color: #fff
}

.vc_message_box-outline,
.vc_message_box-solid-icon {
    border-width: 2px
}

.vc_message_box-solid-icon .vc_message_box-icon {
    width: 3.25em
}

.vc_message_box-rounded {
    border-radius: 5px
}

.vc_message_box-round {
    border-radius: 4em
}

#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px
}

.entry-content .twitter-share-button,
.fb_like,
.twitter-share-button,
.wpb_accordion .wpb_content_element,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element {
    margin-bottom: 21.73913043px
}

.vc_parallax {
    position: relative;
    overflow: hidden
}

.vc_parallax>* {
    position: relative;
    z-index: 1
}

.vc_parallax .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0
}

.vc_parallax-inner iframe {
    max-width: 1000%
}

.vc_video-bg-container {
    position: relative
}

.vc_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0
}

.vc_video-bg iframe {
    max-width: 1000%
}

.vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row[data-vc-full-width] {
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden {
    opacity: 0
}

.vc_row-no-padding .vc_inner {
    margin-left: 0;
    margin-right: 0
}

.vc_row.vc_row-o-full-height {
    min-height: 100vh
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container {
    display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
        min-height: 1em
    }
}

.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex::before {
    display: none
}

.vc_row.vc_row-o-columns-stretch {
    align-content: stretch
}

.vc_row.vc_row-o-columns-top {
    align-content: flex-start
}

.vc_row.vc_row-o-columns-bottom {
    align-content: flex-end
}

.vc_row.vc_row-o-columns-middle {
    align-content: center
}

.vc_row.vc_row-o-columns-bottom::after,
.vc_row.vc_row-o-columns-middle::after,
.vc_row.vc_row-o-columns-top::after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
    align-items: stretch
}

.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
    justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_column_container {
    align-items: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner {
    justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_column_container {
    align-items: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
    align-items: center
}

.vc_column-inner::after,
.vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}

.vc_ie-flexbox-fixer {
    display: flex;
    flex-direction: column
}

.vc_ie-flexbox-fixer>.vc_row {
    flex: 1 1 auto
}

.vc_row.vc_column-gap-1 {
    margin-left: -15.5px;
    margin-right: -15.5px
}

.vc_row.vc_column-gap-1>.vc_column_container {
    padding: .5px
}

.vc_row.vc_column-gap-2 {
    margin-left: -16px;
    margin-right: -16px
}

.vc_row.vc_column-gap-2>.vc_column_container {
    padding: 1px
}

.vc_row.vc_column-gap-3 {
    margin-left: -16.5px;
    margin-right: -16.5px
}

.vc_row.vc_column-gap-3>.vc_column_container {
    padding: 1.5px
}

.vc_row.vc_column-gap-4 {
    margin-left: -17px;
    margin-right: -17px
}

.vc_row.vc_column-gap-4>.vc_column_container {
    padding: 2px
}

.vc_row.vc_column-gap-5 {
    margin-left: -17.5px;
    margin-right: -17.5px
}

.vc_row.vc_column-gap-5>.vc_column_container {
    padding: 2.5px
}

.vc_row.vc_column-gap-10 {
    margin-left: -20px;
    margin-right: -20px
}

.vc_row.vc_column-gap-10>.vc_column_container {
    padding: 5px
}

.vc_row.vc_column-gap-15 {
    margin-left: -22.5px;
    margin-right: -22.5px
}

.vc_row.vc_column-gap-15>.vc_column_container {
    padding: 7.5px
}

.vc_row.vc_column-gap-20 {
    margin-left: -25px;
    margin-right: -25px
}

.vc_row.vc_column-gap-20>.vc_column_container {
    padding: 10px
}

.vc_row.vc_column-gap-25 {
    margin-left: -27.5px;
    margin-right: -27.5px
}

.vc_row.vc_column-gap-25>.vc_column_container {
    padding: 12.5px
}

.vc_row.vc_column-gap-30 {
    margin-left: -30px;
    margin-right: -30px
}

.vc_row.vc_column-gap-30>.vc_column_container {
    padding: 15px
}

.vc_row.vc_column-gap-35 {
    margin-left: -32.5px;
    margin-right: -32.5px
}

.vc_row.vc_column-gap-35>.vc_column_container {
    padding: 17.5px
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 35px
}

.vc_section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px
}

.vc_section[data-vc-full-width] {
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_section[data-vc-full-width].vc_hidden {
    opacity: 0
}

.vc_section[data-vc-full-width]>.vc_row {
    margin-left: 0;
    margin-right: 0
}

.vc_section[data-vc-stretch-content] {
    padding-left: 0;
    padding-right: 0
}

.vc_section.vc_row-o-full-height {
    min-height: 100vh
}

.vc_section.vc_section-flex {
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap
}

.vc_section.vc_section-flex .vc_vc_row {
    width: 100%
}

.vc_section.vc_section-flex::after,
.vc_section.vc_section-flex::before {
    display: none
}

.vc_section.vc_section-o-content-top {
    justify-content: flex-start
}

.vc_section.vc_section-o-content-bottom {
    justify-content: flex-end
}

.vc_section.vc_section-o-content-middle {
    justify-content: center
}

.vc_section.vc_section-o-content-bottom::after,
.vc_section.vc_section-o-content-middle::after,
.vc_section.vc_section-o-content-top::after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 35px
}

.vc_row.vc_column-gap-1>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-1>.vc_vc_column_inner>.vc_column_container {
    padding-left: .5px;
    padding-right: .5px
}

.vc_row.vc_column-gap-2>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-2>.vc_vc_column_inner>.vc_column_container {
    padding-left: 1px;
    padding-right: 1px
}

.vc_row.vc_column-gap-3>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-3>.vc_vc_column_inner>.vc_column_container {
    padding-left: 1.5px;
    padding-right: 1.5px
}

.vc_row.vc_column-gap-4>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-4>.vc_vc_column_inner>.vc_column_container {
    padding-left: 2px;
    padding-right: 2px
}

.vc_row.vc_column-gap-5>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-5>.vc_vc_column_inner>.vc_column_container {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.vc_row.vc_column-gap-10>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-10>.vc_vc_column_inner>.vc_column_container {
    padding-left: 5px;
    padding-right: 5px
}

.vc_row.vc_column-gap-15>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-15>.vc_vc_column_inner>.vc_column_container {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.vc_row.vc_column-gap-20>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-20>.vc_vc_column_inner>.vc_column_container {
    padding-left: 10px;
    padding-right: 10px
}

.vc_row.vc_column-gap-25>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-25>.vc_vc_column_inner>.vc_column_container {
    padding-left: 12.5px;
    padding-right: 12.5px
}

.vc_row.vc_column-gap-30>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-30>.vc_vc_column_inner>.vc_column_container {
    padding-left: 15px;
    padding-right: 15px
}

.vc_row.vc_column-gap-35>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-35>.vc_vc_column_inner>.vc_column_container {
    padding-left: 17.5px;
    padding-right: 17.5px
}

.vc_vc_column,
.vc_vc_column_inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row.vc_row-flex>.vc_vc_column,
.vc_row.vc_row-flex>.vc_vc_column_inner {
    display: flex
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container {
    display: flex;
    width: 100%
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
    align-items: stretch
}

.vc_row.vc_row-o-content-top>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    align-items: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-bottom>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    align-items: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    align-items: center
}

.vc_empty-element>.vc_column-inner {
    min-height: 100px
}

.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 35px
}

.fb_type_standard {
    height: 25px
}

.fb_type_standard iframe {
    height: 25px
}

.fb_type_button_count {
    height: 20px
}

.fb_type_button_count iframe {
    height: 20px
}

.fb_type_box_count {
    height: 62px
}

.fb_type_box_count iframe {
    height: 62px
}

.wpb_googleplus_type_standard {
    height: 25px
}

.wpb_googleplus_type_small {
    height: 19px
}

.wpb_googleplus_type_medium {
    height: 21px
}

.wpb_googleplus_type_tall {
    height: 21px
}

.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
    height: 62px
}

.wpb_pinterest a {
    border-bottom: 0
}

.wpb_pinterest_type_horizontal {
    height: 21px
}

.wpb_pinterest_type_vertical {
    box-sizing: content-box;
    padding-top: 29px;
    height: 21px
}

.wpb_pinterest_type_none {
    height: 21px
}

iframe.twitter-share-button {
    margin: 0
}

.vc_toggle {
    display: block;
    margin: 0 0 21.73913043px 0;
    padding: 0;
    font-size: 1em
}

.vc_toggle:last-of-type {
    margin-bottom: 35px
}

.vc_toggle_title {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    font-weight: 400
}

.vc_toggle_title>h4 {
    display: inline
}

.vc_toggle_icon {
    display: none;
    position: relative;
    vertical-align: middle
}

.vc_toggle_content {
    display: none;
    margin-bottom: 21.73913043px;
    margin-top: 1em;
    overflow: hidden;
    padding: 0
}

.vc_toggle.vc_toggle_active>.vc_toggle_content {
    display: block
}

.vc_toggle_simple .vc_toggle_icon {
    border: 0 solid transparent;
    border-radius: 0;
    display: inline-block
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%)
}

.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_simple .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_simple .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_simple .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_simple .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_simple .vc_toggle_icon {
    margin-left: 2px
}

.vc_toggle_round .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block
}

.vc_toggle_round .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%)
}

.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_round .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_round .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_round .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_round .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_round .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_rounded .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 20%;
    display: inline-block
}

.vc_toggle_rounded .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%)
}

.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_rounded .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_rounded .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_rounded .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_rounded .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_rounded .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_square .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-block
}

.vc_toggle_square .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%)
}

.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_square .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_square .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_square .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_square .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_square .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_text_only .vc_toggle_icon {
    display: none
}

.vc_toggle_arrow .vc_toggle_icon {
    display: inline-block
}

.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_arrow .vc_toggle_icon::before {
    content: '';
    border-style: solid;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transform: rotate(45deg)
}

.vc_toggle_arrow .vc_toggle_icon::before {
    border-left: none;
    border-top: none
}

.vc_toggle_arrow .vc_toggle_icon::after {
    border-right: none;
    border-bottom: none;
    visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
    visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
    visibility: visible
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 2px;
    height: 10px;
    margin-left: -5px;
    width: 10px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -10px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: -5px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #2a2a2a;
    background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #444;
    background: 0 0
}

.vc_toggle_default .vc_toggle_icon {
    background: #bababa;
    border: 1px solid #acacac;
    box-sizing: border-box;
    transform: translate(0, -50%)
}

.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background: #bababa
}

.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #acacac
}

.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
    visibility: hidden
}

.vc_toggle.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
    height: 4px
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::before {
    height: 10px;
    width: 4px
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::after {
    width: 8px;
    height: 2px
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_blue .vc_toggle_icon {
    background-color: #5472d2;
    border-color: transparent
}

.vc_toggle_color_blue .vc_toggle_icon::after,
.vc_toggle_color_blue .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #5472d2
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #7c93dd
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon {
    background: #5472d2;
    border-color: #3354c0
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
    border-color: #3354c0;
    background: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after {
    background: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #7c93dd;
    border-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #5472d2;
    background: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #5472d2;
    background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #7c93dd;
    background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_turquoise .vc_toggle_icon {
    background-color: #00c1cf;
    border-color: transparent
}

.vc_toggle_color_turquoise .vc_toggle_icon::after,
.vc_toggle_color_turquoise .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #00c1cf
}

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #00919c
}

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon {
    background: #00c1cf;
    border-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
    border-color: #00919c;
    background: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after {
    background: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #00919c;
    border-color: #006269
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #006269;
    background: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #00c1cf;
    background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #00919c;
    background: 0 0
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_pink .vc_toggle_icon {
    background-color: #fe6c61;
    border-color: transparent
}

.vc_toggle_color_pink .vc_toggle_icon::after,
.vc_toggle_color_pink .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #fe6c61
}

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fe9b94
}

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon {
    background: #fe6c61;
    border-color: #fe3d2e
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
    border-color: #fe3d2e;
    background: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after {
    background: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fe9b94;
    border-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #fe6c61;
    background: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #fe6c61;
    background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #fe9b94;
    background: 0 0
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_violet .vc_toggle_icon {
    background-color: #8d6dc4;
    border-color: transparent
}

.vc_toggle_color_violet .vc_toggle_icon::after,
.vc_toggle_color_violet .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #8d6dc4
}

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #a991d3
}

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon {
    background: #8d6dc4;
    border-color: #7149b5
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
    border-color: #7149b5;
    background: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after {
    background: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #a991d3;
    border-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #8d6dc4;
    background: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #a991d3
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #8d6dc4;
    background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #a991d3;
    background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_peacoc .vc_toggle_icon {
    background-color: #4cadc9;
    border-color: transparent
}

.vc_toggle_color_peacoc .vc_toggle_icon::after,
.vc_toggle_color_peacoc .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #4cadc9
}

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #73bfd5
}

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon {
    background: #4cadc9;
    border-color: #3492ae
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
    border-color: #3492ae;
    background: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after {
    background: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #73bfd5;
    border-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #4cadc9;
    background: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #4cadc9;
    background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #73bfd5;
    background: 0 0
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_chino .vc_toggle_icon {
    background-color: #cec2ab;
    border-color: transparent
}

.vc_toggle_color_chino .vc_toggle_icon::after,
.vc_toggle_color_chino .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #cec2ab
}

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #e1d9cb
}

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon {
    background: #cec2ab;
    border-color: #bbab8b
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
    border-color: #bbab8b;
    background: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after {
    background: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #e1d9cb;
    border-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #cec2ab;
    background: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #cec2ab;
    background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #e1d9cb;
    background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_mulled_wine .vc_toggle_icon {
    background-color: #50485b;
    border-color: transparent
}

.vc_toggle_color_mulled_wine .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #50485b
}

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #695f77
}

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon {
    background: #50485b;
    border-color: #37313f
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
    border-color: #37313f;
    background: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after {
    background: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #695f77;
    border-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #50485b;
    background: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #50485b;
    background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #695f77;
    background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_vista_blue .vc_toggle_icon {
    background-color: #75d69c;
    border-color: transparent
}

.vc_toggle_color_vista_blue .vc_toggle_icon::after,
.vc_toggle_color_vista_blue .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #75d69c
}

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #9ce2b8
}

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon {
    background: #75d69c;
    border-color: #4eca80
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
    border-color: #4eca80;
    background: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after {
    background: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #9ce2b8;
    border-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #75d69c;
    background: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #75d69c;
    background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #9ce2b8;
    background: 0 0
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_black .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_color_black .vc_toggle_icon::after,
.vc_toggle_color_black .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon {
    background: #2a2a2a;
    border-color: #101010
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
    border-color: #101010;
    background: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after {
    background: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #444;
    border-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #2a2a2a;
    background: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #444
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #2a2a2a;
    background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #444;
    background: 0 0
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_grey .vc_toggle_icon {
    background-color: #ebebeb;
    border-color: transparent
}

.vc_toggle_color_grey .vc_toggle_icon::after,
.vc_toggle_color_grey .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #ebebeb
}

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #d2d2d2
}

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon {
    background: #ebebeb;
    border-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
    border-color: #d2d2d2;
    background: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after {
    background: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #d2d2d2;
    border-color: #b8b8b8
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #b8b8b8;
    background: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #ebebeb;
    background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #d2d2d2;
    background: 0 0
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_orange .vc_toggle_icon {
    background-color: #f7be68;
    border-color: transparent
}

.vc_toggle_color_orange .vc_toggle_icon::after,
.vc_toggle_color_orange .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #f7be68
}

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fad398
}

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon {
    background: #f7be68;
    border-color: #f4a938
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f4a938;
    background: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
    background: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fad398;
    border-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #f7be68;
    background: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #fad398
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #f7be68;
    background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #fad398;
    background: 0 0
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_sky .vc_toggle_icon {
    background-color: #5aa1e3;
    border-color: transparent
}

.vc_toggle_color_sky .vc_toggle_icon::after,
.vc_toggle_color_sky .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #5aa1e3
}

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #86baea
}

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon {
    background: #5aa1e3;
    border-color: #2e88dc
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
    border-color: #2e88dc;
    background: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after {
    background: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #86baea;
    border-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #5aa1e3;
    background: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #86baea
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #5aa1e3;
    background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #86baea;
    background: 0 0
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #87c456
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_green .vc_toggle_icon {
    background-color: #6dab3c;
    border-color: transparent
}

.vc_toggle_color_green .vc_toggle_icon::after,
.vc_toggle_color_green .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #6dab3c
}

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #87c456
}

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #87c456
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon {
    background: #6dab3c;
    border-color: #55852f
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
    border-color: #55852f;
    background: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after {
    background: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #87c456;
    border-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #6dab3c;
    background: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #87c456
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #6dab3c;
    background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #87c456;
    background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_juicy_pink .vc_toggle_icon {
    background-color: #f4524d;
    border-color: transparent
}

.vc_toggle_color_juicy_pink .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #f4524d
}

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #f7817d
}

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon {
    background: #f4524d;
    border-color: #f1231d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f1231d;
    background: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after {
    background: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #f7817d;
    border-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #f4524d;
    background: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #f4524d;
    background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #f7817d;
    background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_sandy_brown .vc_toggle_icon {
    background-color: #f79468;
    border-color: transparent
}

.vc_toggle_color_sandy_brown .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #f79468
}

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fab698
}

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon {
    background: #f79468;
    border-color: #f47238
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f47238;
    background: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after {
    background: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fab698;
    border-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #f79468;
    background: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #f79468;
    background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #fab698;
    background: 0 0
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_purple .vc_toggle_icon {
    background-color: #b97ebb;
    border-color: transparent
}

.vc_toggle_color_purple .vc_toggle_icon::after,
.vc_toggle_color_purple .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #b97ebb
}

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #cb9fcd
}

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon {
    background: #b97ebb;
    border-color: #a75da9
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
    border-color: #a75da9;
    background: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after {
    background: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #cb9fcd;
    border-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #b97ebb;
    background: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #b97ebb;
    background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #cb9fcd;
    background: 0 0
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_white .vc_toggle_icon {
    background-color: #fff;
    border-color: transparent
}

.vc_toggle_color_white .vc_toggle_icon::after,
.vc_toggle_color_white .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #fff
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #e6e6e6
}

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon {
    background: #fff;
    border-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
    border-color: #e6e6e6;
    background: #fff
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after {
    background: #fff
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #e6e6e6;
    border-color: #ccc
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #ccc;
    background: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #fff;
    background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #e6e6e6;
    background: 0 0
}

.vc_toggle_size_sm .vc_toggle_icon {
    height: 16px;
    width: 16px
}

.vc_toggle_size_sm .vc_toggle_icon::before {
    height: 2px;
    width: 8px
}

.vc_toggle_size_sm .vc_toggle_icon::after {
    height: 8px;
    width: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 8px;
    margin-left: 4px;
    height: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before {
    height: 8px;
    width: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after {
    width: 6px;
    height: 0
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
    height: 16px;
    width: 16px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 2px;
    height: 8px;
    margin-left: -4px;
    width: 8px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -8px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: -4px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title {
    padding-left: 24px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title {
    padding-left: 17.6px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 8px
}

.vc_toggle_size_md .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_size_md .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_size_md .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
    height: 4px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 10px;
    width: 4px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
    width: 8px;
    height: 2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 2px;
    height: 10px;
    margin-left: -5px;
    width: 10px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -10px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: -5px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title {
    padding-left: 33px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 24.2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 11px
}

.vc_toggle_size_lg .vc_toggle_icon {
    height: 28px;
    width: 28px
}

.vc_toggle_size_lg .vc_toggle_icon::before {
    height: 2px;
    width: 14px
}

.vc_toggle_size_lg .vc_toggle_icon::after {
    height: 14px;
    width: 2px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 14px;
    margin-left: 7px;
    height: 4px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
    height: 14px;
    width: 4px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
    width: 12px;
    height: 2px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    height: 28px;
    width: 28px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 2px;
    height: 14px;
    margin-left: -7px;
    width: 14px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -14px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: -7px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title {
    padding-left: 42px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title {
    padding-left: 30.8px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 14px
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_round .vc_toggle_content,
.vc_toggle_round .vc_toggle_title,
.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_simple .vc_toggle_content,
.vc_toggle_simple .vc_toggle_title,
.vc_toggle_square .vc_toggle_content,
.vc_toggle_square .vc_toggle_title {
    padding-left: 33px
}

.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_default .vc_toggle_title {
    padding-left: 24.2px
}

.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 11px
}

.wpb_widgetised_column .wpb_wrapper>ul {
    margin: 0
}

.wpb_widgetised_column .wpb_wrapper>ul>li {
    margin-left: 0;
    background-image: none;
    list-style: none !important
}

.wpb_widgetised_column .wpb_wrapper>ul>li:after,
.wpb_widgetised_column .wpb_wrapper>ul>li:before {
    display: none !important
}

.wpb_button {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 2px;
    box-shadow: none
}

.wpb_button.active,
.wpb_button.disabled,
.wpb_button:active,
.wpb_button:hover,
.wpb_button[disabled] {
    background-color: #eaeaea
}

.vc_vc_button2 .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.vc_vc_button .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.wpb_button:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    transition: background-color .1s linear
}

.wpb_button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.wpb_button.active,
.wpb_button:active {
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.wpb_btn-large,
span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    border-radius: 2px
}

button.wpb_btn-large [class^=icon-],
span.wpb_btn-large [class^=icon-] {
    margin-top: 1px
}

button.wpb_btn-small,
span.wpb_btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
}

button.wpb_btn-small [class^=icon-],
span.wpb_btn-small [class^=icon-] {
    margin-top: -1px
}

button.wpb_btn-mini,
span.wpb_btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
}

.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover,
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.wpb_btn-danger.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active,
.wpb_btn-primary.active,
.wpb_btn-success.active,
.wpb_btn-warning.active {
    color: rgba(255, 255, 255, .75)
}

.wpb_button {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1)
}

.wpb_btn-primary {
    background-color: #08c
}

.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary:active,
.wpb_btn-primary:hover,
.wpb_btn-primary[disabled] {
    background-color: #0077b3
}

.wpb_btn-warning {
    background-color: #f90
}

.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning:active,
.wpb_btn-warning:hover,
.wpb_btn-warning[disabled] {
    background-color: #e68a00
}

.wpb_btn-danger {
    background-color: #ff675b
}

.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger:active,
.wpb_btn-danger:hover,
.wpb_btn-danger[disabled] {
    background-color: #ff4f42
}

.wpb_btn-success {
    background-color: #6ab165
}

.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success:active,
.wpb_btn-success:hover,
.wpb_btn-success[disabled] {
    background-color: #5aa855
}

.wpb_btn-info {
    background-color: #58b9da
}

.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info:active,
.wpb_btn-info:hover,
.wpb_btn-info[disabled] {
    background-color: #43b0d5
}

.wpb_btn-inverse {
    background-color: #555
}

.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse:active,
.wpb_btn-inverse:hover,
.wpb_btn-inverse[disabled] {
    background-color: #484848
}

button.wpb_button::-moz-focus-inner,
input[type=submit].wpb_button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a.wpb_button_a {
    text-decoration: none;
    border: none
}

a.wpb_button_a:hover {
    text-decoration: none
}

.wpb_button:hover {
    background-image: none
}

.vc_btn3-container {
    display: block;
    margin-bottom: 21.73913043px;
    max-width: 100%
}

.vc_btn3-container.vc_btn3-inline {
    display: inline-block;
    vertical-align: top
}

.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    box-shadow: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.vc_general.vc_btn3.vc_btn3-style-outline,
.vc_general.vc_btn3.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px
}

.vc_general.vc_btn3.active,
.vc_general.vc_btn3:active,
.vc_general.vc_btn3:focus {
    outline: 0
}

.vc_general.vc_btn3:focus,
.vc_general.vc_btn3:hover {
    border: 1px solid transparent;
    text-decoration: none;
    color: #4868cf
}

.vc_general.vc_btn3 .vc_btn3-icon {
    vertical-align: top;
    height: 14px;
    line-height: 1;
    font-size: 16px
}

.vc_general.vc_btn3 .vc_btn3-icon-inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.vc_general.vc_btn3 .vc_btn3-placeholder {
    display: inline-block;
    vertical-align: top;
    width: 0
}

.vc_btn3.vc_btn3-icon-left,
.vc_btn3.vc_btn3-icon-right {
    position: relative
}

.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.vc_btn3.vc_btn3-icon-left {
    text-align: left
}

.vc_btn3.vc_btn3-icon-right {
    text-align: right
}

.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner {
    transform: translate(-75%, -50%)
}

.vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
    transform: translate(-50%, -50%)
}

.vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner {
    transform: translate(-50%, -50%)
}

.vc_btn3.vc_btn3-style-classic {
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1)
}

.vc_btn3.vc_btn3-style-modern {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
    background-repeat: repeat-x
}

.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-style-outline-custom:focus,
.vc_btn3.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-style-outline:hover {
    border-width: 2px
}

.vc_btn3.vc_btn3-style-custom {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%
}

.vc_btn3.vc_btn3-style-custom:focus,
.vc_btn3.vc_btn3-style-custom:hover {
    background-position: 0 100%
}

.vc_btn3.vc_btn3-block {
    display: block;
    width: 100%;
    text-align: inherit
}

.vc_btn3.vc_btn3-shape-square {
    border-radius: 0
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 5px
}

.vc_btn3.vc_btn3-shape-round {
    border-radius: 2em
}

.vc_btn3.vc_btn3-size-xs {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 11px
}

.vc_btn3.vc_btn3-size-xs .vc_btn3-icon {
    font-size: 14px;
    height: 11px;
    line-height: 11px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 31px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 12px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 31px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 12px
}

.vc_btn3.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_btn3.vc_btn3-size-sm .vc_btn3-icon {
    font-size: 14px;
    height: 12px;
    line-height: 12px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 39px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 16px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 39px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 16px
}

.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px
}

.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    font-size: 16px;
    height: 14px;
    line-height: 14px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 48px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 20px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 48px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 20px
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px
}

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
    font-size: 20px;
    height: 16px;
    line-height: 16px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 60px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 25px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 60px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 25px
}

.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #fff;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-blue:focus,
.vc_btn3.vc_btn3-color-blue:hover {
    color: #f7f7f7;
    background-color: #3c5ecc
}

.vc_btn3.vc_btn3-color-blue.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-blue:active {
    color: #f2f2f2;
    background-color: #3558c8
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
    color: #5472d2;
    border-color: #5472d2;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #5472d2;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #5472d2;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
    color: #fff;
    background-color: #5472d2;
    box-shadow: 0 5px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    color: #fff;
    border-color: #5472d2;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #3c5ecc;
    background-color: #3c5ecc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #3558c8;
    background-color: #3558c8
}

.vc_btn3.vc_btn3-color-turquoise,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
    color: #fff;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-turquoise:focus,
.vc_btn3.vc_btn3-color-turquoise:hover {
    color: #f7f7f7;
    background-color: #00a4b0
}

.vc_btn3.vc_btn3-color-turquoise.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-turquoise:active {
    color: #f2f2f2;
    background-color: #009ba6
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
    color: #00c1cf;
    border-color: #00c1cf;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #00c1cf;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #00c1cf;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d {
    color: #fff;
    background-color: #00c1cf;
    box-shadow: 0 5px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
    color: #fff;
    border-color: #00c1cf;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #00a4b0;
    background-color: #00a4b0
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #009ba6;
    background-color: #009ba6
}

.vc_btn3.vc_btn3-color-pink,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-pink:focus,
.vc_btn3.vc_btn3-color-pink:hover {
    color: #f7f7f7;
    background-color: #fe5043
}

.vc_btn3.vc_btn3-color-pink.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-pink:active {
    color: #f2f2f2;
    background-color: #fe4638
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline {
    color: #fe6c61;
    border-color: #fe6c61;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #fe6c61;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #fe6c61;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d {
    color: #fff;
    background-color: #fe6c61;
    box-shadow: 0 5px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern {
    color: #fff;
    border-color: #fe6c61;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #fe5043;
    background-color: #fe5043
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #fe4638;
    background-color: #fe4638
}

.vc_btn3.vc_btn3-color-violet,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
    color: #fff;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-violet:focus,
.vc_btn3.vc_btn3-color-violet:hover {
    color: #f7f7f7;
    background-color: #7c57bb
}

.vc_btn3.vc_btn3-color-violet.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-violet:active {
    color: #f2f2f2;
    background-color: #7650b8
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
    color: #8d6dc4;
    border-color: #8d6dc4;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #8d6dc4;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #8d6dc4;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d {
    color: #fff;
    background-color: #8d6dc4;
    box-shadow: 0 5px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern {
    color: #fff;
    border-color: #8d6dc4;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #7c57bb;
    background-color: #7c57bb
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #7650b8;
    background-color: #7650b8
}

.vc_btn3.vc_btn3-color-peacoc,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
    color: #fff;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-peacoc:focus,
.vc_btn3.vc_btn3-color-peacoc:hover {
    color: #f7f7f7;
    background-color: #39a0bd
}

.vc_btn3.vc_btn3-color-peacoc.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-peacoc:active {
    color: #f2f2f2;
    background-color: #3799b5
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline {
    color: #4cadc9;
    border-color: #4cadc9;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #4cadc9;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #4cadc9;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d {
    color: #fff;
    background-color: #4cadc9;
    box-shadow: 0 5px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern {
    color: #fff;
    border-color: #4cadc9;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #39a0bd;
    background-color: #39a0bd
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #3799b5;
    background-color: #3799b5
}

.vc_btn3.vc_btn3-color-chino,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
    color: #fff;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-chino:focus,
.vc_btn3.vc_btn3-color-chino:hover {
    color: #f7f7f7;
    background-color: #c3b498
}

.vc_btn3.vc_btn3-color-chino.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-chino:active {
    color: #f2f2f2;
    background-color: #bfaf91
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline {
    color: #cec2ab;
    border-color: #cec2ab;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #cec2ab;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #cec2ab;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d {
    color: #fff;
    background-color: #cec2ab;
    box-shadow: 0 5px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
    color: #fff;
    border-color: #cec2ab;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #c3b498;
    background-color: #c3b498
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #bfaf91;
    background-color: #bfaf91
}

.vc_btn3.vc_btn3-color-mulled-wine,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat {
    color: #fff;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-mulled-wine:focus,
.vc_btn3.vc_btn3-color-mulled-wine:hover {
    color: #f7f7f7;
    background-color: #413a4a
}

.vc_btn3.vc_btn3-color-mulled-wine.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-mulled-wine:active {
    color: #f2f2f2;
    background-color: #3c3644
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline {
    color: #50485b;
    border-color: #50485b;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #50485b;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #50485b;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d {
    color: #fff;
    background-color: #50485b;
    box-shadow: 0 5px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern {
    color: #fff;
    border-color: #50485b;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #413a4a;
    background-color: #413a4a
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #3c3644;
    background-color: #3c3644
}

.vc_btn3.vc_btn3-color-vista-blue,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat {
    color: #fff;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-vista-blue:focus,
.vc_btn3.vc_btn3-color-vista-blue:hover {
    color: #f7f7f7;
    background-color: #5dcf8b
}

.vc_btn3.vc_btn3-color-vista-blue.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-vista-blue:active {
    color: #f2f2f2;
    background-color: #56cd85
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline {
    color: #75d69c;
    border-color: #75d69c;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #75d69c;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #75d69c;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d {
    color: #fff;
    background-color: #75d69c;
    box-shadow: 0 5px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
    color: #fff;
    border-color: #75d69c;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #5dcf8b;
    background-color: #5dcf8b
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #56cd85;
    background-color: #56cd85
}

.vc_btn3.vc_btn3-color-orange,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    color: #fff;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-orange:focus,
.vc_btn3.vc_btn3-color-orange:hover {
    color: #f7f7f7;
    background-color: #f5b14b
}

.vc_btn3.vc_btn3-color-orange.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-orange:active {
    color: #f2f2f2;
    background-color: #f5ad41
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
    color: #f7be68;
    border-color: #f7be68;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #f7be68;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #f7be68;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d {
    color: #fff;
    background-color: #f7be68;
    box-shadow: 0 5px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
    color: #fff;
    border-color: #f7be68;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #f5b14b;
    background-color: #f5b14b
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #f5ad41;
    background-color: #f5ad41
}

.vc_btn3.vc_btn3-color-sky,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
    color: #fff;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sky:focus,
.vc_btn3.vc_btn3-color-sky:hover {
    color: #f7f7f7;
    background-color: #4092df
}

.vc_btn3.vc_btn3-color-sky.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-sky:active {
    color: #f2f2f2;
    background-color: #378ddd
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline {
    color: #5aa1e3;
    border-color: #5aa1e3;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #5aa1e3;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #5aa1e3;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d {
    color: #fff;
    background-color: #5aa1e3;
    box-shadow: 0 5px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
    color: #fff;
    border-color: #5aa1e3;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #4092df;
    background-color: #4092df
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #378ddd;
    background-color: #378ddd
}

.vc_btn3.vc_btn3-color-green,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    color: #fff;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-green:focus,
.vc_btn3.vc_btn3-color-green:hover {
    color: #f7f7f7;
    background-color: #5f9434
}

.vc_btn3.vc_btn3-color-green.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-green:active {
    color: #f2f2f2;
    background-color: #5a8d31
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
    color: #6dab3c;
    border-color: #6dab3c;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #6dab3c;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #6dab3c;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d {
    color: #fff;
    background-color: #6dab3c;
    box-shadow: 0 5px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
    color: #fff;
    border-color: #6dab3c;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #5f9434;
    background-color: #5f9434
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #5a8d31;
    background-color: #5a8d31
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-juicy-pink:focus,
.vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #f7f7f7;
    background-color: #f23630
}

.vc_btn3.vc_btn3-color-juicy-pink.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-juicy-pink:active {
    color: #f2f2f2;
    background-color: #f22d27
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline {
    color: #f4524d;
    border-color: #f4524d;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #f4524d;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #f4524d;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d {
    color: #fff;
    background-color: #f4524d;
    box-shadow: 0 5px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
    color: #fff;
    border-color: #f4524d;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #f23630;
    background-color: #f23630
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #f22d27;
    background-color: #f22d27
}

.vc_btn3.vc_btn3-color-sandy-brown,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
    color: #fff;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sandy-brown:focus,
.vc_btn3.vc_btn3-color-sandy-brown:hover {
    color: #f7f7f7;
    background-color: #f57f4b
}

.vc_btn3.vc_btn3-color-sandy-brown.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-sandy-brown:active {
    color: #f2f2f2;
    background-color: #f57941
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline {
    color: #f79468;
    border-color: #f79468;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #f79468;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #f79468;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d {
    color: #fff;
    background-color: #f79468;
    box-shadow: 0 5px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern {
    color: #fff;
    border-color: #f79468;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #f57f4b;
    background-color: #f57f4b
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #f57941;
    background-color: #f57941
}

.vc_btn3.vc_btn3-color-purple,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
    color: #fff;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-purple:focus,
.vc_btn3.vc_btn3-color-purple:hover {
    color: #f7f7f7;
    background-color: #ae6ab0
}

.vc_btn3.vc_btn3-color-purple.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-purple:active {
    color: #f2f2f2;
    background-color: #ab63ad
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline {
    color: #b97ebb;
    border-color: #b97ebb;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #b97ebb;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #b97ebb;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d {
    color: #fff;
    background-color: #b97ebb;
    box-shadow: 0 5px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
    color: #fff;
    border-color: #b97ebb;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #ae6ab0;
    background-color: #ae6ab0
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #ab63ad;
    background-color: #ab63ad
}

.vc_btn3.vc_btn3-color-black,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
    color: #fff;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-black:focus,
.vc_btn3.vc_btn3-color-black:hover {
    color: #f7f7f7;
    background-color: #1b1b1b
}

.vc_btn3.vc_btn3-color-black.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-black:active {
    color: #f2f2f2;
    background-color: #161616
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    color: #fff;
    border-color: #2a2a2a;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d {
    color: #fff;
    background-color: #2a2a2a;
    box-shadow: 0 5px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #1b1b1b;
    background-color: #1b1b1b
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #161616;
    background-color: #161616
}

.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #666;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-grey:focus,
.vc_btn3.vc_btn3-color-grey:hover {
    color: #5e5e5e;
    background-color: #dcdcdc
}

.vc_btn3.vc_btn3-color-grey.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-grey:active {
    color: #595959;
    background-color: #d7d7d7
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #666;
    border-color: #ebebeb;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    color: #666;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active {
    color: #666;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
    color: #666;
    background-color: #ebebeb;
    box-shadow: 0 5px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
    color: #5e5e5e;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active {
    color: #595959;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #666;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #5e5e5e;
    border-color: #dcdcdc;
    background-color: #dcdcdc
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
    color: #595959;
    border-color: #d7d7d7;
    background-color: #d7d7d7
}

.vc_btn3.vc_btn3-color-white,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #666;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-white:focus,
.vc_btn3.vc_btn3-color-white:hover {
    color: #5e5e5e;
    background-color: #f0f0f0
}

.vc_btn3.vc_btn3-color-white.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-white:active {
    color: #595959;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #666;
    border-color: #fff;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    color: #666;
    border-color: #fff;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active {
    color: #666;
    border-color: #fff;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d {
    color: #666;
    background-color: #fff;
    box-shadow: 0 5px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
    color: #5e5e5e;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active {
    color: #595959;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    color: #666;
    border-color: #fff;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    color: #5e5e5e;
    border-color: #f0f0f0;
    background-color: #f0f0f0
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active {
    color: #595959;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-default,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
    color: #333;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-default:focus,
.vc_btn3.vc_btn3-color-default:hover {
    color: #2b2b2b;
    background-color: #e8e8e8
}

.vc_btn3.vc_btn3-color-default.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-default:active {
    color: #262626;
    background-color: #e3e3e3
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
    color: #f7f7f7;
    border-color: #f7f7f7;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover {
    color: #333;
    border-color: #f7f7f7;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active {
    color: #333;
    border-color: #f7f7f7;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d {
    color: #333;
    background-color: #f7f7f7;
    box-shadow: 0 5px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
    color: #2b2b2b;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active {
    color: #262626;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    color: #333;
    border-color: #f7f7f7;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
    color: #2b2b2b;
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active {
    color: #262626;
    border-color: #e3e3e3;
    background-color: #e3e3e3
}

.vc_btn3.vc_btn3-color-primary,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    color: #fff;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-primary:focus,
.vc_btn3.vc_btn3-color-primary:hover {
    color: #f7f7f7;
    background-color: #0074ad
}

.vc_btn3.vc_btn3-color-primary.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-primary:active {
    color: #f2f2f2;
    background-color: #006da3
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
    color: #08c;
    border-color: #08c;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #08c;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #08c;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d {
    color: #fff;
    background-color: #08c;
    box-shadow: 0 5px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
    color: #fff;
    border-color: #08c;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #0074ad;
    background-color: #0074ad
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #006da3;
    background-color: #006da3
}

.vc_btn3.vc_btn3-color-info,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
    color: #fff;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-info:focus,
.vc_btn3.vc_btn3-color-info:hover {
    color: #f7f7f7;
    background-color: #3fafd4
}

.vc_btn3.vc_btn3-color-info.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-info:active {
    color: #f2f2f2;
    background-color: #37abd3
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline {
    color: #58b9da;
    border-color: #58b9da;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #58b9da;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #58b9da;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d {
    color: #fff;
    background-color: #58b9da;
    box-shadow: 0 5px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
    color: #fff;
    border-color: #58b9da;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #3fafd4;
    background-color: #3fafd4
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #37abd3;
    background-color: #37abd3
}

.vc_btn3.vc_btn3-color-success,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    color: #fff;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-success:focus,
.vc_btn3.vc_btn3-color-success:hover {
    color: #f7f7f7;
    background-color: #59a453
}

.vc_btn3.vc_btn3-color-success.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-success:active {
    color: #f2f2f2;
    background-color: #559d50
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
    color: #6ab165;
    border-color: #6ab165;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #6ab165;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #6ab165;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d {
    color: #fff;
    background-color: #6ab165;
    box-shadow: 0 5px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
    color: #fff;
    border-color: #6ab165;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #59a453;
    background-color: #59a453
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #559d50;
    background-color: #559d50
}

.vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    color: #fff;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-warning:focus,
.vc_btn3.vc_btn3-color-warning:hover {
    color: #f7f7f7;
    background-color: #e08700
}

.vc_btn3.vc_btn3-color-warning.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-warning:active {
    color: #f2f2f2;
    background-color: #d68100
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline {
    color: #f90;
    border-color: #f90;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #f90;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #f90;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
    color: #fff;
    background-color: #f90;
    box-shadow: 0 5px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    color: #fff;
    border-color: #f90;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #e08700;
    background-color: #e08700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #d68100;
    background-color: #d68100
}

.vc_btn3.vc_btn3-color-danger,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
    color: #fff;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-danger:focus,
.vc_btn3.vc_btn3-color-danger:hover {
    color: #f7f7f7;
    background-color: #ff4b3c
}

.vc_btn3.vc_btn3-color-danger.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-danger:active {
    color: #f2f2f2;
    background-color: #ff4132
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
    color: #ff675b;
    border-color: #ff675b;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #ff675b;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #ff675b;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d {
    color: #fff;
    background-color: #ff675b;
    box-shadow: 0 5px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    color: #fff;
    border-color: #ff675b;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #ff4b3c;
    background-color: #ff4b3c
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #ff4132;
    background-color: #ff4132
}

.vc_btn3.vc_btn3-color-inverse,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
    color: #fff;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-inverse:focus,
.vc_btn3.vc_btn3-color-inverse:hover {
    color: #f7f7f7;
    background-color: #464646
}

.vc_btn3.vc_btn3-color-inverse.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-inverse:active {
    color: #f2f2f2;
    background-color: #414141
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline {
    color: #555;
    border-color: #555;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #555;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #555;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d {
    color: #fff;
    background-color: #555;
    box-shadow: 0 5px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
    color: #fff;
    border-color: #555;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #464646;
    background-color: #464646
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #414141;
    background-color: #414141
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    color: #2a2a2a
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #ebebeb
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
    background-repeat: repeat-x
}

.vc_btn3-container.vc_btn3-center {
    text-align: center
}

.vc_btn3-container.vc_btn3-left {
    text-align: left
}

.vc_btn3-container.vc_btn3-right {
    text-align: right
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
    display: inline-block;
    position: static
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
    transform: translate(0, 0);
    min-width: 1em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    margin-right: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    margin-left: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline-custom {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 11px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline-custom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px
}

.vc_btn3-container .vc_btn3-block.vc_btn3-icon-left,
.vc_btn3-container .vc_btn3-block.vc_btn3-icon-right {
    text-align: inherit
}

.vc_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit
}

.vc_custom_heading a {
    transition: all .2s ease-in-out;
    opacity: 1
}

.vc_custom_heading a:hover {
    opacity: .85
}

.vc_call_to_action {
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 2em;
    border-radius: 5px
}

.vc_call_to_action :last-child {
    margin-bottom: 0
}

.vc_call_to_action.vc_cta_square {
    border-radius: 0
}

.vc_call_to_action.vc_cta_square_outlined {
    border-radius: 0;
    background: 0 0 !important
}

.vc_call_to_action.vc_cta_round {
    border-radius: 50px
}

.vc_call_to_action.vc_cta_outlined {
    background: 0 0 !important
}

.vc_call_to_action hgroup h2,
.vc_call_to_action hgroup h4 {
    margin: 0;
    clear: none
}

.vc_call_to_action hgroup+p {
    margin-top: 1em
}

.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
    float: right;
    margin-left: 2em
}

.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
    float: left;
    margin-right: 2em
}

.wpb_call_to_action {
    position: relative;
    background-color: #f7f7f7;
    padding: 20px;
    padding: 35px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box
}

.wpb_call_to_action .wpb_button {
    margin: 0;
    box-sizing: border-box
}

.cta_align_left .wpb_button {
    float: left
}

.cta_align_right .wpb_button {
    float: right
}

.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
    max-width: 27.5%
}

.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
    width: 70%;
    float: left;
    clear: none
}

.cta_align_left .wpb_call_text {
    float: right
}

#content .wpb_call_to_action .wpb_call_text,
.wpb_call_to_action .wpb_call_text {
    margin: 0;
    padding-top: 0
}

.cta_align_bottom {
    text-align: center
}

.cta_align_bottom .wpb_button {
    position: static;
    margin-top: 21.73913043px;
    display: inline-block
}

.cta_no_button .wpb_call_text {
    width: auto;
    float: none
}

@media (max-width:600px) {

    .vc_responsive .cta_align_left .wpb_button,
    .vc_responsive .cta_align_right .wpb_button {
        max-width: 70%;
        width: 70%;
        float: none;
        display: block;
        margin: 3% auto
    }

    .vc_responsive .cta_align_left .wpb_call_text,
    .vc_responsive .cta_align_right .wpb_call_text {
        width: auto;
        max-width: none;
        text-align: center
    }
}

.vc_cta3-container {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto
}

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

.vc_cta3-container.vc_cta3-size-xs {
    width: 50%
}

.vc_cta3-container.vc_cta3-size-sm {
    width: 60%
}

.vc_cta3-container.vc_cta3-size-md {
    width: 70%
}

.vc_cta3-container.vc_cta3-size-lg {
    width: 80%
}

.vc_cta3-container.vc_cta3-size-xl {
    width: 90%
}

.vc_general.vc_cta3 {
    border: 1px solid transparent;
    font-size: 1em;
    padding: 28px 28px;
    word-wrap: break-word
}

.vc_general.vc_cta3 .vc_cta3-content {
    vertical-align: top
}

.vc_general.vc_cta3 .vc_cta3-content>:last-child,
.vc_general.vc_cta3 .vc_cta3-icons>:last-child {
    margin-bottom: 0
}

.vc_general.vc_cta3 .vc_cta3-actions {
    vertical-align: middle;
    white-space: nowrap
}

@media (min-width:768px) {
    .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container {
        margin: 0
    }
}

.vc_general.vc_cta3 .vc_cta3-icons {
    vertical-align: middle
}

.vc_general.vc_cta3 h2,
.vc_general.vc_cta3 h4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content {
    text-align: left
}

.vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content {
    text-align: right
}

.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
    text-align: center
}

.vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content {
    text-align: justify
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
    padding-top: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons {
    text-align: center
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element {
    display: inline-block
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container {
    padding-bottom: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons {
    text-align: center
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element {
    display: inline-block
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons {
    display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    display: table-cell;
    padding-left: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons {
    display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container {
    display: table-cell;
    padding-right: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border {
    position: relative
}

.vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons {
    position: absolute
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs {
    margin-right: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container {
    padding-right: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm {
    margin-right: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container {
    padding-right: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md {
    margin-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container {
    padding-right: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg {
    margin-right: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container {
    padding-right: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl {
    margin-right: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container {
    padding-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs {
    margin-left: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container {
    padding-left: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm {
    margin-left: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container {
    padding-left: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md {
    margin-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container {
    padding-left: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg {
    margin-left: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container {
    padding-left: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl {
    margin-left: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container {
    padding-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs {
    margin-top: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container {
    padding-top: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm {
    margin-top: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container {
    padding-top: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md {
    margin-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container {
    padding-top: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg {
    margin-top: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container {
    padding-top: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl {
    margin-top: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container {
    padding-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs {
    margin-bottom: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container {
    padding-bottom: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm {
    margin-bottom: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container {
    padding-bottom: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md {
    margin-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container {
    padding-bottom: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg {
    margin-bottom: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container {
    padding-bottom: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl {
    margin-bottom: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container {
    padding-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 35px
}

.vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content {
    margin-top: 1em
}

.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
    margin-bottom: 1em
}

@media (min-width:768px) {
    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
        display: table-cell;
        max-width: 30%
    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
        padding-left: 28px;
        display: table-cell
    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
        display: table-cell;
        max-width: 30%
    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        padding-right: 28px;
        display: table-cell
    }
}

.vc_general.vc_cta3.vc_cta3-style-classic {
    border-color: #f0f0f0;
    background-color: #f7f7f7
}

.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-outline {
    border-width: 3px
}

.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-custom {
    border-color: #f0f0f0;
    background-color: #f7f7f7
}

.vc_general.vc_cta3.vc_cta3-shape-square {
    border-radius: 0
}

.vc_general.vc_cta3.vc_cta3-shape-rounded {
    border-radius: 5px
}

.vc_general.vc_cta3.vc_cta3-shape-round {
    border-radius: 4em
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header {
    color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat {
    color: #c9d2f0;
    border-color: transparent;
    background-color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #3253bc;
    color: #c9d2f0;
    border-color: transparent;
    background-color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline {
    border-color: #5472d2;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header {
    color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header {
    color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat {
    color: #d3f5f1;
    border-color: transparent;
    background-color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #008d97;
    color: #d3f5f1;
    border-color: transparent;
    background-color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline {
    border-color: #00c1cf;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header {
    color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header {
    color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat {
    color: #fcdbd7;
    border-color: transparent;
    background-color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #fe3829;
    color: #fcdbd7;
    border-color: transparent;
    background-color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline {
    border-color: #fe6c61;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header {
    color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header {
    color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat {
    color: #e1d5f5;
    border-color: transparent;
    background-color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #6e48b1;
    color: #e1d5f5;
    border-color: transparent;
    background-color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline {
    border-color: #8d6dc4;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header {
    color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header {
    color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat {
    color: #d0edf5;
    border-color: transparent;
    background-color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #338faa;
    color: #d0edf5;
    border-color: transparent;
    background-color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline {
    border-color: #4cadc9;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header {
    color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header {
    color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat {
    color: #f7f3eb;
    border-color: transparent;
    background-color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #b9a888;
    color: #f7f3eb;
    border-color: transparent;
    background-color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline {
    border-color: #cec2ab;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header {
    color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header {
    color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat {
    color: #e2ddeb;
    border-color: transparent;
    background-color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #342f3c;
    color: #e2ddeb;
    border-color: transparent;
    background-color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline {
    border-color: #50485b;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header {
    color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header {
    color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat {
    color: #e1f5e9;
    border-color: transparent;
    background-color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #4ac97d;
    color: #e1f5e9;
    border-color: transparent;
    background-color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline {
    border-color: #75d69c;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header {
    color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat {
    color: #faf0e1;
    border-color: transparent;
    background-color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f4a733;
    color: #faf0e1;
    border-color: transparent;
    background-color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline {
    border-color: #f7be68;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header {
    color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header {
    color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat {
    color: #dce9f5;
    border-color: transparent;
    background-color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #2a86db;
    color: #dce9f5;
    border-color: transparent;
    background-color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline {
    border-color: #5aa1e3;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header {
    color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header {
    color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat {
    color: #e5f2da;
    border-color: transparent;
    background-color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #53812d;
    color: #e5f2da;
    border-color: transparent;
    background-color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline {
    border-color: #6dab3c;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header {
    color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat {
    color: #fce2e1;
    border-color: transparent;
    background-color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f11f18;
    color: #fce2e1;
    border-color: transparent;
    background-color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline {
    border-color: #f4524d;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header {
    color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat {
    color: #f7e1d7;
    border-color: transparent;
    background-color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f46e33;
    color: #f7e1d7;
    border-color: transparent;
    background-color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline {
    border-color: #f79468;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header {
    color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header {
    color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat {
    color: #f4dff5;
    border-color: transparent;
    background-color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #a559a8;
    color: #f4dff5;
    border-color: transparent;
    background-color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline {
    border-color: #b97ebb;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header {
    color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header {
    color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat {
    color: #d9d9d9;
    border-color: transparent;
    background-color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #0e0e0e;
    color: #d9d9d9;
    border-color: transparent;
    background-color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
    border-color: #2a2a2a;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header {
    color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header {
    color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #cfcfcf;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline {
    border-color: #ebebeb;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header {
    color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #e3e3e3;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline {
    border-color: #fff;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #f0f0f0
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #d4d4d4;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #f0f0f0
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
    border-color: #f0f0f0;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header {
    color: #f0f0f0
}

.vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner {
    height: 1em;
    width: 1em
}

.vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner {
    height: 2em;
    width: 2em
}

.vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner {
    height: 3em;
    width: 3em
}

.vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner {
    height: 4em;
    width: 4em
}

.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner {
    height: 5em;
    width: 5em
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_tour_next_prev_nav a:focus {
    outline: 0
}

.wpb_content_element .wpb_tabs_nav,
.wpb_content_element .wpb_tour_tabs_wrapper {
    padding: 0
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0 !important;
    text-indent: inherit !important
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important
}

.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
    display: none !important
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
    background-color: #f7f7f7
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    cursor: default
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
    display: none
}

.wpb_content_element .wpb_accordion_header a,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #f7f7f7
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
    margin-bottom: 0
}

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}

.wpb_tour .wpb_tabs_nav {
    float: left;
    width: 31.66666667%
}

.wpb_tour .wpb_tabs_nav li {
    margin: 0 0 1px 0;
    clear: left;
    width: 100%
}

.wpb_tour .wpb_tabs_nav a {
    width: 100%
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    box-sizing: border-box;
    border: none;
    float: left;
    width: 68.33333333%;
    padding: 0 0 0 21.73913043px
}

.wpb_tour_next_prev_nav {
    margin-left: 31.66666667%;
    padding-left: 21.73913043px;
    font-size: 80%
}

.wpb_tour_next_prev_nav a {
    border-bottom: 1px dotted;
    text-decoration: none
}

.wpb_tour_next_prev_nav a:hover {
    text-decoration: none;
    border-bottom: none
}

.wpb_tour_next_prev_nav span {
    width: 48%;
    display: inline-block;
    padding-top: 1em;
    float: left
}

.wpb_tour_next_prev_nav span.wpb_next_slide {
    text-align: right;
    float: right
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px 0;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding-left: 1em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: .7em;
    top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/toggle_close.png)
}

@media (max-width:480px) {

    .vc_responsive .wpb_tour .wpb_tab,
    .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
    .vc_responsive .wpb_tour_next_prev_nav {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .vc_responsive .wpb_tour_next_prev_nav {
        width: auto;
        padding: 0 1em
    }

    .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
        margin-bottom: 1em
    }

    .vc_responsive .wpb_tour .wpb_tab {
        padding-left: 1em;
        padding-right: 1em
    }
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
    float: none
}

body ul.wpb_thumbnails-fluid li {
    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none !important
}

body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
    display: none !important
}

body ul.wpb_thumbnails-fluid li .entry-content :last-child {
    margin-bottom: 0
}

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
    padding: 0;
    overflow: visible !important
}

.wpb_teaser_grid .entry-content {
    margin: 0;
    padding: 0;
    width: 100%
}

.grid_layout-thumbnail .post-thumb {
    margin-bottom: 0
}

.grid_layout-thumbnail .post-thumb img {
    max-width: 100%
}

.wpb_carousel .wpb_wrapper {
    position: relative
}

.wpb_carousel .next,
.wpb_carousel .prev {
    position: absolute;
    top: 3px;
    background-color: #f7f7f7;
    padding: 0 6px 0 6px;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

.wpb_carousel .next:hover,
.wpb_carousel .prev:hover {
    background-color: #f0f0f0
}

.wpb_carousel .next:focus,
.wpb_carousel .prev:focus {
    outline: 0;
    text-decoration: none
}

.wpb_carousel .prev {
    right: 30px
}

.wpb_carousel .next {
    right: 0
}

.wpb_carousel .wpb_thumbnails-fluid {
    width: 100%
}

.wpb_carousel .wpb_thumbnails-fluid>[class*=vc_span] {
    height: auto !important
}

.wpb_categories_filter,
.wpb_teaser_grid .categories_filter {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0
}

.wpb_categories_filter li,
.wpb_teaser_grid .categories_filter li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    background-image: none;
    list-style: none !important
}

.wpb_categories_filter li:after,
.wpb_categories_filter li:before,
.wpb_teaser_grid .categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before {
    display: none !important
}

.wpb_categories_filter li a,
.wpb_teaser_grid .categories_filter li a {
    border: none;
    text-decoration: none
}

.wpb_categories_filter li a:hover,
.wpb_teaser_grid .categories_filter li a:hover {
    border-bottom: 1px dotted
}

.wpb_categories_filter li.active a,
.wpb_teaser_grid .categories_filter li.active a {
    border-bottom: 1px dotted
}

@media (max-width:480px) {
    .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
        margin-left: 0;
        width: auto
    }

    .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-] {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0
    }
}

.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0
}

.wpb_image_grid .wpb_image_grid_ul>li {
    background-image: none;
    list-style: none !important
}

.wpb_image_grid .wpb_image_grid_ul>li:after,
.wpb_image_grid .wpb_image_grid_ul>li:before {
    display: none !important
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    list-style: none;
    margin: 0 1px 1px 0;
    max-width: 100%;
    float: left
}

.wpb_image_grid .wpb_image_grid_ul a {
    display: block
}

.wpb_image_grid .wpb_image_grid_ul img {
    display: block;
    max-width: 100%;
    height: auto
}

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px 0
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
    line-height: 1
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav,
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.slides,
.wpb_content_element .wpb_gallery_slides ul li,
.wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.slides,
body .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0
}

.flickr_badge_image {
    margin: 0 10px 10px 0;
    width: 72px;
    height: 72px;
    float: left;
    background: 0 0;
    padding: 0
}

.flickr_badge_image a {
    border: none
}

.flickr_badge_image img {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.wpb_flickr_widget p.flickr_stream_wrap {
    clear: both;
    margin-bottom: 0;
    font-size: 80%
}

.wpb_flickr_widget p.flickr_stream_wrap a {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/flickr.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: inline-block
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
    width: 10%
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
    width: 20%
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
    width: 30%
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
    width: 40%
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
    width: 50%
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
    width: 60%
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
    width: 70%
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
    width: 80%
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
    width: 90%
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper>div {
    padding-top: 0 !important;
    position: static
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 56.25%
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
    padding-top: 75%
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
    padding-top: 42.55319149%
}

.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper {
    padding-top: 177.77777778%
}

.wpb_video_widget.vc_video-aspect-ratio-34 .wpb_video_wrapper {
    padding-top: 133.33333333%
}

.wpb_video_widget.vc_video-aspect-ratio-1235 .wpb_video_wrapper {
    padding-top: 235%
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
    float: left
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
    margin: 0 auto
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
    float: right
}

.wpb_video_widget .wpb_wrapper {
    position: relative
}

.wpb_video_widget .wpb_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    box-sizing: border-box
}

.wpb_video_wrapper .fluid-width-video-wrapper {
    padding-top: 0 !important;
    position: static
}

.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
    background-color: #f7f7f7;
    opacity: 1;
    color: inherit;
    padding: 10px 15px;
    position: static
}

.wpb_posts_slider .wpb_gallery_slides>ul>li {
    background-image: none;
    list-style: none !important
}

.wpb_posts_slider .wpb_gallery_slides>ul>li:after,
.wpb_posts_slider .wpb_gallery_slides>ul>li:before {
    display: none !important
}

.vc_progress_bar .vc_single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.66666667px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    border-radius: 3px
}

.vc_progress_bar .vc_single_bar:last-child {
    margin-bottom: 0
}

.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    padding: .5em 1em;
    position: relative;
    z-index: 1
}

.vc_progress_bar .vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0%;
    top: 0;
    left: 0;
    border-radius: 3px;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear
}

.vc_progress_bar .vc_single_bar .vc_bar.striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
    animation: progress-bar-stripes 2s linear infinite
}

.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
    background-color: #0074cc
}

.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
    background-color: #0074cc
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
    background-color: #49afcd
}

.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar {
    background-color: #49afcd
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
    background-color: #5bb75b
}

.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar {
    background-color: #5bb75b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
    background-color: #faa732
}

.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
    background-color: #faa732
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
    background-color: #da4f49
}

.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
    background-color: #da4f49
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
    background-color: #414141
}

.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar {
    background-color: #414141
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
    background-color: #5472d2
}

.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
    background-color: #5472d2
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
    background-color: #00c1cf
}

.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar {
    background-color: #00c1cf
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
    background-color: #fe6c61
}

.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
    background-color: #fe6c61
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
    background-color: #8d6dc4
}

.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
    background-color: #8d6dc4
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
    background-color: #4cadc9
}

.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
    background-color: #4cadc9
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
    background-color: #cec2ab
}

.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
    background-color: #cec2ab
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
    background-color: #50485b
}

.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
    background-color: #50485b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
    background-color: #2a2a2a
}

.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
    background-color: #2a2a2a
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
    background-color: #ebebeb
}

.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
    background-color: #ebebeb
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar {
    background-color: #f7be68
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
    background-color: #f7be68
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
    background-color: #5aa1e3
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
    background-color: #5aa1e3
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {
    background-color: #6dab3c
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
    background-color: #6dab3c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
    background-color: #f4524d
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar {
    background-color: #f4524d
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
    background-color: #f79468
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar {
    background-color: #f79468
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
    background-color: #b97ebb
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
    background-color: #b97ebb
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar {
    background-color: #fff
}

.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
    background-color: #fff
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.vc_pie_chart {
    z-index: 0;
    text-align: center;
    opacity: 0
}

.vc_pie_chart.vc_ready {
    opacity: 1
}

.vc_pie_chart .vc_pie_wrapper {
    position: relative;
    margin: 0 auto
}

.vc_pie_chart canvas {
    position: relative;
    z-index: 1
}

.vc_pie_chart .vc_pie_chart_value {
    font-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.vc_pie_chart_back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 6px solid #f7f7f7;
    border-radius: 999px;
    border-radius: 50%;
    opacity: .3;
    box-sizing: border-box
}

.vc_images_carousel .vc_carousel-control {
    border: none
}

.vc_carousel .vc_carousel-control {
    text-shadow: none;
    border: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

.vc_carousel .vc_carousel-control:active,
.vc_carousel .vc_carousel-control:focus {
    outline: 0
}

.vc_carousel .vc_carousel-indicators li {
    width: 5px;
    height: 5px;
    margin: 0;
    border-color: #f7f7f7;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

.vc_separator {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

.vc_separator h4 {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    flex: 0 1 auto
}

.vc_separator h4 .normal {
    font-size: 12px;
    font-weight: 400
}

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    flex: 1 1 auto;
    min-width: 10%
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%
}

.vc_separator.vc_separator_align_center h4 {
    padding: 0 .8em
}

.vc_separator.vc_separator_align_left h4 {
    padding: 0 .8em 0 0
}

.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
    display: none
}

.vc_separator.vc_separator_align_right h4 {
    padding: 0 0 0 .8em;
    margin: 0 !important
}

.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
    display: none
}

.vc_separator.vc_sep_double {
    height: 3px
}

.vc_separator.vc_sep_double .vc_sep_line {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 3px
}

.vc_separator.vc_sep_dashed .vc_sep_line {
    border-top-style: dashed
}

.vc_separator.vc_sep_dotted .vc_sep_line {
    border-top-style: dotted
}

.vc_separator.vc_sep_shadow .vc_sep_line {
    border: none;
    position: relative;
    height: 20px;
    top: 0;
    overflow: hidden
}

.vc_separator.vc_sep_shadow .vc_sep_line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    height: 10px;
    border-radius: 100%
}

.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    right: -100%;
    box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    left: -100%;
    box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
    width: 100%
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
    display: none
}

.vc_separator .vc_icon_element {
    margin-bottom: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4 {
    padding-left: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl {
    margin-left: .8em;
    margin-right: .8em
}

.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style,
.vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
    margin-left: .8em
}

.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style+h4 {
    padding-left: .8em
}

.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
    border-top-width: 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 1px;
    top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line {
    top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
    border-top-width: 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 2px;
    top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line {
    top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
    border-top-width: 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 3px;
    top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line {
    top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
    border-top-width: 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 4px;
    top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line {
    top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
    border-top-width: 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 5px;
    top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line {
    top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
    border-top-width: 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 6px;
    top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line {
    top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
    border-top-width: 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 7px;
    top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line {
    top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
    border-top-width: 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 8px;
    top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line {
    top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
    border-top-width: 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 9px;
    top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line {
    top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 10px;
    top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line {
    top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 10px
}

.vc_separator.vc_sep_color_blue .vc_sep_line {
    border-color: #5472d2
}

.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
    color: #5472d2
}

.vc_separator.vc_sep_color_turquoise .vc_sep_line {
    border-color: #00c1cf
}

.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder {
    color: #00c1cf
}

.vc_separator.vc_sep_color_pink .vc_sep_line {
    border-color: #fe6c61
}

.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
    color: #fe6c61
}

.vc_separator.vc_sep_color_violet .vc_sep_line {
    border-color: #8d6dc4
}

.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
    color: #8d6dc4
}

.vc_separator.vc_sep_color_peacoc .vc_sep_line {
    border-color: #4cadc9
}

.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
    color: #4cadc9
}

.vc_separator.vc_sep_color_chino .vc_sep_line {
    border-color: #cec2ab
}

.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
    color: #cec2ab
}

.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
    border-color: #50485b
}

.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
    color: #50485b
}

.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
    border-color: #75d69c
}

.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
    color: #75d69c
}

.vc_separator.vc_sep_color_black .vc_sep_line {
    border-color: #2a2a2a
}

.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
    color: #2a2a2a
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ebebeb
}

.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
    color: #ebebeb
}

.vc_separator.vc_sep_color_orange .vc_sep_line {
    border-color: #f7be68
}

.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
    color: #f7be68
}

.vc_separator.vc_sep_color_sky .vc_sep_line {
    border-color: #5aa1e3
}

.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
    color: #5aa1e3
}

.vc_separator.vc_sep_color_green .vc_sep_line {
    border-color: #6dab3c
}

.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
    color: #6dab3c
}

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
    border-color: #f4524d
}

.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
    color: #f4524d
}

.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
    border-color: #f79468
}

.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
    color: #f79468
}

.vc_separator.vc_sep_color_purple .vc_sep_line {
    border-color: #b97ebb
}

.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
    color: #b97ebb
}

.vc_separator.vc_sep_color_white .vc_sep_line {
    border-color: #fff
}

.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
    color: #fff
}

.vc_text_separator,
.wpb_separator {
    border-bottom: 1px solid #ebebeb
}

.vc_sep_width_10 {
    width: 10%
}

.vc_sep_width_20 {
    width: 20%
}

.vc_sep_width_30 {
    width: 30%
}

.vc_sep_width_40 {
    width: 40%
}

.vc_sep_width_50 {
    width: 50%
}

.vc_sep_width_60 {
    width: 60%
}

.vc_sep_width_70 {
    width: 70%
}

.vc_sep_width_80 {
    width: 80%
}

.vc_sep_width_90 {
    width: 90%
}

.vc_sep_width_100 {
    width: 100%
}

.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto
}

.vc_sep_pos_align_left {
    margin-left: 0;
    margin-right: auto
}

.vc_sep_pos_align_right {
    margin-left: auto;
    margin-right: 0
}

.wpb_separator {
    clear: both;
    height: 1px
}

.vc_text_separator {
    clear: both;
    height: 1px
}

.vc_text_separator div {
    display: inline-block;
    background-color: #fff;
    padding: 1px 1em;
    position: relative;
    top: -9px
}

.separator_align_center {
    text-align: center
}

.separator_align_left {
    text-align: left
}

.separator_align_right {
    text-align: right
}

.vc-zigzag-wrapper {
    text-align: center
}

.vc-zigzag-wrapper.vc-zigzag-align-left {
    text-align: left
}

.vc-zigzag-wrapper.vc-zigzag-align-right {
    text-align: right
}

.vc-zigzag-inner {
    display: inline-block
}

.wpb_single_image a {
    border: none;
    outline: 0
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.wpb_single_image img.vc_img-placeholder {
    width: 100%
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 4px;
    box-shadow: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
    border-radius: 0;
    box-shadow: none;
    padding: 6px;
    border: 1px solid #ebebeb
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ebebeb
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
    border-radius: 0;
    box-shadow: none;
    padding: 6px;
    border: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
    border-radius: 0;
    box-shadow: none;
    border: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
    padding: 6px
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
    border-radius: 0;
    box-shadow: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image.vc_align_center {
    text-align: center
}

.wpb_single_image.vc_align_right {
    text-align: right
}

.wpb_single_image.vc_align_left {
    text-align: left
}

.wpb_single_image .vc_box_shadow_3d {
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%
}

.wpb_single_image .vc_box_shadow_3d:after,
.wpb_single_image .vc_box_shadow_3d:before {
    content: "";
    position: absolute;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    transform-origin: 0 0;
    transform: skewY(-6deg)
}

.wpb_single_image .vc_box_shadow_3d:after {
    left: 50%;
    right: 5px;
    transform: skewY(6deg);
    transform-origin: 100% 0
}

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%
}

.wpb_single_image .vc_figure-caption {
    margin-top: .2em;
    font-size: .8em
}

.wpb_single_image .vc_box_outline.vc_box_border_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_blue {
    border-color: #5472d2
}

.wpb_single_image .vc_box_border.vc_box_border_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_blue {
    background-color: #5472d2
}

.wpb_single_image .vc_box_outline.vc_box_border_turquoise,
.wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
    border-color: #00c1cf
}

.wpb_single_image .vc_box_border.vc_box_border_turquoise,
.wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
    background-color: #00c1cf
}

.wpb_single_image .vc_box_outline.vc_box_border_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
    border-color: #fe6c61
}

.wpb_single_image .vc_box_border.vc_box_border_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_pink {
    background-color: #fe6c61
}

.wpb_single_image .vc_box_outline.vc_box_border_violet,
.wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
    border-color: #8d6dc4
}

.wpb_single_image .vc_box_border.vc_box_border_violet,
.wpb_single_image .vc_box_border_circle.vc_box_border_violet {
    background-color: #8d6dc4
}

.wpb_single_image .vc_box_outline.vc_box_border_peacoc,
.wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
    border-color: #4cadc9
}

.wpb_single_image .vc_box_border.vc_box_border_peacoc,
.wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
    background-color: #4cadc9
}

.wpb_single_image .vc_box_outline.vc_box_border_chino,
.wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
    border-color: #cec2ab
}

.wpb_single_image .vc_box_border.vc_box_border_chino,
.wpb_single_image .vc_box_border_circle.vc_box_border_chino {
    background-color: #cec2ab
}

.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
    border-color: #50485b
}

.wpb_single_image .vc_box_border.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
    background-color: #50485b
}

.wpb_single_image .vc_box_outline.vc_box_border_vista_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
    border-color: #75d69c
}

.wpb_single_image .vc_box_border.vc_box_border_vista_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
    background-color: #75d69c
}

.wpb_single_image .vc_box_outline.vc_box_border_black,
.wpb_single_image .vc_box_outline_circle.vc_box_border_black {
    border-color: #2a2a2a
}

.wpb_single_image .vc_box_border.vc_box_border_black,
.wpb_single_image .vc_box_border_circle.vc_box_border_black {
    background-color: #2a2a2a
}

.wpb_single_image .vc_box_outline.vc_box_border_grey,
.wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
    border-color: #ebebeb
}

.wpb_single_image .vc_box_border.vc_box_border_grey,
.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: #ebebeb
}

.wpb_single_image .vc_box_outline.vc_box_border_orange,
.wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
    border-color: #f7be68
}

.wpb_single_image .vc_box_border.vc_box_border_orange,
.wpb_single_image .vc_box_border_circle.vc_box_border_orange {
    background-color: #f7be68
}

.wpb_single_image .vc_box_outline.vc_box_border_sky,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
    border-color: #5aa1e3
}

.wpb_single_image .vc_box_border.vc_box_border_sky,
.wpb_single_image .vc_box_border_circle.vc_box_border_sky {
    background-color: #5aa1e3
}

.wpb_single_image .vc_box_outline.vc_box_border_green,
.wpb_single_image .vc_box_outline_circle.vc_box_border_green {
    border-color: #6dab3c
}

.wpb_single_image .vc_box_border.vc_box_border_green,
.wpb_single_image .vc_box_border_circle.vc_box_border_green {
    background-color: #6dab3c
}

.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
    border-color: #f4524d
}

.wpb_single_image .vc_box_border.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
    background-color: #f4524d
}

.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
    border-color: #f79468
}

.wpb_single_image .vc_box_border.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
    background-color: #f79468
}

.wpb_single_image .vc_box_outline.vc_box_border_purple,
.wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
    border-color: #b97ebb
}

.wpb_single_image .vc_box_border.vc_box_border_purple,
.wpb_single_image .vc_box_border_circle.vc_box_border_purple {
    background-color: #b97ebb
}

.wpb_single_image .vc_box_outline.vc_box_border_white,
.wpb_single_image .vc_box_outline_circle.vc_box_border_white {
    border-color: #fff
}

.wpb_single_image .vc_box_border.vc_box_border_white,
.wpb_single_image .vc_box_border_circle.vc_box_border_white {
    background-color: #fff
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px
}

.vc_icon_element.vc_icon_element-outer {
    box-sizing: border-box;
    text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: left
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
    text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
    text-align: right
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 4em;
    height: 4em;
    box-sizing: content-box;
    position: relative
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    font-size: 2.15em;
    font-style: normal;
    line-height: 1 !important;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: inherit;
    height: inherit;
    font-size: 1em;
    text-align: center;
    text-rendering: optimizelegibility
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    box-sizing: content-box;
    border: none
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
    max-width: 100% !important;
    line-height: 1.2em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
    width: 2.5em !important;
    height: 2.5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
    font-size: 1.2em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
    max-width: 100% !important;
    line-height: 1.6em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
    width: 3.15em !important;
    height: 3.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
    font-size: 1.6em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
    max-width: 100% !important;
    line-height: 2.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    width: 4em !important;
    height: 4em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 2.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
    max-width: 100% !important;
    line-height: 2.85em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 5em !important;
    height: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 2.85em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
    max-width: 100% !important;
    line-height: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
    width: 7.15em !important;
    height: 7.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded {
    border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link {
    border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
    border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link {
    border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less {
    border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link {
    border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline {
    border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link {
    border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
    color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
    color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
    color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
    color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
    color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
    color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
    color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
    color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
    color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
    color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
    color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
    color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
    color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
    color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
    color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
    color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
    color: #fff
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
    border-color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
    background-color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
    border-color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
    background-color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
    border-color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
    background-color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
    border-color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
    background-color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
    border-color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
    background-color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
    border-color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
    background-color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
    border-color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
    background-color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
    border-color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
    background-color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
    border-color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
    background-color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
    border-color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
    background-color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
    border-color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
    background-color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
    border-color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
    background-color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
    border-color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
    background-color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
    border-color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
    background-color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
    border-color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
    background-color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
    border-color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
    background-color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
    border-color: #fff
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
    background-color: #fff
}

.vc_chart .vc_chart-legend {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.vc_chart .vc_chart-legend li {
    line-height: 1.3em;
    list-style: none;
    margin: 0 0 .3em 0;
    min-height: 1.3em
}

.vc_chart .vc_chart-legend span {
    border-radius: .3em;
    display: inline-block;
    height: 1.3em;
    left: 0;
    margin-right: .5em;
    vertical-align: middle;
    width: 1.3em
}

@media (min-width:768px) {
    .vc_chart .vc_chart-legend {
        display: inline-block;
        vertical-align: middle;
        width: 40%
    }

    .vc_chart .vc_chart-legend li {
        margin-left: 1em
    }

    .vc_chart .vc_chart-with-legend {
        display: inline-block;
        vertical-align: middle;
        width: 60%
    }
}

.vc_line-chart .vc_chart-with-legend {
    width: 75%
}

.vc_line-chart .vc_chart-legend {
    width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
    border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
    border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
    border-radius: 4px
}

.vc_general.vc_pagination {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center
}

.vc_general.vc_pagination .vc_pagination-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.vc_general.vc_pagination .vc_pagination-trigger {
    display: block;
    text-decoration: none;
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 5px 7px;
    background: 0 0;
    transition: all .2s ease-in-out;
    border: none
}

.vc_general.vc_pagination .vc_pagination-trigger:focus {
    outline: 0
}

.vc_general.vc_pagination .vc_active .vc_pagination-trigger {
    cursor: default
}

.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
    border: 3px solid transparent
}

.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
    opacity: .6
}

.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
    opacity: 1
}

.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger {
    opacity: 1
}

.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger {
    border-radius: 50%
}

.vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger {
    border-radius: 3px
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #5472d2
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #00c1cf
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #fe6c61
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #8d6dc4
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #4cadc9
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #cec2ab
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #50485b
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #75d69c
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f7be68
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #5aa1e3
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #6dab3c
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f4524d
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f79468
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #b97ebb
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #2a2a2a
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #ebebeb
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #fff
}

.vc_grid.vc_row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.vc-row[data-vc-full-width] .vc_grid.vc_row {
    overflow: hidden
}

.vc_grid.vc_row.vc_grid-gutter-1px {
    margin-bottom: -1px
}

.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
    margin-right: -1px
}

.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
    padding-right: 1px;
    padding-bottom: 1px
}

.vc_grid.vc_row.vc_grid-gutter-2px {
    margin-bottom: -2px
}

.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
    margin-right: -2px
}

.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
    padding-right: 2px;
    padding-bottom: 2px
}

.vc_grid.vc_row.vc_grid-gutter-3px {
    margin-bottom: -3px
}

.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
    margin-right: -3px
}

.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
    padding-right: 3px;
    padding-bottom: 3px
}

.vc_grid.vc_row.vc_grid-gutter-4px {
    margin-bottom: -4px
}

.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
    margin-right: -4px
}

.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
    padding-right: 4px;
    padding-bottom: 4px
}

.vc_grid.vc_row.vc_grid-gutter-5px {
    margin-bottom: -5px
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
    margin-right: -5px
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
    padding-right: 5px;
    padding-bottom: 5px
}

.vc_grid.vc_row.vc_grid-gutter-10px {
    margin-bottom: -10px
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
    margin-right: -10px
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
    padding-right: 10px;
    padding-bottom: 10px
}

.vc_grid.vc_row.vc_grid-gutter-15px {
    margin-bottom: -15px
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
    margin-right: -15px
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
    padding-right: 15px;
    padding-bottom: 15px
}

.vc_grid.vc_row.vc_grid-gutter-20px {
    margin-bottom: -20px
}

.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
    margin-right: -20px
}

.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
    padding-right: 20px;
    padding-bottom: 20px
}

.vc_grid.vc_row.vc_grid-gutter-25px {
    margin-bottom: -25px
}

.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
    margin-right: -25px
}

.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
    padding-right: 25px;
    padding-bottom: 25px
}

.vc_grid.vc_row.vc_grid-gutter-30px {
    margin-bottom: -30px
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: -30px
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 30px;
    padding-bottom: 30px
}

.vc_grid.vc_row.vc_grid-gutter-35px {
    margin-bottom: -35px
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
    margin-right: -35px
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
    padding-right: 35px;
    padding-bottom: 35px
}

.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
    z-index: 3
}

.vc_grid.vc_row .vc_grid-item {
    display: none;
    padding: 0;
    vertical-align: top;
    float: none;
    box-sizing: border-box;
    z-index: 1
}

.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
    overflow: hidden
}

.vc_grid.vc_row .vc_grid-item .vc_btn,
.vc_grid.vc_row .vc_grid-item .vc_icon_element,
.vc_grid.vc_row .vc_grid-item .wpb_content_element {
    margin-bottom: 15px
}

.vc_grid.vc_row .vc_grid-item .vc_btn a,
.vc_grid.vc_row .vc_grid-item .vc_icon_element a,
.vc_grid.vc_row .vc_grid-item .wpb_content_element a {
    text-decoration: none;
    border-bottom: 0
}

.vc_grid-animation-none .vc_grid.vc_row .vc_grid-item {
    transition: none !important
}

.vc_grid .vc_gitem-link {
    border-bottom: none;
    outline: 0;
    box-shadow: none
}

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
    position: static
}

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: block
}

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: block
}

@media (min-width:768px) {

    .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
    .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        display: inline-block
    }
}

@-moz-document url-prefix() {

    .vc_masonry_grid .vc_grid-item,
    .vc_masonry_media_grid .vc_grid-item {
        margin-left: -.01px
    }
}

.vc_gitem-zone-b {
    display: none
}

.vc_gitem-float-none {
    float: none
}

.vc_gitem-float-left {
    float: left
}

.vc_gitem-float-right {
    float: right
}

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

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

.vc_gitem-align-justify {
    text-align: justify
}

.vc_gitem-block {
    position: relative;
    overflow: hidden
}

.vc_gitem-is-link {
    cursor: pointer
}

.vc_gitem-link {
    text-decoration: none
}

.vc_gitem_row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: inherit;
    box-sizing: border-box
}

.vc_gitem_row .vc_gitem_row {
    margin-bottom: 0
}

.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.vc_gitem_row .vc_gitem-col {
    box-sizing: border-box;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.vc_gitem-zone {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.vc_gitem-zone .vc-zone-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5
}

.vc_gitem-zone-img {
    width: 100%;
    display: block;
    visibility: hidden;
    height: auto
}

.vc_gitem-zone-a .vc_gitem-zone-mini {
    box-sizing: border-box;
    padding: inherit;
    position: static;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.vc_gitem-zone-b {
    overflow: hidden
}

.vc_gitem-zone-b .vc_gitem-zone-mini {
    position: static;
    padding: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.vc_grid-item-zone-c-left .vc_gitem-animated-block {
    float: right;
    width: 50%
}

.vc_grid-item-zone-c-left .vc_gitem-zone-c {
    float: left;
    width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: left;
    width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: right;
    width: 50%
}

.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
    display: none !important
}

.vc-gitem-zone-height-mode-auto:before {
    content: "";
    display: block;
    padding-top: 100%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
    padding-top: 75%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
    padding-top: 133.33333333%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
    padding-top: 133.33333333%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
    padding-top: 56.25%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 177.77777778%
}

.vc_gitem-animated-block {
    position: relative
}

.vc_gitem-animate .vc_btn {
    transition: all 0s ease
}

.vc_gitem-animate .vc_gitem-zone-b {
    z-index: 199
}

.vc_gitem-animate-none .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    box-sizing: border-box
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
    opacity: 1
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    transition: all 1s ease;
    box-sizing: border-box
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
    transition: all 1s ease;
    width: 0
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
    transition: all 1s ease;
    transform: scale(0)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transition: transform 1s cubic-bezier(0, .275, .125, 1), opacity .5s cubic-bezier(0, .275, .125, 1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
    opacity: 1
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
    transition: all 1s ease;
    width: 50%
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
    transition: all 1s ease;
    transform: scale(1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
    opacity: 1
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
    transition: all 1s ease;
    width: 50%
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
    transition: all 1s ease;
    transform: scale(1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.vc_gitem-animate-scaleIn {
    overflow: hidden
}

.vc_gitem-animate-scaleIn .vc_gitem-zone-a {
    transform: scale(1);
    transition: transform .3s ease-in-out
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
    transform: scale(1.1)
}

.vc_gitem-animate-scaleRotateIn {
    overflow: hidden
}

.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
    transform: scale(1);
    transition: transform .3s ease-in-out
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
    transform: scale(1.5) rotate(10deg)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    transform-origin: 50% 50%;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    webkit-transition: filter .5s cubic-bezier(0, .275, .125, 1), -webkit-transform .5s cubic-bezier(0, .275, .125, 1);
    transition: filter .5s cubic-bezier(0, .275, .125, 1), transform .5s cubic-bezier(0, .275, .125, 1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    filter: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../vc/blur.svg#blur);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px)
}

.vc_gitem-animate-blurScaleOut {
    overflow: hidden
}

.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    transform: scale(1.1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    transform: scale(1)
}

.vc_gitem-animate-slideInRight {
    overflow: hidden
}

.vc_gitem-animate-slideInRight .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    transition: all 1s ease;
    transform: translateX(-100%)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
    opacity: 1;
    transform: translateX(0)
}

.vc_gitem-animate-slideInLeft {
    overflow: hidden
}

.vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all 1s ease;
    transform: translateX(-100%);
    opacity: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    opacity: 1;
    transform: translateX(0)
}

.vc_gitem-animate-slideBottom {
    overflow: hidden;
    position: relative
}

.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
    display: block;
    transition: all 1s ease;
    z-index: 1000;
    position: absolute;
    top: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-animate-slideTop {
    overflow: hidden;
    position: relative
}

.vc_gitem-animate-slideTop .vc_gitem-zone-b {
    display: block;
    transition: all 1s ease;
    z-index: 1000;
    position: absolute;
    top: -100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-animate-flipFadeIn {
    overflow: hidden
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
    backface-visibility: hidden;
    transition: transform 1s;
    transform-style: preserve-3d
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
    transform: rotateX(180deg)
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: all .6s ease;
    transform-style: preserve-3d;
    transform: rotateX(180deg);
    backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
    opacity: 1;
    transform: rotateX(0)
}

.vc_gitem-animate-flipHorizontalFadeIn {
    overflow: hidden
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
    backface-visibility: hidden;
    transition: transform 1s;
    transform-style: preserve-3d
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
    transform: rotateY(180deg)
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: all .6s ease;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
    opacity: 1;
    transform: rotateY(0)
}

.vc_gitem-animate-goTop20 {
    overflow: hidden
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-a {
    position: relative;
    transform: translateY(0);
    transition: transform .5s ease
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
    transform: translateY(-20%)
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b {
    display: block;
    transition: bottom .5s ease;
    bottom: -100%;
    z-index: 1000;
    position: absolute;
    width: 100%;
    margin: 0
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
    position: static;
    transform: none
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
    bottom: 0
}

.vc_gitem-animate-goBottom20 {
    overflow: hidden
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
    position: relative;
    transform: translateY(0);
    transition: transform .5s ease
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
    transform: translateY(20%)
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
    display: block;
    transition: top .5s ease;
    top: -100%;
    z-index: 1000;
    position: absolute;
    width: 100%;
    margin: 0
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
    position: static;
    transform: none
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-post-data {
    margin-bottom: 15px
}

.vc_gitem-post-data h2 {
    margin: 0
}

.vc_gitem-post-category-name .vc_gitem-link {
    color: inherit
}

.vc_grid .vc_pageable-load-more-btn {
    text-align: center;
    margin-top: 25px
}

.vc_grid .vc_pageable-load-more-btn>.vc_btn {
    outline: 0
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
    display: none;
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
    cursor: pointer;
    display: inline-block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
    border: 3px solid;
    transition: background-color .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
    border: 3px solid;
    border-radius: 10px;
    transition: background-color .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
    border-radius: 30px;
    opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
    opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
    border-radius: 3px;
    opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
    border-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span {
    background-color: #5472d2 !important;
    border-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
    border-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span {
    background-color: #00c1cf !important;
    border-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
    border-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span {
    background-color: #fe6c61 !important;
    border-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
    border-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span {
    background-color: #8d6dc4 !important;
    border-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
    border-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span {
    background-color: #4cadc9 !important;
    border-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
    border-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span {
    background-color: #cec2ab !important;
    border-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
    border-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span {
    background-color: #50485b !important;
    border-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
    border-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span {
    background-color: #75d69c !important;
    border-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
    border-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span {
    background-color: #2a2a2a !important;
    border-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
    border-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
    border-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span {
    background-color: #f7be68 !important;
    border-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
    border-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span {
    background-color: #5aa1e3 !important;
    border-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
    border-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span {
    background-color: #6dab3c !important;
    border-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
    border-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span {
    background-color: #f4524d !important;
    border-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
    border-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span {
    background-color: #f79468 !important;
    border-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
    border-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span {
    background-color: #b97ebb !important;
    border-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
    border-color: #fff !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span {
    background-color: #fff !important;
    border-color: #fff !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
    background-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
    background-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
    background-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
    background-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
    background-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
    background-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
    background-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
    background-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
    background-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
    background-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
    background-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
    background-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
    background-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
    background-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
    background-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
    background-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
    background-color: #fff !important
}

.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease-in 0s;
    -webkit-tap-highlight-color: transparent
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
    display: none !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    opacity: .5;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .3s ease-in 0s
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    left: 5px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
    left: -30px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
    right: 5px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
    right: -30px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
    color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
    color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
    color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
    color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
    color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
    color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
    color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
    color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
    color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
    color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
    color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
    color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
    color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
    color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
    color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
    color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
    color: #fff !important
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -13px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -13.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -14px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -14.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -15px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -17.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -20px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -22.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -25px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -27.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -30px
}

.vc_grid-pagination .vc_grid-pagination-list {
    outline: 0;
    display: block;
    padding-left: 0;
    text-align: center;
    margin: 20px 0 0 !important;
    border-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list>li {
    display: inline-block;
    margin: 0;
    border: 0 solid transparent
}

.vc_grid-pagination .vc_grid-pagination-list>li>a,
.vc_grid-pagination .vc_grid-pagination-list>li>span {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    transition: opacity .3s ease-in 0s;
    position: relative;
    float: left;
    padding: 3px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    opacity: .5;
    margin-left: -1px;
    font-size: 10px
}

.vc_grid-pagination .vc_grid-pagination-list>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list>li:first-child>span {
    margin-left: 0
}

.vc_grid-pagination .vc_grid-pagination-list>li:focus a,
.vc_grid-pagination .vc_grid-pagination-list>li:focus span,
.vc_grid-pagination .vc_grid-pagination-list>li:hover a,
.vc_grid-pagination .vc_grid-pagination-list>li:hover span {
    opacity: 1
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-prev>a:after {
    font-family: vc_grid_v1;
    display: inline-block;
    content: "\e61b"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-next>a:after {
    font-family: vc_grid_v1;
    display: inline-block;
    content: "\e61a"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-first>a:after {
    font-family: vc_grid_v1;
    display: inline-block;
    content: "\e618"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-last>a:after {
    font-family: vc_grid_v1;
    display: inline-block;
    content: "\e619"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:hover,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:hover {
    z-index: 2;
    opacity: 1;
    cursor: default
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:hover,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:hover {
    display: none
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li {
    border-color: #5472d2 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>span {
    background-color: #5472d2 !important;
    border-color: #5472d2 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li {
    border-color: #00c1cf !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>span {
    background-color: #00c1cf !important;
    border-color: #00c1cf !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li {
    border-color: #fe6c61 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>span {
    background-color: #fe6c61 !important;
    border-color: #fe6c61 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li {
    border-color: #8d6dc4 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>span {
    background-color: #8d6dc4 !important;
    border-color: #8d6dc4 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li {
    border-color: #4cadc9 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>span {
    background-color: #4cadc9 !important;
    border-color: #4cadc9 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li {
    border-color: #cec2ab !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>span {
    background-color: #cec2ab !important;
    border-color: #cec2ab !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li {
    border-color: #50485b !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>span {
    background-color: #50485b !important;
    border-color: #50485b !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li {
    border-color: #75d69c !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>span {
    background-color: #75d69c !important;
    border-color: #75d69c !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li {
    border-color: #2a2a2a !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>span {
    background-color: #2a2a2a !important;
    border-color: #2a2a2a !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li {
    border-color: #ebebeb !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li {
    border-color: #f7be68 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>span {
    background-color: #f7be68 !important;
    border-color: #f7be68 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li {
    border-color: #5aa1e3 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>span {
    background-color: #5aa1e3 !important;
    border-color: #5aa1e3 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li {
    border-color: #6dab3c !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>span {
    background-color: #6dab3c !important;
    border-color: #6dab3c !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li {
    border-color: #f4524d !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>span {
    background-color: #f4524d !important;
    border-color: #f4524d !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li {
    border-color: #f79468 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>span {
    background-color: #f79468 !important;
    border-color: #f79468 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li {
    border-color: #b97ebb !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>span {
    background-color: #b97ebb !important;
    border-color: #b97ebb !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li {
    border-color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>span {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #2a2a2a !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>span {
    box-sizing: border-box;
    min-width: 28px;
    min-height: 22px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>span {
    margin-left: 5px;
    box-sizing: border-box;
    min-height: 22px;
    min-width: 22px;
    padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span {
    margin-left: 5px;
    border-radius: 30px;
    box-sizing: border-box;
    min-height: 22px;
    min-width: 22px;
    padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span {
    border-radius: 5px;
    box-sizing: border-box;
    min-height: 22px;
    min-width: 22px;
    padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span {
    background-color: transparent !important;
    color: #000 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>span {
    background-color: transparent !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li {
    border-left-width: 1px !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a {
    border-width: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled+li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li:first-child,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled+li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li:first-child {
    border-width: 0 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a {
    color: #000 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a {
    color: #fff !important
}

.vc_grid-loading {
    margin: 2em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    animation-delay: .16s;
    height: 20px
}

.vc_grid-loading,
.vc_grid-loading:after,
.vc_grid-loading:before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out
}

.vc_grid-loading:before {
    left: -20px
}

.vc_grid-loading:after {
    left: 20px;
    animation-delay: .32s
}

.vc_grid-loading:after,
.vc_grid-loading:before {
    content: '';
    position: absolute;
    top: 0
}

@keyframes load7 {

    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
    }
}

.vc_grid-filter {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.vc_grid-filter.vc_grid-filter-center {
    text-align: center
}

.vc_grid-filter.vc_grid-filter-right {
    text-align: right
}

.vc_grid-filter.vc_grid-filter-left {
    text-align: left
}

.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
    background-color: #5472d2
}

.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover {
    background-color: #00c1cf
}

.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover {
    background-color: #fe6c61
}

.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover {
    background-color: #8d6dc4
}

.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover {
    background-color: #4cadc9
}

.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover {
    background-color: #cec2ab
}

.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover {
    background-color: #50485b
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover {
    background-color: #75d69c
}

.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
    background-color: #2a2a2a
}

.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background-color: #ebebeb
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover {
    background-color: #f7be68
}

.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover {
    background-color: #5aa1e3
}

.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover {
    background-color: #6dab3c
}

.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover {
    background-color: #f4524d
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover {
    background-color: #f79468
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover {
    background-color: #b97ebb
}

.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
    background-color: #fff
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {
    color: #666
}

.vc_grid-filter>.vc_grid-filter-item {
    cursor: pointer;
    display: inline-block;
    background: 0 0;
    padding: 4px 10px;
    transition: background-color .1s linear
}

.vc_grid-filter>.vc_grid-filter-item:first-child {
    margin-left: 0 !important
}

.vc_grid-filter>.vc_grid-filter-item>span {
    transition: color .1s linear;
    outline: 0;
    padding: 0;
    text-decoration: none
}

.vc_grid-filter>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter>.vc_grid-filter-item:hover>span {
    text-decoration: none
}

.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item {
    margin: 0 5px 5px 0;
    border-radius: 30px
}

.vc_grid-filter.vc_grid-filter- .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item {
    padding: 0 !important
}

.vc_grid-filter.vc_grid-filter-default-less-rounded>.vc_grid-filter-item {
    margin: 0 5px 5px 0;
    border-radius: 5px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item {
    margin: 0;
    border: 1px solid rgba(235, 235, 235, .8);
    border-collapse: collapse
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:nth-child(n+2) {
    margin-left: -1px;
    margin-top: -1px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover {
    position: relative;
    z-index: 1;
    border-color: transparent
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover>a,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover>a {
    text-decoration: none
}

.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item {
    background-color: #7c93dd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
    background-color: #5472d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item {
    background-color: #00919c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover {
    background-color: #00c1cf
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item {
    background-color: #fe9b94
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover {
    background-color: #fe6c61
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item {
    background-color: #a991d3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover {
    background-color: #8d6dc4
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item {
    background-color: #73bfd5
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover {
    background-color: #4cadc9
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item {
    background-color: #e1d9cb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover {
    background-color: #cec2ab
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item {
    background-color: #695f77
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover {
    background-color: #50485b
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item {
    background-color: #9ce2b8
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover {
    background-color: #75d69c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item {
    background-color: #444
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
    background-color: #2a2a2a
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item {
    background-color: #d2d2d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background-color: #ebebeb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item {
    background-color: #fad398
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover {
    background-color: #f7be68
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item {
    background-color: #86baea
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover {
    background-color: #5aa1e3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item {
    background-color: #87c456
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover {
    background-color: #6dab3c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item {
    background-color: #f7817d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover {
    background-color: #f4524d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item {
    background-color: #fab698
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover {
    background-color: #f79468
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item {
    background-color: #cb9fcd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover {
    background-color: #b97ebb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item {
    background-color: #e6e6e6
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
    background-color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item {
    margin: 0;
    border: 1px solid transparent;
    border-collapse: collapse;
    padding: 3px 7px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:nth-child(n+2) {
    border-left: none;
    margin-left: 1px;
    border-top: none;
    margin-top: 1px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-filled-rounded-all>.vc_grid-filter-item {
    border-radius: 3px !important
}

.vc_grid-filter.vc_grid-filter-filled-round-all>.vc_grid-filter-item {
    border-radius: 30px !important
}

.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
    font-size: 12px;
    padding: 1px 5px
}

.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
    font-size: 13px;
    padding: 2px 7px
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    font-size: 100%;
    padding: 2px 10px
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
    font-size: 18px;
    padding: 4px 10px
}

.vc_grid-filter-select {
    display: none
}

.vc_grid-filter-dropdown,
.vc_grid-filter-select {
    font-size: 12px;
    margin-bottom: 20px
}

.vc_grid-filter-dropdown.vc_grid-filter-center,
.vc_grid-filter-select.vc_grid-filter-center {
    text-align: center
}

.vc_grid-filter-dropdown.vc_grid-filter-right,
.vc_grid-filter-select.vc_grid-filter-right {
    text-align: right
}

.vc_grid-filter-dropdown.vc_grid-filter-left,
.vc_grid-filter-select.vc_grid-filter-left {
    text-align: left
}

.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
    display: none
}

.vc_grid-filter-dropdown .vc_grid-styled-select select,
.vc_grid-filter-select .vc_grid-styled-select select {
    outline: 0;
    display: inline-block
}

@media (min-width:768px) {

    .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
        color: #5472d2
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
        color: #00c1cf
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
        color: #fe6c61
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
        color: #8d6dc4
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
        color: #4cadc9
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
        color: #cec2ab
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
        color: #50485b
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
        color: #75d69c
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon {
        color: #2a2a2a
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
        color: #ebebeb
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
        color: #f7be68
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
        color: #5aa1e3
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon {
        color: #6dab3c
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
        color: #f4524d
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
        color: #f79468
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
        color: #b97ebb
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon,
    .vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon {
        color: #fff
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select,
    .vc_grid-filter-select .vc_grid-styled-select {
        border: 1px solid #ccc;
        display: inline-block;
        height: 30px;
        overflow: hidden;
        padding-right: 5px;
        text-align: left;
        width: auto;
        vertical-align: middle
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,
    .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
        font-size: 17px;
        display: inline;
        vertical-align: middle
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select select,
    .vc_grid-filter-select .vc_grid-styled-select select {
        background: none repeat scroll 0 0 transparent;
        border: 0 none;
        border-radius: 0;
        height: 30px;
        line-height: 1;
        margin-right: -50px;
        padding: 5px;
        position: relative;
        font-size: 12px;
        z-index: 0;
        cursor: pointer;
        max-width: inherit !important
    }
}

@media (max-width:768px) {
    .vc_responsive .vc_grid-filter-select {
        display: block
    }

    .vc_responsive .vc_grid-filter:not(.vc_gitem-post-data) {
        display: none !important
    }
}

.owl-carousel .owl-item .vc_grid-item {
    transform: translate3D(0, 0, 0)
}

.owl-carousel .owl-animated-out {
    z-index: 0
}

.owl-carousel .owl-animated-in {
    z-index: 1
}

.vc-hoverbox-wrapper,
.vc-hoverbox-wrapper * {
    box-sizing: border-box
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back,
.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
    border-radius: 10px
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back,
.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front {
    border-radius: 50px
}

.vc-hoverbox-wrapper.vc-hoverbox-align--center {
    text-align: center
}

.vc-hoverbox-wrapper.vc-hoverbox-align--left {
    text-align: left
}

.vc-hoverbox-wrapper.vc-hoverbox-align--right {
    text-align: right
}

.vc-hoverbox-wrapper .vc-hoverbox {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
    width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--90 .vc-hoverbox {
    width: 90%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--80 .vc-hoverbox {
    width: 80%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox {
    width: 70%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--60 .vc-hoverbox {
    width: 60%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--50 .vc-hoverbox {
    width: 50%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--40 .vc-hoverbox {
    width: 40%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--30 .vc-hoverbox {
    width: 30%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--20 .vc-hoverbox {
    width: 20%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--10 .vc-hoverbox {
    width: 10%
}

.vc-hoverbox-inner {
    width: 100%;
    display: inline-block;
    min-height: 250px
}

.vc-hoverbox-inner :last-child {
    margin-bottom: 0
}

.vc-hoverbox-block {
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center
}

.vc-hoverbox-block-inner {
    flex-shrink: 0;
    padding: 20px
}

.vc-hoverbox-block-inner>* {
    backface-visibility: hidden
}

.vc-hoverbox-front {
    transform: rotateY(0);
    z-index: 1
}

.vc-hoverbox-back {
    transform: rotateY(180deg)
}

.vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(-180deg)
}

.vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front {
    transform: rotateY(180deg)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back {
    transform: rotateY(0);
    z-index: 2
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(-180deg)
}



[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
    font-family: vc_grid_v1;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc_arrow-icon-minus:before {
    content: "\e61c"
}

.vc_arrow-icon-plus:before {
    content: "\e61d"
}

.vc_arrow-icon-arrow_down:before {
    content: "\e61e"
}

.vc_arrow-icon-arrow_up:before {
    content: "\e61f"
}

.vc_arrow-icon-arrow_01_left:before {
    content: "\e600"
}

.vc_arrow-icon-arrow_01_right:before {
    content: "\e601"
}

.vc_arrow-icon-arrow_02_left:before {
    content: "\e602"
}

.vc_arrow-icon-arrow_02_right:before {
    content: "\e603"
}

.vc_arrow-icon-arrow_03_left:before {
    content: "\e604"
}

.vc_arrow-icon-arrow_03_right:before {
    content: "\e605"
}

.vc_arrow-icon-arrow_04_left:before {
    content: "\e606"
}

.vc_arrow-icon-arrow_04_right:before {
    content: "\e607"
}

.vc_arrow-icon-arrow_05_left:before {
    content: "\e608"
}

.vc_arrow-icon-arrow_05_right:before {
    content: "\e609"
}

.vc_arrow-icon-arrow_06_left:before {
    content: "\e60a"
}

.vc_arrow-icon-arrow_06_right:before {
    content: "\e60b"
}

.vc_arrow-icon-arrow_07_left:before {
    content: "\e60c"
}

.vc_arrow-icon-arrow_07_right:before {
    content: "\e60d"
}

.vc_arrow-icon-arrow_08_left:before {
    content: "\e60e"
}

.vc_arrow-icon-arrow_08_right:before {
    content: "\e60f"
}

.vc_arrow-icon-arrow_09_left:before {
    content: "\e610"
}

.vc_arrow-icon-arrow_09_right:before {
    content: "\e611"
}

.vc_arrow-icon-arrow_10_left:before {
    content: "\e612"
}

.vc_arrow-icon-arrow_10_right:before {
    content: "\e613"
}

.vc_arrow-icon-arrow_11_left:before {
    content: "\e614"
}

.vc_arrow-icon-arrow_11_right:before {
    content: "\e615"
}

.vc_arrow-icon-arrow_12_left:before {
    content: "\e616"
}

.vc_arrow-icon-arrow_12_right:before {
    content: "\e617"
}

.vc_arrow-icon-navicon:before {
    content: "\f0c9"
}

.wpb_animate_when_almost_visible {
    opacity: 0
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
    animation: none
}

.top-to-bottom,
.wpb_top-to-bottom {
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top,
.wpb_bottom-to-top {
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right,
.wpb_left-to-right {
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left,
.wpb_right-to-left {
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear,
.wpb_appear {
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    transform: scale(1)
}

.wpb_start_animation {
    opacity: 1
}

@keyframes wpb_ttb {
    0% {
        transform: translate(0, -10%);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_btt {
    0% {
        transform: translate(0, 10%);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_ltr {
    0% {
        transform: translate(-10%, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_rtl {
    0% {
        transform: translate(10%, 0);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_appear {
    0% {
        transform: scale(.5);
        opacity: .1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.vc-spinner::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    pointer-events: none;
    margin-top: 6px;
    background: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../images/spinner.gif) no-repeat;
    background-position-x: center;
    background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../vc/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
    background-image: url(//motors.stylemixthemes.com/rent-a-car/wp-content/plugins/js_composer/assets/css/../vc/remove.png)
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini {
    position: relative
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone {
    opacity: 0 !important;
    transform: none !important;
    transition: none !important
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    left: 0
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
    margin: 2em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    animation-delay: .16s;
    height: 50px
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation-fill-mode: both;
    animation: vc_woo-add-cart-load 1.8s infinite ease-in-out
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
    left: -20px
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
    left: 20px;
    animation-delay: .32s
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
    content: '';
    position: absolute;
    top: 0
}

@keyframes vc_woo-add-cart-load {

    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
    }
}

.vc_grid-item-mini .added_to_cart.wc-forward {
    display: none
}

.vue_is_disabled {
    display: none
}

.vc_custom_1485758847623 {
    margin-bottom: 30px !important;
    padding-top: 36px !important;
    background: #e5e5e5 url(https://motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/2017/01/banner-3-2.jpg?id=402) !important
}

.vc_custom_1484196732635 {
    margin-bottom: 47px !important
}

.vc_custom_1485759494681 {
    margin-bottom: 30px !important;
    padding-bottom: 51px !important;
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/2017/01/cars_bg.jpg?id=126) !important
}

.vc_custom_1483769770083 {
    background-color: #273f44 !important
}

.vc_custom_1483773620589 {
    background-color: #f0c540 !important
}

.vc_custom_1484196241978 {
    margin-bottom: 53px !important
}

.vc_custom_1556885458003 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1556885469980 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1556885494211 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1556885501364 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1556885508727 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1556885515306 {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important
}

.vc_custom_1484196807803 {
    margin-top: 68px !important;
    margin-bottom: 51px !important
}

.vc_custom_1484196997291 {
    margin-bottom: 18px !important
}

.vc_custom_1484197311087 {
    padding-top: 51px !important;
    padding-bottom: 77px !important
}

.vc_custom_1485759524190 {
    background-image: url(https://motors.stylemixthemes.com/rent-a-car/wp-content/uploads/sites/7/2017/01/image-1.jpg?id=70) !important
}

.vc_custom_1484197332395 {
    margin-bottom: 38px !important
}

.vc_custom_1484197969680 {
    margin-bottom: 31px !important
}

.vc_custom_1634019225024 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.icon_element_86942 i:before {
    color: #ffffff !important
}

.icon_box_42396 {
    background-color: #eee
}
}

.icon_box_42396 .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, .9)
}

.icon_box_42396:hover .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, 1)
}

.icon-box .icon-text .content a {
    color: #888
}

.icon_box_42396:hover .icon-text .content span,
.icon_box_42396:hover .icon-text .content p {
    color: #6e6e6e !important
}

.icon_element_95384 i:before {
    color: #ffffff !important
}

.icon_box_37423 {
    background-color: #eee
}
}

.icon_box_37423 .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, .9)
}

.icon_box_37423:hover .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, 1)
}

.icon-box .icon-text .content a {
    color: #888
}

.icon_box_37423:hover .icon-text .content span,
.icon_box_37423:hover .icon-text .content p {
    color: #6e6e6e !important
}

.icon_element_17124 i:before {
    color: #ffffff !important
}

.icon_box_97854 {
    background-color: #eee
}
}

.icon_box_97854 .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, .9)
}

.icon_box_97854:hover .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, 1)
}

.icon-box .icon-text .content a {
    color: #888
}

.icon_box_97854:hover .icon-text .content span,
.icon_box_97854:hover .icon-text .content p {
    color: #6e6e6e !important
}

.icon_element_11416 i:before {
    color: #ffffff !important
}

.icon_box_40142 {
    background-color: #eee
}
}

.icon_box_40142 .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, .9)
}

.icon_box_40142:hover .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, 1)
}

.icon-box .icon-text .content a {
    color: #888
}

.icon_box_40142:hover .icon-text .content span,
.icon_box_40142:hover .icon-text .content p {
    color: #6e6e6e !important
}

.icon_element_71140 i:before {
    color: #ffffff !important
}

.icon_box_4244 {
    background-color: #eee
}
}

.icon_box_4244 .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, .9)
}

.icon_box_4244:hover .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, 1)
}

.icon-box .icon-text .content a {
    color: #888
}

.icon_box_4244:hover .icon-text .content span,
.icon_box_4244:hover .icon-text .content p {
    color: #6e6e6e !important
}

.icon_element_12419 i:before {
    color: #ffffff !important
}

.icon_box_44459 {
    background-color: #eee
}
}

.icon_box_44459 .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, .9)
}

.icon_box_44459:hover .icon-box-bottom-triangle {
    border-right-color: rgba(238, 238, 238, 1)
}

.icon-box .icon-text .content a {
    color: #888
}

.icon_box_44459:hover .icon-text .content span,
.icon_box_44459:hover .icon-text .content p {
    color: #6e6e6e !important
}

.testimonials-carousel .owl-nav.disabled {
    display: none !important
}

.cta_icon_class_ffffff:before {
    color: #fff
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
    content: "\f000"
}





.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-close:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}


.fa.fa-trash-o:before {
    content: "\f2ed"
}



.fa.fa-file-o:before {
    content: "\f15b"
}



.fa.fa-clock-o:before {
    content: "\f017"
}



.fa.fa-arrow-circle-o-down:before {
    content: "\f358"
}



.fa.fa-arrow-circle-o-up:before {
    content: "\f35b"
}


.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before {
    content: "\f01e"
}

.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}



.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}



.fa.fa-picture-o:before {
    content: "\f03e"
}



.fa.fa-photo:before {
    content: "\f03e"
}



.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-pencil:before {
    content: "\f303"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}



.fa.fa-pencil-square-o:before {
    content: "\f044"
}



.fa.fa-share-square-o:before {
    content: "\f14d"
}



.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-arrows:before {
    content: "\f0b2"
}



.fa.fa-times-circle-o:before {
    content: "\f057"
}



.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-mail-forward:before {
    content: "\f064"
}





.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart {
    
    font-weight: 400
}

.fa.fa-bar-chart:before {
    content: "\f080"
}

.fa.fa-bar-chart-o {
    
    font-weight: 400
}

.fa.fa-bar-chart-o:before {
    content: "\f080"
}

.fa.fa-twitter-square {
    
    font-weight: 400
}

.fa.fa-facebook-square {
    
    font-weight: 400
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: "\f004"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    
    font-weight: 400
}

.fa.fa-lemon-o {
    
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: "\f094"
}

.fa.fa-square-o {
    
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: "\f02e"
}

.fa.fa-twitter {
    
    font-weight: 400
}

.fa.fa-facebook {
    
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-github {
    
    font-weight: 400
}

.fa.fa-credit-card {
    
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: "\f0a0"
}

.fa.fa-hand-o-right {
    
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa.fa-hand-o-left {
    
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa.fa-hand-o-up {
    
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa.fa-hand-o-down {
    
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-scissors:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-navicon:before {
    content: "\f0c9"
}

.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-pinterest {
    
    font-weight: 400
}

.fa.fa-pinterest-square {
    
    font-weight: 400
}

.fa.fa-google-plus-square {
    
    font-weight: 400
}

.fa.fa-google-plus {
    
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-money {
    
    font-weight: 400
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-tachometer:before {
    content: "\f3fd"
}

.fa.fa-dashboard:before {
    content: "\f3fd"
}

.fa.fa-comment-o {
    
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard {
    
    font-weight: 400
}

.fa.fa-paste {
    
    font-weight: 400
}

.fa.fa-paste:before {
    content: "\f328"
}

.fa.fa-lightbulb-o {
    
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f381"
}

.fa.fa-cloud-upload:before {
    content: "\f382"
}

.fa.fa-bell-o {
    
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: "\f0f3"
}

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    
    font-weight: 400
}

.fa.fa-building-o:before {
    content: "\f1ad"
}

.fa.fa-hospital-o {
    
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: "\f0f8"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-mobile-phone:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    
    font-weight: 400
}

.fa.fa-folder-o {
    
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: "\f07b"
}

.fa.fa-folder-open-o {
    
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: "\f07c"
}

.fa.fa-smile-o {
    
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: "\f119"
}

.fa.fa-meh-o {
    
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: "\f11c"
}

.fa.fa-flag-o {
    
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f089"
}

.fa.fa-star-half-empty {
    
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f089"
}

.fa.fa-star-half-full {
    
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f089"
}

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-shield:before {
    content: "\f3ed"
}

.fa.fa-calendar-o {
    
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: "\f133"
}

.fa.fa-maxcdn {
    
    font-weight: 400
}

.fa.fa-html5 {
    
    font-weight: 400
}

.fa.fa-css3 {
    
    font-weight: 400
}

.fa.fa-ticket:before {
    content: "\f3ff"
}

.fa.fa-minus-square-o {
    
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa.fa-toggle-down {
    
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa.fa-toggle-up {
    
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa.fa-toggle-right {
    
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-eur:before {
    content: "\f153"
}

.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-usd:before {
    content: "\f155"
}

.fa.fa-dollar:before {
    content: "\f155"
}

.fa.fa-inr:before {
    content: "\f156"
}

.fa.fa-rupee:before {
    content: "\f156"
}

.fa.fa-jpy:before {
    content: "\f157"
}

.fa.fa-cny:before {
    content: "\f157"
}

.fa.fa-rmb:before {
    content: "\f157"
}

.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rub:before {
    content: "\f158"
}

.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-rouble:before {
    content: "\f158"
}

.fa.fa-krw:before {
    content: "\f159"
}

.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-btc {
    
    font-weight: 400
}

.fa.fa-bitcoin {
    
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: "\f15a"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa.fa-sort-amount-desc:before {
    content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-youtube-square {
    
    font-weight: 400
}

.fa.fa-youtube {
    
    font-weight: 400
}

.fa.fa-xing {
    
    font-weight: 400
}

.fa.fa-xing-square {
    
    font-weight: 400
}

.fa.fa-youtube-play {
    
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-dropbox {
    
    font-weight: 400
}

.fa.fa-stack-overflow {
    
    font-weight: 400
}

.fa.fa-instagram {
    
    font-weight: 400
}

.fa.fa-flickr {
    
    font-weight: 400
}

.fa.fa-adn {
    
    font-weight: 400
}

.fa.fa-bitbucket {
    
    font-weight: 400
}

.fa.fa-bitbucket-square {
    
    font-weight: 400
}

.fa.fa-bitbucket-square:before {
    content: "\f171"
}

.fa.fa-tumblr {
    
    font-weight: 400
}

.fa.fa-tumblr-square {
    
    font-weight: 400
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-apple {
    
    font-weight: 400
}

.fa.fa-windows {
    
    font-weight: 400
}

.fa.fa-android {
    
    font-weight: 400
}

.fa.fa-linux {
    
    font-weight: 400
}

.fa.fa-dribbble {
    
    font-weight: 400
}

.fa.fa-skype {
    
    font-weight: 400
}

.fa.fa-foursquare {
    
    font-weight: 400
}

.fa.fa-trello {
    
    font-weight: 400
}

.fa.fa-gratipay {
    
    font-weight: 400
}

.fa.fa-gittip {
    
    font-weight: 400
}

.fa.fa-gittip:before {
    content: "\f184"
}

.fa.fa-sun-o {
    
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: "\f185"
}

.fa.fa-moon-o {
    
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: "\f186"
}

.fa.fa-vk {
    
    font-weight: 400
}

.fa.fa-weibo {
    
    font-weight: 400
}

.fa.fa-renren {
    
    font-weight: 400
}

.fa.fa-pagelines {
    
    font-weight: 400
}

.fa.fa-stack-exchange {
    
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359"
}

.fa.fa-caret-square-o-left {
    
    font-weight: 400
}

.fa.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa.fa-toggle-left {
    
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-dot-circle-o {
    
    font-weight: 400
}

.fa.fa-dot-circle-o:before {
    content: "\f192"
}

.fa.fa-vimeo-square {
    
    font-weight: 400
}

.fa.fa-try:before {
    content: "\f195"
}

.fa.fa-turkish-lira:before {
    content: "\f195"
}

.fa.fa-plus-square-o {
    
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: "\f0fe"
}

.fa.fa-slack {
    
    font-weight: 400
}

.fa.fa-wordpress {
    
    font-weight: 400
}

.fa.fa-openid {
    
    font-weight: 400
}

.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-bank:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-yahoo {
    
    font-weight: 400
}

.fa.fa-google {
    
    font-weight: 400
}

.fa.fa-reddit {
    
    font-weight: 400
}

.fa.fa-reddit-square {
    
    font-weight: 400
}

.fa.fa-stumbleupon-circle {
    
    font-weight: 400
}

.fa.fa-stumbleupon {
    
    font-weight: 400
}

.fa.fa-delicious {
    
    font-weight: 400
}

.fa.fa-digg {
    
    font-weight: 400
}

.fa.fa-pied-piper-pp {
    
    font-weight: 400
}

.fa.fa-pied-piper-alt {
    
    font-weight: 400
}

.fa.fa-drupal {
    
    font-weight: 400
}

.fa.fa-joomla {
    
    font-weight: 400
}

.fa.fa-spoon:before {
    content: "\f2e5"
}

.fa.fa-behance {
    
    font-weight: 400
}

.fa.fa-behance-square {
    
    font-weight: 400
}

.fa.fa-steam {
    
    font-weight: 400
}

.fa.fa-steam-square {
    
    font-weight: 400
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.fa.fa-envelope-o {
    
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: "\f0e0"
}

.fa.fa-deviantart {
    
    font-weight: 400
}

.fa.fa-soundcloud {
    
    font-weight: 400
}

.fa.fa-file-pdf-o {
    
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-word-o {
    
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: "\f1c2"
}

.fa.fa-file-excel-o {
    
    font-weight: 400
}

.fa.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    
    font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa.fa-file-image-o {
    
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-photo-o {
    
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-picture-o {
    
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa.fa-file-zip-o {
    
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-audio-o {
    
    font-weight: 400
}

.fa.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa.fa-file-sound-o {
    
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-movie-o {
    
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-vine {
    
    font-weight: 400
}

.fa.fa-codepen {
    
    font-weight: 400
}

.fa.fa-jsfiddle {
    
    font-weight: 400
}

.fa.fa-life-ring {
    
    font-weight: 400
}

.fa.fa-life-bouy {
    
    font-weight: 400
}

.fa.fa-life-bouy:before {
    content: "\f1cd"
}

.fa.fa-life-buoy {
    
    font-weight: 400
}

.fa.fa-life-buoy:before {
    content: "\f1cd"
}

.fa.fa-life-saver {
    
    font-weight: 400
}

.fa.fa-life-saver:before {
    content: "\f1cd"
}

.fa.fa-support {
    
    font-weight: 400
}

.fa.fa-support:before {
    content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-rebel {
    
    font-weight: 400
}

.fa.fa-ra {
    
    font-weight: 400
}

.fa.fa-ra:before {
    content: "\f1d0"
}

.fa.fa-resistance {
    
    font-weight: 400
}

.fa.fa-resistance:before {
    content: "\f1d0"
}

.fa.fa-empire {
    
    font-weight: 400
}

.fa.fa-ge {
    
    font-weight: 400
}

.fa.fa-ge:before {
    content: "\f1d1"
}

.fa.fa-git-square {
    
    font-weight: 400
}

.fa.fa-git {
    
    font-weight: 400
}

.fa.fa-hacker-news {
    
    font-weight: 400
}

.fa.fa-y-combinator-square {
    
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4"
}

.fa.fa-yc-square {
    
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: "\f1d4"
}

.fa.fa-tencent-weibo {
    
    font-weight: 400
}

.fa.fa-qq {
    
    font-weight: 400
}

.fa.fa-weixin {
    
    font-weight: 400
}

.fa.fa-wechat {
    
    font-weight: 400
}

.fa.fa-wechat:before {
    content: "\f1d7"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-circle-thin {
    
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: "\f111"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-sliders:before {
    content: "\f1de"
}

.fa.fa-futbol-o {
    
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: "\f1e3"
}

.fa.fa-soccer-ball-o {
    
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa.fa-slideshare {
    
    font-weight: 400
}

.fa.fa-twitch {
    
    font-weight: 400
}

.fa.fa-yelp {
    
    font-weight: 400
}

.fa.fa-newspaper-o {
    
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-paypal {
    
    font-weight: 400
}

.fa.fa-google-wallet {
    
    font-weight: 400
}

.fa.fa-cc-visa {
    
    font-weight: 400
}

.fa.fa-cc-mastercard {
    
    font-weight: 400
}

.fa.fa-cc-discover {
    
    font-weight: 400
}

.fa.fa-cc-amex {
    
    font-weight: 400
}

.fa.fa-cc-paypal {
    
    font-weight: 400
}

.fa.fa-cc-stripe {
    
    font-weight: 400
}

.fa.fa-bell-slash-o {
    
    font-weight: 400
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6"
}

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-lastfm {
    
    font-weight: 400
}

.fa.fa-lastfm-square {
    
    font-weight: 400
}

.fa.fa-ioxhost {
    
    font-weight: 400
}

.fa.fa-angellist {
    
    font-weight: 400
}

.fa.fa-cc {
    
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-ils:before {
    content: "\f20b"
}

.fa.fa-shekel:before {
    content: "\f20b"
}

.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-meanpath {
    
    font-weight: 400
}

.fa.fa-meanpath:before {
    content: "\f2b4"
}

.fa.fa-buysellads {
    
    font-weight: 400
}

.fa.fa-connectdevelop {
    
    font-weight: 400
}

.fa.fa-dashcube {
    
    font-weight: 400
}

.fa.fa-forumbee {
    
    font-weight: 400
}

.fa.fa-leanpub {
    
    font-weight: 400
}

.fa.fa-sellsy {
    
    font-weight: 400
}

.fa.fa-shirtsinbulk {
    
    font-weight: 400
}

.fa.fa-simplybuilt {
    
    font-weight: 400
}

.fa.fa-skyatlas {
    
    font-weight: 400
}

.fa.fa-diamond {
    
    font-weight: 400
}

.fa.fa-diamond:before {
    content: "\f3a5"
}

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-facebook-official {
    
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: "\f09a"
}

.fa.fa-pinterest-p {
    
    font-weight: 400
}

.fa.fa-whatsapp {
    
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-viacoin {
    
    font-weight: 400
}

.fa.fa-medium {
    
    font-weight: 400
}

.fa.fa-y-combinator {
    
    font-weight: 400
}

.fa.fa-yc {
    
    font-weight: 400
}

.fa.fa-yc:before {
    content: "\f23b"
}

.fa.fa-optin-monster {
    
    font-weight: 400
}

.fa.fa-opencart {
    
    font-weight: 400
}

.fa.fa-expeditedssl {
    
    font-weight: 400
}

.fa.fa-battery-4:before {
    content: "\f240"
}

.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group {
    
    font-weight: 400
}

.fa.fa-object-ungroup {
    
    font-weight: 400
}

.fa.fa-sticky-note-o {
    
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: "\f249"
}

.fa.fa-cc-jcb {
    
    font-weight: 400
}

.fa.fa-cc-diners-club {
    
    font-weight: 400
}

.fa.fa-clone {
    
    font-weight: 400
}

.fa.fa-hourglass-o {
    
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: "\f254"
}

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: "\f255"
}

.fa.fa-hand-grab-o {
    
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: "\f255"
}

.fa.fa-hand-paper-o {
    
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: "\f256"
}

.fa.fa-hand-stop-o {
    
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: "\f256"
}

.fa.fa-hand-scissors-o {
    
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa.fa-hand-lizard-o {
    
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa.fa-hand-spock-o {
    
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: "\f259"
}

.fa.fa-hand-pointer-o {
    
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa.fa-hand-peace-o {
    
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa.fa-registered {
    
    font-weight: 400
}

.fa.fa-creative-commons {
    
    font-weight: 400
}

.fa.fa-gg {
    
    font-weight: 400
}

.fa.fa-gg-circle {
    
    font-weight: 400
}

.fa.fa-tripadvisor {
    
    font-weight: 400
}

.fa.fa-odnoklassniki {
    
    font-weight: 400
}

.fa.fa-odnoklassniki-square {
    
    font-weight: 400
}

.fa.fa-get-pocket {
    
    font-weight: 400
}

.fa.fa-wikipedia-w {
    
    font-weight: 400
}

.fa.fa-safari {
    
    font-weight: 400
}

.fa.fa-chrome {
    
    font-weight: 400
}

.fa.fa-firefox {
    
    font-weight: 400
}

.fa.fa-opera {
    
    font-weight: 400
}

.fa.fa-internet-explorer {
    
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-contao {
    
    font-weight: 400
}

.fa.fa-500px {
    
    font-weight: 400
}

.fa.fa-amazon {
    
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa.fa-calendar-minus-o {
    
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa.fa-calendar-times-o {
    
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: "\f273"
}

.fa.fa-calendar-check-o {
    
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: "\f274"
}

.fa.fa-map-o {
    
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: "\f4ad"
}

.fa.fa-houzz {
    
    font-weight: 400
}

.fa.fa-vimeo {
    
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: "\f27d"
}

.fa.fa-black-tie {
    
    font-weight: 400
}

.fa.fa-fonticons {
    
    font-weight: 400
}

.fa.fa-reddit-alien {
    
    font-weight: 400
}

.fa.fa-edge {
    
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie {
    
    font-weight: 400
}

.fa.fa-modx {
    
    font-weight: 400
}

.fa.fa-fort-awesome {
    
    font-weight: 400
}

.fa.fa-usb {
    
    font-weight: 400
}

.fa.fa-product-hunt {
    
    font-weight: 400
}

.fa.fa-mixcloud {
    
    font-weight: 400
}

.fa.fa-scribd {
    
    font-weight: 400
}

.fa.fa-pause-circle-o {
    
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-stop-circle-o {
    
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: "\f28d"
}

.fa.fa-bluetooth {
    
    font-weight: 400
}

.fa.fa-bluetooth-b {
    
    font-weight: 400
}

.fa.fa-gitlab {
    
    font-weight: 400
}

.fa.fa-wpbeginner {
    
    font-weight: 400
}

.fa.fa-wpforms {
    
    font-weight: 400
}

.fa.fa-envira {
    
    font-weight: 400
}

.fa.fa-wheelchair-alt {
    
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: "\f368"
}

.fa.fa-question-circle-o {
    
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: "\f059"
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before {
    content: "\f2a4"
}

.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide {
    
    font-weight: 400
}

.fa.fa-glide-g {
    
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-viadeo {
    
    font-weight: 400
}

.fa.fa-viadeo-square {
    
    font-weight: 400
}

.fa.fa-snapchat {
    
    font-weight: 400
}

.fa.fa-snapchat-ghost {
    
    font-weight: 400
}

.fa.fa-snapchat-square {
    
    font-weight: 400
}

.fa.fa-pied-piper {
    
    font-weight: 400
}

.fa.fa-first-order {
    
    font-weight: 400
}

.fa.fa-yoast {
    
    font-weight: 400
}

.fa.fa-themeisle {
    
    font-weight: 400
}

.fa.fa-google-plus-official {
    
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa.fa-google-plus-circle {
    
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3"
}

.fa.fa-font-awesome {
    
    font-weight: 400
}

.fa.fa-fa {
    
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-handshake-o {
    
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: "\f2b5"
}

.fa.fa-envelope-open-o {
    
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6"
}

.fa.fa-linode {
    
    font-weight: 400
}

.fa.fa-address-book-o {
    
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: "\f2b9"
}

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: "\f2bb"
}

.fa.fa-vcard-o {
    
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: "\f2bb"
}

.fa.fa-user-circle-o {
    
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: "\f2bd"
}

.fa.fa-user-o {
    
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-badge {
    
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: "\f2c2"
}

.fa.fa-drivers-license-o {
    
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2"
}

.fa.fa-quora {
    
    font-weight: 400
}

.fa.fa-free-code-camp {
    
    font-weight: 400
}

.fa.fa-telegram {
    
    font-weight: 400
}

.fa.fa-thermometer-4:before {
    content: "\f2c7"
}

.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before {
    content: "\f2cd"
}

.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize {
    
    font-weight: 400
}

.fa.fa-window-restore {
    
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.fa.fa-times-rectangle-o {
    
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: "\f410"
}

.fa.fa-bandcamp {
    
    font-weight: 400
}

.fa.fa-grav {
    
    font-weight: 400
}

.fa.fa-etsy {
    
    font-weight: 400
}

.fa.fa-imdb {
    
    font-weight: 400
}

.fa.fa-ravelry {
    
    font-weight: 400
}

.fa.fa-eercast {
    
    font-weight: 400
}

.fa.fa-eercast:before {
    content: "\f2da"
}

.fa.fa-snowflake-o {
    
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa.fa-superpowers {
    
    font-weight: 400
}

.fa.fa-wpexplorer {
    
    font-weight: 400
}

.fa.fa-spotify {
    
    font-weight: 400
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}