@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-300 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans/open-sans-v13-latin-300.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v13-latin-300.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v13-latin-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/open-sans/open-sans-v13-latin-600.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v13-latin-600.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans/open-sans-v13-latin-700.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v13-latin-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("../fonts/open-sans/open-sans-v13-latin-800.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v13-latin-800.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-300 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/poppins/poppins-v6-latin-300.woff2") format("woff2"), url("../fonts/poppins/poppins-v6-latin-300.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-500 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/poppins/poppins-v6-latin-500.woff2") format("woff2"), url("../fonts/poppins/poppins-v6-latin-500.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-regular - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: local("Poppins"), local("Poppins-Regular"), url("../fonts/poppins/poppins-v6-latin-regular.woff2") format("woff2"), url("../fonts/poppins/poppins-v6-latin-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins/poppins-v6-latin-600.woff2") format("woff2"), url("../fonts/poppins/poppins-v6-latin-600.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-700 - latin */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/poppins/poppins-v6-latin-700.woff2") format("woff2"), url("../fonts/poppins/poppins-v6-latin-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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: none;
}

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

.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: 0.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: 0.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 {
    margin: 0 3px;
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    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: 0.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: 10px;
    position: relative;
}

.field.additional, .field.choice {
    margin-bottom: 0;
}

.field .label,
.field label {
    margin-right: 0;
    line-height: 24px;
    padding: 6px 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.field .checkbox {
    margin: 0.75rem 0.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],
select,
textarea {
    display: block;
    width: 100%;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 24px;
    min-height: 40px;
    background: white;
    border: 2px solid rgb(223, 225, 230);
}

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 {
    box-shadow: 0 0 3px red inset;
    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 0.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 0.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 0.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 0.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: 0.5;
    transition: opacity 0.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: 0.5;
    transition: opacity 0.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: 0.5;
    transition: opacity 0.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: 0.5;
    transition: opacity 0.3s ease;
}

select {
    height: 24px;
    outline: none;
}

select option {
    outline: none;
}

textarea {
    max-width: 100%;
}

p.required {
    color: #d73105;
}

.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: #1269a6;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 1px;
}

.field.required button {
    display: ruby-text-container;
    display: contents;
}

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

.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;
    line-height: 18px;
    margin-left: 24px;
}

.field.choice input[type=checkbox]+.label:before,
.field.choice input[type=radio]+.label:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    font-family: "Material Icons";
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    padding-right: 3px;
    font-weight: normal;
}

.field.choice input[type=checkbox]+.label button, .field.choice input[type=checkbox]+.label span,
.field.choice input[type=radio]+.label button,
.field.choice input[type=radio]+.label span {
    text-align: left;
}

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

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

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

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

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

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

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

.actions .action,
.actions-toolbar .action,
.box-actions .action,
.product-item-actions .action,
.checkout.methods .action {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.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;
}

a.action.delete, a.action.edit, a.action.change-password {
    font-size: 20px;
    display: inline-block;
    padding: 13px 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: "";
}

a.action.edit {
    font-family: "Linearicons";
}

a.action.edit:before {
    content: "";
}

.block-minicart a.action.delete:before {
    content: "";
}

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

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

.mage-error:not(input):not(textarea) {
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: italic;
    color: #F11F17;
    padding: 5px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
}

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;
    }
}

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: 768px) {
    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-static.rd-navbar--is-clone, .rd-navbar-wrap {
    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: 767px) {
    .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: 0.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: "";
    }

    .rd-navbar-toggle.active span:before {
        content: "";
        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: 112px 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 {
        -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 {
        margin-bottom: 15px;
        padding: 0 60px 0 30px;
    }

    .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: "";
    }

    .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: 12px;
    }

    .rd-navbar-submenu li>a:before {
        font-family: "Linearicons";
        content: "";
        float: left;
        font-size: 10px;
        margin-right: 10px;
    }

    .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: "";
        padding: 4px 8px;
        display: block;
    }
}

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

@media (min-width: 768px) {
    .layout_4 .navigation {
        width: 22.3333%;
        position: relative;
    }

    .layout_4 .rd-navbar-toggle {
        display: block;
        height: 60px;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        padding-left: 30px;
    }

    .layout_4 .rd-navbar-toggle strong {
        font-weight: 500;
        display: inline-block;
    }

    .layout_4 .rd-navbar-toggle:before {
        font-family: "Linearicons";
        content: "";
        margin-right: 25px;
        float: right;
    }

    .layout_4 .rd-navbar-toggle:hover {
        opacity: 0.8;
    }

    .layout_4 .rd-navbar-toggle.active:before {
        content: "";
    }

    .layout_4 .rd-navbar-nav-wrap {
        position: absolute;
        display: none;
    }

    .layout_4 .rd-navbar-nav-wrap.active {
        display: block;
    }

    .layout_4 .rd-navbar-nav {
        border: 1px solid #eae9e9;
        padding: 0 29px;
        background: #fff;
        margin: 0;
    }

    .layout_4 .rd-navbar-nav>li {
        display: block;
        float: none;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #eae9e9;
    }

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

    .layout_4 .rd-navbar-nav>li>a {
        padding: 17px 0;
    }

    .layout_4 .rd-navbar-nav>li>a::after {
        display: none;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .layout_4 .rd-navbar-nav>li .rd-navbar-dropdown {
        left: 231px;
        top: 0;
        margin: 0;
    }
}

@media (min-width: 768px) and (min-width: 1200px) and (min-width: 1354px) {
    .layout_4 .rd-navbar-nav>li .rd-navbar-dropdown {
        left: 271px;
        width: 290px;
    }
}

.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: "";
    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;
    line-height: auto;
    text-align: center;
    cursor: pointer;
    color: #d35f00;
}

.rd-navbar-cart-toggle span, .rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
    transition: 0.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:before {
    content: "";
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-cart-toggle span:after {
    content: "";
    -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 span {
    padding-left: 28px;
    text-align: left;
}

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

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

.rd-navbar-cart-toggle .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;
}

.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;
        left: 150px;
        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: 10px;
        top: -6px;
    }

    .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: 0.3s all ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

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

.rd-navbar-search-toggle:after {
    font-family: "Linearicons";
    content: "";
    -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: none;
    height: 48px;
    width: 44px;
    font-size: 23px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    border: 0;
}

.rd-navbar-search form button[type=submit]:before {
    font-family: "Linearicons";
    content: "";
}

.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);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
}

.rd-navbar-search .form-group input {
    width: 100%;
    height: 50px;
    min-height: inherit;
    display: block;
    line-height: normal;
    border: 1px solid #eae9e9;
    padding-right: 60px;
    padding-left: 30px;
}

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

.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_2 .rd-navbar-search-toggle {
        border: 0;
        width: 45px;
        height: 24px;
        line-height: 26px;
    }

    .layout_2 .rd-navbar-search {
        left: 0;
        right: 40px;
    }
}

@media (min-width: 1200px) {
    .layout_2 .rd-navbar-search-toggle.active {
        position: absolute;
        right: 0;
        top: 8px;
        line-height: 36px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .layout_2 .rd-navbar-search-toggle {
        position: absolute;
        right: 4px;
        top: -39%;
    }

    .layout_2 .rd-navbar-search {
        top: -54%;
    }
}

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

    .layout_3 .rd-navbar-search {
        left: 0;
        right: 40px;
        top: -7px;
    }
}

@media (min-width: 768px) {
    .layout_4 .rd-navbar-search {
        position: relative;
        left: 0;
        top: 0;
        z-index: 2;
        width: 48%;
        margin-bottom: 0;
    }

    .layout_4 .rd-navbar-search .form-group {
        opacity: 1;
        visibility: visible;
        position: relative;
        z-index: auto;
        box-shadow: none;
        border: 5px solid;
    }

    .layout_4 .rd-navbar-search .form-group input {
        height: 50px;
        border: 0;
        background: #fff;
        padding-right: 80px;
    }

    .layout_4 .rd-navbar-search form button[type=submit] {
        width: 66px;
        border-left: 1px solid #eae9e9;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .layout_4 .rd-navbar-search {
        width: 74%;
    }
}

@media (min-width: 768px) {
    .layout_4 .rd-navbar-search-toggle {
        display: none;
    }
}

@media (min-width: 768px) {
    .layout_5 .rd-navbar-search-toggle {
        margin: 0;
        border: 0;
        color: #fff;
    }

    .layout_5 .rd-navbar-search {
        right: 45px;
        left: 0;
        top: 7px;
    }
}

@media (max-width: 767px) {
    .rd-navbar-search-toggle {
        display: block;
        position: fixed;
        top: 15px;
        left: 50px;
        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: block;
        z-index: 16;
    }

    .rd-navbar-search .form-group {
        position: fixed;
        top: 70px;
        left: 0;
        right: 10px;
    }
}

