@charset "UTF-8";
/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform


*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/


/* open-sans-regular - latin */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Montserrat"), local("Montserrat-Regular"),
        url("../fonts/montserrat/Montserrat-Regular.ttf") format("ttf"),
        url("../fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"),
        url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff");
}


address {
    font-style: normal;
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    position: absolute;
    right: 20px;
    top: 15px;
    overflow: hidden;
    display: block;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    font-size: 22px;
    font-family: "Linearicons";
    content: "\e935";
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    opacity: 0.5;
}

.modal-custom .action-close span,
.modal-popup .action-close span,
.modal-slide .action-close span {
    display: none;
}

.modals-overlay {
    z-index: 800;
}

.modal-slide,
.modal-popup {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
}

.modal-slide._show,
.modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto;
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
    position: relative;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
}

.modal-slide {
    left: auto;
    z-index: 1000;
}

.modal-slide._show .modal-inner-wrap {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 310px;
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column;
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1;
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
    padding: 0 0.5rem 0.5rem;
}

.modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal-popup {
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000;
}

.modal-popup._show .modal-inner-wrap {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%;
}

.modal-popup._inner-scroll {
    overflow-y: visible;
}

.ie11 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
    overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none;
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1;
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-top: 1rem;
}

.modal-popup .modal-footer button {
    color: #000;
    margin: 0 3px;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-bottom: 10px;
}

.modal-popup .modal-footer button.action-primary {
    border: 2px solid #48a842;
    ;
    color: #fff;
}

/*.modal-popup .modal-footer button:hover {
        color: #FFF; }*/
.modal-popup .modal-footer button span {
    vertical-align: sub;
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-popup .modal-footer button {
        font-size: 12px;
    }
}

.modal-popup .modal-footer-actions {
    text-align: right;
}

.modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem;
}

@media (max-width: 767px) {
    .modal-popup.confirm .modal-inner-wrap {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        left: 0;
        right: 0;
    }
}

.modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static;
}

.modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center;
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
    border: 1px solid #ccc;
    margin: 0 auto 2rem;
    max-width: 58rem;
    padding: 2rem;
}

.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
    max-height: 54rem;
}

.modal-title {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

@media (max-width: 768px -1) {
    .custom-slide {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        pointer-events: none;
        left: auto;
        z-index: 1000;
    }

    .custom-slide._show {
        visibility: visible;
        background: rgba(255, 255, 255, 0.65);
        pointer-events: auto;
    }

    .custom-slide._show .modal-inner-wrap {
        position: relative;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .custom-slide .modal-inner-wrap {
        padding: 30px 15px;
        background-color: #fff;
        box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
        opacity: 1;
    }

    .custom-slide._show .modal-inner-wrap {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform, visibility;
        transition-property: transform, visibility;
        transition-timing-function: ease-in-out;
        width: 310px;
    }

    .custom-slide._inner-scroll .modal-inner-wrap {
        overflow-y: visible;
        display: flex;
        flex-direction: column;
    }

    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
        flex-grow: 0;
        flex-shrink: 1;
    }

    .custom-slide._inner-scroll .modal-content {
        overflow-y: auto;
    }

    .custom-slide._inner-scroll .modal-footer {
        margin-top: auto;
    }

    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
        padding: 0 0.5rem 0.5rem;
    }

    .custom-slide .modal-header {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .custom-slide .modal-inner-wrap {
        box-sizing: border-box;
        height: auto;
        min-height: 100%;
    }

    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw;
    }

    .modal-custom .action-close,
    .modal-popup .action-close,
    .modal-slide .action-close {
        display: block;
    }
}

@media print {
    .modal-popup {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

fieldset,
.fieldset {
    outline: none;
}

fieldset .field select,
.fieldset .field select {
    width: 100%;
}

fieldset .field .select2-container,
.fieldset .field .select2-container {
    max-width: 100%;
}

.field {
    margin-bottom: 30px;
    position: relative;
}

/*.field.additional, .field.choice {
    margin-bottom: 0; }*/
.field .label,
.field label {
    margin-right: 30px;
    padding: 6px 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.0026px;
}

.field .checkbox {
    margin: .75rem .5rem 0 0;
}

.field input.qty {
    width: 6rem;
}

.field.required {
    transition: 0.3s ease;
}

.field.required._error {
    margin-bottom: 2rem;
}

.field.required div.mage-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.field.required .control {
    position: relative;
}

.field.required .control._with-tooltip input.input-text+div.mage-error {
    top: auto;
}

.field.required .control .field-tooltip.toggle {
    top: -22px;
}

.legend,
legend {
    font-size: 1rem;
    font-weight: 600;
}

.legend+br,
legend+br {
    display: none;
}

.control .nested {
    margin-top: 1rem;
}

.control .nested .field {
    margin-bottom: 0;
}

input[type="text"],
.input-text,
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
select,
textarea {
    display: block;
    width: 100%;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 24px;
    min-height: 50px;
    border-radius: 0px;
    border: solid 0.5px #b0b0b0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
    border: 1px solid #a3a3a3;
}

input[type="text"].mage-error,
.input-text.mage-error,
input[type="email"].mage-error,
input[type="password"].mage-error,
input[type="number"].mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #ed8380;
    font-style: normal;
}

input[type="text"]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input[type="text"]::-moz-placeholder,
.input-text::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input[type="text"]:-moz-placeholder,
.input-text:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input[type="text"]:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input[type="text"]:focus::-webkit-input-placeholder,
.input-text:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease;
}

input[type="text"]:focus::-moz-placeholder,
.input-text:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease;
}

input[type="text"]:focus:-moz-placeholder,
.input-text:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease;
}

input[type="text"]:focus:-ms-input-placeholder,
.input-text:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease;
}

select {
    height: 24px;
    background-color: transparent;
    outline: none;
}

select option {
    outline: none;
}

textarea {
    max-width: 100%;
}

p.required {
    color: #48a842;
    ;
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.form-inline .control input,
.form-inline .control select,
.form-inline .control textarea {
    width: auto;
}

.field.required>.label::after,
.field._required>.label::after,
.fieldset>.field.required>.label::after,
.fieldset>.fields>.field.required>.label::after {
    color: #48a842;
    ;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 5px;
}

.radio,
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    width: auto;
    height: 24px;
    margin: 6px 6px 0 0;
    cursor: pointer;
}

.field.choice {
    position: relative;
}

.field.choice input[type=checkbox],
.field.choice input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.field.choice input[type=checkbox]+.label,
.field.choice input[type=radio]+.label {
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
}

.field.choice input[type=checkbox]+.label:before,
.field.choice input[type=radio]+.label:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-family: "Linearicons";
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    padding-right: 3px;
    font-weight: normal;
}

.field.choice input[type=checkbox]+.label span,
.field.choice input[type=radio]+.label span {
    display: inline-block;
}

.field.choice input[type=checkbox]+.label:before {
    content: "\F096";
}

.field.choice input[type=checkbox]:checked+.label:before {
    content: "\F14A";
}

.field.choice input[type=checkbox]:disabled:checked+.label:before {
    content: "\F14A";
    pointer-events: none;
    opacity: .6;
}

.field.choice input[type=radio]+.label:before {
    content: '\f10c';
}

.field.choice input[type=radio]:checked+.label:before {
    content: "\f192";
}

.field.choice input[type=checkbox]:disabled:checked+.label:before {
    content: "\f192";
    pointer-events: none;
    opacity: .6;
}

.field.choice input[type=checkbox]:disabled+.label:before,
.field.choice input[type=radio]:disabled+.label:before {
    pointer-events: none;
    opacity: .6;
}

button.amcard-check,
input[type='button'],
.action-primary,
.actions .action,
.actions-toolbar .action,
.box-actions .action,
.product-item-actions .action,
.checkout.methods .action {
    background: #48a842;
    padding: 0 19px;
    font-size: 15px;
    line-height:50px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #48a842;
    border-radius: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    color: #fff;
    height: 50px;
}


/*.actions-toolbar .action.back,
button.action-primary,
button.action {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}*/

.actions .action:hover,
.actions-toolbar .action:hover,
.box-actions .action:hover,
.product-item-actions .action:hover,
.checkout.methods .action:hover {
    /*color: #FFF;*/
}

/*.actions .action span,
  .actions-toolbar .action span,
  .box-actions .action span,
  .product-item-actions .action span,
  .checkout.methods .action span {
    vertical-align: sub; }*/

@media (min-width: 768px) and (max-width: 991px) {

    .actions .action,
    .actions-toolbar .action,
    .box-actions .action,
    .product-item-actions .action,
    .checkout.methods .action {
        font-size: 12px;
    }
}

.actions-primary .action,
.primary .action,
.action.primary,
.checkout.methods .primary {
    color: #FFF;
}


.action.outline-secondary {
    background: transparent;
    border-color: #48a842;
    color: #48a842;
}

a.action-edit:before,
a.action.edit:before {
    content: "\E806";
    font-family: "Linearicons";
}

a.action-delete:before,
a.action.delete:before {
    content: "\E809";
    font-family: "Linearicons";
}

/*.secondary a.action,
.primary a.action,
a.action.primary{
  color: #fff;
}*/

a.action.delete,
a.action.edit{
    font-size: 20px;
    display: inline-block;
    padding: 0px 22px;
    border: 0;
    font-weight: normal;
}

a.action.delete span,
a.action.edit span,
a.action.change-password span {
    display: none;
}

/*a.action.delete {
  font-family: "Linearicons"; }
  a.action.delete:before {
    content: "\e92a"; }
a.action.edit {
  font-family: "Linearicons"; }
  a.action.edit:before {
    content: "\e60d"; }*/

/*.block-minicart a.action.delete:before {
  content: "\e753"; }*/

.actions-toolbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -0.25rem;
}

.actions-toolbar .action {
    margin: 0 0.25rem;
    display: inline-block;
}

.field-error span,
.mage-error:not(input):not(textarea) {
    font-size: .75rem;
    line-height: 1rem;
    font-style: italic;
    color: #F11F17;
    padding: 5px;
    z-index: 1;
}

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

table.table tr.row {
    display: table-row;
    margin: 0;
}

table.table tr.row .col {
    padding-right: 0;
}

table.table td {
    vertical-align: middle;
}

table.table th,
table.table td {
    padding: 10px;
}

@media (min-width: 768px) {

    table.table th,
    table.table td {
        border-right: solid 1px #dadada;
    }
}

@media (min-width: 1200px) {

    table.table th,
    table.table td {
        padding: 30px 20px;
    }
}

table.table th:last-child,
table.table td:last-child {
    border-right: 0;
}

table.table th:first-child,
table.table td:first-child {
    padding-left: 0;
}

table.table th {
    color: #000;
}

table.table thead {
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
}

table.table thead th {
    color: #000;
}

table.table thead th:last-child {
    border-right: 0;
}

table.table tbody {
    font-size: 12px;
}

@media (min-width: 768px) {

    table.table tbody th,
    table.table tbody td {
        border-bottom: solid 1px #dadada;
    }
}

@media (min-width: 1200px) {
    table.table tbody .price {
        font-size: 20px;
    }
}

table.table tfoot {
    border-bottom: solid 1px #dadada;
}