/*
* @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;
    padding-right: 5px;
    transition: all 0.3s;
}

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

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

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

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

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

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

@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 {
        display: inline-block;
        margin: 0 30px 0 0;
    }

    .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: "";
    }

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

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

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

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

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

@media (min-width: 768px) and (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: 100%;
    }

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

    .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;
        border-left: 1px solid #eae9e9;
        margin-left: 15px;
        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: 0.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: "";
        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: "";
        font-size: 25px;
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1353px) {
    .layout_4 .rd-navbar-collapse-toggle {
        margin: 0;
        border: 0;
    }

    .layout_4 .rd-navbar-collapse {
        right: 0;
    }
}

@media (min-width: 768px) and (min-width: 1354px) {
    .layout_5 .rd-navbar-collapse-container {
        float: right;
    }

    .layout_5 .rd-navbar-collapse li {
        margin: 0 0 0 30px;
    }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1353px) {
    .layout_5 .rd-navbar-collapse-container {
        float: right;
        clear: inherit;
        width: auto;
        margin: 0;
        border: 0;
    }

    .layout_5 .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: 100%;
        right: 15px;
    }

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

    .layout_5 .rd-navbar-collapse.active {
        display: block;
    }

    .layout_5 .rd-navbar-collapse-toggle {
        display: block;
        height: 40px;
        z-index: 4;
    }

    .layout_5 .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_5 .rd-navbar-collapse-toggle span, .layout_5 .rd-navbar-collapse-toggle span:before, .layout_5 .rd-navbar-collapse-toggle span:after {
        transition: 0.3s all ease;
    }

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

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

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

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

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

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

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

    .layout_5 .rd-navbar-collapse-toggle.active span:after {
        font-family: "Linearicons";
        content: "";
        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: 0.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: 0.3s all ease 0.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;
        left: 100px;
        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: 0.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: "";
        font-size: 21px;
    }

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

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

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

.messages {
    position: fixed;
    top: 70px;
    right: 10px;
    max-width: 90%;
    z-index: 4;
    font-size: 12px;
}

@media (min-width: 768px) {
    .messages {
        top: 10px;
        max-width: 100%;
    }
}

.message {
    padding: 0.8rem 3.5rem 0.8rem 1rem;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.message a {
    text-decoration: underline;
}

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

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

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

.message-info,
.message-notice,
.message.notice,
.message.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.message-info a, .message-info>div:after,
.message-notice a,
.message-notice>div:after,
.message.notice a,
.message.notice>div:after,
.message.info a,
.message.info>div:after {
    color: #31708f;
}

.message-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.message-warning a, .message-warning>div:after {
    color: #8a6d3b;
}

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

.message-error a, .message-error>div:after {
    color: #fff;
}

.message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.message-success a, .message-success>div:after {
    color: #3c763d;
}

/*
 * 	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: rgba(0, 0, 0, 0);
}

/*
 *  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;
    cursor: hand;
    -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: 0.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;
    padding-right: 24px;
}

[role=tablist] [role=tab]:before {
    font-family: "Linearicons";
    content: "";
}

[role=tablist] [role=tab][aria-expanded=true]:before {
    font-size: 14px;
    content: "";
}

[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;
    cursor: hand;
}

.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: 85px;
    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: 50px;
    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: 204px;
}

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

.select2-dropdown {
    background-color: #f6f6f6;
    boder: 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 20px;
}

.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;
}

.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: #f6f6f6;
    border: none;
    border-radius: 0;
    outline: none;
}

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

.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: 55px;
    text-align: center;
    line-height: 50px;
}

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

.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: 0.75s;
    animation-duration: 0.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: 0.75s;
    animation-duration: 0.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: 0.75s;
    animation-duration: 0.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: 0.75s;
    animation-duration: 0.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-center, .page-title,
.section-title {
    text-align: center;
}

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

@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.5rem;
}

h3, .heading-3 {
    font-size: 1.17rem;
}

h4, .heading-4 {
    font-size: 1rem;
}

h5, .heading-5 {
    font-size: 0.83rem;
}

h6, .heading-6 {
    font-size: 0.67rem;
}

h1,
.heading-1 {
    margin-bottom: 25px;
    font-weight: 600;
}

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,
.section-title {
    font-size: 35px;
    line-height: 1;
}

.page-title .base,
.section-title .base {
    display: inline-block;
}

.page-title-wrapper .page-title {
    margin-bottom: 36px;
}

@media (max-width: 991px) {
    .page-title-wrapper .page-title {
        margin-bottom: 25px;
    }
}

.columns .page-title {
    text-align: left;
}

.columns .container {
    padding: 0;
}

.panel-container-wrap .welcome {
    font-size: 12px;
}

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

.header-switchers {
    font-size: 12px;
}

.header-switchers .actions .action {
    font-size: 12px;
}

.header-info {
    font-size: 14px;
    background: #000;
}

/* END General Settings  */
/* Main Theme Settings  */
/* END Main Theme Settings  */
/* Desktop */
/*************** Primary Color  ***************/
/* background Primary */
.actions-primary .action,
.primary .action,
.action.primary,
.checkout.methods .action,
.slider-pro-wrapper .link-slider,
.custom-item-2 .link-button,
.custom-item-3 .link-custom,
.parallax-container .link-parallax,
.rd-navbar-cart-toggle .counter,
.slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button,
.slider-pro-wrapper .sp-buttons .sp-button::before,
.layout_1 .block-newsletter,
.layout_2 .block-newsletter,
.opc-progress-bar .opc-progress-bar-item._active::after,
.opc-progress-bar .opc-progress-bar-item._active span::after,
.support-page .boxes-block li div:hover,
.faq-page #faq-accordion .accordion-trigger::before,
.modal-popup .modal-footer button,
.scrollToTop:hover,
.items.methods .action.multicheckout span::after,
.item-options .action.multicheckout span::after,
.box-actions a.action.change-password,
.mm-label.new,
.custom-item-1 .link-button:hover,
.custom-item-5 .link-custom,
.custom-item-4.extra .link-custom,
.custom-item-6 .link-custom,
.buttons-container .subscribe,
.not-found-page .not-found-page_bottom dd a,
.block-newsletter.block .primary,
.custom-item-12 .link-custom,
.sm-content .sm-button,
.category-list .category-button,
.custom-item-14 .link-custom,
.custom-item-15 .link-custom,
.sidebar .block.block-bg_2-custom,
.custom-item-17 .link-custom,
.custom-item-19 .link-custom,
.custom-item-22,
.custom-item-8 .link-custom:hover,
.custom-item-26 .block-bg_2-custom,
.static-link-slider:hover,
.custom-item-27 .link-custom:hover,
.custom-item-27 .item-extra-2 .link-custom,
.custom-item-28 .link-custom:hover,
.custom-item-28 .item-extra-2 .link-custom,
.sidebar .price-slider .ui-slider-range,
.ui-slider-handle,
.filter-options-content .price-slider .slider-fields a.action,
.smart-labels .sale.label-text,
.listing-gallery .fotorama__arr .fotorama__arr__arr,
.page-product-bundle #bundle-slide,
.modal-popup.quick-view #bundle-slide,
.block.discount .apply,
.checkout-onepage-success #registration .action.primary {
    background-color: #1269a6;
    border-color: #1269a6;
}

@media (min-width: 768px) {
    .layout_4 .rd-navbar-toggle {
        background-color: #1269a6;
        border-color: #1269a6;
    }
}

/* Border Primary */
.gallery-placeholder .fotorama__thumb-border,
.fotorama-item .fotorama__thumb-border,
.opc-progress-bar .opc-progress-bar-item._active::before,
.support-page .boxes-block li div,
#page-preloader .spinner:before,
#page-preloader .spinner:after,
.loading-mask .loader:before,
.loading-mask .loader:after,
.checkout-index-index .loading-mask .loader::before,
.checkout-index-index .loading-mask .loader::after,
table .table-bordered,
.big-circle-icon,
.custom-item-1 .link-button,
.layout_4 .rd-navbar-search .form-group,
.custom-item-7 .extra-position .link-custom,
.layout_3 .block-newsletter .primary.subscribe {
    border-color: #1269a6;
}

/* Color Primary */
mark,
em,
.field.choice input[type=checkbox]+.label::before,
.field.choice input[type=radio]+.label::before,
.rd-navbar-static .rd-navbar-collapse a,
.custom-item-1.extra .title-1,
.header-info i,
.price,
.products .product-item .reviews-actions .view,
.custom-item-3 .title-1,
.widget.blog-posts .post-data .create-date time,
.widget.blog-posts .post-items .post-data .post-comments a,
.widget.blog-posts .post-data .post-author span,
.rd-navbar-cart .block-content>.actions .secondary .primary,
.breadcrumbs .items .item strong,
.rd-navbar-static .rd-navbar-nav>li.active>a,
.modes .modes-mode.active,
.catalog-product-view .product-info-stock-sku .stock,
.catalog-product-view .reviews-actions a,
.catalog-product-view .data.items .title.active a,
.block.related .block-actions button.action.select,
.field.choice input[type=checkbox]+.label::before,
.field.choice input[type=radio]+.label::before,
.block-posts-list .post-items .post-data .post-author span,
.block-posts-list .post-items .post-data .create-date time,
.block-posts-list .post-items .post-data .post-comments a,
.post-page .post-data .post-author span,
.post-page .post-data .create-date time,
.post-page .post-data .post-comments a,
.customer-service .list-block h4::before,
.about-us-page ul a,
.shipping-delivery-page .shipping-delivery-page_shipping-icon::before,
.shipping-delivery-page .shipping-delivery-page_track-icon::before,
.shipping-delivery-page .shipping-delivery-page_order-icon::before,
.secure-payment-page h4::before,
.secure-payment-page .secure-payment_icons ul a,
.support-page .boxes-block li div span::before,
.guarantee-page h4::before,
.terms-conditions-page ul h4::before,
.faq-page #faq-accordion .accordion-content p::before,
.account-nav .item.current,
.items.methods .action.multicheckout,
.item-options .action.multicheckout,
.cart-container .main.actions .action span,
.filter-options-content .item a:hover,
.customer-account-index .account-nav .nav.items strong,
.page-title-wrapper .order-date,
.account-nav .item.current a,
.opc-sidebar .table-totals th,
.opc-sidebar .table-totals td,
.opc-estimated-wrapper .minicart-wrapper button,
.big-circle-icon:before,
.primary-color,
.filter-current--wrapper .filter-actions .action,
.custom-item-4 .link-custom,
.custom-item-5 .title-1,
.modal-popup.newsletter-popup .closeText:hover,
.grid-left-fixed .close:hover,
.sidebar .block .block-title.left-custom-title span,
.opc-wrapper .field-tooltip .field-tooltip-action::before,
.custom-item-9 .link-custom,
.custom-item-10 .link-custom,
.custom-item-11.extra-color .title-1,
.custom-item-13 span,
#sm-timer,
.custom-item-16 .link-custom,
.custom-item-25 .desc-1,
.custom-item-26 .left-custom-title span,
.rd-navbar-static .layout_5 .rd-navbar-nav>li>a,
.layout_5 .block-newsletter #newsletter,
.layout_5 .block-newsletter .control::before {
    color: #1269a6;
}