@media (min-width: 1200px) {

    table.table tfoot th,
    table.table tfoot td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table.table tfoot tr:first-child th,
    table.table tfoot tr:first-child td {
        padding-top: 40px;
    }

    table.table tfoot tr:last-child th,
    table.table tfoot tr:last-child td {
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    table.table tfoot .price {
        font-size: 20px;
    }
}

table.table .col.name {
    font-size: 14px;
}

table.table .col.name strong {
    font-weight: normal;
}

@media (max-width: 767px) {
    /*table.table th {
      display: none; }*/

    table.table td {
        width: 100%;
        padding: 10px 0;
        display: block;
    }

    table.table td:before {
        /*font-weight: bold;*/
        display: block;
        /*border-bottom: solid 1px #dadada;*/
        content: attr(data-th);
        margin-bottom: 10px;
    }
}

table.table-bordered {
    border-top: 2px solid;
    border-left: 1px solid #dadada;
}

table.table-bordered th,
table.table-bordered td {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

table.data-table {
    width: 100%;
}

table.data-table th,
table.data-table td {
    padding: 20px;
    vertical-align: middle;
}

table.data-table th {
    background: #ffffff;
    text-transform: uppercase;
    color: #000;
}

dl dd {
    padding-left: 2rem;
}

/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*/
/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.rd-navbar-wrap,
.rd-navbar-static.rd-navbar--is-clone {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
    display: block;
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar-fixed .block,
.rd-navbar-static .block,
.rd-navbar-fullwidth .block,
.rd-navbar-sidebar .block {
    margin: 0;
}

.rd-navbar-static {
    background: #ffffff;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    width: 100%;
}

.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    z-index: 20;
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    display: none;
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: #f0f0f0;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
    display: none;
}

.rd-navbar-static.rd-navbar--is-stuck .page-header__panel,
.rd-navbar-static.rd-navbar--is-stuck .page-header__content {
    display: none;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
@media (max-width: 767px) {
    .rd-navbar-nav {
        display: none;
    }
}

.rd-navbar-toggle {
    display: none;
}

@media (max-width: 991px) {
    .rd-navbar-toggle {
        display: block;
        border-right: 1px solid #eae9e9;
        width: 50px;
        height: 40px;
        position: fixed;
        z-index: 17;
        top: 14px;
        left: 0;
    }

    .rd-navbar-toggle span {
        display: block;
        transition: .3s all ease;
    }

    .rd-navbar-toggle span:before,
    .rd-navbar-toggle span:after {
        font-family: "Linearicons";
        font-size: 27px;
        vertical-align: middle;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .rd-navbar-toggle span:after {
        content: "\e92b";
    }

    .rd-navbar-toggle.active span:before {
        content: "\e935";
        font-size: 20px;
    }

    .rd-navbar-toggle.active span:after {
        font-size: 0;
    }

    .rd-navbar-toggle strong {
        display: none;
    }

    .rd-navbar-nav-wrap {
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        position: fixed;
        top: -15px;
        left: 0;
        width: 320px;
        padding: 88px 0 56px;
        bottom: -56px;
        background: #fff;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
        z-index: 15;
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }

    .rd-navbar-nav-wrap.active {
        width: 320px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .rd-navbar-nav-wrap .welcome {
        display: block;
        font-size: 12px;
        border-top: 1px solid #eae9e9;
        border-bottom: 1px solid #eae9e9;
        padding: 30px 0;
        margin: 20px 30px 0;
    }

    .rd-navbar-nav {
        display: block;
        overflow: auto;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        height: 100%;
    }

    .rd-navbar-nav:before,
    .rd-navbar-nav:after {
        content: '';
        display: block;
        height: 8px;
    }

    .rd-navbar-nav>li {
        display: block;
        margin-bottom: 15px;
        padding: 0 60px 0 30px;
        text-align: left;
    }

    .rd-navbar-nav>li:last-child {
        margin-bottom: 0;
    }

    .rd-navbar-nav>li>a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 0;
    }

    .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle:before {
        content: "\e939";
    }

    .rd-navbar-dropdown,
    .rd-navbar-megamenu {
        display: none;
    }

    .rd-navbar-dropdown .rd-navbar-dropdown,
    .rd-navbar-megamenu .rd-navbar-dropdown {
        padding-left: 15px;
    }

    .rd-navbar-submenu {
        position: relative;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .rd-navbar-submenu li {
        margin-bottom: 5px;
    }

    .rd-navbar-submenu li:last-child {
        margin-bottom: 0;
    }

    .rd-navbar-submenu li>a {
        font-size: 14px;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        padding-left: 18px;
    }

    .rd-navbar-submenu li>a:before {
        font-family: "Linearicons";
        content: "\e93c";
        float: left;
        font-size: 10px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .rd-navbar-submenu li .rd-navbar-submenu-toggle {
        right: 0;
    }

    .rd-navbar-submenu li .rd-navbar-submenu-toggle:before {
        font-size: 12px;
        line-height: 1;
    }

    .rd-navbar-submenu.opened>.rd-navbar-dropdown,
    .rd-navbar-submenu.opened>.rd-navbar-megamenu {
        display: block;
        padding: 20px 0;
    }

    .rd-navbar-submenu-toggle {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 15px;
        cursor: pointer;
    }

    .rd-navbar-submenu-toggle:before {
        font-family: "Linearicons";
        content: "\e93a";
        padding: 4px 8px;
        display: block;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    .rd-navbar-toggle {
        border-right: 0px;
        position: absolute;
        top: -123px;
    }

    .rd-navbar-toggle span:after {
        color: #fff
    }
}

@media (min-width: 768px) {
    .layout_3 .rd-navbar-nav {
        line-height: 17px;
        text-align: left;
        border: 0;
        padding: 0;
        margin: 0;
    }
}



.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation {
    top: 0;
    width: 48%;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-submenu-toggle {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: -8px;
    cursor: pointer;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-submenu-toggle:before {
    font-family: "Linearicons";
    content: "\e93a";
    padding: 4px 8px;
    display: block;
    font-size: 10px;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-dropdown,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-megamenu {
    display: none;
    position: relative;
    top: 0 !important;
    width: 100%;
    padding: 0 0 20px 20px;
    box-shadow: none;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.parent {
    position: relative;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.parent span::after {
    display: none;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.megamenu-wrapper {
    padding-left: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu {
    display: block;
    right: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .container,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .container {
    padding: 0;
    min-width: inherit;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .row,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .row {
    margin: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .row [class*="col-"],
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .row [class*="col-"] {
    padding: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .row [class*="col-"]>ul,
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .row [class*="col-"]>ul {
        margin-bottom: 20px;
    }

    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-dropdown .row [class*="col-"]:last-child ul,
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened>.rd-navbar-megamenu .row [class*="col-"]:last-child ul {
        margin-bottom: 0;
    }
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full {
    max-width: inherit;
    min-width: inherit;
    padding: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row {
    margin: 0;
    display: block;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row>div {
    padding: 0;
    width: 100%;
    max-width: inherit;
    border: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row>div>ul {
    margin-bottom: 25px;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row>div:last-child ul {
    margin-bottom: 0;
}

.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation .static-block,
.rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation .product {
    display: none;
}

/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-brand {
    display: none;
}

.rd-navbar-static .rd-navbar-brand {
    display: inline-block;
    float: left;
}

.rd-navbar-static .rd-navbar-brand>* {
    display: inline-block;
    vertical-align: middle;
}

.rd-navbar-static .rd-navbar-brand>img {
    margin-right: 10px;
}

.rd-navbar-static .rd-navbar-brand>a {
    font-size: 36px;
    line-height: 48px;
}

.rd-navbar-static .rd-navbar-brand>a span {
    display: none;
}

.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    text-align: left;
    position: fixed;
    top: 4px;
    left: 56px;
    right: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 46px;
    height: 48px;
    z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
    display: none;
}

.rd-navbar-fixed .rd-navbar-brand a {
    display: inline-block;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-cart-floating {
    display: none;
}

.rd-navbar-cart-toggle span {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    color: #000;
}

.rd-navbar-cart-toggle span,
.rd-navbar-cart-toggle span:before,
.rd-navbar-cart-toggle span:after {
    transition: .3s all ease;
}

.rd-navbar-cart-toggle span:before,
.rd-navbar-cart-toggle span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rd-navbar-cart-toggle span:after,
.rd-navbar-cart-toggle span:before {
    content: "";
    width: 24px;
    height: 24px;

    /*content: "";*/
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-cart-toggle span:after {
    content: "\e935";
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-cart-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
}

.rd-navbar-cart-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-cart-toggle {
    position: relative;
    display: inline-block;
}

.rd-navbar-cart-toggle span {
    padding-left: 28px;
    text-align: left;
}

.rd-navbar-cart-toggle span:before,
.rd-navbar-cart-toggle span:after {
    margin-top: -2px;
    font-size: 23px;
    font-family: "Linearicons";
}

.rd-navbar-cart-toggle span:before {
    content: "\EA4B";
}

.rd-navbar-cart-toggle span:after {
    font-size: 16px;
}

.rd-navbar-cart-toggle .counter,
.header.links .counter {
    display: inline-block;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    transition: all 0.3s ease;
    background: #48a842;
    position: absolute;
    top: -5px;
    right: -10px;
}

.rd-navbar-cart-toggle .counter{
    top: -15px;
}

@media (max-width: 1353px) {
    .rd-navbar-collapse .header.links .counter {
        position: relative;
        top: auto;
        right: auto;
    }
}

.rd-navbar-cart-toggle .counter strong {
    font-weight: normal;
}

.rd-navbar-cart-toggle .counter .counter-label {
    display: none;
}

/*  .rd-navbar-cart-toggle .counter.empty {
    background: #f0f0f0; }*/
/*.rd-navbar-cart-toggle:hover .counter {
  color: #FFF !important; }*/
.rd-navbar-cart-toggle .loading-mask {
    display: none;
}

.minicart-wrapper.active .rd-navbar-cart-toggle .counter {
    color: #FFF !important;
}

@media (max-width: 767px) {
    .rd-navbar-cart {
        display: block;
        position: fixed;
        top: -100%;
        right: 0;
        left: 0;
        z-index: 10;
        opacity: 0;
        transform: translate(-100%);
    }

    .minicart-wrapper.active .rd-navbar-cart {
        opacity: 1;
        top: 70px;
        transform: translate(0);
        max-height: calc(100% - 70px);
        overflow-x: auto;
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .rd-navbar-cart-floating {
        display: block;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 20;
        color: #FFF;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
        width: 56px;
        height: 56px;
        outline: 1px solid transparent;
        backface-visibility: hidden;
    }

    .rd-navbar-cart-floating:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .rd-navbar-cart-floating #top-cart-btn-checkout {
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 56px;
        opacity: 0;
        visibility: hidden;
    }

    .rd-navbar-cart-floating #top-cart-btn-checkout:before {
        font-weight: 400;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    .rd-navbar-cart-floating .rd-navbar-cart-toggle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
        height: 56px;
        line-height: 56px;
    }

    .rd-navbar-cart-floating.active {
        right: 0;
        bottom: 0;
        border-radius: 0;
        width: 100%;
    }

    .rd-navbar-cart-floating.active:before {
        -webkit-transform: translate(-50%, -50%) scale(20);
        transform: translate(-50%, -50%) scale(20);
        background: #2ecc71;
    }

    .rd-navbar-cart-floating.active #top-cart-btn-checkout {
        opacity: 1;
        visibility: visible;
    }

    .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
        visibility: hidden;
        opacity: 0;
    }

    .rd-navbar-cart-fixed {
        display: block;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
        position: fixed;
        top: 15px;
        right: 0px;
        z-index: 17;
        overflow: visible;
        height: 40px;
        width: 61px;
        outline: 1px solid transparent;
        backface-visibility: hidden;
        border-right: 1px solid #eae9e9;
        border-left: 1px solid #eae9e9;
        padding: 10px 8px 0px 8px;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle {
        display: block;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .loading-mask {
        visibility: hidden;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter {
        position: absolute;
        right: 3px;
        top: -14px;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter-label {
        display: none;
    }

    .rd-navbar-cart-fixed .rd-navbar-cart-toggle .text {
        font-size: 0;
        padding: 0;
        margin: 0;
    }
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {
    padding: 0;
}

.rd-navbar-static .rd-navbar-panel:before,
.rd-navbar-static .rd-navbar-panel:after {
    display: table;
    content: "";
    line-height: 0;
}

.rd-navbar-static .rd-navbar-panel:after {
    clear: both;
}

@media (max-width: 767px) {
    .rd-navbar-panel-canvas {
        position: fixed;
        height: 70px;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
        z-index: 16;
    }

    .page-wrapper {
        padding-top: 70px;
    }
}

/*
* @subsection   RD Navbar Search
*
* @description  Describes style declarations for RD Navbar search
*/
.rd-navbar-search-toggle {
    display: block;
    font-family: "FontAwesome";
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    position: relative;
    z-index: 18;
    text-align: center;
    transition: all 0s ease;
}

@media (min-width: 480px) {
    .rd-navbar-search-toggle {
        width: 69px;
        border-left: 1px solid #eae9e9;
        text-align: right;
        margin-left: 12px;
    }
}

.rd-navbar-search-toggle:before,
.rd-navbar-search-toggle:after {
    display: inline-block;
    transition: .3s all ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.rd-navbar-search-toggle:before {
    font-family: "Linearicons";
    content: "\e922";
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.rd-navbar-search-toggle:after {
    font-family: "Linearicons";
    content: "\e935";
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
}

.rd-navbar-search-toggle.active:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.rd-navbar-search-toggle.active:before {
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
}

/*.rd-navbar-search {
  position: absolute;
  left: 15px;
  right: 80px;
  top: 0;
  z-index: -1; }*/
@media (min-width: 1404px) {
    .rd-navbar-search {
        left: 25px;
    }
}

.rd-navbar-search form button[type="submit"] {
    background: #48a842;
    ;
    font-weight: 700;
    height: 32px;
    width: 60px;
    font-size: 14PX;
    line-height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
}

/*.rd-navbar-search form button[type="submit"]:before {
      font-family: "Linearicons";
      content: "\e922"; }*/
/*.rd-navbar-search form button[type="submit"] span {
      display: none; }*/
.rd-navbar-search .form-group {
    z-index: 17;
    transition: 0.1s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar-search .form-group input {
    width: 100%;
    height: 40px;
    min-height: inherit;
    display: block;
    line-height: normal;
    border: solid 1px #dedede;
    padding-right: 60px;
    padding-left: 22px;
    border-radius: 0px;
}

.rd-navbar-search .form-group input::-ms-clear{display: none;}

.rd-navbar-search .form-group input:focus {
    border: 1px solid #a3a3a3;
}

.rd-navbar-search.active {
    z-index: 20;
    display: block;
}

.rd-navbar-search.active .form-group {
    opacity: 1;
    visibility: visible;
}

.field.search {
    margin: 0;
}

@media (max-width: 1200px) {
    .layout_1 .rd-navbar-search-toggle {
        width: 45px;
    }
}



@media (min-width: 768px) {
    .layout_3 .rd-navbar-search-toggle {
        float: right;
        border: 0;
        width: 42px;
        line-height: 42px;
        margin-right: 6px;
        margin-top: 2px;
    }

    .layout_3 .rd-navbar-search {
        display: inline-block;
        margin: 0;
    }

    .rd-navbar-search-toggle {
        display: none;
    }
}



@media (min-width: 1025px) {
    .rd-navbar-search .form-group input {
        min-width: 220px;
    }
}



@media (max-width: 767px) {
    .rd-navbar-search-toggle {
        display: block;
        position: fixed;
        top: 15px;
        right: 116px;
        width: 50px;
        height: 40px;
        z-index: 18;
        font-size: 20px;
        text-align: center;
        margin: 0;
        border: 0;
    }

    .field.search {
        margin: 0;
    }

    .rd-navbar-search {
        display: none;
        z-index: 16;
    }

    .rd-navbar-search .form-group {
        position: fixed;
        top: 86px;
        left: 10px;
        right: 10px;
        background: #fff;
    }
}

/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse .switcher.currency,
.rd-navbar-collapse .switcher.language {
    display: none;
}

.rd-navbar-collapse-toggle {
    display: none;
}

.rd-navbar-collapse-toggle .switcher.currency,
.rd-navbar-collapse-toggle .switcher.language {
    display: none;
}

.rd-navbar-collapse li a:before {
    font-family: "Linearicons";
    font-size: 22px;
    vertical-align: sub;
    transition: all 0.3s;
}


.rd-navbar-collapse li.authorization-link a:before {
    font-family: "Linearicons";
    font-size: 22px;
    vertical-align: sub;
    content: "\E80B";
}

.rd-navbar-collapse li.compare.link a:before {
    content: "\e8da";
}

.rd-navbar-collapse li.wishlist.link a:before {
    content: "\E808";
}

.rd-navbar-collapse a {
    font-size: 12px;
}

.rd-navbar-collapse a.create-an-account:before {
    content: "\E80A";
}


@media (min-width: 1354px) {
    .rd-navbar-collapse ul.links > li > a{
        margin: 0 23px 0 0;
        position: relative;
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .rd-navbar-inner {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .rd-navbar-collapse {
        padding-top: 8px;
        display: block;
    }

    .rd-navbar-collapse li a{
        display: inline-block;
        padding: 11px 0px 11px 0px;
    }
    

    .rd-navbar-collapse li a:before {
        font-family: "Linearicons";
        font-size: 22px;
        padding-right: 5px;
        line-height: 1;
        float: left;
        transition: all 0.3s;
    }

    .rd-navbar-collapse li.wishlist a:before {
        content: "\e805";
    }

    .rd-navbar-collapse li.authorization-link a:before {
        content: "\E80B";
    }

    .rd-navbar-collapse li.compare a:before {
        content: "\e8da";
    }

    .rd-navbar-collapse a {
        font-size: 12px;
    }

    .rd-navbar-collapse a.my-account:before {
        content: "\E815";
    }

}


@media (min-width: 768px) and (max-width: 1353px) {

    .layout_1 .rd-navbar-collapse,
    .layout_3 .rd-navbar-collapse,
    .layout_4 .rd-navbar-collapse {
        display: none;
        background: #fff;
        box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
        padding: 15px 35px 35px;
        position: absolute;
        z-index: 4;
        min-width: 300px;
        top: 85%;
        right: 0
    }

    .layout_1 .rd-navbar-collapse li,
    .layout_3 .rd-navbar-collapse li,
    .layout_4 .rd-navbar-collapse li {
        display: block;
        margin: 0;
    }

    .header.links .customer-account {
        padding: 0
    }

    .header.links .customer-account>a {
        display: none;
    }

    .layout_1 .rd-navbar-collapse.active,
    .layout_3 .rd-navbar-collapse.active,
    .layout_4 .rd-navbar-collapse.active {
        display: block;
    }

    .layout_1 .rd-navbar-collapse-toggle,
    .layout_3 .rd-navbar-collapse-toggle,
    .layout_4 .rd-navbar-collapse-toggle {
        display: block;
        width: 70px;
        height: 40px;
        z-index: 4;
        margin-right: 30px;
    }

    .layout_1 .rd-navbar-collapse-toggle span,
    .layout_3 .rd-navbar-collapse-toggle span,
    .layout_4 .rd-navbar-collapse-toggle span {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        color: #cccccc;
    }

    .layout_1 .rd-navbar-collapse-toggle span,
    .layout_1 .rd-navbar-collapse-toggle span:before,
    .layout_1 .rd-navbar-collapse-toggle span:after,
    .layout_3 .rd-navbar-collapse-toggle span,
    .layout_3 .rd-navbar-collapse-toggle span:before,
    .layout_3 .rd-navbar-collapse-toggle span:after,
    .layout_4 .rd-navbar-collapse-toggle span,
    .layout_4 .rd-navbar-collapse-toggle span:before,
    .layout_4 .rd-navbar-collapse-toggle span:after {
        transition: .3s all ease;
    }

    .layout_1 .rd-navbar-collapse-toggle span:before,
    .layout_1 .rd-navbar-collapse-toggle span:after,
    .layout_3 .rd-navbar-collapse-toggle span:before,
    .layout_3 .rd-navbar-collapse-toggle span:after,
    .layout_4 .rd-navbar-collapse-toggle span:before,
    .layout_4 .rd-navbar-collapse-toggle span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .layout_1 .rd-navbar-collapse-toggle span:before,
    .layout_3 .rd-navbar-collapse-toggle span:before,
    .layout_4 .rd-navbar-collapse-toggle span:before {
        content: "";
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .layout_1 .rd-navbar-collapse-toggle span:after,
    .layout_3 .rd-navbar-collapse-toggle span:after,
    .layout_4 .rd-navbar-collapse-toggle span:after {
        content: "";
        -webkit-transform: rotate(-90deg) scale(0);
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden;
    }

    .layout_1 .rd-navbar-collapse-toggle.active span:before,
    .layout_3 .rd-navbar-collapse-toggle.active span:before,
    .layout_4 .rd-navbar-collapse-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    .layout_1 .rd-navbar-collapse-toggle.active span:after,
    .layout_3 .rd-navbar-collapse-toggle.active span:after,
    .layout_4 .rd-navbar-collapse-toggle.active span:after {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .layout_1 .rd-navbar-collapse-toggle span,
    .layout_3 .rd-navbar-collapse-toggle span,
    .layout_4 .rd-navbar-collapse-toggle span {
        height: 40px;
        line-height: 40px;
        color: inherit;
    }

    .layout_1 .rd-navbar-collapse-toggle span:before,
    .layout_3 .rd-navbar-collapse-toggle span:before,
    .layout_4 .rd-navbar-collapse-toggle span:before {
        font-family: "Linearicons";
        content: "\E815";
        font-size: 21px;
    }

    .layout_1 .rd-navbar-collapse-toggle.active span:after,
    .layout_3 .rd-navbar-collapse-toggle.active span:after,
    .layout_4 .rd-navbar-collapse-toggle.active span:after {
        font-family: "Linearicons";
        content: "\e92a";
        font-size: 25px;
    }
}



@media (max-width: 767px) {
    .rd-navbar-collapse {
        display: block;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow ease 0.2s;
        text-align: left;
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        padding: 15px 35px 35px;
        z-index: 19;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
        visibility: hidden;
        overflow: hidden;
    }

    .rd-navbar-collapse:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: #f7f7f7;
        width: 48px;
        height: 48px;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .rd-navbar-collapse li {
        position: relative;
        opacity: 0;
        transition: .3s all ease 0s;
    }

    .rd-navbar-collapse>li>a {
        display: block;
        padding: 11px 16px;
    }

    .rd-navbar-collapse.active {
        visibility: visible;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    }

    .rd-navbar-collapse.active li {
        transition: .3s all ease .2s;
        opacity: 1;
    }

    .rd-navbar-collapse.active:before {
        background: #fff;
        -webkit-transform: scale(35);
        transform: scale(35);
    }

    .rd-navbar-collapse .links li {
        display: block;
        margin: 15px 0 0;
    }

    .rd-navbar-collapse .links li a {
        font-size: 12px;
    }

    .rd-navbar-collapse .links li a:before {
        min-width: 34px;
        vertical-align: text-bottom;
        display: inline-block;
    }

    .header-switchers {
        position: fixed;
        right: 10px;
        top: 15px;
        z-index: 5;
    }

    .switcher.currency,
    .switcher.language {
        width: 50px;
        margin: 0;
    }

    .switcher.currency .actions .action,
    .switcher.language .actions .action {
        padding: 5px 0 0 11px;
    }

    .switcher.currency .actions .action:after,
    .switcher.language .actions .action:after {
        margin-top: -10px;
        display: block;
    }

    .switcher.currency .mage-dropdown-dialog,
    .switcher.language .mage-dropdown-dialog {
        left: auto;
        right: 0;
        top: 55px;
    }

    .rd-navbar-collapse-toggle {
        display: block;
        position: fixed;
        top: 15px;
        right: 65px;
        font-family: "FontAwesome";
        width: 50px;
        height: 40px;
        border-left: 1px solid #eae9e9;
        z-index: 4;
    }

    .rd-navbar-collapse-toggle span {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        color: #cccccc;
    }

    .rd-navbar-collapse-toggle span,
    .rd-navbar-collapse-toggle span:before,
    .rd-navbar-collapse-toggle span:after {
        transition: .3s all ease;
    }

    .rd-navbar-collapse-toggle span:before,
    .rd-navbar-collapse-toggle span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .rd-navbar-collapse-toggle span:before {
        content: "";
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .rd-navbar-collapse-toggle span:after {
        content: "";
        -webkit-transform: rotate(-90deg) scale(0);
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden;
    }

    .rd-navbar-collapse-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    .rd-navbar-collapse-toggle.active span:after {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .rd-navbar-collapse-toggle span {
        height: 40px;
        line-height: 40px;
        color: inherit;
    }

    .rd-navbar-collapse-toggle span:before {
        font-family: "Linearicons";
        content: "\E815";
        font-size: 21px;
    }

    .rd-navbar-collapse-toggle.active span:after {
        font-family: "Linearicons";
        content: "\e92a";
        font-size: 25px;
    }
}

.page-messages {
    margin-bottom: 2rem;
}

.page-messages.messages {
    margin: 0;
}

.messages {
    position: fixed;
    top: 0px;
    left: 0px;

    max-width: 100%;
    width: 100%;
    z-index: 99;
}


.message {
    padding: 0.8rem 3.5rem 0.8rem 1rem;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;        
    max-width: 100%;
    width: 500px;
    text-align: center;
}
#maincontent .message {
    width: 100%;
}

.message>div:after {
    font-family: "Linearicons";
    content: '\e935';
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    text-align: center;
    padding: 5px;
}

body:not(.onestepcheckout-index-index) #maincontent .column.main .message>div:after{
    content: "";
}

.message:hover>div:after {
    opacity: 0.5;
}

.message.notice div:after {
    display: none;
}

.message-info,
.message-notice,
.message.notice,
.message.info {
    color: #fff;
    background-color: #48a842;
    ;
    border-color: #48a842;
    ;
}

.message-warning {
    color: #fff;
    background-color: #48a842;
    border-color: #48a842;
}

.message-error {
    color: #fff;
    background-color: red;
    border-color: red;
}

.message-success {
    color: #fff;
    background-color: #48a842;
    border-color: #48a842;
}
#maincontent .column.main .message.warning {
    font-size: 12px;
    text-align: left;
    color: red;
    padding: 5px 0;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-controls {
    position: absolute;
    top: -50px;
    right: 0px;
}

.owl-controls .owl-prev {
    line-height: inherit;
    display: inline-block;
}

.owl-controls .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.owl-controls .owl-next {
    line-height: inherit;
    display: inline-block;
}

.owl-controls .owl-next:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    padding: 0 7px;
    cursor: pointer;
}

.owl-controls .owl-prev:before,
.owl-controls .owl-next:before {
    font-size: 36px;
    transition: .3s ease;
}

/***/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

[role="tablist"] [role="tab"] {
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 1rem;
    display: inline-block;
}

/*[role="tablist"] [role="tab"]:before {
    font-family: "Linearicons";
    content: "\e93a"; }
  [role="tablist"] [role="tab"][aria-expanded="true"]:before {
    font-size: 14px;
    content: "\e939"; }
  [role="tablist"] [role="tab"]:before {
    position: absolute;
    right: 0;
    top: 0; }*/
[role="tablist"] [role="presentation"]:first-child [role="tab"] {
    margin-top: 0;
}

[role="tablist"] [role="tabpanel"] {
    margin-bottom: 2rem;
}

.block[role="tablist"] .title[role="tab"] {
    display: block;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

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

.carousel-nav .carousel-nav-item {
    padding: 6px 20px;
}

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 250px;
    min-width: 100%;
    font-size: 12px;
}

.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;
    padding-left: 20px;
    padding-right: 23px;
    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;
}

.sorter .select2-container {
    min-width: 120px;
    max-width: 120px;
}

@media (max-width: 992px) {
    .sorter .select2-container {
        min-width: inherit;
    }
}

.select2-dropdown {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    font-size: 12px;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
}

.select2-results {
    display: block;
    padding: 15px  0 10px 10px;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    text-transform: capitalize;
    user-select: none;
    -webkit-user-select: none;
    padding-bottom: 7px;
    line-height: 18px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-results__option:last-child {
    padding-bottom: 0;
}

.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;
    max-height: 300px;
    overflow-y: SCROLL;
}

.select2-search--dropdown {
    display: none;
    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;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: solid 0.5px #b0b0b0;
    border-radius: 0px;
    outline: none;
}

.select2-container--default .select2-selection--single:hover {
    /*background-color: #f1f0f0;*/
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #a3a3a3;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    font-family: "Linearicons";
    content: "\e93a";
}

.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;
    opacity: 0.3;
}

.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 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.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: bold;
    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-selection__placeholder,
.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 black 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: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    overflow-y: visible;
}

.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[aria-selected=true] {
    background: none;
}

.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__option--highlighted[aria-selected] {
    background: none;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.not-animated {
    opacity: 0;
}

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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;
}

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {

    0%,
    100% {
        -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 {

    0%,
    100% {
        -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;
}

/**
* Swing Keyframes Animation
*/
@-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);
    }

    100% {
        -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);
    }

    100% {
        -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;
}

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
    0% {
        -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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        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);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        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);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* BounceOutDown Keyframes Animation
*/
@-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);
    }

    100% {
        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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

/**
* BounceOutUp Keyframes Animation
*/
@-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);
    }

    100% {
        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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
    0% {
        -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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -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;
}

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -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;
    }

    100% {
        -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-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -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;
    }

    100% {
        -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-animation-duration: .75s;
    animation-duration: .75s;
}

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
    0% {
        -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;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -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;
    }

    100% {
        -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;
}

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -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;
}

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -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;
}

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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;
}

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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;
}

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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;
}

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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;
}

/**
* Hinge Keyframes Animation
*/
@-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;
    }

    100% {
        -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;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        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 {
    0% {
        opacity: 1;
    }

    100% {
        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;
}

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*
* @subsection   Floating System
*/
.pull-left {
    float: left;
}

.pull-none {
    float: none;
}

.pull-right {
    float: right;
}

@media (min-width: 480px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-none {
        float: none;
    }

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

@media (min-width: 768px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-none {
        float: none;
    }

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

@media (min-width: 992px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-none {
        float: none;
    }

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

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-none {
        float: none;
    }

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

/*
* @subsection   Text Alignment
*/
.text-left,
table.table thead th {
    text-align: left;
}


.text-right {
    text-align: right;
}
.text-center {
    text-align: center !important;
}

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left;
    }

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

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

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

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

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

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

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

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

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

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

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

/*
* @subsection   Text Styling
*/
.italic,
dl dd {
    font-style: italic;
}

.italic,
dl dd {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.strike {
    text-decoration: line-through;
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.sbold {
    font-weight: 600;
}

.bold,
table.table thead th,
dl dt,
strong {
    font-weight: 600;
}

.ubold {
    font-weight: 900;
}

/*
* @subsection   Icons
*/
.big-circle-icon {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 2px solid;
}

.big-circle-icon:before {
    font-size: 66px;
    line-height: 122px;
    text-align: center;
    width: 100%;
}

.medium-icon {
    margin: 0 auto 1rem;
}

.medium-icon:before {
    font-size: 60px;
    line-height: 1em;
}

.small-icon:before {
    font-size: 40px;
    line-height: inherit;
}

/*
* @subsection   Typography
*/
/*h1,
.heading-1 {
    font-size: 2rem;
}

h2,
.heading-2 {
    font-size: 1.3rem;
}

h3,
.heading-3 {
    font-size: 1.17rem;
}

h4,
.heading-4 {
    font-size: 1rem;
}

h5,
.heading-5 {
    font-size: .83rem;
}

h6,
.heading-6 {
    font-size: .67rem;
}

h1,
.heading-1 {
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #48a842;;
}

h2,
.heading-2 {
    margin-bottom: 25px;
    font-weight: 600;
}

h3,
.heading-3 {
    margin-bottom: 25px;
    font-weight: 600;
}

h4,
.heading-4 {
    margin-bottom: 25px;
    font-weight: 600;
}

h5,
.heading-5 {
    margin-bottom: 25px;
    font-weight: 600;
}

h6,
.heading-6 {
    margin-bottom: 25px;
    font-weight: 600;
}*/



.page-title .base,
.section-title .base {
    display: inline-block;
}

.page-title-wrapper .page-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

.page-title-wrapper .page-title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    body:not(.catalog-product-view):not(.catalogsearch-result-index):not(.catalog-category-view):not(.easyfaq-index-index) .breadcrumbs + #maincontent .page-title-wrapper .page-title {
        margin-top: 0px;
        top: -35px;
        left: 30%;
        right: 40%;
        width: 40%;
        position: absolute;
    }
}

.columns .page-title {
    text-align: left;
}

/*.columns .container {
  padding: 0; }*/

/*.panel-container-wrap {
  border-bottom: 1px solid #eae9e9; }*/

.panel-container-wrap .welcome {
    font-size: 12px;
}

.rd-navbar-static .rd-navbar-collapse a {
    font-size: 14px;
    cursor: pointer;
}

.header-switchers {
    font-size: 12px;
}

.header-switchers .actions .action {
    font-size: 12px;
}



/*HEADER INFO*/
.header-info {
    font-size: 14px;
    background: #03391f;
}



.header-info li {
    text-align: left;
}

.header-info strong,
.header-info a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-info strong{font-size: 10px;}

.header-info li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}


.header-info ul.icon-list{display: none;}
.header-info ul.icon-list li {
    padding-left: 35px;
    margin-right: 5px;
}

.header-info ul.icon-list li:after,
.header-info ul.icon-list li:before {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 35px;
    height: 22px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.header-info ul.icon-list li:after {
    background-image: none;
    right: 0;
    left: auto;
    border-left: 1px solid #fff;
    width: 2px;
    height: 15px;
    top: 4px;
}

.header-info ul.icon-list li:first-child:before {
    background-image: url(../images/afterpay_small.svg);
}

.header-info ul.icon-list li:nth-child(2):before {
    background-position: -65px -2px;
}

.header-info ul.icon-list li:nth-child(3):before {
    background-position: 2px -2px;
}

.header-info ul.icon-list li:last-child:after {
    display: none;
}
.header-info li.parent ul li{width: 100%;margin: 0;}


@media (min-width:768px) {
    .header-info ul.icon-list{display: block;}
    .header-info li {
        float: left;
    }
    .header-info .row {
        height: 40px;
        align-items: center;
    }
    .header-info li.parent ul {
        display: none;
    }
    .header-info .right-block ul {
        float: right;
    }

    .header-info .right-block li {
        padding: 0 0 0 14px;
        margin: 0 0 0 14px;
    }
    .header-info li.parent>a:after {
        font-family: "Linearicons";
        content: "\e93a";
        font-size: 11px;
        color: #fff;
        margin-left: 4px;
        display: inline-block;
        line-height: 2px;
    }

    .header-info li.parent ul {
        display: none;
        position: absolute;
        top: 32px;
        right: 0;
        background: #fff;
        width: 210px;
        color: #231f20;
        z-index: 99;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        padding: 20px 0;
    }

    /*.header-info li.parent:hover ul {
        display: block;
    }*/
    .header-info li.parent ul li * {
        color: #231f20;
    }
}

@media (min-width: 768px) and  (max-width: 991.9px){
    .header-info [class^='col-']{
        display: flex;
        justify-content: center;
    }
    .header-info .row{
        min-height: 70px;
    }
}

.header_info-collapse,
.header-info-toggle {
    display: none;
}


@media (max-width:767px) {
    .header-info li.parent>a{display: none;}
    .header-info li.parent>ul{display: block !important;}
    .header_info-collapse {
        right: 169px;
        left: unset;
        display: block;
    }

    .header_info-collapse span:after {
        content: "\E810";
    }

    .header-info-toggle {
        display: inline-block;
        position: FIXED;
        left: 217px;
        top: 15px;
        width: 50px;
        height: 40px;
        z-index: 9;
        background-size: 30px;
    }
    .header-info.active {
        display: block;
        background-color: #fff;
    }
    .header-info strong,
    .header-info a {
        color: #000 !important;
    }
}

/*.header-info strong,
.header-info a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;

}



.header-info li.parent ul {
    display: none;
}

.header-info .right-block ul {
    float: right;
}




.header-info ul.link-with-icon li{
    padding-left: 40px;
}

.header-info ul.link-with-icon li:before {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 30px;
    height: 30px;
}



@media (max-width: 1200px) {

    .header-info strong,
    .header-info a {
        font-size: 12px;
    }

    .header-info li {
        margin-left: 10px;
    }

    .header-info .phone a:before {
        font-size: 14px;
    }
}


@media (max-width:767px) {
    .header_info-collapse {
        left: 213px;
        display: block;
    }

    .header_info-collapse span:after {
        content: "\E80D";
    }

    .header-info .phone,
    .header-info .shipping-payment {
        display: none;
    }

    .header-info-toggle {
        display: inline-block;
        position: FIXED;
        left: 217px;
        top: 15px;
        width: 50px;
        height: 40px;
        z-index: 9;
        background-size: 30px;
    }

    .header-info.active {
        display: block;
        background-color: #fff;
    }

    .header-info strong,
    .header-info a {
        color: #000 !important;
    }
}

@media (min-width:768px) {

    .header-info strong,
    .header-info a {
        padding: 16px 0;
    }

    .header-info li.parent>a:after {
        font-family: "Linearicons";
        content: "\e93a";
        font-size: 11px;
        color: #fff;
        margin-left: 4px;
        display: inline-block;
        line-height: 2px;
    }
}
*/
/*END header-info */


/*HEADER*/
li.customer-account {
    position: relative;
}

ul.header.links li.link a {
    position: relative;
    display: inline-block;
}

/*li.customer-account.active ul.customer-menu a:before{display: none;}
*/
@media (min-width: 768px) and (max-width: 1024px) {
    header ul.header.links a {
        cursor: pointer;
    }
}

@media (min-width: 1354px) {
    li.customer-account ul.customer-menu {
        display: none;
        position: absolute;
        width: 202px;
        top: 45px;
        right: 10px;
        border: 1px solid #dedede;
        padding: 13px;
        background: #fff;
        z-index: 9;
    }

    li.customer-account ul.customer-menu li {
        float: left;
    }

    li.customer-account ul.customer-menu:before,
    li.customer-account ul.customer-menu:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    li.customer-account ul.customer-menu:before {
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99;
        right: 10px;
        top: -12px;
    }

    li.customer-account ul.customer-menu:after {
        border: 7px solid;
        border-color: transparent transparent #dedede transparent;
        z-index: 98;
        right: 9px;
        top: -14px;
    }

    li.customer-account ul.customer-menu li {
        margin:  0;
        width: 100%;
        border: 0;
        padding: 0;
    }

    li.customer-account.active ul.customer-menu {
        display: block;
    }

    li.link.wishlist span.label {
        display: none;
    }

    li.link.compare span.label {
        display: none;
    }

    ul.header.links li {
        float: right;
    }
}

@media (max-width: 767px) {
    li.customer-account a.my-account {
        display: none;
    }
}

/*END HEADER*/
/*FACEBOOK LOADER*/
@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

.ph-item {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

.ph-picture {
    width: 100%;
    height: 200px;
    background-color: #eff7f0;
    margin-bottom: 15px;
}

.ph-small,
.ph-large,
.ph-medium {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #eff7f0;
}

.ph-medium {
    height: 15px;
}

.ph-large {
    height: 25px;
}

/*END FACEBOOK LOADER*/


/*HOME PAGE*/
/*.home-section-3 {
    background: #f8f8f8;
    padding: 35px 0;
}

.home-section-3 div[class*='col'] {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.home-section-3 small {
    display: block;
    margin-top: 20px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.49px;
}

@media (max-width: 768px) {
    .home-section-3 small {
        font-size: 13px;
    }
}

.home-section-1 div[class*='col'] {
    position: relative;
    padding: 0;
    margin: 20px 0 0;
}


@media (min-width: 768px) {
    .home-section-1 div[class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.home-section-1 strong {
    position: absolute;
    bottom: 15px;
    left: 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-section-1 strong small {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 1200px) {
    .home-section-1 strong {
        font-size: 22px;
        line-height: 27px;
    }

    .home-section-1 strong small {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 767px) {
    .home-section-1 strong {
        font-size: 22px;
        line-height: 27px;
    }

    .home-section-1 strong small {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-section-1 strong small {
    display: block;
}

.home-section-1 {
    margin-bottom: 15px;
}

.home-section-1 img {
    width: 100%;
}

@media (max-width: 768px) {
    .home-section-1>.row {
        margin: 0
    }

    .home-section-1 a {
        left: 30px;
    }
}

@media (min-width: 768px) {
    .home-section-1 {
        margin-top: -65px;
    }
}

.home-section-5 {
    padding: 40px 0 16px;
    background-image: url(../images/geometry.png);
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    background-position: -405px bottom;

}

@media (min-width: 1200px) {
    .home-section-5 {
        min-height: 505px;
    }
}

@media (max-width: 767px) {
    .home-section-5 .product.data.items {
        text-align: center;
    }

    .home-section-5 .owl-nav {
        display: none;
    }
}

.home-section-5 .data.items .content {
    float: right;
    width: 100%
}

.home-section-5 .data.items .title {
    border: 1px solid #48a842;
    ;
    padding: 5px 10px;
    margin-right: 20px;
    color: #48a842;
    ;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.home-section-5 .data.items .title.active {
    background: #48a842;
    ;
    color: #fff
}

.home-section-5 a.product-item-photo {
    display: inline-block;
    box-shadow: 0px 0px 5px 2px #dcdcdc;
    margin-top: 5px;
    width: 100%;
    background: #fff;
}

.home-section-5 a.product-item-photo img {
    display: inline-block;
}

.home-section-5 a.product-item-link {
    color: #48a842;
    ;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    display: inline-block;
    min-height: 36px;
}

.home-section-5 span.price {
    color: #48a842;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.home-section-5 .old-price span.price {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
}

.home-section-5 .owl-item .item {
    text-align: center;
}

.home-section-5 .product-item-info {
    margin: 0 auto
}

.home-section-5 .product-item-info .product-item-details {
    text-align: left;
}

.home-section-5 .product-item-info .price-box {
    text-align: center;
}

@media (max-width: 767px) {
    .home-section-5 .data.items .title {
        font-size: 12px;
        margin-right: 5px;
    }
}



.home-section-9 h3 {
    color: #48a842;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.91px;
}

.home-section-9 a.action {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: solid 1px #48a842;
    ;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: #48a842;
    ;
    padding: 11px 26px;
    margin-top: 30px;
}

.home-section-9 a {
    color: #004857;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 20px;
    display: inline-block;
}

.home-section-9 .img-wrap {
    box-shadow: 0px 0px 5px 2px #dcdcdc;
    height: 220px;
    display: flex;
    background-color: #fff;
    align-items: CENTER;
    justify-content: center;
}

.home-section-9 .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.home-section-9 {
    padding: 61px 0;
    background-image: url(../images/geometry.png);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: calc(100% + 215px) bottom;
}
*/

.home-blog {
    background: rgba(245, 245, 245, 0.4);
    padding: 30px 0;
}

.home-blog .post-inner {
    background: #fff;
    padding: 20px;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

@media (min-width: 767px) {
    .home-blog .post-inner {
        height: 100%;

    }
}

.home-blog .post-inner span {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.home-blog .post-inner h5 {
    color: #004857;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.home-blog .post-inner p {
    margin-top: 10px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-height: 110px;
}

.newsletter-thankyou h2,
.contact-thankyou h2,
.home-blog h3,
#homebrand h3 {
    color: #48a842;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.91px;
    margin-bottom: 20px;
}

.home-blog h3 {
    margin-bottom: 30px;
}

#homebrand .owl-carousel {
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 35px;
}

#homebrand {
    padding: 35px 0 0;
    background: #fff;
}

#homebrand .owl-carousel img {
    margin: 0 auto;
}




#homebrand .owl-carousel .owl-nav.disabled {
    display: block;
}

@media (max-width: 767px) {
    #homebrand .owl-carousel .owl-nav {
        display: none;
    }
}

.home-section-13 {
    padding: 50px 0 0 0;
}

.home-section-13 p {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.714286px;
    color: #fff;
}

.home-section-13 h4 {
    background: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    display: inline-block;
    margin-bottom: 1px;
    padding: 0 5px;
}

.home-section-13 a {
    font-size: 11px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    height: 32px;
    display: inline-block;
    letter-spacing: 1px;
    border: solid 1px #ffffff;
    display: inline-block;
    margin-top: 15px;
    padding: 0 21px;
    border-radius: 5px;
}

.home-section-13 div[class*='col'] {
    position: relative;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.home-section-13 img {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.home-section-13 .text-wrap {
    padding: 25px;
}

@media (min-width: 1200px) {
    .home-section-13 .col-md-3.first {
        padding-right: 0
    }

    .home-section-13 .col-md-3.last {
        padding-left: 0
    }

    .home-section-13 img {
        width: calc(100% - 25px);
    }

    .home-section-13 .col-md-6.center img {
        width: calc(100% - 50px);
    }
}


/*END HOME PAGE*/
/*BLOG*/
a.mp-read-more {
    float: right;
}

a.mp-read-more:hover {
    margin-right: -7px;
}

a.mp-read-more:before {
    font-family: "Linearicons";
    content: "\e944";
    /* margin-left: 19px; */
    color: #48a842;
    ;
    font-size: 20px;
}

/*@media (min-width: 767px) {
    body.downloads .sidebar-additional:after,
    body.easyfaq .sidebar-additional:after,
    body.testimonials .sidebar-additional:after,
    body.cms-page-view .sidebar-additional:after,
    body[class^='mpblog-'] .mp-sidebar:after {
        content: " ";
        background-image: url(../images/blog-sidebar-bg.png);
        width: 100%;
        height: 400px;
        background-size: 100%;
        float: left;
        background-repeat: no-repeat;
        background-position: center;
    }

    .mpblog-category-view .grid-main,
    .mpblog-post-index .grid-main {
        margin-top: -128px;
    }
}*/



.mpblog-category-view .autocomplete-suggestions,
.mpblog-post-index .autocomplete-suggestions {
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .2);
}

.mpblog-category-view .autocomplete-suggestion,
.mpblog-post-index .autocomplete-suggestion {
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.mpblog-category-view .autocomplete-suggestions [class*='col'],
.mpblog-post-index .autocomplete-suggestions [class*='col'] {
    padding: 4px;
}

.post-list-body {
    clear: both;
}

.faq-container .limiter,
.post-list-content .limiter {
    display: none;
}

.post-top-toolbar .pages {
    display: none;
}

.post-bottom-toolbar .toolbar-amount {
    display: none;
}

.post-bottom-toolbar .limiter {
    display: none;
}

.post-bottom-toolbar .pages {
    display: block;
    text-align: center;
}

.post-bottom-toolbar {
    margin-bottom: 65px;
    clear: both;
}

.post-list-item {
    margin-bottom: 45px;
    flex:1;
    display: flex;
}



.mpblog-search {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}


.mpblog-search input[type='text'] {
    background: #dedede;
    border-radius: 0;
    padding: 0 10px;
    color: #b0b0b0;
    min-height: 24px;
    border-color: #dedede;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mpblog-search input[type='text']::placeholder {
    color: #b0b0b0;
}

.mpblog-search .actions {
    position: absolute;
    right: 0;
    top: 0;
}

.mpblog-search .actions button {
    border: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 4px;
    color: #48a842;
    height: 26px;
    line-height: 26px;
    width: 26px;
    margin: 0;
    padding: 0;
}

.mpblog-search .actions button:before {
    font-family: "Linearicons";
    content: "\e922";
    color: #48a842;
}

.mp-sidebar.mpcss {
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px #e8e8e8;
    padding: 10px 20px;
    clear: both;
}

.mp-sidebar.mpcss a {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mp-sidebar.mpcss a span {
    color: #777777;
}

.mp-sidebar.mpcss li {
    padding: 8px 0;
}

.mp-sidebar.mpcss a.active,
.mp-sidebar.mpcss a:hover {
    color: #48a842;
    text-decoration: underline;
}

div#mpblog-list-container {
    border-bottom: solid 1px #dedede;
    margin-top: 20px;
}
.mpblog-suggestion-right {
    word-break: break-word;
    font-size: 13px;
    line-height: 15px;
        white-space: normal;
}
body[class*="mpblog-"]  .toolbar-amount.field .label {
  color: #b0b0b0;
  font-size: 11px;
  font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase
}
body[class*="mpblog-"]  .toolbar-amount.field{
    margin-bottom: 0;
}

body[class*="mpblog-"]  .sidebar-main .toolbar-amount.field{
    display: block !important;
}

@media (min-width: 992px) {
    body[class*="mpblog-"] .sidebar.sidebar-main{
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .mp-sidebar.mpcss{
        flex: 1 0 65%;
        padding: 0;
        box-shadow: none;
    }
    .mp-sidebar.mpcss .menu-categories{
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .mp-sidebar.mpcss li{
        padding: 0;
        margin: 0 15px;
    }
    .mpblog-search{
        flex-basis: 20%;
        margin: 0;
    }
}



@media (min-width: 767px) and (max-width: 991.9px) {
    .post-list-content .col-md-4 {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 50%;
        min-width: 50%;
        flex: 1;
        display: flex;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .post-list-content .col-md-4 {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 33.33%;
        min-width: 33.33%;
        flex: 1;
        display: flex;
        max-width: 33.33%;
    }
}

.post-list-item .post-item-wraper {
    box-shadow: 0px 3px 3px #bdbdbd;
    border: solid 1px #dedede;
}

.post-list-item .post-info-wraper{
    padding: 30px;
    text-align: left;
}
.related-blog .post-info-wraper {
    min-height: 270px;
}


.post-list-item a.mp-info-category {
    color: #48a842;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.post-list-item a.mp-info-category.txtorange {
    color: #48a842;
}

.post-list-item a.post-link-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
    min-height: 38px;
}

.post-list-item .post-actions {
    display: flex;
    justify-content: space-between;
}

.post-list-item .post-short-description p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

.mp-blog-view {
    position: relative;
}

.mp-blog-view .widget_fslider:not(.layout-tab):after {
    left: 25px;
    width: calc(100% - 50px);
}

.mp-blog-view .post-view-image {
    margin-bottom: 25px;
}


.post-view-content .cats a {
    color: #48a842;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-view-content .publish-date {
    line-height: 16px;
    color: #48a842;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .post-view-content .publish-date {
        text-align: left;
    }
}

.post-view-content h1 {
    margin: 8px 0 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.post-view-content .post-post_content{
    margin-top: 20px;
}

.post-view-content .post-post_content p{
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.post-view-content .post-post_content a {
    font-weight: inherit;
    font-size: inherit;
    color: #48a842;
    text-decoration: underline;
}
.post-view-content .post-post_content ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 20px;
}

.post-next-prev{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 70px;
    padding-top: 40px;
}
.post-next-prev:after{
    border-bottom: solid 1px #dedede;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    padding-bottom: 70px;
}


.post-next-prev a{
    border: solid 1px #dedede;
    height: 80px;
    line-height: 80px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    flex-basis: 30%;
    max-width: 308px;
    text-align: center;
    flex-grow: 0.5;
}
@media (min-width: 768px) {
    .post-next-prev a{
        font-size: 20px;
    }
}

.post-next-prev a.__prev:before{
    font-family: "Linearicons";
    content: "\E93B";
    margin-right: 10px;
}
.post-next-prev a.__next:after{
    font-family: "Linearicons";
    content: "\E93C";
    margin-left: 10px;
}


a.goback {
    position: ABSOLUTE;
    right: 25px;
    top: -34px;
    height: 23px;
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1px;
}

a.goback span {
    transition: all ease-in .3s;
    color: #48a842;
}

a.goback:hover span {
    margin-right: 10px;
}

@media (max-width: 767px) {
    a.goback {
        display: none;
    }
}

/*END BLOG*/

/*rcalculator-form*/
.contact-form-wrap .close,
.rcalculator-form-wrap .close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
}

.contact-form-wrap .close:before,
.rcalculator-form-wrap .close:before {
    font-family: "Linearicons";
    content: "\e92a";
    font-size: 20px;
}

@media (min-width: 768px) {
    .contact-form-wrap .field.email {
        padding-right: 12.5px;
    }

    .contact-form-wrap .field.suburb {
        padding-left: 12.5px;
    }
}

.contact-form-wrap .field {
    margin-bottom: 15px;
}

div#rCalculator div.mage-error,
div#contactPopup div.mage-error,
div#testimonialPopup div.mage-error {
    position: relative;
    margin: 0;
}

div#rCalculator,
div#contactPopup,
div#testimonialPopup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    overflow-x: scroll;
    background: #0b0b0b8c;
}

.contact-form-wrap,
.rcalculator-form-wrap {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form-popup,
.rcalculator-form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.rcalculator-form-inner,
.contact-form-popup form {
    background: #FFF;
    padding: 20px 20px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

/*@media (min-width: 1024px) {
    .contact-index-index #maincontent {
        background-image: url(../images/geometry.png);
        background-repeat: no-repeat;
        background-position: calc(100% + 38%) bottom;
        background-size: 52%;

    }
}*/

.cms-contact-html #maincontent .column.main,
.contact-index-index #maincontent .column.main {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}

.cms-contact-html #maincontent:after {
    content: " ";
    background-image: url(../images/contact-bg.png);
    width: 257px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: ABSOLUTE;
    right: 0;
    top: 0;
    opacity: 0.2;
}

/*.contact-form-wrap,
.rcalculator-form-wrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #0b0b0b8c;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    overflow-y: scroll;
}
.contact-form-popup,
.rcalculator-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    flex-basis: 100%;
    padding: 25px;
    position: relative;
}*/



.contact-form-wrap h2,
.rcalculator-form h2 {
    color: #48a842;
}

.rcalculator-form label {
    width: 100%;
    color: #361956;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    float: left;
}

.rcalculator-form ._header {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}

.rcalculator-form ._footer {
    border-top: solid 1px #ccc;
}

.rcalculator-form h3+span,
.rcalculator-form label+span {
    opacity: .5;
    color: #361956;
    font-size: 12px;
    line-height: 1.17;
    float: left;
    clear: both;
}

.rcalculator-form button span {
    color: #fff;
    opacity: 1;
}

.rcalculator-form .select2-container {
    min-width: 100%;
}

.rcalculator-form .select2-container--default .select2-selection--single {
    border: 1px solid #d3cff1;
    color: #361956;
    font-size: 18px;
}

.rcalculator-form span.select2-container--below .select2-selection--single {
    border: 1px solid #361956;
}

.rcalculator-form .select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #48a842;
    ;
}


.rcalculator-form h3 {
    color: #361956;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

.rcalculator-form input {
    text-align: right;
    color: #361956;
    font-size: 24px;
    border: 1px solid #361956;
}

.rcalculator-form input[disabled],
.rcalculator-form select[disabled] {

    border: 1px solid #d3cff1;
}

.rcalculator-form #fee {
    background-color: #e2e0ef;
    border: 1px solid #e2e0ef;
}

.rcalculator-form select {
    border: 1px solid #361956;
}


.rcalculator-form select:focus,
.rcalculator-form input:focus {
    border: 1px solid #48a842;
    ;
}

.rcalculator-form div.dollar {
    position: relative;
}

.rcalculator-form div.dollar:before {
    content: "$";
    position: absolute;
    left: 34px;
    top: 0;
    color: #361956;
    font-size: 24px;
    line-height: 50px;
}

.rcalculator-form button.action.primary {
    background-color: #48a842;
    border-color: #48a842;
}

.rcalculator-form button.action.primary[disabled] {
    opacity: .5;
}

@media (max-width: 767px) {
    .rcalculator-form button.action.primary {
        margin-top: 15px;
    }
}

.rcalculator-form label.sym {
    font-size: 27px;
}

.rcalculator-form p.error {
    margin: 0;
    color: #d0021b;
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .rcalculator-form p.error {
        font-size: 13px;
    }
}

.rcalculator-form .row.p-charge .row,
.rcalculator-form .row.sub-total .row {
    align-items: center;
}

.rcalculator-form .row.sub-total {
    margin-top: 15px;
}

.rcalculator-form .row.p-charge {
    margin-bottom: 15px;
}


.rcalculator-form .row.sub-total .border-line {
    border-top: 1px solid #361956;
    padding-top: 10px;
}

.rcalculator-form .row.p-charge .border-line {
    border-bottom: 1px solid #361956;
    padding-bottom: 10px;
}


.rcalculator-form ._footer {
    color: #361956;
    font-size: 12px;
    line-height: 1.33;
    margin-top: 15px;
    padding: 15px 0 0;
}

.rcalculator-form ._footer a {
    color: #48a842;
}

#rCalculator .field-recaptcha {
    display: none;
}

.product-info-main a#open-repayment-popup {
    color: #48a842;
    ;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 30px;
    display: inline-block;
}

.product-info-main a#open-repayment-popup:before {
    content: "\e80B";
    font-family: "Linearicons";
    font-size: 18px;
    margin-right: 5px;
    margin-top: 0px;
    float: left;
}



/*END rcalculator-form*/
/*FOOOTER*/
.footer .form.subscribe {
    margin-top: 15px;
}


.footer .block-newsletter {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 70px;    
}
.footer .block-newsletter .newsletter{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
}
.footer .block-newsletter .newsletter .control{
    flex: 1;
}

.footer .form.subscribe .actions {
    /* margin-top: 15px; */
    flex: 0 0 21%;
}
@media (max-width: 991px) {
    .footer .form.subscribe .actions {
        flex: 0 0 37%;
    }   
}

.footer .form.subscribe input {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 17px 20px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 24px;
    color: #fff;
    min-height: 60px;
}

.footer .block-newsletter .newsletter{
        display: flex;
    /* flex: 0 0 100%; */
    max-width: 700px;
    margin: 0 auto;
}

.footer .block-newsletter strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
}
.footer .block-newsletter strong + h5{
    margin-bottom: 0;
}
.footer .block-newsletter h5 {
      color: #ffffff;
      line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.footer .block-newsletter button.action {
    height: 60px;
    border-radius: 0;
    background: transparent;
    border-color: #fff;
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
}

.footer .fcopyright span,
.footer .site-by {
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 300;
}

.footer .site-by a{
    color: rgba(255,255,255,0.5);
}

.footer .fcopyright a{text-decoration: underline;}
.footer .fcopyright *{margin-right: 10px;}

.footer .links a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .social-links {
    text-align: right;
}

.footer .links-wrap{
    align-items: center;
    min-height: 60px;
    margin-bottom: 40px;
    position: relative;
}
@media (min-width: 991px){
    .footer .links-wrap{
        height: 60px;
    }
}

.footer .links-wrap:after,
.footer .links-wrap:before{
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    border-top: solid 1px #dedede;
    top:0;
}
.footer .links-wrap:after{
    bottom: 0;
    top:auto;
}

@media (max-width: 1353px) {
    .footer .links-wrap:after,
    .footer .links-wrap:before{
        width: calc(100% - 30px);
        left: 15px;
    }
}

.footer .links-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .footer .links-wrap ul li{
        flex-basis: 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {

    .footer .links-wrap [class*='col-'],
    .footer .links-wrap + .row [class*='col-']{
        text-align: center;
        margin: 0 0 15px;
    }

    .footer .links-wrap .links{margin: 15px 0 10px;}
}

.footer .payment-methods{
    text-align: center;
}

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

.social-links [class*='icon-'] {
    background-image: url(../images/sprite.png);
    width: 28px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: inline-block;
}

.social-links .icon-facebook-d {
    background-position: -1px -105px;
}

.social-links .icon-instagram-d {
    background-position: -33px -104px;
}

.social-links .icon-linkedin-d {
    background-position: -67px -104px
}

.social-links .icon-google-d {
    background-position: -102px -103px;
}

.social-links .icon-twitter-d {
    background-position: -1px -140px;
}

.social-links .icon-link-d {
    background-position: -35px -140px;
}

.social-links .icon-youtube-d {
    background-position: -102px -103px;
}

.footer .icon-facebook-w {
    background-position: -44px -24px;
}

.footer .icon-instagram-w {
    background-position: -23px -24px;
}

.footer .icon-linkedin-w {
    background-position: 3px -24px;
}

.footer .icon-google-w {
    background-position: -68px -24px;
}

/*END FOOTER*/
/*Product Page*/
@media (min-width: 1024px) {
    .product.media .fotorama__stage__shaft {
        max-width: 710px !important;
    }
}

.page-title-wrapper.product .container {
    padding: 0;
}

.product-add-form .field.qty .control {
    display: flex;
}

.product-add-form .field.qty label {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
        letter-spacing: 1px;
}

p.payment-optns{letter-spacing: 1px}

button.inc-qty,
button.dec-qty {
    border: solid 1px #eae9e9;
    background: #eae9e9;
    width: 40px;
    height: 40px;
    font-size: 25px;
}

button.inc-qty {
    border-radius: 3px 0 0px 3px;
}

button.dec-qty {
    border-radius: 0 3px 3px 0;
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 5px solid #f4f4f4 !important;
}

.product.keyfeatures h3 {
    color: #48a842;
}

.product.keyfeatures {
    order: 3;
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
    padding: 25px;
}

.product.keyfeatures li {
    list-style-type: disc;
    color: rgba(34, 36, 43, 0.8);
    font-size: 15px;
    font-weight: 400;
    list-style-position: inside;
    width: 100%;
    float: left;
    margin: 5px 0;
}

@media (min-width: 768px) {
    .product.keyfeatures li {
        width: 50%;
    }
}

.catalog-product-view .data.items .title {
    border: 1px solid #48a842;
    ;
    padding: 7px 15px;
    margin-right: 5px;
    color: #48a842;
    ;
    border-radius: 5px;
}


@media (min-width: 1200px) {
    .catalog-product-view .data.items .title {
        margin-right: 20px;
    }
}

div#tab-label-additional {
    display: none;
}

.catalog-product-view .data.items .title.active {
    background: #48a842;
    ;
    color: #fff
}

.catalog-product-view .data.items .title a {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}

@media (max-width: 991px) and (min-width: 768px) {
    .catalog-product-view .data.items .title a {
        font-size: 9px;
    }
}

.catalog-product-view .data.items .content li,
.catalog-product-view .data.items .content p {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.catalog-product-view .data.items .content li {
    list-style-type: decimal;
    list-style-position: inside;
}

.product.attribute.description {
    height: 185px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}



.product.attribute.description h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product.attribute.description p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
}

.product.attribute.description strong {
    font-size: 15px;
    font-weight: 600;
}

.product.attribute.description ul {
    list-style-type: disc;
    padding-left: 15px;
}
.product.attribute.description ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.product.attribute.description li{
    line-height: 24px;
    letter-spacing: 1px;
}

.product.attribute.description .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    
    height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product.attribute.description .read-more:not(.active){
    background-image: url(..//images/gradiant.png);
    background-repeat: repeat-x;

    /*background-image: linear-gradient(to bottom, transparent, #fff);*/
}

.product.attribute.description .read-more a {
    font-size: 13px;
    font-weight: 600;
}

.product.attribute.description .read-more a:after {
    font-family: "Linearicons";
    content: "\E93A";
    margin-left: 5px;
}

.product.attribute.description .read-more.active a:after {
    content: "\E939";
}


.product.attribute.specifications p {
    padding: 10px 0;
    margin: 0;
}

.product.attribute.specifications tr th p {
    font-weight: 600 !important;
}

.product.attribute.specifications tr {
    border-bottom: solid 1px #d5d5d5;
}

.product.attribute.specifications tr th {
    width: 55%;
}

.product.attribute.specifications tr td {
    width: 45%;
}

.product-info-main .shipping-payment {
    text-align: left;
    margin-top: 40px;
    text-align: center;
}


.product-info-main .shipping-payment li {
    width: auto;
    display: inline-block;
    margin: 6px 0;
}

.product-info-main .shipping-payment li.buy-link {
    background-size: 40px;
}

.product-info-main .shipping-payment li span {
    color: rgba(34, 36, 43, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}


.product.attribute.downloads a {
    color: #00898c;
}

.product.attribute.downloads li {
    list-style: none !important;
    padding: 3px 0px;
    margin: 10px 0;
}

.product.attribute.downloads li:before {
    content: "\F1C1";
    font-family: "Linearicons";
    margin-right: 10px;
    font-size: 25px;
}

.product.attribute.videos iframe {
    margin-bottom: 20px;
}

#thanks-popup table {
    margin: 100px 0px;
}

#similar_items {
    color: #48a842;
    ;
    font-weight: 700;
}

.product.alert.stock{
    width: 100%;
}

.product.alert.stock p {
    font-size: 13px;
}

.product.alert.stock button {
    font-size: 15px;
    width: 100%;
    margin: 15px 0 0;
    /* box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); */
    background: #fff;
    color: #48a842;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    padding: 0;
}
@media (max-width: 991.9px) {
    .product.alert.stock button {
        font-size: 12px;
    }
}



#stock-alert-form td,
#thanks-popup td {
    padding-bottom: 10px;
}

#stock-alert-form h2,
#thanks-popup h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 29px;
}

#stock-alert-form p,
#thanks-popup p {
    color: rgba(34, 36, 43, 0.8);
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

#stock-alert-form p.error,
#thanks-popup p.error {
    color: #9A0A23;
    font-size: 14px;
    margin: 0 auto;
}

@media (min-width: 767px) {

    #stock-alert-form p,
    #thanks-popup p {
        max-width: 78%;
    }
}

#stock-alert-form label,
#thanks-popup label {
    cursor: pointer;
    color: rgba(34, 36, 43, 0.8);
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
}

#stock-alert-form input,
#thanks-popup input {
    border: 1px solid #EAE9E9;
    font-size: 12px;
    font-weight: normal;
}

#stock-alert-form input.mage-error,
#thanks-popup input.mage-error {
    border-color: #ed8380;
}

#stock-alert-form input:focus,
#thanks-popup input:focus {
    border: 1px solid #a3a3a3;
}

#stock-alert-form .pblock,
#thanks-popup .pblock {
    display: inline-block;
    border: 1px solid #EAE9E9;
    border-radius: 3px;
    padding: 10px;
}

#stock-alert-form .pblock img,
#thanks-popup .pblock img {
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 80px;
}

#stock-alert-form .pblock strong,
#stock-alert-form .pblock span,
#thanks-popup .pblock strong,
#thanks-popup .pblock span {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    float: left;
    width: calc(100% - 90px);
    text-align: left;
}

#stock-alert-form .pblock strong {
    font-weight: 700;
}

#stock-alert-form .pblock span,
#thanks-popup .pblock span {
    font-weight: 300;
}

#stock-alert-form .pblock span {
    font-size: 14px;
}

.field.choice label {
    padding-left: 20px;
}

.field.choice label:before {
    position: absolute;
    margin-right: 33px;
    left: 0;
}

/*END Product Page*/

/*Category Page*/
a.product-items-compare-link {
    position: absolute;
    z-index: 2;
    left: 20px;
    color: #48a842;
    top: 20px;
    font-size: 20px;
    display: none;
    cursor: pointer;
}

li.item.product-item:hover a.product-items-compare-link {
    display: block;
}

.product-brand-name {
    color: #f9b761;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    min-height: 23px;
    display: inline-block;
}

.block.related .product-brand-name {
    color: #f9b761;
}

.category-cms.category-content {
    background: rgba(245, 245, 245, 0.4);
    padding: 80px 0;
    margin-top: 30px;
}

.category-cms.category-content h4 {
    color: #48a842;
    ;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}

.category-cms.category-content p {
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.category-cms.category-content strong,
.category-cms.category-content li {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.category-cms.category-content ol {
    margin-bottom: 1rem;
}

.category-cms.category-content li {
    list-style-type: decimal;
    list-style-position: inside;
}

.catalog-category-view .mp-sidebar.mpcss {
    margin-bottom: 0;
}


.catalog-category-view .column.main{
    border-bottom: solid 1px #dedede;
}

.page-desc {
    padding: 0 0 14px 0;
    border-bottom: solid 1px #dedede;
    margin-bottom: 30px;
}

.page-desc p {
    color: #231f20;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: 1px;    
}

.category-description {
    border-top: solid 1px #dedede;
    padding: 70px 0 0;
    max-width: 900px;
    margin: 40px auto 60px;
}

.category-description h1,
.category-description h2,
.category-description h3,
.category-description h4,
.category-description h5,
.category-description h6 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.category-description p,
.category-description a {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

.category-description a {
    color: #48a842;
}

/*.category-description {
    margin-bottom: 40px;
    color: rgba(34, 36, 43, 0.8);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
}
*/

.sub-cat {
    margin-top: 40px;
    padding-bottom: 50px;
    position: relative;
}

/*@media (min-width: 768px) {
    .sub-cat:after {
        content: " ";
        background-image: url(../images/geometry.png);
        width: 100%;
        height: 163%;
        background-size: 48%;
        float: left;
        /* transform: rotate(90deg); */
background-repeat: no-repeat;
background-position: right;
position: absolute;
z-index: 1;
right: -25%;
}
}

*/ @media (min-width: 992px) {
    .sub-cat {
        margin-bottom: 40px;
    }
}

.sub-cat+.row .col-md-12 {
    height: 0;
}

.sub-cat-hr {
    border-top: solid 1px #d5d5d5;
    display: inline-block;
    width: 100%;
}

.sub-cat-inner {
    background-color: #fff;
    border: solid 1px #eae9e9;
    text-align: center;
    text-transform: uppercase;
}

.sub-cat-inner img {
    width: 100%;
}

.sub-cat-inner h2 {
    color: #2f2f2f !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 9px 5%;
    border-bottom: solid 1px #eae9e9;
    padding: 6px 0;
}

.sub-cat-inner a {
    color: #48a842 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 15px;
    border: 0 !important;
}

.sub-cat>.col-md-2 {
    margin-bottom: 20px;
    z-index: 2;
}

@media (min-width: 992px) {
    .sub-cat>.col-md-2 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

/*END Category Page*/


/*SLider*/
.sp-slides .sp-slide .sp-layer {
    text-align: center;
}

.sp-layer>div {
    max-width: 100%;
}

.sp-layer h2 {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
        letter-spacing: 1px;
}


/*.sp-layer h2 span {
    color: #48a842;
    ;
    font-weight: 500;
}*/

.sp-layer p {
    font-size: 24px;
    font-weight: 500;
        letter-spacing: 1px;
}

.sp-layer a {
    background: #03391f;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 27px;
    margin-top: 13px;
    display: inline-block;
    color: #fff;
}

.sp-layer {
    white-space: normal !important;
}

@media (max-width: 768px) {
    .sp-layer h2 {
        font-size: 25px;
        line-height: 27px;
    }

    .sp-layer {
        right: 20px !important;
        left: 20px !important;
    }

    .sp-layer p br {
        display: none;
    }
}


.slider-pro-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*END SLider*/
/*MEGAMENU*/
.static-block-wrap {
    padding-top: 24px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.static-block-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transition: transform .3s ease;
    z-index: -1;
}
.static-block-wrap:hover img{
    transform: scale(1.1);
}

.mega-menu-cms .layout-sale h2 {
    background: #fff;
    padding: 4px;
    display: inline-block;
    clear: both;
    float: left;
    margin: 0;
    font-weight: 700;
}

.mega-menu-cms .layout-sale {
    margin: 50px 30px;
    display: block;
    float: left;
}

.mega-menu-cms .layout-sale h6 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.static-block-wrap li {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 18px;
    padding: 5px 0;

}

.rd-navbar-nav li.parent .static-block-wrap a {
    color: #fff !important;
    /* margin-left: 10px; */
    font-size: 11px;
    border: 1px solid #fff;
    padding: 9px 19px;
    float: left;
    clear: both;
    margin-top: 19px;
    font-weight: 700;
}

@media (max-width: 991px) {

    .mm-image,
    .mm-image-a {
        display: none !important;
    }

    .static-block-wrap {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navigation .container [class*='col-sm-4'],
    .navigation .container [class*='col-sm-3'] {
        flex-basis: 100%;
        max-width: 100%;
    }

    .navigation .container [class*='col-sm-9'] {
        max-width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (min-width: 1354px) {
    .navigation .container [class*='col-sm-3'] {
        flex-basis: 23%;
        max-width: 23%;
    }

    .navigation .container [class*='col-sm-9'] {
        flex-basis: 69%;
        max-width: 69%;
    }

    .navigation .container .col-sm-3.static-block-wrap {
        flex-basis: 31%;
        max-width: 31%;
    }
}

.rd-navbar-nav>li.parent div.col-sm-9>ul>li>a {
    color: #48a842;
    text-align: left;
}


/*END MEGAMENU*/
/*CHECKOUT*/
#tooltip-label {
    display: none;
}

/*END CHECKOUT*/



/*DOWNLOAD*/


.downloads-list .tags-before:before {
    content: "\E815";
    font-family: "Linearicons";
    margin-right: 8px;
    color: #c3bbbb;
}

.downloads-list h4 {
    color: #2f2f2f;
    font-size: 18px;
    margin-bottom: 8px;
    margin-bottom: 10px;
}

.downloads-list span {
    color: #48a842;
    ;
    font-size: 14px;
    line-height: 1.21;
    margin-bottom: 5px;
}

.downloads-list p {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    margin-bottom: 15px;
}

.downloads-list a {
    color: #48a842;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.19;
    text-decoration: underline;
    background-image: url(../images/downloads-icon-a.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 10px;
    display: inline-block;
    padding-left: 36px;
}

.downloads-list .row {
    margin-bottom: 20px;
}


@media (max-width: 767px) {

    .faq-container .result-wrap,
    .downloads-container .result-wrap {
        border-right: 1px solid #e2e0ef;
    }

    .faq-container .result-wrap,
    .downloads-container .result-wrap,
    .faq-container .result-fbtn,
    .downloads-container .result-fbtn {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-basis: 49%;
        max-width: 49%;
    }

    .faq-container .count_results,
    .downloads-container .count_results {
        margin-bottom: 0;
    }

    .faq-container .filter-toggle,
    .downloads-container .filter-toggle {
        color: #48a842;
        ;
        border: 0;
        float: none;
        margin: 0 auto;
        position: relative;
        padding: 0;
        box-shadow: none;
    }

    .faq-container .toolbar-products,
    .downloads-container .toolbar-products {
        border-top: 1px solid #e2e0ef;
        border-bottom: 1px solid #e2e0ef;
    }
}

@media (min-width: 767px) {
    .downloads-list .content-wrap {
        border-right: 1px solid #e2e0ef;
    }

    .downloads-list a {
        padding-top: 30px;
        padding-left: 0px;
        background-position: top center;
    }

    .downloads-list .link-wrap {
        align-items: center;
        justify-content: center;
        display: flex;
    }

}

/*END DOWNLOAD*/

/*FAQ*/

.faq-container {
    clear: both;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.downloads .main .mpblog-search{
    display: none;
}

@media (max-width: 767px) {

    .downloads .main .mpblog-search{
        display: block;
    }

    .downloads .filter-content .mpblog-search,
    .easyfaq .filter-content .mpblog-search {
        display: none;
    }
}

.faq-list > ul > li {
    float: left;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    padding: 11px 0;
    box-sizing: border-box;
    margin-bottom: 25px;
    border-bottom: solid 1px #dedede;
}



.faq-list li span {
    color: #48a842;
    font-style: normal;
    font-size: 13px;
    line-height: 1.23;
}

.faq-list li h4 {
  color: #48a842;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 2px;
  margin-bottom: 0;
  width: 95%;
}

.faq-list li h4:before{
    content: "\E800";
    font-family: "Linearicons";
    margin-right: 10px;
}

.faq-list li p {
    margin-bottom: 20px;
    color: #231f20;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
}

.faq-list li [role="tab"]{
    position: relative;
    width: 100%;
    font-size: 20px;
    margin: 0;
}
.faq-list li [role="tabpanel"]{
    margin-top: 20px;
}
.faq-list li [role="tab"] > div:after{
    position: absolute;
    right: 0;
    font-size: 20px;
    top:0;
    content: "\E936";
    font-family: "Linearicons";
}
.faq-list li [role="tab"].active > div:after{
    content: "\E935";
}

.faq-list [data-role="content"] ul {
    list-style-type: disc;
    padding-left: 15px;
}
.faq-list [data-role="content"] li{
    line-height: 24px;
    letter-spacing: 1px;
}
.faq-list [data-role="content"] ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.count_results {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.question-ans {
    float: left;
    width: 100%;
    padding: 18px 25px 23px 25px;
    box-sizing: border-box;
}

.question-ans {
    float: left;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 10px 16px 0 rgba(10, 31, 68, .2);
    margin-top: 35px;
    background: url(../images/ask-question-bg.svg) no-repeat center center;
    background-size: COVER;
}

.question-ans h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 21px;
    font-weight: 400;
}

.question-ans a {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 1.16;
    text-align: center;
    background-color: #48a842;
    padding: 14px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 10px 16px 0 rgba(54, 25, 86, .5);
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}

.question-ans a:hover {
    margin-top: -5px;
    background: #e1890c;
    margin-bottom: 5px;
    cursor: pointer;
}

.faq-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.faq-gallery a {
    width: 220px;
    display: inline-block;
    height: 220px;
}
.faq-gallery a.video-link {
    background:#000;
    position: relative;
}
.faq-gallery a.video-link:before {
    position: absolute;
    content: "\EC6A";
    font-family: "Linearicons";
    top: calc(50% - 13px);
    left: calc(50% - 25px);
    color: #fff;
    font-size: 50px;
}



.cms-faq .page-title-wrapper .page-title {
    margin-bottom: 42px;
}

.faq-page #faq-accordion .accordion-trigger {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    transition: .3s;
}

.faq-page #faq-accordion .accordion-trigger:before {
    content: 'q';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.faq-page #faq-accordion .accordion-trigger:after {
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.faq-page #faq-accordion .accordion-trigger.open:after {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.faq-page #faq-accordion .accordion-trigger.open {
    margin-bottom: 35px;
}

.faq-page #faq-accordion .accordion-trigger span {
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
}

.faq-page #faq-accordion .accordion-content {
    display: none;
    padding-bottom: 50px;
}

.faq-page #faq-accordion .accordion-content p {
    margin-bottom: 23px;
}

.faq-page #faq-accordion .accordion-content p:before {
    content: 'a';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    background: #fafafa;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin: 5px 15px 15px 0;
    float: left;
}

.faq_filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.mpfaq-category .select2-selection--single{
    border: solid 0.5px #b0b0b0 !important;
    border-radius: 0;
}
.mpfaq-category .select2-selection__rendered{
    line-height: 49px !important;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
}
.mpfaq-category .select2-container {
    max-width: 350px;
}
.mpfaq-category  .select2-selection__arrow{
    line-height: 50px !important;
}
.mpfaq-category  select{
    border: solid 0.5px #b0b0b0;
    border-radius: 0;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #231f20;
}
.mpfaq-category,
.mpfaq-search{
    flex-basis: 51%;
    position: relative;
    margin-bottom: 25px;
    flex-grow: 1;
}
@media (min-width: 768px) {
    .mpfaq-category,
    .mpfaq-search{
        max-width: 350px;
    }
}


.mpfaq-search .actions {
    position: absolute;
    right: 0;
    top: 0;
}

.mpfaq-search .actions button:before {
    font-family: "Linearicons";
    content: "\e922";
    color: #48a842;
}


.mpfaq-search .actions button {
    border: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 4px;
    color: #48a842;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
}

.mpfaq-search input[type='text'] {
    border-radius: 0;
    border: solid 0.5px #b0b0b0;
    padding: 0 10px;
    min-height: 50px;

    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}


.mpfaq-search input[type='text']::-ms-clear{
    display: none;
}

/*END FAQ*/



/*WHY US PAGE*/
.cms-why-us .main h3.first {
    background: url(../images/why-us-guarantee-free-in-home-trials-.svg) no-repeat left center;
    padding: 23px 0 23px 90px;
}

.cms-why-us .main h3.second {
    background: url(../images/why-us-mobile-service-and-repairs.svg) no-repeat left center;
    padding: 23px 0 23px 90px;
}

.cms-why-us .main h3.thrid {
    background: url(../images/why-us-guarantee-australian-owned-operated.svg) no-repeat left center;
    padding: 23px 0 23px 90px;
}

.cms-why-us .main h3.four {
    background: url(../images/why-us-freindly-staff.svg) no-repeat left center;
    padding: 27px 0 27px 70px;
}

.whyus-contact {
    padding: 83px 0;
    background-color: rgba(235, 220, 209, .1);
}

.whyus-contact-inner {
    border-radius: 10px;
    padding: 0px 43px 0px;
    box-sizing: border-box;
    background-size: cover;

}

@media (min-width: 768px) {
    .whyus-contact-inner {
        padding: 60px 43px 74px;
        min-height: 277px;
    }
}

@media (min-width: 768px) {
    .whyus-contact-inner {
        background-color: #fff;
        box-shadow: 0 10px 16px 0 rgba(10, 31, 68, .06);
        /*background: linear-gradient(267.09deg, rgba(255,255,255,0) 0%, #FFFFFF 100%), 
      url(../images/whyus-contact.png) no-repeat center right;*/
    }
}

@media (max-width: 767px) {
    .whyus-contact-inner {
        background-size: cover;
    }
}

.whyus-contact-inner h2 {
    color: #48a842;
    ;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 33px;
}

@media (min-width: 768px) {
    .whyus-contact-inner h2 {
        font-size: 42px;
    }
}

.whyus-contact-inner a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1.19;
    text-align: center;
    padding: 15px 30px;
    box-sizing: border-box;
    background: #48a842;
    border-radius: 5px;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    margin-bottom: 10px;
    min-width: 190px;
}

.whyus-contact-inner a[href^="tel:"]:before {
    content: "\e809";
    font-size: 20px;
    font-family: "Linearicons";
}

.whyus-contact-inner a:hover {
    margin-top: -5px;
    background: #e1890c;
}

.whyus-contact-inner a.open-contact-popup {
    background-color: transparent;
    border: 3px solid #f79520;
    color: #48a842;
    padding: 14px 30px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .whyus-contact-inner a.open-contact-popup {
        margin-left: 0px;
    }
}


.whyus-contact-inner a.open-contact-popup:hover {
    background: #e1890c;
    border: 3px solid #e1890c;
    color: #fff;
    margin-top: -5px;
}

.left-cms-links ul {
    float: left;
    width: 100%;
    border: solid 1px #dedede;
}

.left-cms-links ul li {
    float: left;
    width: 100%;
    color: #000;
    font-style: normal;
    font-size: 13px;
    line-height: 1.23;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.left-cms-links ul li:last-child{border-bottom: 0;}

.left-cms-links ul li a {
    float: left;
    width: 100%;
    color: #b0b0b0;
    padding: 22px 22px;
    box-sizing: border-box;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.left-cms-links ul li:after {
   
    float: left;
    width: 5px;
    background: #fff;
    height: 64px;
    position: absolute;
    top: -1px;
    left: 0;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}

.left-cms-links ul li.active:after,
.left-cms-links ul li:hover:after {
    background: #48a842;
     content: "";
}

.left-cms-links ul li.active a,
.left-cms-links ul li:hover a {
    color: #48a842;
    ;
}

/*END WHY US PAGE*/
/*TESTMONIA PAGE*/
.testimon-dtls:before {
    content: "\F10D";
    font-family: "Linearicons";
    color: #4a4a4a;
    position: absolute;
    left: 23px;
    top: 24px;
}

.testimon-dtls {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background-color: #fff;
    padding: 25px 40px 25px 65px;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}

.testimon-dtls address {
    float: left;
    width: 100%;
    color: #00898c;
    font-style: normal;
    font-size: 13px;
    line-height: 1.23;
}

.testimon-dtls p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.44;
    margin-bottom: 10px;
}

.testimonial-container .limiter {
    display: none;
}

/*END TESTMONIA PAGE*/
/*RESOURCES PAGE*/
.cms-resources .main [class*='col'] {
    position: relative;
}

.cms-resources div.cs-block {
    display: flex;
    min-height: 256px;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    -webkit-box-shadow: 0 0 2px 2px rgba(29, 25, 86, .05);
    -moz-box-shadow: 0 0 2px 2px rgba(29, 25, 86, .05);
    box-shadow: 0 0 2px 2px rgba(29, 25, 86, .05);
    margin-bottom: 22px;
    border-radius: 5px;

    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
}

.cms-resources div.cs-block:hover {
    box-shadow: 0 0 2px 2px #48a842;
    -webkit-box-shadow: 0 0 2px 2px #48a842;
    -moz-box-shadow: 0 0 2px 2px #48a842;
}

.cms-resources a.cs-box {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 118px;
}

.cms-resources a.cs-box:before {
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: 24%;
    height: 90px;
    position: absolute;
    left: calc(50% - 45px);
    width: 90px;
    background-size: contain;
}

.cms-resources a.payment-icon:before {
    background-image: url(../images/payment-icon.svg);
}

.cms-resources a.faq-icon:before {
    background-image: url(../images/faq-icon.svg);
}

.cms-resources a.therapist-icon:before {
    background-image: url(../images/therapist-icon.svg);
}

.cms-resources a.downloads-icon:before {
    background-image: url(../images/downloads-icon.svg);
}

.cms-resources a.blog-icon:before {
    background-image: url(../images/blog-icon.svg);
}

.cms-resources a.repayment-icon:before {
    background-image: url(../images/repayment-icon.svg);
}

a#open-repayment-popup {
    display: none;
}

.product-info-main a#open-repayment-popup {
    display: block;
}