/* Hover Primary */
a:hover,
.rd-navbar-static .rd-navbar-nav>li.parent li.focus>a,
.rd-navbar-static .rd-navbar-nav>li.parent li.opened>a,
.rd-navbar-static .rd-navbar-nav>li.parent a:hover,
.account-nav a:hover,
.header-switchers .actions .action.active,
.header-switchers .actions .action:hover,
.rd-navbar-search-toggle:hover,
.modes .modes-mode:hover,
.modes .modes-mode.active,
.catalog-product-view .product-social-links .action:hover,
.switcher .dropdown .mage-dropdown-dialog a:hover,
.pages .item .next:hover,
.pages .item .previous:hover,
.pages .item .next:hover span:before,
.pages .item .previous:hover span:before,
.widget.blog-posts .post-items .post-title h3 a:hover,
.rd-navbar-fixed .rd-navbar-nav li.opened>a,
.rd-navbar-fixed .rd-navbar-nav li a:hover,
.rd-navbar-fixed .rd-navbar-nav li.active>a,
.block-posts-list .post-items .post-title h3 a:hover,
a.action.delete:hover,
a.action.edit:hover,
a.action.change-password:hover,
.checkout-index-index .checkout-container .authentication-wrapper button.action-auth-toggle:hover,
.checkout-index-index .checkout-container .authentication-wrapper .secondary a:hover,
h1 a:hover,
.heading-1 a:hover,
h3 a:hover,
.heading-3 a:hover,
.collapsible-block .opener a:hover,
h4 a:hover,
.heading-4 a:hover,
.filter-current .filter-current-subtitle a:hover,
.opc-block-shipping-information .shipping-information-title a:hover,
.review-list .review-title a:hover,
.review-add .review-legend a:hover,
h5 a:hover,
.heading-5 a:hover,
h6 a:hover,
.heading-6 a:hover,
.select2-results__option[aria-selected]:hover,
.minicart-items .details-qty .update-cart-item:hover,
.close.subscribe:hover,
.header-info a:hover,
.block.featured[role=tablist] .page-title:hover,
.block.featured[role=tablist] .page-title.active {
    color: #1269a6;
}

@media (min-width: 768px) {
    .layout_2 .footer .footer-col:not(.footer-info) a:hover {
        color: #1269a6;
    }
}

/* =============================================== */
/*************** Default Color  ***************/
input[type=text],
.input-text, input[type=email],
input[type=password],
input[type=number],
select,
textarea,
.footer .list-contacts-footer li a,
.footer .list-icon li a,
.action.tocompare,
.action.towishlist,
.pages .item .page,
.filter-options-content .item a,
.modes a,
.toolbar-sorter a,
.swatch-option.text,
.catalog-product-view .product-social-links .action,
.review-fieldset .review-legend strong,
.review-field-rating>label.label,
.old-price .price,
.rd-navbar-static .rd-navbar-collapse li a::before,
.rd-navbar-cart-toggle span::before,
.rd-navbar-cart-toggle span::after,
.switcher .dropdown .mage-dropdown-dialog a,
a.action.delete,
a.action.edit,
a.action.change-password,
.pages .item.pages-item-previous span::before,
.pages .item.pages-item-next span::before,

.widget.blog-posts .post-items .post-item .post-data>span::before,
.block-compare .action.delete,
.block-posts-list .post-items .post-data .create-date a span::before,
.block-posts-list .post-items .post-data .create-date::before,
.block-posts-list .post-items .post-data .post-author a span::before,
.block-posts-list .post-items .post-data .post-author::before,
.block-posts-list .post-items .post-data .post-comments a span::before,
.block-posts-list .post-items .post-data .post-comments::before,
.post-page .post-data .create-date a span::before,
.post-page .post-data .create-date::before,
.post-page .post-data .post-author a span::before,
.post-page .post-data .post-author::before,
.post-page .post-data .post-comments a span::before,
.post-page .post-data .post-comments::before,
.cart-container .main.actions .action::before,
.cart-container .main.actions .action:hover,
.cart-container .main.actions .action:hover span,
.cart-summary #co-shipping-method-form .label,
#cart-totals .table.totals .shipping .value,
.opc-sidebar .opc-block-summary .table-totals th .value,
.opc-sidebar .opc-block-summary .table-totals td .value,
.control.review-control-vote label[class^=rating-],
.search-terms ul a,
.header-info a,
.filter-options-title::before,
.filter-options-content .count,
.contact-index-index legend.legend .note,
.custom-item-11.extra-color .link-custom,
.footer a:hover,
.blue-background a:hover {
    color: #1269a6;
}

.opc-progress-bar .opc-progress-bar-item::before {
    border-color: #999999;
}

.opc-progress-bar .opc-progress-bar-item span::after {
    background: #999999;
}

/* ================================================== */
/*************** Link Color (Primary)  ***************/
/****** Link Color  ***/
a,
.widget.blog-posts .post-items .post-title h3 a,
.widget.blog-posts .owl-controls .owl-prev:hover::before,
.widget.blog-posts .owl-controls .owl-next:hover::before,
.products .product-item .actions-secondary .action:hover,
.toolbar-sorter a:hover,
.rd-navbar-static .rd-navbar-collapse a:hover::before,
.rd-navbar-static .rd-navbar-collapse a:hover,
.rd-navbar-search-toggle,
.faq-page #faq-accordion .accordion-trigger span,
.products-grid.wishlist a.action.delete:hover,
.products-grid.wishlist a.action.edit:hover,
.rd-navbar-cart-toggle span,
.block-wishlist .actions-secondary .btn-remove:hover,
.block-compare .action.delete:hover,
.widget.blog-posts .post-items .post-data .post-comments a:hover,
.block-posts-list .post-items .post-title h3 a,
.block-posts-list .post-items .post-data .create-date a:hover,
.block-posts-list .post-items .post-data .post-author a:hover,
.block-posts-list .post-items .post-data .post-comments a:hover,
.mm-label,
.items.methods .action.multicheckout:hover,
.item-options .action.multicheckout:hover,
.opc-sidebar .items-in-cart .product-item-name,
.opc-sidebar .items-in-cart .details-qty,
.rd-navbar-cart .block-content>.actions .secondary .primary:hover,
.products .product-item .reviews-actions .view:hover,
.filter-current--wrapper .filter-actions .action:hover,
.custom-item-1 .link-button,
.custom-item-3 .link-custom:hover,
.minicart-items .product.options .toggle,
.secure-payment-page .secure-payment_icons ul a:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover,
.block.discount:hover,
.cart-summary .title:hover,
.items.methods .action.multicheckout:hover,
.item-options .action.multicheckout:hover,
.items.methods .action.multicheckout:hover span:after,
.item-options .action.multicheckout:hover span:after,
.opc-progress-bar .opc-progress-bar-item span,
.rd-navbar-cart .block-minicart .empty,
.about-us-page ul a:hover,
.shipping-delivery-page ul li:before,
.owl-controls .owl-prev:before,
.owl-controls .owl-next:before,
.minicart-wrapper:not(.active) .rd-navbar-cart-toggle .counter.empty,
.custom-item-4 .link-custom:hover,
.table-comparison .action.towishlist:hover,
.catalog-product-view .reviews-actions a:hover,
.grid-left-fixed .close,
.layout_3 .filter-toggle-full,
.custom-item-9 .link-custom:hover,
.custom-item-10 .link-custom:hover,
.custom-item-16 .link-custom:hover,
.layout_3 .block-newsletter .primary.subscribe,
.custom-item-27 .item-extra-2 .link-custom:hover {
    color: #1269a6;
}

@media screen and (max-width: 768px) {
    .collapsible-block .opener {
        color: #1269a6;
    }
}

@media screen and (max-width: 768px) {
    .rd-navbar-search-toggle {
        color: #999999;
    }
}

@media (min-width: 768px) {
    .layout_2 .footer .footer-col:not(.footer-info) a {
        color: #1269a6;
    }
}