/*END RESOURCES PAGE*/

/*WHICH SCOOTER IS RIGHT*/
.mobilit-scooter-dtl {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(29, 25, 86, .05);
    margin-bottom: 53px;
}

.mobilit-scooter-dtl h1 {
    color: #48a842;
    ;
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e0ef;
    padding: 22px 22px 22px 22px;
    box-sizing: border-box;
}

.mobilit-scooter-dtl a {
    margin-bottom: 15px;
    font-weight: 600;
    color: #48a842;
    ;
    font-size: 18px;
    letter-spacing: .39px;
    line-height: 1.5;
    display: inline-block;
    clear: both;
    width: 100%;
    margin-top: 10px;
}

.scooter-data {
    padding: 20px 22px 5px 22px;
    box-sizing: border-box;
}

.mobilit-scooter-inn li {
    list-style: disc;
    font-size: 14px;
}

.mobilit-scooter-inn ul {
    padding-left: 20px;
}

.mobilit-scooter-inn h3 {
    color: #252525;
    margin-bottom: 5px;
    font-size: 16px;
}

.produs-inner-img {
    text-align: center;
    position: relative;
}

.produs-inner-img img {
    max-width: 154px;
}

.mobilit-pro-featr {
    padding: 8% 0% 8% 5%;
    position: relative;
}

@media (min-width: 768px) {
    .mobilit-pro-featr {
        min-height: 343px;
    }
}

@media (min-width: 992px) {
    .mobilit-pro-featr {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .mobilit-pro-featr {
        min-height: 343px;
    }
}

.mobilit-scooter-inn p {
    font-size: 14px;
}

.mobilit-pro-desc {
    padding: 8% 0% 8% 5%;
    position: relative;
}

@media (min-width: 768px) {
    .mobilit-pro-desc {
        min-height: 309px;
    }
}

@media (min-width: 992px) {
    .mobilit-pro-desc {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .mobilit-pro-desc {
        min-height: 309px;
    }
}


.mobilit-scooter-inn .action {
    padding: 8% 0% 8% 5%;
}

.mobilit-scooter-inn .action a {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.19;
    margin: 0;
    padding: 0px 0;
    text-decoration: underline;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    position: relative;
    text-decoration: none;
}

.mobilit-scooter-inn .action a span {
    text-decoration: underline;
}

.mobilit-scooter-inn .action a:after {
    content: "\E93C";
    font-family: "Linearicons";
    font-size: 13px;
    color: #f69c14;
    margin-left: 3px;
    display: inline-block;
}

.mobilit-scooter-inn .action a:hover {
    color: #f69c14;
}

.mobilit-pro-desc:after,
.mobilit-pro-featr:after,
.produs-inner-img:after {
    content: "";
    border-bottom: 1px solid #e2e0ef;
    width: 100%;
    height: 8px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.scooter-data {
    margin: 0;
}

.scooter-data>[class*='col'] {
    padding-right: 0;
    padding-left: 0;
}

.ws-btm-blk {
    padding-bottom: 5%;
    padding-top: 5%;
    background: #fff;
}

.ws-btm-blk p {
    color: #58595b
}

.ws-btm-blk li {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1.55;
    list-style: disc;
    margin-bottom: 10px;
    list-style-position: outside;
    font-weight: 600;
    margin-left: 17px;
}

@media (min-width: 768px) {
    .ws-btm-blk li {
        font-size: 18px;
    }
}

.ws-btm-blk h4 {
    color: #48a842;
    ;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 36px;
}

.ws-btm-blk h2 {
    color: #48a842;
    ;
    font-size: 22px;
    line-height: 1.16;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .ws-btm-blk h2 {
        font-size: 36px;
    }
}

.ws-btm-blk .ques-blog-img {
    border: 1.7px solid #ced7ed;
    padding: 15px 5px;
    margin-bottom: 12px;
}

.ws-btm-blk .ques-blog-txt {
    text-align: center;
}

.ws-btm-blk .ques-blog-txt>a {
    text-align: center;
    color: #48a842;
    ;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
}

.ws-btm-blk img.question-chart {
    margin-left: 7px;
}

@media (min-width: 768px) {
    .ws-btm-blk img.question-chart {
        margin-left: 22px;
    }
}

.ws-btm-blk .question-blog {
    margin-bottom: 25px;
}


/*END WHICH SCOOTER IS RIGHT*/




/*CUSTOMER ACCOUNT PAGES*/
.limiter-options+.select2-container {
    width: 90px !important;
}

@media (max-width: 767px) {
    body.account .table-wrapper {
        overflow-y: scroll;
    }

    body.account .table-wrapper:after {
        content: "Note:scroll left to see full detail.";
        color: Red;
        font-size: 11px;
    }

    body.account .table-wrapper table.table td {
        display: table-cell;
        padding: 10px 10px;
    }

    body.account .table-wrapper table.table {
        max-width: 100%;
        white-space: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #my-orders-table a.action {
        margin-bottom: 10px;
        min-width: 130px;
        text-align: center;
    }
}



/*END CUSTOMER ACCOUNT PAGES*/
/*CHECKOUT*/

#shipping .new-address-popup button,
button.action-select-shipping-item {
    color: #48a842;
    ;
    font-weight: bold;
}

#checkout-step-shipping #customer-email-error {
    position: relative;
}

body.checkout-index-index aside.modal-popup:not(.opc-sidebar) .action-close {
    display: block;
    top: 45px;
}
body.onestepcheckout-index-index .widget_feature_list_block{
    display: none;
}

@media (min-width: 767px) {
    .modal-popup .form-shipping-address .field.street label {
        display: block;
        visibility: hidden;
    }

    .modal-popup .form-shipping-address .field.street>.control {
        margin-top: -41px;
    }
}

.modal-popup #shipping-new-address-form .field {
    margin-bottom: 10px;
    clear: both;
    display: flex;
}

@media (max-width: 767px) {
    .modal-popup #shipping-new-address-form .field {
        flex-direction: column;
    }
}