/****** background Color  ***/
.rd-navbar-static .rd-navbar-nav>li>a::after,
.footer .list-icon li a:hover,
.widget.blog-posts .post-items .post-button:hover,
.widget.featured .product-item .product-label,
.slider-pro-wrapper .sp-buttons .sp-button,
.actions-primary .action:hover,
.primary .action:hover,
.action.primary:hover,
.checkout.methods .primary:hover,
.pages .item.current .page,
.pages .item .page:hover,
.actions .action:hover,
.actions-toolbar .action:hover,
.box-actions .action:hover,
.product-item-actions .action:hover,
.checkout.methods .action:hover,
.minicart-wrapper.active .rd-navbar-cart-toggle .counter,
.rd-navbar-cart-toggle:hover .counter,
.box-actions a.action.change-password:hover,
.slider-pro-wrapper .link-slider:hover,
.slider-pro-wrapper .button-slider.extra .link-slider:hover,
.parallax-container .link-parallax:hover,
.action.filter-toggle:hover,
.block-posts-list .post-items a.post-link:hover,
.items.methods .action.multicheckout:hover span::after,
.item-options .action.multicheckout:hover span::after,
.custom-item-2 .link-button:hover,
.custom-item-5 .link-custom:hover,
.custom-item-4.extra .link-custom:hover,
.custom-item-6 .link-custom:hover,
.modal-popup .modal-footer button:hover,
.buttons-container .subscribe:hover,
.not-found-page .not-found-page_bottom dd a:hover,
.layout_3 .filter-toggle-full:hover,
.block-newsletter.block .primary:hover,
.custom-item-7 .link-custom:hover,
.custom-item-12 .link-custom:hover,
.sm-content .sm-button:hover,
.category-list .category-button:hover,
.custom-item-14 .link-custom:hover,
.custom-item-15 .link-custom:hover,
.custom-item-17 .link-custom:hover,
.custom-item-21 .link-custom:hover,
.custom-item-19 .link-custom:hover,
.layout_3 .block-newsletter .primary.subscribe:hover,
.layout_5 .block-newsletter .primary.subscribe:hover,
.slider-content-static .static-link-slider:hover,
.slider-content-static-2 .static-link-slider:hover,
.custom-item-27 .item-extra-2 .link-custom:hover,
.custom-item-28 .item-extra-2 .link-custom:hover,
.filter-options-content .price-slider .slider-fields a.action:hover,
.smart-labels .label-text,
.page-product-bundle #bundle-slide:hover,
.modal-popup.quick-view #bundle-slide:hover,
.block.discount .apply:hover,
.checkout-onepage-success #registration .action.primary:hover {
    background-color: #1269a6;
    color: white;
}

/****** Border Color  ***/
.widget.blog-posts .post-items .post-button:hover,
.actions-primary .action:hover,
.primary .action:hover,
.action.primary:hover,
.checkout.methods .primary:hover,
.actions .action:hover,
.actions-toolbar .action:hover,
.box-actions .action:hover,
.product-item-actions .action:hover,
.checkout.methods .action:hover,
.box-actions a.action.change-password:hover,
.slider-pro-wrapper .link-slider:hover,
.parallax-container .link-parallax:hover,
.action.filter-toggle:hover,
.block-posts-list .post-items a.post-link:hover,
.custom-item-2 .link-button:hover,
.custom-item-1 .link-button,
.custom-item-5 .link-custom:hover,
.custom-item-4.extra .link-custom:hover,
.custom-item-6 .link-custom:hover,
.modal-popup .modal-footer button:hover,
.buttons-container .subscribe:hover,
.layout_3 .filter-toggle-full:hover,
.block-newsletter.block .primary:hover,
.custom-item-7 .link-custom:hover,
.custom-item-12 .link-custom:hover,
.sm-content .sm-button:hover,
.category-list .category-button:hover,
.custom-item-14 .link-custom:hover,
.custom-item-15 .link-custom:hover,
.custom-item-17 .link-custom:hover,
.custom-item-19 .link-custom:hover,
.custom-item-21 .link-custom:hover,
.layout_3 .block-newsletter .primary.subscribe:hover,
.layout_2 .block-newsletter .primary.subscribe:hover,
.layout_1 .block-newsletter .primary.subscribe:hover,
.layout_5 .block-newsletter .primary.subscribe:hover,
.slider-content-static .static-link-slider:hover,
.slider-content-static-2 .static-link-slider:hover,
.custom-item-27 .item-extra-2 .link-custom:hover,
.custom-item-28 .item-extra-2 .link-custom:hover,
.filter-options-content .price-slider .slider-fields a.action:hover,
.page-product-bundle #bundle-slide:hover,
.modal-popup.quick-view #bundle-slide:hover,
.checkout-onepage-success #registration .action.primary:hover {
    border-color: #1269a6;
}

/* =============================================== */
/*************** Secondary ************************/
/****** Secondary Color ******/
.special-price .price,
.products .product-item .actions-primary .unavailable,
.rd-navbar-static .layout_5 .rd-navbar-nav>li.parent li>a::before {
    color: #d35f00;
}

/****** Secondary Background ******/
.timer-wrapper,
.widget.featured .product-item .product-label.Sale,
.mm-label.hot,
.layout_5 .rd-navbar-nav>li>a::after,
.layout_5 .block-newsletter {
    background-color: #d35f00;
}

.slider-content-static .static-link-slider,
.slider-content-static-2 .static-link-slider,
[class*=parallax_layout_5] .link-parallax {
    background-color: #d35f00;
    border-color: #d35f00;
}

/* =============================================== */
/*************** Title primary color  ************************/
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
table.table thead th,
table.table th,
.custom-item-1.extra .desc-1,
.cms-page-view h1 span,
.cms-page-view heading-1 span,
.field .label,
.field label,
.search.advanced legend.legend,
.block-title,
.cart-summary>.title,
.block-subtitle,
.block-content .subtitle,
.cart-summary #co-shipping-method-form .item-title,
.cart-summary #co-shipping-method-form .field.choice input[type=radio]+.label::before,
.cart-summary .title,
#cart-totals .table.totals .mark,
.post-comments-block .comment-info .post-data,
.filter-options-title,
.review-add .review-legend,
.catalog-product-view .review-list .review-details,
.catalog-product-view .review-list .review-title,
.catalog-product-view .product-options-wrapper .swatch-attribute-label,
.form.friend .legend,
.box-title,
table.table .col.name .product-item-name,
.order-links,
.page-title-wrapper .order-status,
.account .legend,
.panel-container-wrap .welcome,
.custom-item-3 .desc-1,
.custom-item-2 .desc-1,
.custom-item-2 .title-1,
.cart-summary .field.choice input[type=radio]+.label:before,
.custom-item-4:not(.extra) .title-1,
.custom-item-5 .banner-label,
.opc-sidebar .opc-block-summary span.title,
.opc-sidebar .title,
.opc-sidebar .title strong,
.checkout-index-index .step-title,
#co-payment-form .legend,
.page-title-top,
.page-title,
.not-found-page,
.mm-text,
.contact-index-index legend.legend,
.layout_3 .block-newsletter .title strong,
.custom-item-9 .custom-item-content,
.custom-item-10 .title-1,
.custom-item-10 .desc-1,
.custom-item-11.extra-color .desc-1,
.custom-item-13 .title,
.category-list .category-name,
.custom-item-14 .custom-item-content,
.custom-item-15 .custom-item-content,
.custom-item-16 .custom-item-content,
.custom-item-17 .custom-item-content,
.custom-item-23 .title-static-block {
    color: #1269a6;
}

@media (max-width: 768px) {
    .catalog-product-view .data.items .col.data::before {
        color: #1269a6;
    }
}

/* ==================================================== */
/*************** Body Background ************************/
body {
    background-color: #ffffff;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    background-position: left top;
    background-repeat: repeat;
    color: #999999;
}

.widget.blog-posts .owl-carousel .owl-wrapper-outer::after,
.products-grid .product-items:not(.owl-carousel)::before,
.products-grid .product-items:not(.owl-carousel)::after {
    background-color: #ffffff;
}

.layout_3 .block-newsletter {
    background-color: #ffffff;
}

/* ==================================================== */
/*************** Header Background ************************/
header.page-header,
.rd-navbar-static {
    background-color: #ffffff;
}