.modal-popup #shipping-new-address-form .field .label {
    flex-basis: 25%;
    text-align: left;
    line-height: 30px;
}

.modal-popup #shipping-new-address-form .field .control {
    flex-basis: 75%;
    text-align: left;
}

.modal-popup #shipping-new-address-form .form-shipping-address .field.street label {
    visibility: hidden;
    display: block;
}

.modal-popup #shipping-new-address-form .field-tooltip-content {
    display: none;
}

.modal-popup #shipping-new-address-form .field .checkbox+.label {
    flex-basis: 100%;
}



@media (max-width: 767px) {
    .checkout-index-index .checkout-container .authentication-wrapper {
        width: 100%
    }

    .checkout-index-index .checkout-container .authentication-wrapper button.action-auth-toggle {
        float: right;
    }

    .checkout-index-index .checkout-container .authentication-dropdown {
        width: 100%;
    }
}

.billing-address-same-as-shipping-block.field.choice>label {
    text-align: left;
    padding-left: 0;
}

.payment-method-title label.label {
    padding-left: 29px;
}

/*END CHECKOUT*/



@media (min-width: 768px) and (max-width: 1023px) {
    .page-layout-2columns-left .grid-left {
        flex-basis: 30%;
        max-width: 30%;
    }

    .page-layout-2columns-left .grid-main {
        flex-basis: 70%;
        max-width: 70%;
    }
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: -45px;
}

.owl-prev,
.owl-next {
    font-size: 20px;
}

/*.fotorama-item .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama-item .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    background: #f4f4f4;
    height: 17px;
    opacity: 1;
}

.fotorama-item .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right.fotorama__arr--disabled {
    opacity: 0;
}*/

/*.fotorama-item .fotorama__thumb__arr--right .fotorama__thumb--icon:before,
.fotorama-item .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
    font-family: "Linearicons";
    content: "\E93B";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 8px;
    left: 0;
}
*/
/*.fotorama__thumb--icon {
    transform: none !important;
    background: none !important;
}*/

/*.fotorama-item .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
    content: "\E93C";
}*/

/*.fotorama-item .fotorama__nav--thumbs {
}*/

.fotorama-item .fotorama__thumb-border {
    border-color: #48a842;
}

.fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 10px !important
}

.p-short-desc {
    font-size: 15px;
    font-weight: 300;
    height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
    letter-spacing: 1px;
    display: none;
}

.catalogsearch-result-index .sidebar.sidebar-main {
    display: none;
}

.catalogsearch-result-index .breadcrumbs + #maincontent .page-title-wrapper .page-title {
    margin-top: 0;
}


#shipping-zip-form .select2-container {
    width: 100% !important;
}

iframe.zoid-component-frame {
    z-index: 1 !important;
}