/* ====================================================== */
@media (min-width: 768px) {
    ul.social-links {
        float: left;
        clear: both;
        width: 100%;
        padding: 0 !important;
        text-align: left;
    }

    ul.social-links li {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    ul.social-links {
        display: none;
    }
}

.switcher-options .switcher-dropdown a,
.switcher-options strong>span {
    text-transform: none;
}

.license-sidebar hr {
    border: none;
    height: 1px;
    background: transparent url("../images/grey-line.png") no-repeat center;
    margin: 25px 0;
}

.license-sidebar .center-block {
    text-align: center;
}

.license-sidebar .info-block {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.license-sidebar .info-block .title {
    background: #1269a6;
    color: #fff;
    padding: 7px;
    font-size: 20px;
    margin-top: 22px;
    float: left;
    padding-left: 90px;
    margin-left: 5%;
    width: 95%;
}

.license-sidebar .info-block img {
    position: absolute;
    left: 0;
}

.license-sidebar .info-block p {
    margin: 40px 0 0;
    float: left;
    color: #333333;
}

.license-calculator {
    position: relative;
}

.license-calculator input[type=text] {
    min-height: 35px;
    font-size: 14px;
    color: #1269a6;
    padding: 7px;
}

.license-calculator h1 {
    font-weight: normal;
    font-size: 1.65em;
    line-height: 1.4em;
}

.license-calculator .year {
    width: 100%;
    margin: 25px 0 20px;
    font-size: 22px;
    color: #1269a6;
}

.license-calculator .year:before, .license-calculator .year:after {
    display: table;
    content: "";
    line-height: 0;
}

.license-calculator .year:after {
    clear: both;
}

.license-calculator .year h3 {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #1269a6;
    margin: 0;
}

@media screen and (max-width: 479px) {
    .license-calculator .year h3 {
        float: none;
        font-size: 20px;
    }
}

.license-calculator .year input, .license-calculator .year span {
    width: auto;
    display: inline-block;
}

.license-calculator .year span {
    float: right;
    line-height: 30px;
    height: 30px;
}

@media screen and (max-width: 479px) {
    .license-calculator .year span {
        display: block;
        float: none;
        margin-top: 10px;
    }
}

.license-calculator .year input {
    margin: 3px 10px 0;
    vertical-align: top;
}

.license-calculator .category-collapse {
    cursor: pointer;
}

.license-calculator .category-collapse .open {
    display: none;
}

.license-calculator .category-collapse .close {
    display: inline;
}

.license-calculator .category-collapse.active .open {
    display: inline;
}

.license-calculator .category-collapse.active .close {
    display: none;
}

.license-calculator .category-blue-line {
    clear: both;
    background: #1269a6;
    padding: 5px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    display: block;
}

.license-calculator .starten {
    padding: 12px 85px 12px 35px;
    margin: 20px auto;
}

.license-calculator .loadingimg {
    display: none;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

.license-calculator .list {
    margin: 8px 0 20px;
}

.license-calculator .list>li {
    display: inline-block;
    width: 100%;
    margin: 8px 0 0;
}

.license-calculator .list li>label {
    display: block;
    text-align: left;
    float: left;
    font-size: 24px;
    color: #1269a6;
    font-weight: 500;
    cursor: pointer;
    pointer-events: none;
    position: relative;
    padding-left: 57px;
    width: calc(100% - 200px);
    word-wrap: break-word;
    line-height: 45px;
}

.license-calculator .list li>label:before {
    background: url("../images/icon.png") no-repeat center center;
    content: "";
    width: 57px;
    height: 45px;
    margin-right: 20px;
    pointer-events: all;
    position: absolute;
    left: 0;
}

.license-calculator .list .material-code-10000 label:before {
    background-image: url("../images/product/glas_icon.jpg");
}

.license-calculator .list .material-code-20000 label:before {
    background-image: url("../images/product/pappe_papier_icon.jpg");
}

.license-calculator .list .material-code-30000 label:before {
    background-image: url("../images/product/eisenmetall_icon.jpg");
}

.license-calculator .list .material-code-40000 label:before {
    background-image: url("../images/product/aluminium_icon.png");
}

.license-calculator .list .material-code-50000 label:before {
    background-image: url("../images/product/kunststoffe_icon.jpg");
}

.license-calculator .list .material-code-60000 label:before {
    background-image: url("../images/product/getraenkekarton_icon.jpg");
}

.license-calculator .list .material-code-70000 label:before {
    background-image: url("../images/product/sonstige_verbundverpackungen_icon.jpg");
}

.license-calculator .list .material-code-80000 label:before {
    background-image: url("../images/product/sonstiges_material_icon.jpg");
}

.license-calculator .list .material-code-90000 label:before {
    background-image: url("../images/product/icon_Keramik.png");
    background-size: 50px;
}

.license-calculator .list .material-code-100000 label:before {
    background-image: url("../images/product/icon_Holz.png");
    background-size: 50px;
}

.license-calculator .list .material-code-110000 label:before {
    background-image: url("../images/product/icon_Textile_Faserstoffe.png");
    background-size: 50px;
}

.license-calculator .list .material-code-120000 label:before {
    background-image: url("../images/product/icon_Biogene_Packstoffe.png");
    background-size: 50px;
}

.license-calculator .list .material-code-130000 label:before {
    background-image: url("../images/product/icon_Folie.png");
    background-size: 50px;
}

.license-calculator .list .material-code-140000 label:before {
    background-image: url("../images/product/icon_Hohlkörper_Sonstige.png");
    background-size: 50px;
}

.license-calculator .list .material-code-150000 label:before {
    background-image: url("../images/product/icon_EPS_Styrofoam.png");
    background-size: 50px;
}

.license-calculator .list .material-code-150000 label:before {
    background-image: url("../images/product/icon_EPS_Styrofoam.png");
    background-size: 50px;
}

.license-calculator .list .price-box {
    margin-top: 4px;
    float: right;
    border: 1px solid #1269a6;
    width: 200px;
    text-align: right;
    color: #1269a6;
    font-size: 24px;
}

.license-calculator .list .price-box input {
    display: inline-block;
    background: transparent;
    min-height: 35px;
    width: 140px;
    font-size: 24px;
    color: #1269a6;
    padding: 0 7px;
    text-align: right;
    margin: 0;
    border: none;
}

.license-calculator .list .price-box span {
    background: #1269a6;
    line-height: normal;
    padding: 0 10px;
    margin-left: 5px;
    float: right;
    color: #fff;
}

.license-calculator .list .details {
    display: none;
    clear: both;
    text-align: left;
    background: #d35f00;
    color: #fff;
    padding: 25px;
    padding-right: 40px;
    position: relative;
    float: left;
    margin-top: 20px;
}

.license-calculator .list .details:before {
    background: url("../images/top-arrow.png") no-repeat;
    width: 23px;
    height: 12px;
    content: "";
    position: absolute;
    top: -12px;
    left: 50px;
}

.license-calculator .x-blue, .license-calculator .x {
    width: 22px;
    height: 22px;
    cursor: pointer;
    top: 20px;
    right: 10px;
    position: absolute;
}

.license-calculator .x-blue {
    background: url("../images/x-blue.png") no-repeat;
}

.license-calculator .x {
    background: url("../images/x.png") no-repeat;
}

.license-calculator .coupon-code {
    background: #4c96cf;
    width: 100%;
    padding: 20px;
    padding-right: 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
}

.license-calculator .coupon-code:before, .license-calculator .coupon-code:after {
    display: table;
    content: "";
    line-height: 0;
}

.license-calculator .coupon-code:after {
    clear: both;
}

.license-calculator .coupon-code h3 {
    margin: 0 10px 10px 0;
    color: #fff;
    font-weight: 500;
}

.license-calculator .coupon-code input {
    width: 160px;
    float: left;
    margin: 0;
    margin-right: 4px;
    height: 37px;
    min-height: 37px;
}

.license-calculator .coupon-code div {
    vertical-align: top;
    float: left;
    text-align: left;
    min-width: 150px;
}

.license-calculator .coupon-code div:last-child {
    float: right;
}

.license-calculator .coupon-code span {
    font-size: 20px;
    margin-right: 64px;
}

.license-calculator .coupon-code span:last-child {
    margin-right: 0;
}

.license-calculator #discount {
    background: #d35f00;
    width: 100%;
    padding: 10px 20px;
    margin-top: 20px;
}

.license-calculator #discount table {
    width: 100%;
    color: #fff;
}

.license-calculator #discount table td {
    text-align: right;
}

.license-calculator #discount table td:first-child {
    text-align: left;
    font-weight: bold;
}

.license-calculator #price {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: right;
    color: #1269a6;
}

.license-calculator #price:before, .license-calculator #price:after {
    display: table;
    content: "";
    line-height: 0;
}

.license-calculator #price:after {
    clear: both;
}

.license-calculator #price .total:before, .license-calculator #price .total:after {
    display: table;
    content: "";
    line-height: 0;
}

.license-calculator #price .total:after {
    clear: both;
}

.license-calculator #price .label {
    float: left;
    width: 60%;
    font-size: 26px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
    color: #1269a6;
}

.license-calculator #price .value {
    float: left;
    width: 40%;
    font-size: 26px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
    color: #1269a6;
}

@media screen and (max-width: 991px) {
    .license-calculator #price .label, .license-calculator #price .value {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    .license-calculator #price .label, .license-calculator #price .value {
        font-size: 20px;
    }
}

.license-calculator #price .thin {
    font-weight: normal;
    color: #666666;
}

.license-calculator .action-bar {
    text-align: right;
}

.license-calculator::before, .license-calculator::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.license-calculator::before {
    background-color: white;
    opacity: 0.8;
    z-index: 99;
}

.license-calculator::after {
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}

.license-calculator.loading::before, .license-calculator.loading::after {
    display: block;
}

.license-calculator .product-description-notice {
    margin-top: 25px;
}

#contact-dialog {
    display: none;
}

.reclay-dialog.contact {
    background: #1269a6;
    color: #fff;
    text-align: left;
    z-index: 3;
}

.reclay-dialog.contact h3 {
    color: #fff;
    margin-bottom: 0;
}

.reclay-dialog.contact .ui-dialog-content {
    text-align: left;
}

.reclay-dialog.contact .contact-header {
    height: 100px;
    width: 100px;
    margin: 20px auto;
}

.reclay-dialog.contact .contact-header img {
    margin: 0;
}

.reclay-dialog.contact .rounded {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 20px #000;
}

.reclay-dialog.contact input {
    color: #1269a6;
    font-size: 16px;
}

.reclay-dialog.contact .left, .reclay-dialog.contact .right {
    width: 50%;
    float: left;
}

.reclay-dialog.contact .left {
    text-align: center;
}

.reclay-dialog.contact label {
    display: block;
    text-align: left;
    padding: 10px 0;
}

.reclay-dialog.contact label,
.reclay-dialog.contact .field.required label::after {
    font-size: 18px;
    color: #fff;
}

.reclay-dialog.contact .actions-toolbar {
    text-align: right;
    display: block;
    margin: 0;
}

.reclay-dialog.contact .sendButton {
    margin-top: 20px;
    width: auto;
}

#priceLoader {
    display: none;
    float: left;
    margin-top: 8px;
}

.year-selection {
    text-align: center;
    margin-top: 100px;
}

.year-selection h1 {
    line-height: 1em;
}

.year-selection .actions-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.year-selection .actions-toolbar .action {
    font-size: 30px;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 156px;
    margin: 0.5rem;
}

@media (max-width: 767px) {
    .year-selection .actions-toolbar {
        flex-wrap: wrap-reverse;
    }

    .year-selection .actions-toolbar .action {
        display: block;
        margin: 0.5rem auto;
    }
}