ul.list-ordered {
    list-style: unset;
    list-style-position: inside;
}

ol.list-ordered {
    list-style: decimal;
    list-style-position: inside;
}

/* sourceMappingURL=style.css.map */

.product-info-main .product-reviews-summary {
    display: none;
}

/*.product-info-main .product-addto-links .towishlist:after,
.product-info-main .product-addto-links .tocompare:after {
    content: "Compare";
    font-size: 11px;
    position: ABSOLUTE;
    bottom: -44px;
    left: 0;
    width: 100%;
}



.product-info-main .product-addto-links .towishlist:after {
    content: "Favourites";
}*/

.price-container span.price-label {
    display: none !important;
}

.billing-address-details button.action-edit-address {
    box-shadow: none;
    color: #48a842;
    ;
}









div[class*='widget_'] .__action {
    margin-top: 25px;
    text-align: center;
}

div[class*='widget_'] .__action a {
    background: #03391f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    height: 49px;
    display: inline-block;
}







.widget_textslide_block {
    background: rgba(3, 57, 31, 0.15);
    color: #48a842;
}

.widget_textslide_block p {
    color: #48a842;
    margin: 5px 0;
    text-align: CENTER;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.widget_text_block {
    text-align: CENTER;
    max-width: 900px;
    margin: 0 auto;
    border-bottom: solid 1px #dedede;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
}

.widget_text_block .container {
    max-width: 750px;
}

.widget_text_block h2 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget_text_block p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}