@media screen and (max-width: 1199px) {
    .license-sidebar .info-block .title {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .license-sidebar h4 {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .license-sidebar .info-block .title {
        padding-left: 70px;
        margin-left: 10%;
        width: 90%;
        font-size: 14px;
    }

    .license-calculator .list li {
        margin-top: 30px;
    }

    .license-calculator .list li:first-child {
        margin-top: 0;
    }

    .license-calculator .list li>label {
        font-size: 22px;
        width: 100%;
        line-height: 1em;
    }

    .license-calculator .list li>label::before {
        height: 68px;
    }

    .license-calculator .list li .details {
        font-size: 14px;
        line-height: 1em;
    }

    .license-calculator .list li>.price-box {
        margin-top: 4px;
        width: calc(100% - 58px);
        font-size: 22px;
    }

    .license-calculator .list li>.price-box input {
        min-height: 33px;
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {
    .year-selection {
        margin-top: 0;
    }

    .license-sidebar h4 {
        text-align: center;
    }

    .license-sidebar hr {
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 479px) {
    .license-calculator .list li>label {
        font-size: 20px;
    }
}

@media screen and (max-width: 421px) {
    .license-calculator .list li>label::before {
        height: 50px;
    }

    .license-calculator .list li>.price-box {
        font-size: 16px;
    }

    .license-calculator .list li>.price-box input {
        min-height: 25px;
    }
}

.field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1px;
}

.field-tooltip .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[readonly], input[disabled], select[readonly], select[disabled] {
    background-color: #bbb;
}

button:disabled, input[button]:disabled {
    background-color: #dddddd !important;
    color: grey !important;
}

button:disabled:hover, input[button]:disabled:hover {
    border-color: #dddddd !important;
    cursor: not-allowed;
}

.information {
    background: url("../images/background_reclay.jpeg") no-repeat center;
    background-size: cover;
    color: #1269a6;
}

.information h1, .information h3, .information p, .information a {
    color: #1269a6;
    line-height: normal;
}

.information hr {
    background: #999999;
}

.information h1, .information h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.information h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 5px 0;
}

.information .information-top {
    padding-top: 7%;
    text-align: center;
    margin-bottom: 30px;
}

.information .information-top div.video {
    padding-top: 20px;
}

.information .information-bottom {
    max-width: 1024px;
    margin: 0 auto;
}

.information .information-bottom h3 {
    text-align: center;
}

.information .information-bottom .left-information, .information .information-bottom .right-information {
    height: 200px;
}

.information .information-bottom .left-information hr, .information .information-bottom .right-information hr {
    width: 75px;
}

.information .information-bottom .left-information p:first-of-type, .information .information-bottom .right-information p:first-of-type {
    text-align: center;
    font-size: 15px;
}

.information .information-bottom p {
    font-size: 13px;
    margin-bottom: 10px;
}

.information .information-bottom .left-information {
    text-align: center;
}

.information .information-bottom .right-information a {
    float: left;
}

.information .information-bottom .right-information span {
    height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
}

.information .information-bottom .right-information .right-banner-content {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.information .starten {
    color: #FFFFFF;
    border: 1px solid #fff;
    margin: 52px 23px;
    padding: 13px 65px 13px 25px;
}

h2 {
    padding: 40px 0;
    color: #999999;
    font-size: 2.2em;
    line-height: 1.2em;
}

h2 span {
    color: #1269a6;
}

hr {
    background: #fff;
    border: 0;
    height: 1px;
    width: 200px;
    margin: 0.5em auto;
    clear: both;
}

.advantages, .activate, .reviews {
    text-align: center;
}

.advantages h2, .activate h2, .reviews h2 {
    text-align: center;
}

.activate hr {
    margin-top: 5%;
}

.activate .row {
    padding-bottom: 4%;
}

.activate.contact .row {
    padding-top: 4%;
    padding-bottom: 0;
}

.activate.contact .row h2 {
    font-size: 20px;
    max-width: 500px;
    margin: 0 0 75px 0;
}

.blocks h3 {
    font-size: 1.2em;
    font-weight: normal;
    color: #1269A6;
    margin: 30px 0 0;
    line-height: 22px;
}

.blocks div {
    padding: 20px 5px;
}

.review-style li {
    width: 21%;
}

.review-style img {
    box-shadow: 0 0 20px #000;
    width: 220px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 30px 0;
}

.review-style img:hover {
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.contact {
    overflow: hidden;
    width: 100%;
}

.contact img {
    box-shadow: 0 0 20px #000;
    width: 220px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 30px 0;
}

.cms-home #maincontent .advantages .columns {
    margin: 0;
}

.quotes {
    font-size: 1.2em;
    text-align: left;
}

.quotes:before, .quotes:after {
    font-size: 44px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.quotes:before {
    content: "„";
    top: 6px;
    vertical-align: super;
}

.quotes:after {
    content: "“";
    top: 2px;
    vertical-align: text-bottom;
}

.description {
    text-align: left;
    font-size: 1em;
    margin: 0;
    line-height: 20px;
}

.cms-home .page-main {
    padding-top: 0;
    margin-bottom: 0;
}

.layout_1.page-footer {
    border-top: 0;
}

#footer {
    position: fixed;
    width: 100%;
}

#footer.sticky {
    bottom: 0;
    right: 0;
}

#footer.rel {
    position: relative;
    bottom: 0 !important;
}

.page-header {
    position: fixed;
    width: 100%;
}

.page-main {
    padding-top: 40px;
}

.page-main,
.breadcrumbs {
    margin-top: 162px !important;
}

.breadcrumbs+.page-main {
    margin-top: 0 !important;
}

.breadcrumbs {
    visibility: hidden;
}

.page-layout-checkout .page-main {
    margin-top: 0 !important;
    padding-top: 100px;
}

.footer .payment-list {
    max-width: 220px;
}

.footer .payment-list h4 {
    margin-bottom: 5px;
}

.footer .payment-list ul>li {
    float: left;
    margin-right: 5px;
}

.starten {
    display: inline-block;
    padding: 16px 85px 16px 35px;
    border: 0;
    background: url("../images/arrow.png") #d35f00 no-repeat scroll center right 35px;
    margin: 60px auto;
    color: #fff;
    font-size: 20px;
    float: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

@media (max-width: 479px) {
    .starten {
        font-size: 16px;
    }
}

.starten:hover {
    background-color: #c35902;
    color: #fff;
}

.starten a {
    color: #fff;
}

.starten.disabled {
    background: url("../images/arrow.png") #999898 no-repeat scroll center right 35px !important;
}

.blue-background {
    background-color: #1269A6;
    color: #fff;
}

.blue-background h1,
.blue-background h2,
.blue-background h3,
.blue-background h4,
.blue-background a,
.blue-background .field.choice input[type=checkbox]+.label:before {
    color: #fff;
}

.blue-background .starten {
    border: 1px solid #fff;
}

.blue-background .starten:hover {
    color: #fff;
}

.blue-title {
    background: #1269a6;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: block;
}

.sendButton, input[type=button].sendButton {
    background: url("../images/contact-button.png") no-repeat center right 10px #fff;
    color: #1369a6;
    padding: 7px 40px 7px 20px;
    border: 0;
    outline: 0;
}

.reclay-dialog {
    background: #fff;
    box-shadow: 1px 1px 15px #000;
    font-size: 18px;
    overflow: hidden;
    position: fixed;
    padding: 0.2em;
    outline: 0;
    z-index: 9999;
}

.reclay-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.reclay-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reclay-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 22px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 22px;
}

.reclay-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
    text-align: center;
}

.reclay-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.reclay-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.reclay-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.reclay-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.reclay-dialog .ui-helper-clearfix:before, .reclay-dialog .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.reclay-dialog .ui-helper-clearfix:after {
    clear: both;
}

.reclay-dialog .ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}

.reclay-dialog .ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

.reclay-dialog .ui-icon-closethick {
    background: url("../images/x.png") no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    text-indent: -99999px;
    position: absolute;
}

.reclay-dialog .ui-dialog-buttonpane {
    margin-top: 20px;
}

#maincontent .columns {
    margin-bottom: 90px;
}

#maincontent h2 {
    line-height: 1.2em;
}

.ui-widget-overlay {
    background-color: white;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.taxvat-container {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #cccccc;
    border-style: dashed;
    border-color: #c35902;
    border-width: 2px;
}

.taxvat-container .tax-vat-switcher {
    margin-top: 12px;
}

@media (max-width: 767px) {
    .taxvat-container .tax-vat-switcher>.label {
        display: none;
    }
}

.field-error {
    color: #ff0000;
}

.form-create-account .field.required div.mage-error {
    position: relative;
}

.contact-column {
    max-width: 500px;
    margin: 0 0 0 auto;
}

.contact-column h2 {
    font-size: 20px;
}

.contact-column a {
    color: white;
}

.activate form.form {
    max-width: 500px;
    margin: 0 auto 0 0;
}

.activate .actions-toolbar {
    max-width: 300px;
    margin: 10px auto 0;
    flex-direction: row-reverse;
}

.activate .actions-toolbar button {
    color: #1269a6;
}

.activate .fieldset {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}

.activate .fieldset .label,
.activate .fieldset .field.required .label::after {
    color: #fff;
}

.activate .fieldset .field.choice input[type=checkbox]+.label {
    font-size: 12px;
}

.activate .fieldset .field.choice input[type=checkbox]+.label:before {
    font-size: 16px;
}

.license-calculator #price .totals .total {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
}

#banner {
    width: 350px;
}

#contactButton {
    position: absolute;
    right: 25px;
    top: -74px;
    padding: 10px 50px 40px;
    color: #fff;
    float: right;
    font-size: 15px;
    clear: both;
    box-shadow: 0 0 30px -6px #000;
    cursor: pointer;
    background: #D35F01;
}

#contactButton:after {
    display: inline-block;
    position: absolute;
    top: 39px;
    left: 121px;
    width: 24px;
    height: 24px;
    background-position: center;
    background: url("../images/expand-arrow.png");
    background-repeat: no-repeat;
    line-height: 56px;
    content: "";
}

#contactButton.up:after {
    display: inline-block;
    position: absolute;
    top: 39px;
    left: 121px;
    width: 24px;
    height: 24px;
    background-position: center;
    background: url("../images/up-arrow.png");
    background-repeat: no-repeat;
    line-height: 56px;
    content: "";
}

#expand {
    padding: 30px;
    display: none;
}

a.anchor {
    display: block;
    position: relative;
    top: -165px;
    visibility: hidden;
}

.grid-right {
    max-width: 100%;
}

#at-sidebar {
    background-color: #cccccc;
    color: black;
    padding: 30px 10px;
    text-align: left;
    font-size: 14px;
}

a {
    word-break: break-word;
}

.box {
    min-height: auto;
}

@media (max-width: 1023px) {
    #at-sidebar {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .advantages h2, .activate h2, .reviews h2 {
        font-size: 1.5em;
    }

    .contact h2 {
        padding-bottom: 0;
    }

    .information .information-bottom .left-information, .information .information-bottom .right-information {
        height: auto;
    }

    .information .starten {
        margin: 0 auto 20px;
    }
}

@media (max-width: 992px) {
    .license-calculator #price .label, .license-calculator #price .value {
        font-size: 20px;
    }

    .advantages .blue-background .container [class*=col] {
        padding: 10px 15px;
    }

    .advantages h2, .activate h2, .reviews h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .account .sidebar.sidebar-main {
        padding: 10px;
    }

    .license-calculator #price .label, .license-calculator #price .value {
        font-size: 19px;
    }

    .header-switchers {
        top: 10px;
    }

    .minicart-items .product-item-name {
        padding-top: 0;
    }

    .field.choice input[type=checkbox]+.label, input[type=radio]+.label {
        font-size: 12px;
    }

    .field.choice input[type=checkbox]+.label:before, input[type=radio]+.label:before {
        font-size: 1.4em;
    }

    #footer {
        position: relative;
        width: 100%;
        justify-content: center;
    }

    #footer #contactButton {
        margin-right: 0;
        padding: 10px;
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center;
        background: #D35F01;
        position: relative;
        top: auto;
        right: auto;
    }

    #footer #contactButton.up:after {
        display: inline-block;
        position: relative;
        top: 5px;
        left: 10px;
        width: 24px;
        height: 24px;
        background-position: center;
        background: url("../images/up-arrow.png");
        background-repeat: no-repeat;
        line-height: 56px;
        content: "";
    }

    #footer #contactButton::after {
        display: inline-block;
        position: relative;
        top: 5px;
        left: 10px;
        width: 24px;
        height: 24px;
        background-position: center;
        background: url("../images/expand-arrow.png");
        background-repeat: no-repeat;
        line-height: 56px;
        content: "";
    }

    .quotes {
        font-size: 1.2em;
        text-align: left;
    }

    .quotes:before, .quotes:after {
        font-size: 2em;
    }

    #maincontent .columns {
        margin-bottom: 0px;
    }

    #maincontent .columns h2 {
        font-size: 22px;
        padding: 10px 0;
    }

    .packaging_licensing-index-index .info-block:last-of-type {
        margin-bottom: 0;
    }

    .packaging_licensing-index-index .info-block:last-of-type p {
        margin-top: 0;
    }

    .packaging_licensing-index-index .sidebar {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    body.account .box address {
        margin-bottom: 0;
    }

    .block-dashboard-info, .block-dashboard-addresses {
        margin-bottom: 0;
    }

    .license-calculator #price .label, .license-calculator #price .value {
        font-size: 16px;
    }

    .page-title-wrapper .page-title {
        margin-bottom: 15px !important;
    }

    .cms-privacy #maincontent .columns h2, .cms-datenschutzerklaerung #maincontent .columns h2 {
        padding: 0;
    }

    .cms-page-view h1 span {
        font-size: 32px;
    }

    .switcher .dropdown .mage-dropdown-dialog a {
        padding: 5px 10px 5px 25px;
    }

    h2 {
        padding: 40px 0 4px;
    }

    .starten {
        margin: 20px auto;
    }

    .advantages .activate hr {
        margin: 2% auto;
    }

    .advantages .activate .row {
        padding: 0;
    }

    .advantages .activate .row .quotes {
        font-size: 16px;
    }

    .advantages .activate .row .description {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .license-calculator #price {
        padding: 10px 0;
    }

    .license-calculator #price .totals .total .label, .license-calculator #price .totals .total .value {
        font-size: 13px !important;
    }

    .information h1, .information h2 {
        font-size: 1.8em;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.2em;
    }

    #at-sidebar {
        font-size: 14px;
    }

    .year-selection {
        margin-top: 0;
    }

    .information h1 {
        font-size: 1.8em;
        line-height: 1.2em;
    }

    .information h3 {
        font-size: 1.2em;
    }

    .information .information-top div.video iframe {
        width: 100%;
    }

    .information .information-bottom .right-information a {
        text-align: center;
        float: none;
        display: block;
    }

    .license-calculator .list li>label {
        font-size: 14px;
    }

    #maincontent #license-calculator-form span.title {
        font-size: 13px;
    }

    #maincontent #discount-coupon-form .input-text {
        margin-bottom: 10px;
        width: 100%;
    }

    .license-calculator #discount {
        padding: 10px 10px;
        font-size: 14px;
    }

    .license-calculator #price .totals .total .label, .license-calculator #price .totals .total .value {
        font-size: 16px;
        height: 100%;
        line-height: 30px;
    }

    .opc-sidebar .opc-block-summary>span.title {
        font-size: 19px;
    }

    .opc-sidebar .opc-block-summary .table-totals th, .opc-sidebar .opc-block-summary .table-totals td {
        font-size: 14px;
    }

    .cms-page-view h1 span {
        font-size: 22px;
    }

    h2, .heading-2 {
        font-size: 18px !important;
    }

    h3, .heading-3 {
        font-size: 17px !important;
    }

    #expand {
        padding: 0px !important;
    }

    .container {
        min-width: auto;
    }

    #banner {
        width: 290px;
    }

    .quotes {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .response-table {
        width: 100%;
        overflow-x: auto;
        display: block;
    }

    .cms-gtc table.table {
        width: 1170px;
        font-size: 12px;
        border-collapse: collapse;
    }

    .cms-gtc table.table th {
        display: table-cell !important;
    }

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

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

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

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

    table.table td {
        vertical-align: middle;
        width: auto;
        display: table-cell;
    }

    table.table td:before {
        border-bottom: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-dashboard-info, .block-dashboard-addresses {
        margin-bottom: 10px;
    }
}

#mageworx-fee-container {
    display: none;
}

button.action-auth-toggle-custom {
    padding: 8px;
    background-color: #e27712;
    color: #FFF;
    cursor: pointer;
}

button.action-auth-toggle-custom>span:before {
    font-family: "Linearicons";
    font-size: 22px;
    padding-right: 5px;
    line-height: 1;
    float: left;
    transition: all 0.3s;
    content: "";
    color: #fff;
}

/* Amasty_GDPRCookie */
/* Amasty_GDPRCookie */
.cms-cookie-settings .modal-popup._show.amgdprcookie-bar-container {
    display: none;
}

.amgdprjs-bar-template {
    z-index: 99999999999999 !important;
    bottom: 0;
    position: absolute;
}

.amgdprcookie-bar-block {
    bottom: 0;
    position: fixed;
    background-color: #999999;
    width: 100%;
    z-index: 99999999999999 !important;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
}

.amgdprcookie-modal-template .amgdprcookie-policy, .amgdprcookie-bar-container .amgdprcookie-policy {
    color: #ffffff;
}

.amgdprcookie-bar-container .amgdprcookie-button.-allow {
    background-color: #1268a6;
    border-color: #1268a6;
    color: #ffffff;
}

.amgdprcookie-bar-container .amgdprcookie-button.-settings {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.amgdprcookie-bar-container .amgdprcookie-button.-settings, .amgdprcookie-bar-container .amgdprcookie-button.-allow {
    padding: 15px;
}

/* Amasty_GDPRCookie */

@media all and (min-width:768px),
print {
    .amgdprcookie-main-wrapper {
        padding: 0
    }

    .amgdprcookie-main-wrapper .amgdprcookie-top {
        margin-bottom: 35px
    }

    .amgdprcookie-main-wrapper .amgdprcookie-head {
        font-size: 34px;
        line-height: normal
    }

    .amgdprcookie-main-wrapper .amgdprcookie-btn {
        padding: 17px 46px;
        font-size: 20px;
        box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
        text-transform: none
    }

    .amgdprcookie-cookie-container {
        margin-bottom: 30px;
        padding: 25px 0
    }

    .amgdprcookie-cookie-container .amgdprcookie-header {
        display: flex;
        justify-content: flex-start;
        padding: 0 25px
    }

    .amgdprcookie-cookie-container .amgdprcookie-caption {
        margin: 0 64px 10px 0;
        font-size: 20px
    }

    .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
        padding-left: 0
    }

    .amgdprcookie-cookie-container .amgdprcookie-text {
        padding: 0 25px;
        font-weight: 400;
        font-size: 16px;
        color: #999999;
    }

    .amgdprcookie-cookie-container .amgdprcookie-options {
        display: inline-block;
        margin-top: 22px;
        padding: 0 25px;
        font-size: 14px;
        color: #8a837f;
        background: inherit;
        outline-color: transparent;
    }

    .amgdprcookie-cookie-container .amgdprcookie-options:hover {
        color: #1787e0
    }

    .amgdprcookie-cookie-container .amgdprcookie-options:before,
    .amgdprcookie-cookie-container .amgdprcookie-options:after {
        content: '';
        position: absolute;
        top: 10px;
        height: 2px;
        width: 10px;
        background: #8a837f
    }

    .amgdprcookie-cookie-container .amgdprcookie-options:before {
        right: 6px;
        transform: rotate(45deg)
    }

    .amgdprcookie-cookie-container .amgdprcookie-options:after {
        right: 0;
        transform: rotate(-45deg)
    }

    .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options {
        color: #1787e0;

    }

    .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:hover {
        color: #1787e0
    }

    .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:before,
    .amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:after {
        background: #363636
    }

    .amgdprcookie-content-wrapper {
        margin: 25px 25px 0;
        padding: 0 15px;
        font-size: 14px
    }

    .amgdprcookie-content-wrapper .amgdprcookie-title {
        padding: 15px 15px 0 0;
        vertical-align: top;
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
    }

    .amgdprcookie-content-wrapper .amgdprcookie-row {
        border-bottom: 1px solid #ccc
    }

    .amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
        border-bottom: 0
    }

    .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell {
        padding: 15px 15px 15px 0
    }

    .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell:first-child {
        width: 20%
    }

    .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell:last-child {
        padding-right: 0
    }

    .amgdprcookie-modal-container .modal-inner-wrap {
        right: unset;
        min-width: 400px;
        width: 21%;
        background: #fff
    }
}