.widget_text_img_block .row {
    align-items: center;
}

.widget_text_img_block .text-block {
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
        margin-bottom: 25px;
    margin-top: 25px;
}
.widget_text_img_block.left .text-block {
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 991.9px) {
    .widget_text_img_block.right .row div[class^='col-']:first-child {
        order: 2;
    }
}

@media (min-width: 1300px) {
    .widget_text_img_block .text-block {
        padding-left: calc(100% - 600px);
        padding-left: 80px;
    }
    .widget_text_img_block.left .text-block {
        padding-right: calc(100% - 600px);
        padding-right: 80px;
    }
}


.widget_text_img_block strong {
    color: #48a842;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 2px;
}

.widget_text_img_block h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2px;
}

.widget_text_img_block p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.widget_text_img_block a {
    color: #48a842;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    letter-spacing: 2px;
}

.widget_text_img_block a:after {
    border-bottom: 1px solid #48a842;
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
}








.widget_parallax_block {
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
    padding: 70px 0;
    clear: both;
    color: #fff;
    
}

.widget_parallax_block .row {
    justify-content: center;
    text-align: CENTER;
}

.widget_parallax_block p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.widget_parallax_block strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget_parallax_block h2 {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget_parallax_block a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 4px 0;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .widget_parallax_block .col-md-4 {
        padding-left: 25px;
        padding-right: 25px;
    }
}












.widget_instagram {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
    clear: both;
}

.widget_instagram h2 {
    color: #231f20;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget_instagram .is-owlnav {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 217px;
    z-index: 2;
    height: calc(100% - 166px);
    font-size: 24px;
    top: 70px;
}
.widget_instagram .is-owlnav i{
    background: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 47px;
    border-radius: 45px;
    font-size: 14px;
}

.widget_instagram .is-owl-next {
    left: 0;
    background:linear-gradient(to left, transparent, #fff);
}

.widget_instagram .is-owl-prev {
    right: 0;
    background:linear-gradient(to right, transparent, #fff);
}

@media (max-width: 1023px) {
    .widget_instagram .is-owlnav {
        display: none;
    }
}












.widget_feature_list_block {
    padding-top: 55px;
    padding-bottom: 55px;
    background: #fff;
    text-align: center;
}

.widget_feature_list_block .row {
    justify-content: center;
    align-items: flex-start;
}

.widget_feature_list_block [class*='col'] {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: flex-start;
}

.widget_feature_list_block img {
    max-width: 19px;
}

.widget_feature_list_block p {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 4px 0 3px 6px;
}
@media (min-width: 768px) {
    .widget_feature_list_block p{
        margin: 0px 0 10px 10px;
    }
}






.widget_fslider {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 20px;
}
.widget_fslider.layout-tab {
    margin: 0;
    padding-top: 0;
}
@media (min-width: 768px) {
    .widget_fslider {
         margin-top: 30px;
        margin-bottom: 0px;
        padding-bottom: 30px;
        padding-top: 50px;
    }
}

.widget_fslider div.item{padding: 2px;}

.widget_fslider .__tabs{
    margin-bottom: 60px;
}

.widget_fslider .__tabs .__action,
.widget_fslider .__tabs .__heading {
    display: none;
}

.widget_fslider .__tabs .container {
    padding: 0;
}

.widget_fslider .__slider {
    position: relative;
}


.widget_fslider .owl-carousel .owl-item{
    padding: 3px;
}

.widget_fslider button[class^='owl-nav'] {
    position: absolute;
    left: -25px;
    font-size: 31px;
    top: 30%;
}
@media (max-width: 767.9px) {
    .widget_fslider button[class^='owl-nav'] {display: none;}
}

.widget_fslider button.owl-nav-next {
    right: -25px;
    left: auto;
}

.widget_fslider ul.ui-tabs-nav {
    
    margin-bottom: 15px;
}



.widget_fslider ul.ui-tabs-nav li {
    padding: 0;
    margin: 0 10px;
}


.widget_fslider ul.ui-tabs-nav li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 5px 0;
}

@media (min-width: 768px) {
    .widget_fslider ul.ui-tabs-nav {
        margin-bottom: 30px;
        text-align: center;
    }
    .widget_fslider ul.ui-tabs-nav li a {
        font-size: 20px;
    }
    .widget_fslider ul.ui-tabs-nav li {
        margin: 0 20px;
    }
}

.widget_fslider ul.ui-tabs-nav li.ui-tabs-active a {
    color: #48a842;
}

.widget_fslider ul.ui-tabs-nav li.ui-tabs-active a:after {
    border-bottom: 1px solid #48a842;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.widget_fslider h2,
.widget_fslider h3 {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget_fslider h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .widget_fslider h2 {
        margin-bottom: 40px;
    }
}


.widget_fslider .__action {
    margin-bottom: 35px;
}

.widget_fslider:not(.layout-tab):after {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    border-bottom: solid 1px #dedede;
    content: "";
}



@media (min-width: 1200px) {
    .widget_bulletlist_block ul {
        column-count: 2;
    }
}

.widget_bulletlist_block li {
    font-size: 13px;
    padding: 3px 0;
    letter-spacing: 1px;
}

.widget_bulletlist_block li span {
    color: #48a842;
    margin-right: 9px;
}

.product-gift-card .widget_bulletlist_block {
    display: none;
}

.tmhear-wrap {
    position: relative;
}

.tmhear {
    width: 280px;
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 25px;
}

.tmhear button.close {
    float: right;
    margin-right: 10px;
    color: #48a842;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 3px 3px 0 0;
    background: #000;
}


.tmhear button.action {
    background: #231f20;
    border-color: #231f20;
    margin: 10px;
    border-radius: 0;
}

.tmhear .__form {
    background: #000;
    float: right;
}
@media (max-width: 991.9px) {
    .tmhear .__form {
        display: none;
    }
}

.tmhear label {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.tmhear h2 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: CENTER;
    background: #000;
    padding: 9px 0;
    display: inline-block;
    width: 100%;
    border-radius: 3px 3px 0 0;
    float: right;
    clear: both;
    margin: 0;
}

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

.tmhear button {
    background: #231f20;
    border-color: #231f20;
}

.tmhear li {
    background: #231f20;
    padding: 7px 10px 7px 33px;
    margin-bottom: 2px;
    position: relative;

}

.tmhear input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

.tmhear .mage-error {
    margin-left: 10px;
}

.tmhear input[type="radio"]+label:before {
    content: "\F10C";
    font-size: 14px;
    font-family: "Linearicons";
    position: ABSOLUTE;
    left: 13px;
    top: 6px;
}

.tmhear input[type="radio"]:checked+label:before {
    content: "\F192";
}



.mfp-wrap.tm-stockalert .mfp-content {
    max-width: 550px;
    background: #fff;
    box-shadow: 0px 0px 6px #EAE9E9;
    padding: 30px;
}



input.amcard-button {
    margin-top: 15px;
}
button.amcard-check {
    margin-top: 15px;
    margin-left: 15px;
}
.amcardacc-messages-container:not(.-visible) {
    display: none;
}
.zip-widget__popup__overlay img.close-button {
    width: 48px;
    height: 48px;
}
.zip-widget__wrapper a {
    color: #f16722 !important;
}
.zip-widget__tagline a.learn-more{
    font-size: 14px !important;
    font-weight: 300 !important;
}

table.table-order-items td:before,
.box-order-billing-method table.table td:before,
.box-order-billing-method caption.table-caption {
    display: none;
}
.box-order-billing-method dd.content{padding: 0;}

table.table-order-items .col.name{ min-width: 281px;}


span.ams-tooltip-action{
    color: #f16722;
}
.product-add-form .amsa-alert {
    margin-bottom: 10px;
}


.irs-from, .irs-to, .irs-single{
     background: #48a842 !important;
}
.irs-from:after, .irs-to:after, .irs-single:after{
        border-top-color: #48a842 !important;
}

.product.attribute.accessory {
    margin-top: 22px;
}

.product.attribute.accessory h3 {margin-bottom: 0}
.product.attribute.accessory ul {
    list-style-type: disc;
    padding-left: 15px;
}
.product.attribute.accessory li{
    line-height: 24px;
    letter-spacing: 1px;
}
.product.attribute.accessory ol {
    list-style-type: decimal;
    padding-left: 15px;
}


.ex_related{
    display: flex;
    align-items: center;
    border: solid 1px #dedede;
    background: #fff;
    border-radius: 5px;
    max-width: 324px;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 6px 2px;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    justify-content: center;
}
.ex_related input{
    margin: 0 10px 0 0;
}
.ex_related label{
    cursor: pointer;
    user-select: none;
    font-size: 13px !important;
    font-weight: 300;
}
.ex_related label.label:before{
    position: relative;
    left: unset;
    margin-right: 0;
}

body.catalogsearch-result-index #layered-filter-block{
    display: none;
}


#popup-submit-button .center{
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    transform: none;
}

#bio_ep{
    max-width: 90%;
}
.magenest-popup-step .mage-error {
    text-align: left;
    padding-top: 0;
}
.magenest-popup-step .popup-step-1 .popup-message{
    color: red;
    font-size: 12px;
}


.products-grid .item .out-of-stock{
    color: #48a842;
    text-transform: uppercase;
}

.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method.zipmoney._active .payment-method-content {
    display:none;
}