@media all and (min-width:1024px),
print {
    .amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
        width: 17%
    }
}

.amgdprcookie-main-wrapper {
    color: #363636
}

.amgdprcookie-main-wrapper .amgdprcookie-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
    color: #1269a6;
}

.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
    display: flex
}

.amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 7px 27px;
    border: 0;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    background: #ef7c4a;
    box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
    text-transform: uppercase
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
    margin: 0 15px
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
    background: #eb5a1b
}

.amgdprcookie-toggle-cookie {
    position: relative;
    padding-left: 50px
}

.amgdprcookie-toggle-cookie .amgdprcookie-input {
    height: 0;
    width: 0;
    visibility: hidden
}

.amgdprcookie-toggle-cookie .amgdprcookie-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 29px;
    border-radius: 40px;
    cursor: pointer;
    background: #a5a5a5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05)
}

.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 40px;
    transition: all .4s ease
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled+.amgdprcookie-label:after {
    left: calc(95%);
    transform: translateX(-100%)
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label {
    background: #1979c3
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label:after {
    left: calc(95%);
    transform: translateX(-100%)
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked])+.amgdprcookie-label {
    background: #a5a5a5
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled+.amgdprcookie-label:after {
    left: 2px
}

.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-cookie-container {
    margin-bottom: 20px;
    padding-top: 15px;
    border-radius: 6px;
}

.amgdprcookie-cookie-container.-modal {
    margin-right: 30px;
    box-shadow: none;
    direction: ltr
}

.amgdprcookie-cookie-container .amgdprcookie-header {
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

.amgdprcookie-cookie-container .amgdprcookie-caption {
    margin: 0 0 15px;
    font-size: 1.17rem;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 30px;
    word-break: break-all;
    word-break: break-word
}

.amgdprcookie-cookie-container .amgdprcookie-text {
    padding: 0 15px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #999999;
}

.amgdprcookie-cookie-container .amgdprcookie-options {
    position: relative;
    margin-top: 15px;
    padding: 7px 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    background-color: transparent;
}

.amgdprcookie-check::before {
    content: none !important;
}

.amgdprcookie-cookie-container .amgdprcookie-options:before,
.amgdprcookie-cookie-container .amgdprcookie-options:after {
    content: '';
    position: absolute;
    top: 16px;
    height: 2px;
    width: 10px;
    background: #363636
}

.amgdprcookie-cookie-container .amgdprcookie-options:before {
    right: 2px;
    transform: rotate(45deg)
}

.amgdprcookie-cookie-container .amgdprcookie-options:after {
    right: -4px;
    transform: rotate(-45deg)
}

.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options {
    border-radius: 0
}

.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:before {
    transform: rotate(-45deg)
}

.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:after {
    transform: rotate(45deg)
}

.amgdprcookie-content-wrapper {
    display: none;
    padding: 0 15px;
    border-radius: 6px;
    background: #f9f9f9;
    font-size: 12px
}

.amgdprcookie-content-wrapper .amgdprcookie-title {
    padding: 15px 15px 0 0;
    vertical-align: top
}

.amgdprcookie-content-wrapper .amgdprcookie-row {
    border-bottom: 1px solid #ccc
}

.amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
    border-bottom: 0
}

.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell {
    padding: 15px 15px 15px 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 16px;
}

.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell.desc {
    padding: 15px 15px 15px 0;
    word-break: break-word;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
    width: 23%
}

.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:last-child {
    padding-right: 0
}

.amgdprcookie-cookie-container .amgdprcookie-link {
    display: block;
    color: #389dfe;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: .3px;
    font-size: 12px
}

.amgdprcookie-modal-container.modal-popup.modal-slide {
    right: 46px;
    left: 0
}

.amgdprcookie-modal-container .modal-inner-wrap {
    position: relative;
    margin: 0;
    height: 100%
}

.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
    position: absolute;
    right: 0
}

.amgdprcookie-modal-container .modal-inner-wrap .action-close {
    margin: 5px;
    padding: 0
}

.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
    content: ''
}

.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar {
    margin-left: 10px;
    width: 4px
}

.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-track {
    background: #fff
}

.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e8e8e8
}

.amgdprcookie-modal-container .modal-content {
    padding: 0
}

.amgdprcookie-groups-container {
    overflow-y: scroll;
    height: 58vh;
    min-height: 170px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
    direction: rtl
}

.amgdprcookie-policy-container {
    padding: 24px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06)
}

.amgdprcookie-text-container {
    margin-bottom: 30px
}

.amgdprcookie-text-container .amgdprcookie-policy {
    display: inline
}

.amgdprcookie-buttons-block .amgdprcookie-button {
    flex-basis: 58%;
    border: 0;
    border-radius: 3px;
    background: #ffa63d;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-weight: bold;
    transition: opacity .3s ease
}

.amgdprcookie-buttons-block .amgdprcookie-button:hover {
    opacity: .9
}

.amgdprcookie-buttons-block .amgdprcookie-button.-save {
    flex-basis: 35%;
    margin-left: 10px
}

.amgdprcookie-modal-template {
    margin-left: 5px
}

.amgdprcookie-bar-container {
    z-index: 10;
    margin: 0;
    border-color: #d6ca8e;
    background: #ffee9c;
    font-size: 13px
}

.amgdprcookie-bar-template {
    position: fixed;
    position: sticky
}

.amgdprcookie-bar-template.-bottom {
    position: static
}

.g-recaptcha {
    display: inline-block;
}

/*# sourceMappingURL=style.css.map */

#my-orders-table {
    text-align: center;
}

.eye-icon:before {
    font-family: Linearicons;
    font-size: 1.5rem;
    content: "  \e6a5";
}

.eye-icon:hover {
    font-weight: bolder;
}

@media (max-width: 1200px) {
    .mobile_hide {
        display: none !important;
    }

    #my-orders-table {
        text-align: left;
    }

    .table-wrapper {
        overflow-x: auto;
    }
}

.current, .customer-account-index .account-nav .nav.items a,
.account-nav a {
    font-size: 16px;
}

a.starten-my-account, a.starten-my-account:hover, a.starten-my-account:visited {
    display: inline-block;
    padding: 10px 70px 10px 25px;
    border: 0;
    background: url("../images/arrow.png") #d35f00 no-repeat scroll center right 35px;
    margin-top: 40px;
    color: #fff !important;
    font-size: 16px;
    float: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

ul.social_links_list {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eae9e9;
}

@media (max-width: 767px) {
    .switcher-options {
        padding-right: 10px;
    }

    .action.toggle.switcher-trigger {
        padding-left: 10px;
    }

    ul.social_links_list {
        position: fixed;
        display: inline-flex;
        flex-direction: row;
        top: 7px;
        left: 48px;
        border-bottom: none;
    }

    ul.social_links_list>li {
        width: 30px;
    }

    .header-switchers {
        right: 0;
    }
}

ul.social_links_list>li {
    display: inline;
    margin-top: 8px;
}

ul.social_links_list>li>a>img.gray {
    display: block;
}

ul.social_links_list>li>a>img.blue {
    display: none;
}

ul.social_links_list>li>a:hover>img.gray {
    display: none;
}

ul.social_links_list>li>a:hover>img.blue {
    display: block;
}

a.link_button {
    display: inline-block;
    padding: 8px 17px 8px 17px;
    border: 1px solid #fff;
    margin: 30px auto;
    color: #fff;
    font-size: 15px;
    float: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color: #d35f00;
}

a.link_small_button {
    display: inline-block;
    padding: 4px 9px 4px 9px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    float: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color: #d35f00;
}

.field.small_link {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-end;
    font-size: 16px;
}

div.calculator-info-row {
    min-height: 450px;
}

div.calculator-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.calculator-info-blue {
    padding: 0 5%;
    background-color: #becddd;
}

div.calculator-info-brown {
    padding: 0 5%;
    background-color: #e8e6dc;
}

h2.home-calculator-title {
    color: #1269A6;
    font-weight: normal;
    font-size: 2em;
}

div.home-calculator-info {}

.transport-packaging-video {
    min-width: 80%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.more-info {
    line-height: 25px;
    font-size: 14px;
    cursor: pointer;
}

.toggle-info {
    background-color: red;
    color: white;
    padding: 10px;
}

.toggle-info b, .toggle-info a {
    font-weight: 700;
}

.toggle-info a {
    color: white;
    text-decoration: underline;
}

.toggle-info.hidden {
    display: none;
}